/src/common/lib/libc/string/ |
bcmp.c | 92 const uintptr_t *b1, *b2; local in function:bcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1++ != *b2++) 109 c2 = (const unsigned char *)b2;
|
memcmp.c | 92 const uintptr_t *b1, *b2; local in function:memcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1 != *b2) 105 b2++; 111 c2 = (const unsigned char *)b2;
|
bcmp.c | 92 const uintptr_t *b1, *b2; local in function:bcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1++ != *b2++) 109 c2 = (const unsigned char *)b2;
|
memcmp.c | 92 const uintptr_t *b1, *b2; local in function:memcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1 != *b2) 105 b2++; 111 c2 = (const unsigned char *)b2;
|
bcmp.c | 92 const uintptr_t *b1, *b2; local in function:bcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1++ != *b2++) 109 c2 = (const unsigned char *)b2;
|
memcmp.c | 92 const uintptr_t *b1, *b2; local in function:memcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1 != *b2) 105 b2++; 111 c2 = (const unsigned char *)b2;
|
bcmp.c | 92 const uintptr_t *b1, *b2; local in function:bcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1++ != *b2++) 109 c2 = (const unsigned char *)b2;
|
memcmp.c | 92 const uintptr_t *b1, *b2; local in function:memcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1 != *b2) 105 b2++; 111 c2 = (const unsigned char *)b2;
|
/src/sys/sys/ |
joystick.h | 13 int b2; member in struct:joystick
|
joystick.h | 13 int b2; member in struct:joystick
|
joystick.h | 13 int b2; member in struct:joystick
|
joystick.h | 13 int b2; member in struct:joystick
|
/src/usr.bin/locate/bigram/ |
locate.bigram.c | 68 u_char b1, b2; /* needed for final sorting */ member in struct:bigram 90 return it2->b2 - it2->b2; 105 bigrams[i].b2 = i % 256; 136 if (bg->b2 != '\0') 137 fputc(bg->b2, stdout);
|
locate.bigram.c | 68 u_char b1, b2; /* needed for final sorting */ member in struct:bigram 90 return it2->b2 - it2->b2; 105 bigrams[i].b2 = i % 256; 136 if (bg->b2 != '\0') 137 fputc(bg->b2, stdout);
|
locate.bigram.c | 68 u_char b1, b2; /* needed for final sorting */ member in struct:bigram 90 return it2->b2 - it2->b2; 105 bigrams[i].b2 = i % 256; 136 if (bg->b2 != '\0') 137 fputc(bg->b2, stdout);
|
locate.bigram.c | 68 u_char b1, b2; /* needed for final sorting */ member in struct:bigram 90 return it2->b2 - it2->b2; 105 bigrams[i].b2 = i % 256; 136 if (bg->b2 != '\0') 137 fputc(bg->b2, stdout);
|
/src/usr.bin/make/unit-tests/ |
varname-dot-make-mode.mk | 34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT 35 a1 a2 a3 b1 b2 b3 c1 c2 c3: target
|
varname-dot-make-mode.mk | 34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT 35 a1 a2 a3 b1 b2 b3 c1 c2 c3: target
|
varname-dot-make-mode.mk | 34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT 35 a1 a2 a3 b1 b2 b3 c1 c2 c3: target
|
varname-dot-make-mode.mk | 34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT 35 a1 a2 a3 b1 b2 b3 c1 c2 c3: target
|
/src/sys/arch/sun3/dev/ |
if_ie_sebuf.c | 257 uint8_t *b2 = dst; local in function:wmemcpy 266 *b2++ = *b1++; 275 bstore = (uint32_t)b2 & 1; 279 b2[1] = *sp & 0xff; 280 b2[0] = *sp >> 8; 282 *((uint16_t *)b2) = *sp; 284 b2 += 2; 289 *b2 = *b1e;
|
if_ie_vme.c | 261 uint8_t *b2 = dst; local in function:wmemcpy 270 *b2++ = *b1++; 279 bstore = (uint32_t)b2 & 1; 283 b2[1] = *sp & 0xff; 284 b2[0] = *sp >> 8; 286 *((uint16_t *)b2) = *sp; 288 b2 += 2; 293 *b2 = *b1e;
|
if_ie_sebuf.c | 257 uint8_t *b2 = dst; local in function:wmemcpy 266 *b2++ = *b1++; 275 bstore = (uint32_t)b2 & 1; 279 b2[1] = *sp & 0xff; 280 b2[0] = *sp >> 8; 282 *((uint16_t *)b2) = *sp; 284 b2 += 2; 289 *b2 = *b1e;
|
if_ie_vme.c | 261 uint8_t *b2 = dst; local in function:wmemcpy 270 *b2++ = *b1++; 279 bstore = (uint32_t)b2 & 1; 283 b2[1] = *sp & 0xff; 284 b2[0] = *sp >> 8; 286 *((uint16_t *)b2) = *sp; 288 b2 += 2; 293 *b2 = *b1e;
|
/src/tests/usr.bin/xlint/lint1/ |
msg_102.c | 29 static struct bit_fields_and_bits *b1, *b2; variable in typeref:struct:bit_fields_and_bits ** 46 return b1->bits == b2->bits;
|