code stringlengths 1 1.05M | repo_name stringlengths 6 83 | path stringlengths 3 242 | language stringclasses 222
values | license stringclasses 20
values | size int64 1 1.05M |
|---|---|---|---|---|---|
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_put.c | C | apache-2.0 | 8,689 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_search.c | C | apache-2.0 | 5,878 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_seq.c | C | apache-2.0 | 11,661 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_split.c | C | apache-2.0 | 22,473 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_utils.c | C | apache-2.0 | 6,815 |
/*-
* Copyright (c) 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/btree.h | C | apache-2.0 | 14,701 |
/*-
* Copyright (c) 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/extern.h | C | apache-2.0 | 3,302 |
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
.PATH: ${.CURDIR}/db/db
SRCS+= db.c
| YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/db/Makefile.inc | Makefile | apache-2.0 | 85 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/db/db.c | C | apache-2.0 | 3,237 |
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
.PATH: ${.CURDIR}/db/hash
SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
hash_page.c hsearch.c ndbm.c
| YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/Makefile.inc | Makefile | apache-2.0 | 170 |
/*-
* Copyright (c) 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/extern.h | C | apache-2.0 | 3,279 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/hash.c | C | apache-2.0 | 24,103 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/hash.h | C | apache-2.0 | 10,219 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/hash_bigkey.c | C | apache-2.0 | 16,338 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/hash_buf.c | C | apache-2.0 | 9,250 |
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/hash_func.c | C | apache-2.0 | 5,239 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/hash_log2.c | C | apache-2.0 | 2,259 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/hash_page.c | C | apache-2.0 | 23,436 |
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/hsearch.c | C | apache-2.0 | 3,134 |
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/ndbm.c | C | apache-2.0 | 4,335 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/page.h | C | apache-2.0 | 3,629 |
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/hash/search.h | C | apache-2.0 | 2,207 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/include/db.h | C | apache-2.0 | 8,245 |
/*-
* Copyright (c) 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/include/filevtable.h | C | apache-2.0 | 2,311 |
/*-
* Copyright (c) 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/include/mpool.h | C | apache-2.0 | 4,101 |
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
.PATH: ${.CURDIR}/db/man
# mpool.3
MAN3+= btree.0 dbopen.0 hash.0 recno.0
MLINKS+= dbopen.3 db.3
| YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/man/Makefile.inc | Makefile | apache-2.0 | 146 |
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above c... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/man/btree.3 | Roff Manpage | apache-2.0 | 8,373 |
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above c... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/man/dbopen.3 | Roff Manpage | apache-2.0 | 13,488 |
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above c... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/man/hash.3 | Roff Manpage | apache-2.0 | 5,350 |
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above c... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/man/mpool.3 | Roff Manpage | apache-2.0 | 6,026 |
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above c... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/man/recno.3 | Roff Manpage | apache-2.0 | 6,914 |
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
.PATH: ${.CURDIR}/db/mpool
SRCS+= mpool.c
| YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/mpool/Makefile.inc | Makefile | apache-2.0 | 85 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/mpool/mpool.c | C | apache-2.0 | 10,518 |
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
.PATH: ${.CURDIR}/db/recno
SRCS+= rec_close.c rec_delete.c rec_get.c rec_open.c rec_put.c rec_search.c \
rec_seq.c rec_utils.c
| YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/Makefile.inc | Makefile | apache-2.0 | 177 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/extern.h | C | apache-2.0 | 2,706 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/rec_close.c | C | apache-2.0 | 4,975 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/rec_delete.c | C | apache-2.0 | 5,510 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/rec_get.c | C | apache-2.0 | 7,349 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/rec_open.c | C | apache-2.0 | 6,786 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/rec_put.c | C | apache-2.0 | 7,431 |
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/rec_search.c | C | apache-2.0 | 3,919 |
/*-
* Copyright (c) 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/rec_seq.c | C | apache-2.0 | 3,864 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/rec_utils.c | C | apache-2.0 | 3,930 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/recno/recno.h | C | apache-2.0 | 1,991 |
# @(#)Makefile 8.15 (Berkeley) 7/28/94
PROG= dbtest
OBJS= dbtest.o strerror.o
# Uncomment the STAT line get hash and btree statistical use info. This
# also forces ld to load the btree debug functions for use by gdb, which
# is useful. The db library has to be compiled with -DSTATISTICS as well.
INC= -I${PORTDIR}/i... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/Makefile | Makefile | apache-2.0 | 665 |
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/btree.tests/main.c | C | apache-2.0 | 14,829 |
/*-
* Copyright (c) 1992, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/dbtest.c | C | apache-2.0 | 16,915 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/hash.tests/driver2.c | C | apache-2.0 | 3,531 |
#!/bin/sh
#
# @(#)makedb.sh 8.1 (Berkeley) 6/4/93
awk '{i++; print $0; print i;}' /usr/share/dict/words > WORDS
ls /bin /usr/bin /usr/ucb /etc | egrep '^(...|....|.....|......)$' | \
sort | uniq | \
awk '{
printf "%s\n", $0
for (i = 0; i < 1000; i++)
printf "%s+", $0
printf "\n"
}' > LONG.DATA
| YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/hash.tests/makedb.sh | Shell | apache-2.0 | 301 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/hash.tests/tcreat3.c | C | apache-2.0 | 3,277 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/hash.tests/tdel.c | C | apache-2.0 | 3,671 |
#!/bin/csh -f
#
# @(#)testit 8.1 (Berkeley) 6/4/93
#
echo ""
echo "PAGE FILL "
set name=WORDS
set i = 256
foreach j ( 11 14 21 )
thash4 $i $j 25000 65536 $name < $name
end
set i = 512
foreach j ( 21 28 43 )
thash4 $i $j 25000 65536 $name < $name
end
set i = 1024
foreach j ( 43 57 85 )
thash4 $i... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/hash.tests/testit | Tcsh | apache-2.0 | 3,244 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/hash.tests/thash4.c | C | apache-2.0 | 3,996 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/hash.tests/tread2.c | C | apache-2.0 | 3,342 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/hash.tests/tseq.c | C | apache-2.0 | 3,011 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/hash.tests/tverify.c | C | apache-2.0 | 3,481 |
#!/bin/sh -
#
# @(#)run.test 8.10 (Berkeley) 7/26/94
#
# db regression tests
main()
{
PROG=./dbtest
TMP1=t1
TMP2=t2
TMP3=t3
if [ -f /usr/share/dict/words ]; then
DICT=/usr/share/dict/words
elif [ -f /usr/dict/words ]; then
DICT=/usr/dict/words
else
echo 'run.test: no dictionary'
exit 1
fi
if [ $# ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/test/run.test | Shell | apache-2.0 | 14,781 |
/**************************************************************************//**
* @file cmsis_armcc.h
* @brief CMSIS compiler ARMCC (Arm Compiler 5) header file
* @version V5.0.5
* @date 14. December 2018
******************************************************************************/
/*
* Copyright (c... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/cmsis_armcc.h | C | apache-2.0 | 27,496 |
/**************************************************************************//**
* @file cmsis_armclang.h
* @brief CMSIS compiler armclang (Arm Compiler 6) header file
* @version V5.1.0
* @date 14. March 2019
******************************************************************************/
/*
* Copyright... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/cmsis_armclang.h | C | apache-2.0 | 45,250 |
/**************************************************************************//**
* @file cmsis_armclang_ltm.h
* @brief CMSIS compiler armclang (Arm Compiler 6) header file
* @version V1.0.1
* @date 19. March 2019
******************************************************************************/
/*
* Copyr... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/cmsis_armclang_ltm.h | C | apache-2.0 | 54,574 |
/**************************************************************************//**
* @file cmsis_compiler.h
* @brief CMSIS compiler generic header file
* @version V5.1.0
* @date 09. October 2018
******************************************************************************/
/*
* Copyright (c) 2009-2018 A... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/cmsis_compiler.h | C | apache-2.0 | 8,890 |
/**************************************************************************//**
* @file cmsis_gcc.h
* @brief CMSIS compiler GCC header file
* @version V5.1.0
* @date 20. December 2018
******************************************************************************/
/*
* Copyright (c) 2009-2018 Arm Limit... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/cmsis_gcc.h | C | apache-2.0 | 60,853 |
/**************************************************************************//**
* @file cmsis_iccarm.h
* @brief CMSIS compiler ICCARM (IAR Compiler for Arm) header file
* @version V5.0.8
* @date 04. September 2018
******************************************************************************/
//------... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/cmsis_iccarm.h | C | apache-2.0 | 27,604 |
/**************************************************************************//**
* @file cmsis_version.h
* @brief CMSIS Core(M) Version definitions
* @version V5.0.2
* @date 19. April 2017
******************************************************************************/
/*
* Copyright (c) 2009-2017 ARM L... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/cmsis_version.h | C | apache-2.0 | 1,677 |
/**************************************************************************//**
* @file core_armv81mml.h
* @brief CMSIS Armv8.1-M Mainline Core Peripheral Access Layer Header File
* @version V1.0.0
* @date 15. March 2019
******************************************************************************/
/*... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_armv81mml.h | C | apache-2.0 | 168,761 |
/**************************************************************************//**
* @file core_armv8mbl.h
* @brief CMSIS Armv8-M Baseline Core Peripheral Access Layer Header File
* @version V5.0.8
* @date 12. November 2018
******************************************************************************/
/*... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_armv8mbl.h | C | apache-2.0 | 96,076 |
/**************************************************************************//**
* @file core_armv8mml.h
* @brief CMSIS Armv8-M Mainline Core Peripheral Access Layer Header File
* @version V5.1.0
* @date 12. September 2018
******************************************************************************/
/... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_armv8mml.h | C | apache-2.0 | 158,434 |
/**************************************************************************//**
* @file core_cm0.h
* @brief CMSIS Cortex-M0 Core Peripheral Access Layer Header File
* @version V5.0.6
* @date 13. March 2019
******************************************************************************/
/*
* Copyright (... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_cm0.h | C | apache-2.0 | 41,283 |
/**************************************************************************//**
* @file core_cm0plus.h
* @brief CMSIS Cortex-M0+ Core Peripheral Access Layer Header File
* @version V5.0.7
* @date 13. March 2019
******************************************************************************/
/*
* Copyri... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_cm0plus.h | C | apache-2.0 | 49,376 |
/**************************************************************************//**
* @file core_cm1.h
* @brief CMSIS Cortex-M1 Core Peripheral Access Layer Header File
* @version V1.0.1
* @date 12. November 2018
******************************************************************************/
/*
* Copyrigh... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_cm1.h | C | apache-2.0 | 42,479 |
/**************************************************************************//**
* @file core_cm23.h
* @brief CMSIS Cortex-M23 Core Peripheral Access Layer Header File
* @version V5.0.8
* @date 12. November 2018
******************************************************************************/
/*
* Copyri... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_cm23.h | C | apache-2.0 | 102,634 |
/**************************************************************************//**
* @file core_cm3.h
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File
* @version V5.1.0
* @date 13. March 2019
******************************************************************************/
/*
* Copyright (... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_cm3.h | C | apache-2.0 | 109,273 |
/**************************************************************************//**
* @file core_cm33.h
* @brief CMSIS Cortex-M33 Core Peripheral Access Layer Header File
* @version V5.1.0
* @date 12. November 2018
******************************************************************************/
/*
* Copyri... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_cm33.h | C | apache-2.0 | 165,022 |
/**************************************************************************//**
* @file core_cm35p.h
* @brief CMSIS Cortex-M35P Core Peripheral Access Layer Header File
* @version V1.0.0
* @date 12. November 2018
******************************************************************************/
/*
* Copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_cm35p.h | C | apache-2.0 | 165,032 |
/**************************************************************************//**
* @file core_cm4.h
* @brief CMSIS Cortex-M4 Core Peripheral Access Layer Header File
* @version V5.1.0
* @date 13. March 2019
******************************************************************************/
/*
* Copyright (... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_cm4.h | C | apache-2.0 | 120,720 |
/**************************************************************************//**
* @file core_cm7.h
* @brief CMSIS Cortex-M7 Core Peripheral Access Layer Header File
* @version V5.1.0
* @date 13. March 2019
******************************************************************************/
/*
* Copyright (... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_cm7.h | C | apache-2.0 | 147,801 |
/**************************************************************************//**
* @file core_sc000.h
* @brief CMSIS SC000 Core Peripheral Access Layer Header File
* @version V5.0.6
* @date 12. November 2018
******************************************************************************/
/*
* Copyright ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_sc000.h | C | apache-2.0 | 46,227 |
/**************************************************************************//**
* @file core_sc300.h
* @brief CMSIS SC300 Core Peripheral Access Layer Header File
* @version V5.0.7
* @date 12. November 2018
******************************************************************************/
/*
* Copyright ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/core_sc300.h | C | apache-2.0 | 108,607 |
/******************************************************************************
* @file mpu_armv7.h
* @brief CMSIS MPU API for Armv7-M MPU
* @version V5.1.0
* @date 08. March 2019
******************************************************************************/
/*
* Copyright (c) 2017-2019 Arm Limited. ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/mpu_armv7.h | C | apache-2.0 | 11,690 |
/******************************************************************************
* @file mpu_armv8.h
* @brief CMSIS MPU API for Armv8-M and Armv8.1-M MPU
* @version V5.1.0
* @date 08. March 2019
******************************************************************************/
/*
* Copyright (c) 2017-2019... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/mpu_armv8.h | C | apache-2.0 | 11,255 |
/******************************************************************************
* @file tz_context.h
* @brief Context Management for Armv8-M TrustZone
* @version V1.0.1
* @date 10. January 2018
******************************************************************************/
/*
* Copyright (c) 2017-2018... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/cmsis/inc/tz_context.h | C | apache-2.0 | 2,687 |
/*********************************************************************
* Source: https://github.com/B-Con/crypto-algorithms
* Filename: sha256.c
* Author: Brad Conte (brad AT bradconte.com)
* Copyright: This code is released into the public domain.
* Disclaimer: This code is presented "as is" without any gua... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/crypto-algorithms/sha256.c | C | apache-2.0 | 5,388 |
/*********************************************************************
* Source: https://github.com/B-Con/crypto-algorithms
* Filename: sha256.h
* Author: Brad Conte (brad AT bradconte.com)
* Copyright: This code is released into the public domain.
* Disclaimer: This code is presented "as is" without any gua... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/crypto-algorithms/sha256.h | C | apache-2.0 | 1,343 |
/*****************************************************************************/
/*****************************************************************************/
// acoshf from musl-0.9.15
/*****************************************************************************/
/****************************************************... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/acoshf.c | C | apache-2.0 | 953 |
/*****************************************************************************/
/*****************************************************************************/
// asinf from musl-0.9.15
/*****************************************************************************/
/*****************************************************... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/asinfacosf.c | C | apache-2.0 | 3,622 |
/*****************************************************************************/
/*****************************************************************************/
// asinhf from musl-0.9.15
/*****************************************************************************/
/****************************************************... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/asinhf.c | C | apache-2.0 | 1,065 |
/*****************************************************************************/
/*****************************************************************************/
// atan2f from musl-0.9.15
/*****************************************************************************/
/****************************************************... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/atan2f.c | C | apache-2.0 | 2,566 |
/*****************************************************************************/
/*****************************************************************************/
// atanf from musl-0.9.15
/*****************************************************************************/
/*****************************************************... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/atanf.c | C | apache-2.0 | 2,733 |
/*****************************************************************************/
/*****************************************************************************/
// atanhf from musl-0.9.15
/*****************************************************************************/
/****************************************************... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/atanhf.c | C | apache-2.0 | 926 |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* These math functions are taken from newlib-nano-2, the newlib/libm/math
* directory, available from https://github.com/32bitmicro/newlib-nano-2.
*
* Appropriate copyright headers are reproduced below.
*/
/* ef_rem_pio2.c -- float ver... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/ef_rem_pio2.c | C | apache-2.0 | 6,275 |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* These math functions are taken from newlib-nano-2, the newlib/libm/math
* directory, available from https://github.com/32bitmicro/newlib-nano-2.
*
* Appropriate copyright headers are reproduced below.
*/
/* ef_sqrtf.c -- float versio... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/ef_sqrt.c | C | apache-2.0 | 2,396 |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* These math functions are taken from newlib-nano-2, the newlib/libm/math
* directory, available from https://github.com/32bitmicro/newlib-nano-2.
*
* Appropriate copyright headers are reproduced below.
*/
/* erf_lgamma.c -- float vers... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/erf_lgamma.c | C | apache-2.0 | 7,889 |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* This file is adapted from from newlib-nano-2, the newlib/libm/common/fdlib.h,
* available from https://github.com/32bitmicro/newlib-nano-2. The main change
* is removal of anything to do with double precision.
*
* Appropriate copyrig... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/fdlibm.h | C | apache-2.0 | 7,198 |
/*****************************************************************************/
/*****************************************************************************/
// fmodf from musl-0.9.15
/*****************************************************************************/
/*****************************************************... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/fmodf.c | C | apache-2.0 | 1,433 |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* These math functions are taken from newlib-nano-2, the newlib/libm/math
* directory, available from https://github.com/32bitmicro/newlib-nano-2.
*
* Appropriate copyright headers are reproduced below.
*/
/* kf_cos.c -- float version ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/kf_cos.c | C | apache-2.0 | 1,881 |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* These math functions are taken from newlib-nano-2, the newlib/libm/math
* directory, available from https://github.com/32bitmicro/newlib-nano-2.
*
* Appropriate copyright headers are reproduced below.
*/
/* kf_rem_pio2.c -- float ver... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/kf_rem_pio2.c | C | apache-2.0 | 5,518 |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* These math functions are taken from newlib-nano-2, the newlib/libm/math
* directory, available from https://github.com/32bitmicro/newlib-nano-2.
*
* Appropriate copyright headers are reproduced below.
*/
/* kf_sin.c -- float version ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/kf_sin.c | C | apache-2.0 | 1,661 |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* These math functions are taken from newlib-nano-2, the newlib/libm/math
* directory, available from https://github.com/32bitmicro/newlib-nano-2.
*
* Appropriate copyright headers are reproduced below.
*/
/* kf_tan.c -- float version ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/kf_tan.c | C | apache-2.0 | 2,972 |
/*****************************************************************************/
/*****************************************************************************/
// portions extracted from musl-0.9.15 libm.h
/*****************************************************************************/
/*********************************... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/libm.h | C | apache-2.0 | 2,122 |
/*****************************************************************************/
/*****************************************************************************/
// log1pf from musl-0.9.15
/*****************************************************************************/
/****************************************************... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/libm/log1pf.c | C | apache-2.0 | 2,343 |