/glibc-2.36/elf/ |
D | tst-dl-hwcaps_split.c | 28 struct dl_hwcaps_split_masked split; in check_split_masked() local 29 _dl_hwcaps_split_masked_init (&split, input, bitmask, mask); in check_split_masked() 31 while (_dl_hwcaps_split_masked (&split)) in check_split_masked() 35 split.split.segment, split.split.length); in check_split_masked() 45 struct dl_hwcaps_split split; in check_split() local 46 _dl_hwcaps_split_init (&split, input); in check_split() 48 while (_dl_hwcaps_split (&split)) in check_split() 52 split.segment, split.length); in check_split()
|
D | dl-usage.c | 149 print_hwcaps_subdirectories_name (const struct dl_hwcaps_split *split) in print_hwcaps_subdirectories_name() argument 152 _dl_write (STDOUT_FILENO, split->segment, split->length); in print_hwcaps_subdirectories_name() 160 struct dl_hwcaps_split split; in print_hwcaps_subdirectories() local 163 _dl_hwcaps_split_init (&split, state->glibc_hwcaps_prepend); in print_hwcaps_subdirectories() 164 while (_dl_hwcaps_split (&split)) in print_hwcaps_subdirectories() 167 print_hwcaps_subdirectories_name (&split); in print_hwcaps_subdirectories() 176 _dl_hwcaps_split_init (&split, _dl_hwcaps_subdirs); in print_hwcaps_subdirectories() 177 while (_dl_hwcaps_split (&split)) in print_hwcaps_subdirectories() 180 print_hwcaps_subdirectories_name (&split); in print_hwcaps_subdirectories() 184 split.segment, split.length); in print_hwcaps_subdirectories()
|
D | dl-hwcaps_split.c | 54 if (!_dl_hwcaps_split (&s->split)) in _dl_hwcaps_split_masked() 59 s->split.segment, s->split.length)) in _dl_hwcaps_split_masked() 70 struct dl_hwcaps_split split; in _dl_hwcaps_contains() local 71 _dl_hwcaps_split_init (&split, hwcaps); in _dl_hwcaps_contains() 72 while (_dl_hwcaps_split (&split)) in _dl_hwcaps_contains() 73 if (split.length == name_length in _dl_hwcaps_contains() 74 && memcmp (split.segment, name, name_length) == 0) in _dl_hwcaps_contains()
|
D | dl-hwcaps.c | 55 counts->total_length += sp.split.length; in update_hwcaps_counts() 56 if (sp.split.length > counts->maximum_length) in update_hwcaps_counts() 57 counts->maximum_length = sp.split.length; in update_hwcaps_counts() 83 sp.split.segment, sp.split.length); in copy_hwcaps() 86 = strlen (GLIBC_HWCAPS_PREFIX) + sp.split.length + 1; in copy_hwcaps() 127 _dl_hwcaps_priorities[i].name = sp.split.segment; in compute_priorities() 128 _dl_hwcaps_priorities[i].name_length = sp.split.length; in compute_priorities()
|
D | dl-hwcaps.h | 70 struct dl_hwcaps_split split; member 87 _dl_hwcaps_split_init (&s->split, subject); in _dl_hwcaps_split_masked_init()
|
D | tst-glibcelf.py | 37 'ELFCLASS ELFDATA EM_ ET_ DT_ PF_ PT_ SHF_ SHN_ SHT_ STB_ STT_'.split()) 190 """.strip().split())
|
/glibc-2.36/scripts/ |
D | sysd-rules.awk | 12 nsuffixes = split(all_object_suffixes, suffixes); 13 ninhibit_asm = split(inhibit_sysdep_asm, inhibit_asm); 14 nsysdirs = split(config_sysdirs, sysdirs); 15 npatterns = split(sysd_rules_patterns, patterns); 22 if (split(patterns[i], td, ":") != 2) { 50 split(pattern, td, ":");
|
D | gen-tunables.awk | 102 split($0, arr, ":") 159 split (tnm, indices, SUBSEP); 175 split (tnm, indices, SUBSEP);
|
D | lib-names.awk | 5 split($1, fields, "=") 29 split(elt, x);
|
D | check-execstack.awk | 11 split(xfail, xfails, " "); 25 n = split(name, parts, "/");
|
D | tst-ld-trace.py | 66 fields = line.split('=>' if '=>' in line else ' ') 104 parse_trace(opts.command.split()[1:], fref)
|
D | gen-libc-modules.awk | 7 num = split (buildlist, libs, " ")
|
/glibc-2.36/math/ |
D | gen-fromfp-tests.py | 72 data = line.split() 74 val, width = val_width.split(':') 102 data = line.split() 105 z, z_width = data[3].split(':') 107 a, a_width = data[4].split(':')
|
D | gen-libm-test.py | 337 return ' '.join([apply_lit_token(t, macro) for t in arg.split()]) 433 conds = cond.split(':') 465 fmt_args = test.split() 472 out_str, flags_str = test_out.split(':', 1) 473 this_res = out_str.split() 474 flags = flags_str.split() 542 test_args = args_str.split(',')
|
/glibc-2.36/sysdeps/x86_64/fpu/scripts/ |
D | bench_libmvec.py | 309 nums = _v.split(',') 361 d_val = d_val.split(',') 363 d_val = d_val.split(':') 404 d_name, d_val = line[2:].split(':', 1) 412 line = line.split('#', 1)[0].rstrip() 457 func_types = args[0].split('-')
|
/glibc-2.36/localedata/unicode-gen/ |
D | utf8_gen.py | 135 fields = line.split(";") 229 fields = line.split(";") 233 code_points = fields[0].split("..") 239 fields = line.split(";") 246 fields = line.split(";") 250 code_points = fields[0].split("..")
|
D | unicode_utils.py | 122 fields = line.strip().split(';') 135 fields_start[1] = fields_start[1].split(',')[0][1:] 138 fields[1] = fields[1].split(',')[0][1:]
|
D | gen_translit_cjk_compat.py | 123 for x in decomposition.split(' ')]] 162 for x in decomposition.split(' ')]
|
/glibc-2.36/benchtests/scripts/ |
D | bench.py | 218 d_val = d_val.split(',') 220 d_val = d_val.split(':') 257 d_name, d_val = line[2:].split(':', 1) 265 line = line.split('#', 1)[0].rstrip()
|
D | compare_strings.py | 173 attrs = args.attributes.split(',') 175 funcs = args.functions.split(',')
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | import_file.awk | 68 split($2, part, "#"); 75 split($2, part, "#"); 131 split($1, part, ":");
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | glibcsyscalls.py | 85 comps = line.split() 100 self.kernel_version = tuple(map(int, comps[1].split("."))) 117 comps = line.strip().split() 152 define, name, number = line.split(' ', 2)
|
/glibc-2.36/sysdeps/x86_64/ |
D | Makefile | 95 tests += tst-split-dynreloc 96 LDFLAGS-tst-split-dynreloc = -Wl,-T,$(..)sysdeps/x86_64/tst-split-dynreloc.lds 97 tst-split-dynreloc-ENV = LD_BIND_NOW=1
|
/glibc-2.36/conform/ |
D | linknamespace.py | 54 cur_file = cur_file.split('/')[-1] 59 fields = line.split()
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | branred.c | 60 t=x*split; /* split x to two numbers */ in __branred() 133 b=s*split; in __branred()
|