Home
last modified time | relevance | path

Searched refs:libc (Results 1 – 25 of 57) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A DMakefile.riscos27 @/@.minigzip -f -9 libc
28 @/@.minigzip -d libc-gz
29 @/@.minigzip -f -1 libc
30 @/@.minigzip -d libc-gz
31 @/@.minigzip -h -9 libc
32 @/@.minigzip -d libc-gz
33 @/@.minigzip -h -1 libc
34 @/@.minigzip -d libc-gz
35 @/@.minigzip -9 libc
37 @/@.minigzip -1 libc
[all …]
/AliOS-Things-master/components/py_engine/tests/unix/
A Dffi_float.py20 libc = ffi_open(("libc.so", "libc.so.0", "libc.so.6", "libc.dylib")) variable
23 strtof = libc.func("f", "strtof", "sp")
32 strtod = libc.func("d", "strtod", "sp")
A Dffi_callback.py19 libc = ffi_open(("libc.so", "libc.so.0", "libc.so.6", "libc.dylib")) variable
21 qsort = libc.func("v", "qsort", "piip")
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drelease.sh96 quickjs-libc.c quickjs-libc.h quickjs-opcode.h \
A DTODO2 - use realpath in module name normalizer and put it in quickjs-libc
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/crash_catcher/
A DMakefile11 -Iutils/libc/inc \
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dextmod.cmake7 ${MICROPY_DIR}/shared/libc/abort_.c
8 ${MICROPY_DIR}/shared/libc/printf.c
/AliOS-Things-master/components/SDL2/src/hidapi/m4/
A Dax_pthread.m4132 # none: in case threads are in libc; should be tried before -Kthread and
134 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
151 # On Solaris (at least, for some versions), libc contains stubbed
156 # who knows whether they'll stub that too in a future libc.) So,
202 # while pthread_create is in libc. We check for pthread_attr_init
205 # functions on Solaris that doesn't have a non-functional libc stub.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dax_pthread.m4132 # none: in case threads are in libc; should be tried before -Kthread and
134 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
151 # On Solaris (at least, for some versions), libc contains stubbed
156 # who knows whether they'll stub that too in a future libc.) So,
216 # while pthread_create is in libc. We check for pthread_attr_init
219 # functions on Solaris that doesn't have a non-functional libc stub.
/AliOS-Things-master/
A DREADME.md89 - libc_stub:支持libc多线程
90 - rhino:支持libc多线程
/AliOS-Things-master/documentation/manual/
A Dmainpage.md89 - libc_stub:支持libc多线程
90 - rhino:支持libc多线程
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/
A Dcommon.mk695 core-y += utils/libc/
702 KBUILD_CPPFLAGS += -ffreestanding -Iutils/libc/inc
721 core-y += utils/libc/
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dreadme.txt50 5. Add the libc.lib library from the ObjectAda distribution to the project.
/AliOS-Things-master/hardware/chip/rtl872xd/script/
A Drlx8711B-symbol-v02-img2-2nd_boot.ld6 libc.a
A Drlx8711B-symbol-v02-img2_xip1.ld9 libc.a
A Drlx8711B-symbol-v02-img2_xip2.ld9 libc.a
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi346 The @code{std} module provides wrappers to the libc @file{stdlib.h}
375 Open a file (wrapper to the libc @code{fopen()}). Return the FILE
381 Open a process by creating a pipe (wrapper to the libc
388 Open a file from a file handle (wrapper to the libc
407 Equivalent to the libc sprintf().
412 Wrappers to the libc file @code{stdin}, @code{stdout}, @code{stderr}.
525 position @code{position} (wrapper to the libc @code{fread}).
529 position @code{position} (wrapper to the libc @code{fread}).
893 Examples are available in @file{quickjs-libc.c}.
899 examples. The standard library @file{quickjs-libc.c} is also a good example
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dacinclude.m4694 dnl none: in case threads are in libc; should be tried before -Kthread and
696 dnl -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
713 dnl On Solaris (at least, for some versions), libc contains stubbed
718 dnl who knows whether they'll stub that too in a future libc.) So,
764 dnl while pthread_create is in libc. We check for pthread_attr_init
767 dnl functions on Solaris that doesn't have a non-functional libc stub.
A Dlibtool.m43470 lt_cv_file_magic_test_file=/shlib/libc.so
3511 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3528 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3532 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
3536 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3607 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3619 lt_cv_file_magic_test_file=/lib/libc.so
6082 # Do we need to explicitly link libc?
7351 # link with -lc, and that would cause any symbols used from libc to
7985 # GCJ did not exist at the time GCC didn't implicitly link libc in.
[all …]
/AliOS-Things-master/components/amp/ampsim/
A DCMakeLists.txt31 aux_source_directory(../engine/quickjs_engine/addons/libc DIR_ADDON_LIBC_SRCS)
/AliOS-Things-master/components/SDL2/docs/
A DREADME-android.md308 I/DEBUG ( 31): #00 pc 0001c902 /system/lib/libc.so
309 I/DEBUG ( 31): #01 pc 0001ccf6 /system/lib/libc.so
/AliOS-Things-master/components/SDL2/acinclude/
A Dlibtool.m43210 lt_cv_file_magic_test_file=/shlib/libc.so
3254 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3275 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3279 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
3283 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3354 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3366 lt_cv_file_magic_test_file=/lib/libc.so
5615 # Do we need to explicitly link libc?
6812 # link with -lc, and that would cause any symbols used from libc to
7482 # GCJ did not exist at the time GCC didn't implicitly link libc in.
[all …]
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlibtool.m41510 # On DJGPP, this test can blow up pretty badly due to problems in libc
3002 lt_cv_file_magic_test_file=/shlib/libc.so
3044 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3061 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3065 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
3069 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3140 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3152 lt_cv_file_magic_test_file=/lib/libc.so
5113 # Do we need to explicitly link libc?
6266 # link with -lc, and that would cause any symbols used from libc to
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfigure6917 lt_cv_file_magic_test_file=/shlib/libc.so
6958 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6975 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6979 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6983 lt_cv_file_magic_test_file=/usr/lib/libc.sl
7054 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
7066 lt_cv_file_magic_test_file=/lib/libc.so
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure5565 lt_cv_file_magic_test_file=/shlib/libc.so
5606 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5623 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5627 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5631 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5702 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5714 lt_cv_file_magic_test_file=/lib/libc.so

Completed in 59 milliseconds

123