Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 51) sorted by relevance

123

/glibc-2.36/elf/
Ddl-sort-maps.c30 unsigned int skip, bool for_fini) in _dl_sort_maps_original() argument
34 maps += skip; in _dl_sort_maps_original()
35 nmaps -= skip; in _dl_sort_maps_original()
55 goto skip; in _dl_sort_maps_original()
114 skip: in _dl_sort_maps_original()
185 unsigned int skip __attribute__ ((unused)), bool for_fini) in _dl_sort_maps_dfs() argument
289 unsigned int skip, bool for_fini) in _dl_sort_maps() argument
299 _dl_sort_maps_original (maps, nmaps, skip, for_fini); in _dl_sort_maps()
301 _dl_sort_maps_dfs (maps, nmaps, skip, for_fini); in _dl_sort_maps()
Ddl-lookup.c347 struct link_map *skip, int type_class, struct link_map *undef_map) in do_lookup_x() argument
362 if (map == skip) in do_lookup_x()
461 goto skip; in do_lookup_x()
499 skip: in do_lookup_x()
/glibc-2.36/misc/
Dgetttyent.c60 static char *skip (char *) __THROW;
94 p = skip(p); in __getttyent()
98 p = skip(p); in __getttyent()
102 p = skip(p); in __getttyent()
109 for (; *p; p = skip(p)) { in __getttyent()
144 skip (char *p) in weak_alias()
/glibc-2.36/hesiod/
Dhesiod.c340 int i, j, n, skip; in get_txt_records() local
372 skip = dn_skipname(cp, eom); in get_txt_records()
373 if (skip < 0 || cp + skip + QFIXEDSZ > eom) { in get_txt_records()
377 cp += skip + QFIXEDSZ; in get_txt_records()
385 skip = dn_skipname(cp, eom); in get_txt_records()
386 if (skip < 0) { in get_txt_records()
390 cp += skip; in get_txt_records()
/glibc-2.36/sysdeps/unix/mips/
Dsysdep.S52 bne v0, EWOULDBLOCK_sys, L(skip)
55 L(skip):
85 bne v0, EWOULDBLOCK_sys, L(skip)
87 L(skip):
/glibc-2.36/string/
Dtest-string.h145 impl_t *skip = NULL, *a; \
148 skip = impl; \
154 if (impl != skip) \
/glibc-2.36/benchtests/
Dbench-string.h198 impl_t *skip = NULL, *a; \
201 skip = impl; \
207 if (impl != skip) \
/glibc-2.36/sysdeps/unix/sh/
Dsysdep.S28 bf skip
31 skip: label
/glibc-2.36/sysdeps/mips/mips64/
Drshift.S46 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
Dadd_n.S48 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
Dlshift.S49 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
Dsub_n.S48 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
/glibc-2.36/htl/tests/
DMakefile12 test-15.c test-16.c test-17.c test-__pthread_destroy_specific-skip.c
/glibc-2.36/io/
Dftwtest-sh221 $testprogram --skip-subtree=lvl1 $tmpdir |
238 $testprogram --skip-siblings=lvl1 $tmpdir |
262 $testprogram --skip-siblings=file@1b $tmpdir |
/glibc-2.36/sysdeps/sparc/sparc64/
Drshift.S38 be,pn %xcc,.L0 ! if multiple of 4 limbs, skip first loop
Dlshift.S41 be,pn %xcc,.L0 ! if multiple of 4 limbs, skip first loop
/glibc-2.36/sysdeps/arm/
Dstrlen.S35 beq Laligned @ skip into main check routine if no
/glibc-2.36/sysdeps/alpha/
Dadd_n.S43 beq $2,.L0 # if multiple of 4 limbs, skip first loop
Dsub_n.S43 beq $2,.L0 # if multiple of 4 limbs, skip first loop
Dmemset.S54 blbc t3, 0f # skip single store if count even
/glibc-2.36/scripts/
Ddso-ordering-test.py540 skip = False
543 skip = True
545 if not skip:
/glibc-2.36/sysdeps/sparc/sparc32/
Drshift.S36 be LOC(0) ! if multiple of 4 limbs, skip first loop
Dlshift.S39 be LOC(0) ! if multiple of 4 limbs, skip first loop
/glibc-2.36/sysdeps/arm/armv6t2/
Dmemchr.S58 tst r0, #7 @ If it's already aligned skip the next bit
/glibc-2.36/sysdeps/generic/
Dldsodefs.h1053 unsigned int skip, bool for_fini) attribute_hidden;

123