/glibc-2.36/sysdeps/htl/ |
D | libc-lockP.h | 31 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument 33 _fn != NULL ? (*_fn) ARGS : ELSE; })) 35 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument 36 (FUNC != NULL ? FUNC ARGS : ELSE) 42 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument 43 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE) 44 # define __libc_ptf_call_always(FUNC, ARGS) \ argument 45 PTHFCT_CALL (ptr_##FUNC, ARGS) 48 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument 49 FUNC ARGS [all …]
|
/glibc-2.36/sysdeps/generic/ |
D | math-tests.h | 24 # define MATH_TESTS_TG(PREFIX, ARGS, TYPE) \ argument 25 (sizeof (TYPE) == sizeof (float) ? PREFIX ## float ARGS \ 26 : sizeof (TYPE) == sizeof (double) ? PREFIX ## double ARGS \ 27 : __builtin_types_compatible_p (TYPE, _Float128) ? PREFIX ## float128 ARGS \ 28 : PREFIX ## long_double ARGS) 30 # define MATH_TESTS_TG(PREFIX, ARGS, TYPE) \ argument 31 (sizeof (TYPE) == sizeof (float) ? PREFIX ## float ARGS \ 32 : sizeof (TYPE) == sizeof (double) ? PREFIX ## double ARGS \ 33 : PREFIX ## long_double ARGS)
|
/glibc-2.36/localedata/unicode-gen/ |
D | utf8_compatibility.py | 78 if ARGS.show_missing_characters: 92 if ARGS.show_changed_characters: 103 if ARGS.show_added_characters: 152 if ARGS.show_missing_characters: 175 if ARGS.show_changed_characters: 197 if ARGS.show_added_characters: 253 ARGS = PARSER.parse_args() variable 255 if ARGS.unicode_data_file: 256 unicode_utils.fill_attributes(ARGS.unicode_data_file) 257 if ARGS.east_asian_width_file: [all …]
|
D | gen_translit_circle.py | 60 if ARGS.input_file and head: 79 if ARGS.input_file and tail: 142 ARGS = PARSER.parse_args() variable 144 unicode_utils.fill_attributes(ARGS.unicode_data_file) 146 if ARGS.input_file: 147 (HEAD, TAIL) = read_input_file(ARGS.input_file) 148 with open(ARGS.output_file, mode='w') as TRANSLIT_FILE: 149 output_head(TRANSLIT_FILE, ARGS.unicode_version, head=HEAD)
|
D | gen_translit_font.py | 60 if ARGS.input_file and head: 79 if ARGS.input_file and tail: 148 ARGS = PARSER.parse_args() variable 150 unicode_utils.fill_attributes(ARGS.unicode_data_file) 152 if ARGS.input_file: 153 (HEAD, TAIL) = read_input_file(ARGS.input_file) 154 with open(ARGS.output_file, mode='w') as TRANSLIT_FILE: 155 output_head(TRANSLIT_FILE, ARGS.unicode_version, head=HEAD)
|
D | gen_unicode_ctype.py | 159 if ARGS.input_file and head: 193 if ARGS.input_file and tail: 310 ARGS = PARSER.parse_args() variable 313 ARGS.unicode_data_file) 315 ARGS.derived_core_properties_file) 318 if ARGS.input_file: 319 (HEAD, TAIL) = read_input_file(ARGS.input_file) 320 with open(ARGS.output_file, mode='w') as I18N_FILE: 321 output_head(I18N_FILE, ARGS.unicode_version, head=HEAD) 322 output_tables(I18N_FILE, ARGS.unicode_version, ARGS.turkish)
|
D | gen_translit_fraction.py | 60 if ARGS.input_file and head: 83 if ARGS.input_file and tail: 189 ARGS = PARSER.parse_args() variable 191 unicode_utils.fill_attributes(ARGS.unicode_data_file) 193 if ARGS.input_file: 194 (HEAD, TAIL) = read_input_file(ARGS.input_file) 195 with open(ARGS.output_file, mode='w') as TRANSLIT_FILE: 196 output_head(TRANSLIT_FILE, ARGS.unicode_version, head=HEAD)
|
D | gen_translit_cjk_compat.py | 61 if ARGS.input_file and head: 81 if ARGS.input_file and tail: 212 ARGS = PARSER.parse_args() variable 214 unicode_utils.fill_attributes(ARGS.unicode_data_file) 216 if ARGS.input_file: 217 (HEAD, TAIL) = read_input_file(ARGS.input_file) 218 with open(ARGS.output_file, mode='w') as TRANSLIT_FILE: 219 output_head(TRANSLIT_FILE, ARGS.unicode_version, head=HEAD)
|
D | gen_translit_combining.py | 60 if ARGS.input_file and head: 81 if ARGS.input_file and tail: 436 ARGS = PARSER.parse_args() variable 438 unicode_utils.fill_attributes(ARGS.unicode_data_file) 440 if ARGS.input_file: 441 (HEAD, TAIL) = read_input_file(ARGS.input_file) 442 with open(ARGS.output_file, mode='w') as TRANSLIT_FILE: 443 output_head(TRANSLIT_FILE, ARGS.unicode_version, head=HEAD)
|
D | gen_translit_compat.py | 60 if ARGS.input_file and head: 80 if ARGS.input_file and tail: 318 ARGS = PARSER.parse_args() variable 320 unicode_utils.fill_attributes(ARGS.unicode_data_file) 322 if ARGS.input_file: 323 (HEAD, TAIL) = read_input_file(ARGS.input_file) 324 with open(ARGS.output_file, mode='w') as TRANSLIT_FILE: 325 output_head(TRANSLIT_FILE, ARGS.unicode_version, head=HEAD)
|
D | ctype_compatibility.py | 220 if ARGS.show_missing_characters: 226 if ARGS.show_added_characters: 520 ARGS = PARSER.parse_args() variable 523 ARGS.old_ctype_file) 525 ARGS.new_ctype_file) 528 print('Checking for errors in old ctype file: %s' %ARGS.old_ctype_file) 532 print('Old file = %s' %ARGS.old_ctype_file) 536 print('Checking for errors in new ctype file: %s' %ARGS.new_ctype_file) 540 print('New file = %s' %ARGS.new_ctype_file)
|
D | utf8_gen.py | 334 ARGS = PARSER.parse_args() variable 336 unicode_utils.fill_attributes(ARGS.unicode_data_file) 337 with open(ARGS.unicode_data_file, mode='r') as UNIDATA_FILE: 339 with open(ARGS.east_asian_with_file, mode='r') as EAST_ASIAN_WIDTH_FILE: 355 with open(ARGS.prop_list_file, mode='r') as PROP_LIST_FILE: 366 write_header_width(OUTFILE, ARGS.unicode_version)
|
/glibc-2.36/include/ |
D | math.h | 138 # define MATH_REDIRECT(FUNC, PREFIX, ARGS) \ argument 139 float (FUNC ## f) (ARGS (float)) asm (PREFIX #FUNC "f"); \ 140 double (FUNC) (ARGS (double)) asm (PREFIX #FUNC ); \ 141 MATH_REDIRECT_LDBL (FUNC, PREFIX, ARGS) \ 142 MATH_REDIRECT_F128 (FUNC, PREFIX, ARGS) 145 # define MATH_REDIRECT_LDBL(FUNC, PREFIX, ARGS) argument 147 # define MATH_REDIRECT_LDBL(FUNC, PREFIX, ARGS) \ argument 148 long double (FUNC ## l) (ARGS (long double)) asm (PREFIX #FUNC "l"); 151 # define MATH_REDIRECT_F128(FUNC, PREFIX, ARGS) \ argument 152 _Float128 (FUNC ## f128) (ARGS (_Float128)) asm (PREFIX #FUNC "f128"); [all …]
|
D | set-hooks.h | 45 # define RUN_HOOK(NAME, ARGS) \ argument 50 (*(__##NAME##_hook_function_t *) *ptr) ARGS; \ 64 # define RUN_RELHOOK(NAME, ARGS) \ argument 71 (*f) ARGS; \ 76 # define RUN_RELHOOK(NAME, ARGS) RUN_HOOK(NAME, ARGS) argument 86 # define RUN_HOOK(NAME, ARGS) argument 92 # define RUN_RELHOOK(NAME, ARGS) argument
|
/glibc-2.36/sysdeps/nptl/ |
D | libc-lockP.h | 84 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument 86 _fn != NULL ? (*_fn) ARGS : ELSE; })) 88 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument 89 (FUNC != NULL ? FUNC ARGS : ELSE) 96 #define __libc_ptf_call(FUNC, ARGS, ELSE) FUNC ARGS argument 97 #define __libc_ptf_call_always(FUNC, ARGS) FUNC ARGS argument
|
/glibc-2.36/posix/ |
D | Makefile | 284 tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ 287 tst-exec-ARGS = -- $(host-test-program-cmd) 288 tst-exec-static-ARGS = $(tst-exec-ARGS) 289 tst-execvpe5-ARGS = -- $(host-test-program-cmd) 290 tst-spawn-ARGS = -- $(host-test-program-cmd) 291 tst-spawn-static-ARGS = $(tst-spawn-ARGS) 292 tst-spawn5-ARGS = -- $(host-test-program-cmd) 293 tst-spawn6-ARGS = -- $(host-test-program-cmd) 294 tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-d… 295 tst-chmod-ARGS = $(objdir) [all …]
|
/glibc-2.36/math/ |
D | math.h | 879 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument 880 (sizeof (TG_ARG) == sizeof (float) ? FUNC ## f ARGS : FUNC ARGS) 884 # define __MATH_TG_F32(FUNC, ARGS) _Float32: FUNC ## f ARGS, argument 886 # define __MATH_TG_F32(FUNC, ARGS) argument 890 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## l ARGS, argument 892 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## f128 ARGS, argument 895 # define __MATH_TG_F64X(FUNC, ARGS) argument 897 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument 899 float: FUNC ## f ARGS, \ 900 __MATH_TG_F32 (FUNC, ARGS) \ [all …]
|
/glibc-2.36/argp/ |
D | Makefile | 36 bug-argp1-ARGS = -- --help 37 bug-argp2-ARGS = -- -d 111 --dstaddr 222 -p 333 --peer 444
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | makecontext.c | 35 #define ARGS(x) (x * sizeof (unsigned long)) macro 53 + FRAME_SIZE_BYTES + ARGS(argc) + STACK_ALIGN) in __makecontext()
|
/glibc-2.36/io/ |
D | Makefile | 142 test-stat2-ARGS = Makefile . $(objpfx)test-stat2 144 tst-statvfs-ARGS = $(objpfx)tst-statvfs tst-statvfs.c /tmp 146 tst-open-tmpfile-ARGS = --test-dir=$(objpfx)
|
/glibc-2.36/nptl/ |
D | Makefile | 500 tst-cancel7-ARGS = --command "exec $(host-test-program-cmd)" 501 tst-cancelx7-ARGS = $(tst-cancel7-ARGS) 553 tst-exec4-ARGS = $(host-test-program-cmd) 559 tst-stackguard1-ARGS = --command "$(host-test-program-cmd) --child" 560 tst-stackguard1-static-ARGS = --command "$(objpfx)tst-stackguard1-static --child"
|
/glibc-2.36/time/ |
D | Makefile | 106 test_time-ARGS= EST5EDT CST 111 bug-getdate1-ARGS = ${objpfx}bug-getdate1-fmt
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/multiarch/ |
D | float128-ifunc.h | 165 #define DECL_LDOUBLE_ALIAS(func, RTYPE, ARGS) \ argument 166 extern RTYPE func ARGS; \
|
/glibc-2.36/dirent/ |
D | Makefile | 43 opendir-tst1-ARGS = --test-dir=${common-objpfx}dirent
|
/glibc-2.36/rt/ |
D | Makefile | 117 tst-mqueue7-ARGS = -- $(host-test-program-cmd)
|