Home
last modified time | relevance | path

Searched refs:we (Results 1 – 25 of 77) sorted by relevance

1234

/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dwordexp.c43 wordexp_t we; in __old_wordexp() local
46 we.we_wordc = pwordexp->we_wordc; in __old_wordexp()
47 we.we_wordv = pwordexp->we_wordv; in __old_wordexp()
48 we.we_offs = pwordexp->we_offs; in __old_wordexp()
50 result = __new_wordexp (words, &we, flags); in __old_wordexp()
52 pwordexp->we_wordc = we.we_wordc; in __old_wordexp()
53 pwordexp->we_wordv = we.we_wordv; in __old_wordexp()
54 pwordexp->we_offs = we.we_offs; in __old_wordexp()
/sysdeps/unix/sysv/linux/ia64/
A Dwordexp.c43 wordexp_t we; in __old_wordexp() local
46 we.we_wordc = pwordexp->we_wordc; in __old_wordexp()
47 we.we_wordv = pwordexp->we_wordv; in __old_wordexp()
48 we.we_offs = pwordexp->we_offs; in __old_wordexp()
50 result = __new_wordexp (words, &we, flags); in __old_wordexp()
52 pwordexp->we_wordc = we.we_wordc; in __old_wordexp()
53 pwordexp->we_wordv = we.we_wordv; in __old_wordexp()
54 pwordexp->we_offs = we.we_offs; in __old_wordexp()
/sysdeps/arm/armv6/
A Dstrlen.S28 @ To cater to long strings, we want to search through a few
29 @ characters until we reach an aligned pointer. To cater to
30 @ small strings, we don't want to start doing word operations
65 @ we get 1 for any byte that was originally zero and 0 otherwise.
66 @ Therefore we consider the lsb of each byte the "found" bit.
86 @ bit result from clz will be 7 higher than "true", but we'll
A Dstrcpy.S50 @ To cater to long strings, we want 8 byte alignment in the source.
51 @ To cater to small strings, we don't want to start that right away.
140 @ aligned. Therefore we have to shift the data in order to be
143 @ Find out which misalignment we're dealing with.
A Drawmemchr.S30 @ To cater to long strings, we want to search through a few
31 @ characters until we reach an aligned pointer. To cater to
32 @ small strings, we don't want to start doing word operations
72 @ we consider the lsb of each byte the "found" bit.
93 @ bit result from clz will be 7 higher than "true", but we'll
A Dstrchr.S31 @ To cater to long strings, we want to search through a few
32 @ characters until we reach an aligned pointer. To cater to
33 @ small strings, we don't want to start doing word operations
60 @ So now we're aligned. Now we actually need a stack frame.
84 @ we consider the lsb of each byte the "found" bit.
A Dstrrchr.S33 @ Loop a few times until we're aligned.
46 @ So now we're aligned. Now we actually need a stack frame.
65 @ Any time we find a match in a word, we copy the address of
70 @ we consider the lsb of each byte the "found" bit.
118 @ Adjust the result pointer if we found a word containing C.
/sysdeps/arm/
A DVersions21 # This set has to exist in some Versions file so we can use 2.19 in
22 # SHLIB_COMPAT. Since it didn't exist anywhere else, we add it here.
A Ddl-trampoline.S34 @ we get called with
83 @ we get called with
95 @ For now, we only save the general purpose registers.
137 @ Check whether we're wrapping this function.
A Dstrlen.S50 Laligned: @ here, we have a word in r2. Does it
56 ldrne r2, [r1], $4 @ and we continue to the next word
58 Llastword: @ drop through to here once we find a
/sysdeps/powerpc/powerpc64/le/power9/
A DMakeconfig1 # Hint to multiarch (if used) we support power9
/sysdeps/mips/mips64/
A DVersions4 # sets, but we always had it.
/sysdeps/powerpc/powerpc64/be/
A DImplies-after1 # On PowerPC we use the IBM extended long double format.
/sysdeps/powerpc/powerpc32/
A DImplies-after1 # On PowerPC we use the IBM extended long double format.
/sysdeps/wordsize-32/
A DVersions4 # and so we don't put them in locale/Versions.
/sysdeps/x86_64/
A DVersions12 # sets, but we always had it.
A Dpreconfigure.ac7 # Check if we are building for x32.
/sysdeps/powerpc/powerpc64/le/
A DImplies-before1 # On PowerPC we use the IBM extended long double format.
/sysdeps/m68k/
A DVersions10 # sets, but we always had it.
/sysdeps/mach/hurd/
A Derr_hurd.sub6 /* Omit `const' because we are included with `static'
/sysdeps/ia64/
A DVersions18 # sets, but we always had it.
/sysdeps/sparc/sparc64/
A DVersions17 # sets, but we always had it.
/sysdeps/alpha/
A Dconfigure.ac4 # With required gcc+binutils, we can always access static and hidden
A Dconfigure4 # With required gcc+binutils, we can always access static and hidden
/sysdeps/powerpc/
A Dpreconfigure.ac23 # Lets ask the compiler which Power processor we've got, in case the user did
37 # directory exists in sysdeps/powerpc. Likewise, if we find a

Completed in 10 milliseconds

1234