/third_party/musl/libc-test/report_base/ |
D | REPORT | 1 ../../third_party/musl/libc-test/src/functional/socket.c:25: setsockopt(s, 1, 66, &(struct timeval)… 3 ../../third_party/musl/libc-test/src/functional/strptime.c:23: "%F": failed to parse "1856-07-10" 4 ../../third_party/musl/libc-test/src/functional/strptime.c:23: "%s": failed to parse "683078400" 5 ../../third_party/musl/libc-test/src/functional/strptime.c:47: "%z": failed to parse "+0200" 6 ../../third_party/musl/libc-test/src/functional/strptime.c:47: "%z": failed to parse "-0530" 7 ../../third_party/musl/libc-test/src/functional/strptime.c:47: "%z": failed to parse "-06" 9 ../../third_party/musl/libc-test/src/functional/utime.c:63: (time_t)(1LL<<32) == (1LL<<32) failed: … 11 X ../../third_party/musl/libc-test/src/math/special/acosh.h:9: RN acosh(0x1.001f1c62cf304p+0) want … 12 X ../../third_party/musl/libc-test/src/math/special/acosh.h:10: RN acosh(0x1.00788c223616fp+0) want… 13 X ../../third_party/musl/libc-test/src/math/special/acosh.h:11: RN acosh(0x1.007b7a37c7606p+0) want… [all …]
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
D | BUILD.gn | 31 part_name = "libc-test" 35 "//third_party/musl/libc-test/src/common", 39 configs = [ "//third_party/musl/libc-test/src/common:config_runtest" ] 44 part_name = "libc-test" 48 "//third_party/musl/libc-test/src/common", 52 configs = [ "//third_party/musl/libc-test/src/common:config_runtest" ] 53 libs = [ "${musl_lib_dir}/libc.a" ] 58 part_name = "libc-test" 62 "//third_party/musl/libc-test/src/common", 66 configs = [ "//third_party/musl/libc-test/src/common:config_runtest" ] [all …]
|
/third_party/zlib/old/ |
D | Makefile.riscos | 25 @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV 27 @/@.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 [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/old/ |
D | Makefile.riscos | 25 @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV 27 @/@.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 [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/old/ |
D | Makefile.riscos | 25 @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV 27 @/@.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 [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | BUILD.gn | 19 [ "//third_party/musl/libc-test/src/functionalext/common" ] 21 default_configs = [ "//third_party/musl/libc-test/src/common:config_runtest" ] 25 part_name = "libc-test" 33 part_name = "libc-test" 41 part_name = "libc-test" 49 part_name = "libc-test" 57 part_name = "libc-test" 65 part_name = "libc-test" 73 part_name = "libc-test" 81 part_name = "libc-test" [all …]
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 38 if (!r) libc.can_do_threads = 1; in __init_tp() 39 libc.threads_minus_1 = 1; in __init_tp() 40 libc.threaded = 0; in __init_tp() 44 td->locale = &libc.global_locale; in __init_tp() 59 libc.threaded = 1; in __init_tp() 80 dtv = (uintptr_t*)(mem + libc.tls_size) - (libc.tls_cnt + 1); in __copy_tls() 82 mem += -((uintptr_t)mem + sizeof(struct pthread)) & (libc.tls_align-1); in __copy_tls() 86 for (i=1, p=libc.tls_head; p; i++, p=p->next) { in __copy_tls() 93 mem += libc.tls_size - sizeof(struct pthread); in __copy_tls() 94 mem -= (uintptr_t)mem & (libc.tls_align-1); in __copy_tls() [all …]
|
/third_party/musl/src/env/ |
D | __init_tls.c | 20 if (!r) libc.can_do_threads = 1; in __init_tp() 23 td->locale = &libc.global_locale; in __init_tp() 47 dtv = (uintptr_t*)(mem + libc.tls_size) - (libc.tls_cnt + 1); in __copy_tls() 49 mem += -((uintptr_t)mem + sizeof(struct pthread)) & (libc.tls_align-1); in __copy_tls() 53 for (i=1, p=libc.tls_head; p; i++, p=p->next) { in __copy_tls() 60 mem += libc.tls_size - sizeof(struct pthread); in __copy_tls() 61 mem -= (uintptr_t)mem & (libc.tls_align-1); in __copy_tls() 64 for (i=1, p=libc.tls_head; p; i++, p=p->next) { in __copy_tls() 69 dtv[0] = libc.tls_cnt; in __copy_tls() 110 libc.tls_cnt = 1; in static_init_tls() [all …]
|
/third_party/musl/porting/linux/user/src/env/ |
D | __init_tls.c | 20 if (!r) libc.can_do_threads = 1; in __init_tp() 23 td->locale = &libc.global_locale; in __init_tp() 47 dtv = (uintptr_t*)(mem + libc.tls_size) - (libc.tls_cnt + 1); in __copy_tls() 49 mem += -((uintptr_t)mem + sizeof(struct pthread)) & (libc.tls_align-1); in __copy_tls() 53 for (i=1, p=libc.tls_head; p; i++, p=p->next) { in __copy_tls() 62 mem += libc.tls_size - sizeof(struct pthread); in __copy_tls() 63 mem -= (uintptr_t)mem & (libc.tls_align-1); in __copy_tls() 66 for (i=1, p=libc.tls_head; p; i++, p=p->next) { in __copy_tls() 73 dtv[0] = libc.tls_cnt; in __copy_tls() 114 libc.tls_cnt = 1; in static_init_tls() [all …]
|
/third_party/musl/porting/linux/user/config/ |
D | ld-musl-namespace-x86_64-test.ini | 3 test = /data/tests/libc-test/src/functionalext:/data/tests/libc-test/src/functionalext/dlns 14 namespace.ns_no_allowed_libs.lib.paths = /data/tests/libc-test/src/functionalext/dlns 18 namespace.ns_normal.lib.paths = /data/tests/libc-test/src/functionalext/dlns 29 namespace.ns_wrong_allowed_path.lib.paths = /data/tests/libc-test/src/functionalext/dlns 39 namespace.inherited_class.lib.paths = /data/tests/libc-test/src/functionalext/dlns 44 namespace.ns_separated_flase.lib.paths = /data/tests/libc-test/src/functionalext/dlns 49 namespace.ns_asan_lib_path.lib.paths = /data/tests/libc-test/src/functionalext/dlns 50 namespace.ns_asan_lib_path.asan.lib.paths = /data/tests/libc-test/src/functionalext/dlns/B 54 namespace.ns_asan_permit_path.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/C 55 …namespace.ns_asan_permit_path.asan.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/B
|
D | ld-musl-namespace-arm-test.ini | 3 test = /data/tests/libc-test/src/functionalext:/data/tests/libc-test/src/functionalext/dlns 14 namespace.ns_no_allowed_libs.lib.paths = /data/tests/libc-test/src/functionalext/dlns 18 namespace.ns_normal.lib.paths = /data/tests/libc-test/src/functionalext/dlns 29 namespace.ns_wrong_allowed_path.lib.paths = /data/tests/libc-test/src/functionalext/dlns 39 namespace.inherited_class.lib.paths = /data/tests/libc-test/src/functionalext/dlns 44 namespace.ns_separated_flase.lib.paths = /data/tests/libc-test/src/functionalext/dlns 49 namespace.ns_asan_lib_path.lib.paths = /data/tests/libc-test/src/functionalext/dlns 50 namespace.ns_asan_lib_path.asan.lib.paths = /data/tests/libc-test/src/functionalext/dlns/B 54 namespace.ns_asan_permit_path.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/C 55 …namespace.ns_asan_permit_path.asan.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/B
|
D | ld-musl-namespace-aarch64-test.ini | 3 test = /data/tests/libc-test/src/functionalext:/data/tests/libc-test/src/functionalext/dlns 14 namespace.ns_no_allowed_libs.lib.paths = /data/tests/libc-test/src/functionalext/dlns 18 namespace.ns_normal.lib.paths = /data/tests/libc-test/src/functionalext/dlns 29 namespace.ns_wrong_allowed_path.lib.paths = /data/tests/libc-test/src/functionalext/dlns 39 namespace.inherited_class.lib.paths = /data/tests/libc-test/src/functionalext/dlns 44 namespace.ns_separated_flase.lib.paths = /data/tests/libc-test/src/functionalext/dlns 49 namespace.ns_asan_lib_path.lib.paths = /data/tests/libc-test/src/functionalext/dlns 50 namespace.ns_asan_lib_path.asan.lib.paths = /data/tests/libc-test/src/functionalext/dlns/B 54 namespace.ns_asan_permit_path.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/C 55 …namespace.ns_asan_permit_path.asan.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/B
|
/third_party/skia/buildtools/third_party/libc++/ |
D | BUILD.gn | 9 # Used by libc++ and libc++abi. 14 # libc++ wants to redefine the macros WIN32_LEAN_AND_MEAN and _CRT_RAND_S in 19 # upstream libc++ requires C++17 so we have to make an exception here. 30 # Explicitly set version macros to Windows 7 to prevent libc++ from adding a 46 target(_libcxx_target_type, "libc++") { 47 # Most things that need to depend on libc++ should do so via the implicit 48 # 'common_deps' dependency below. Some targets that package libc++.so may 49 # need to explicitly depend on libc++. 55 # This target packages libc++.so, so must have an explicit dependency on 56 # libc++. [all …]
|
/third_party/musl/scripts/ |
D | runtest.sh | 2 cd /data/tests/libc-test/src 3 rm /data/tests/libc-test/REPORT 4 touch /data/tests/libc-test/REPORT 37 ./runtest -w '' $file 12345 34567 >> /data/tests/libc-test/REPORT 40 ./runtest -w '' $file >> /data/tests/libc-test/REPORT
|
/third_party/python/Lib/ctypes/test/ |
D | test_errno.py | 12 libc = CDLL(libc_name, use_errno=True) 14 libc_open = libc._open 16 libc_open = libc.open 29 libc = CDLL(libc_name, use_errno=False) 31 libc_open = libc._open 33 libc_open = libc.open
|
/third_party/musl/libc-test/ |
D | README-HowtoRun.md | 1 ## libc-test脚本使用说明 5 编译命令,单独编译出libc-test测试用例 11 文件生成的目录位于 `out/hi3516dv300/tests/unittest/libc-test` 15 旧版ohos中,文件生成的目录位于 `out/ohos-arm-release/tests/unittest/libc-test`,请根据实际修改脚本中相关路径!! 41 5. runtest.bat执行结束前会将输出的REPORT与在libc-test/report_base下的REPORT相比较,如果比较出不同将会在scripts下
|
/third_party/skia/buildtools/third_party/libc++abi/ |
D | BUILD.gn | 7 source_set("libc++abi") { 11 visibility = [ "${skia_root_dir}/buildtools/third_party/libc++" ] 30 # libc++abi. We build lib++/libc++abi with exceptions enabled. 75 "${skia_root_dir}/buildtools/third_party/libc++:config", 91 # libc++abi depends on libc++ internals. 92 include_dirs = [ "../libc++/trunk/src" ]
|
/third_party/musl/src/locale/ |
D | setlocale.c | 44 libc.global_locale = tmp_locale; in setlocale() 51 libc.global_locale.cat[i]; in setlocale() 52 if (lm == libc.global_locale.cat[0]) same++; in setlocale() 70 libc.global_locale.cat[cat] = lm; in setlocale() 72 lm = libc.global_locale.cat[cat]; in setlocale()
|
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
D | BUILD.gn | 34 part_name = "libc-test-lib" 47 part_name = "libc-test-lib" 60 part_name = "libc-test-lib" 78 part_name = "libc-test-lib" 96 part_name = "libc-test-lib" 109 part_name = "libc-test-lib"
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 106 libc.threads_minus_1--; in __pthread_exit() 243 if (!libc.can_do_threads) return ENOSYS; in __pthread_create() 245 if (!libc.threaded) { in __pthread_create() 255 libc.threaded = 1; in __pthread_create() 266 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create() 275 stack = tsd - libc.tls_size; in __pthread_create() 284 + libc.tls_size + __pthread_tsd_size); in __pthread_create() 302 stack = tsd - libc.tls_size; in __pthread_create() 307 new = __copy_tls(tsd - libc.tls_size); in __pthread_create() 315 new->locale = &libc.global_locale; in __pthread_create() [all …]
|
/third_party/musl/ |
D | README_zh.md | 1 # Musl libc 13 libc-test #关于musl的测试用例 36 有关完整musl目标编译器工具链、系统的信息bootstrapping和基于musl构建的Linux发行版可以在官方网站上找到:http://www.musl-libc.org/ 40 musl参考手册:https://musl.libc.org/doc/1.1.24/manual.html
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 96 libc.threads_minus_1--; in __pthread_exit() 249 if (!libc.can_do_threads) return ENOSYS; in __pthread_create() 261 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create() 270 stack = tsd - libc.tls_size; in __pthread_create() 279 + libc.tls_size + __pthread_tsd_size); in __pthread_create() 297 stack = tsd - libc.tls_size; in __pthread_create() 302 new = __copy_tls(tsd - libc.tls_size); in __pthread_create() 310 new->locale = &libc.global_locale; in __pthread_create() 343 libc.threads_minus_1++; in __pthread_create() 367 libc.threads_minus_1--; in __pthread_create()
|
/third_party/musl/src/ldso/ |
D | dl_iterate_phdr.c | 18 for (i=0; libc.auxv[i]; i+=2) in static_dl_iterate_phdr() 19 if (libc.auxv[i]<AUX_CNT) aux[libc.auxv[i]] = libc.auxv[i+1]; in static_dl_iterate_phdr()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 178 libc.threads_minus_1--; in __pthread_exit() 321 if (!libc.can_do_threads) return ENOSYS; in __pthread_create() 323 if (!libc.threaded) { in __pthread_create() 333 libc.threaded = 1; in __pthread_create() 344 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create() 353 stack = tsd - libc.tls_size; in __pthread_create() 362 + libc.tls_size + __pthread_tsd_size); in __pthread_create() 380 stack = tsd - libc.tls_size; in __pthread_create() 385 new = __copy_tls(tsd - libc.tls_size); in __pthread_create() 393 new->locale = &libc.global_locale; in __pthread_create() [all …]
|
/third_party/boost/tools/build/src/tools/features/ |
D | stdlib-feature.jam | 11 *Allowed values*: `native`, `gnu`, `gnu11`, `libc++`, `sun-stlport`, `apache`. 19 `libc++`::: Use LLVM pass:[libc++]. 28 : native gnu gnu11 libc++ sun-stlport apache
|