Searched refs:longword1 (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dmemchr.c115 four* bytes in longword1 is zero.
118 ((longword1 - repeated_one) & ~longword1) & (repeated_one << 7).
121 2. & ~longword1.
124 - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff,
127 - If a byte of longword1 is nonzero, let its lowest 1 bit be at
132 So, if longword1 has only non-zero bytes, tmp is zero.
133 Whereas if longword1 has a zero byte, call j the position of the least
139 So, the test whether any byte in longword1 is zero is equivalent to
144 longword longword1 local
[all...]
H A Dmemchr2.c103 the task to testing whether *any of the four* bytes in longword1 or
106 Let's consider longword1. We compute tmp1 =
107 ((longword1 - repeated_one) & ~longword1) & (repeated_one << 7).
110 2. & ~longword1.
113 - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff,
116 - If a byte of longword1 is nonzero, let its lowest 1 bit be at
121 So, if longword1 has only non-zero bytes, tmp1 is zero.
122 Whereas if longword1 has a zero byte, call j the position of the least
131 The test whether any byte in longword1 o
137 longword longword1 = *longword_ptr ^ repeated_c1; local
[all...]
H A Dmemrchr.c102 four* bytes in longword1 is zero.
105 ((longword1 - repeated_one) & ~longword1) & (repeated_one << 7).
108 2. & ~longword1.
111 - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff,
114 - If a byte of longword1 is nonzero, let its lowest 1 bit be at
119 So, if longword1 has only non-zero bytes, tmp is zero.
120 Whereas if longword1 has a zero byte, call j the position of the least
126 So, the test whether any byte in longword1 is zero is equivalent to
131 longword longword1 local
[all...]
/haiku-fatelf/src/bin/network/wget/lib/
H A Dmemchr.c115 four* bytes in longword1 is zero.
118 ((longword1 - repeated_one) & ~longword1) & (repeated_one << 7).
121 2. & ~longword1.
124 - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff,
127 - If a byte of longword1 is nonzero, let its lowest 1 bit be at
132 So, if longword1 has only non-zero bytes, tmp is zero.
133 Whereas if longword1 has a zero byte, call j the position of the least
139 So, the test whether any byte in longword1 is zero is equivalent to
144 longword longword1 local
[all...]

Completed in 42 milliseconds