/src/common/lib/libc/string/ |
bcmp.c | 92 const uintptr_t *b1, *b2; local in function:bcmp 94 b1 = s1; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1++ != *b2++) 108 c1 = (const unsigned char *)b1;
|
memcmp.c | 92 const uintptr_t *b1, *b2; local in function:memcmp 94 b1 = s1; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1 != *b2) 104 b1++; 110 c1 = (const unsigned char *)b1;
|
/src/lib/libc/gdtoa/ |
strtoIg.c | 43 Bigint *b, *b1; local in function:strtoIg 58 b1 = Balloc(b->k); 59 if (b1 == NULL) 61 Bcopy(b1, b); 69 b1 = increment(b1); 72 b1->x[0] = 0; 73 b1->x[nw1] = 1L << nb11; 82 if (b1->wds > nw 83 || (nb1 && b1->x[nw1] & 1L << nb1)) [all...] |
/src/sys/sys/ |
joystick.h | 12 int b1; 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 87 else if (it1->b1 != it2->b1) 88 return it2->b1 - it1->b1; 104 bigrams[i].b1 = i / 256; 134 if (bg->b1 != '\0') 135 fputc(bg->b1, 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
|
depsrc-wait.mk | 19 .PHONY: x a b b1 24 b: b1 26 b1: target 27 echo b1 38 three-by-three: .WAIT 3a1 3a2 3a3 .WAIT 3b1 3b2 3b3 .WAIT 3c1 3c2 3c3 .WAIT 39 3a1 3a2 3a3 3b1 3b2 3b3 3c1 3c2 3c3:
|
/src/sys/arch/ofppc/stand/ofwboot/ |
rdb.c | 59 u_long t3, b1; local in function:getadostype 62 b1 = dostype & 0x000000ff; 64 adt.fstype = b1; 78 if (b1 == 2) 84 if (b1 == 'S') { 88 if (b1 == 'R')
|
/src/usr.sbin/installboot/arch/ |
next68k.c | 89 uint32_t fp, b0, b1; local in function:next68k_setboot 169 b1 = be32toh(next68klabel->cd_boot_blkno[1]); 173 if (b1 > fp) 174 b1 = fp; 175 if (((bootsize / cd_secsize) > b1 - b0) || 176 ((bootsize / cd_secsize) > fp - b1)) { 179 b0 = b1 = NEXT68K_LABEL_SIZE / cd_secsize; 191 b1 = NEXT68K_LABEL_DEFAULTBOOT0_2 / sec_netonb_mult; 192 if (fp < b1) 193 b1 = fp [all...] |
/src/sys/arch/sun3/dev/ |
if_ie_sebuf.c | 256 const uint8_t *b1e, *b1 = src; local in function:wmemcpy 265 if ((uint32_t)b1 & 1) { 266 *b2++ = *b1++; 271 sp = (const uint16_t *)b1; 272 b1e = b1 + l;
|
if_ie_vme.c | 260 const uint8_t *b1e, *b1 = src; local in function:wmemcpy 269 if ((uint32_t)b1 & 1) { 270 *b2++ = *b1++; 275 sp = (const uint16_t *)b1; 276 b1e = b1 + l;
|
/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;
|
/src/sys/arch/x68k/dev/ |
xel.c | 114 u_int32_t b1, b2; local in function:xel_probe 128 b1 = sram[0]; 135 if (b1 == sram[0] && b2 == sram[1]) { 144 sram[0] = b1; 152 sram[0] = b1; 157 sram[0] = b1;
|
/src/sys/dev/dkwedge/ |
dkwedge_rdb.c | 296 uint32_t t3, b1; local in function:getarchtype 299 b1 = dostype & 0x000000ff; 319 switch (b1) {
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
blake2b-compress-sse41.c | 42 __m128i b0, b1; local in function:blake2b_compress_sse41
|
blake2b-compress-ssse3.c | 36 __m128i b0, b1; local in function:blake2b_compress_ssse3
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/ |
u0.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable in typeref:typename:__m128i 25 b1 = a1; 27 b1 = _mm_srli_epi32(b1, 23); 30 diag2 = _mm_xor_si128(diag2, b1); 97 b1 = a1; 99 b1 = _mm_srli_epi32(b1, 23); 102 diag2 = _mm_xor_si128(diag2, b1);
|
u1.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable in typeref:typename:__m128i 26 b1 = a1; 28 b1 = _mm_srli_epi32(b1, 23); 31 diag2 = _mm_xor_si128(diag2, b1); 98 b1 = a1; 100 b1 = _mm_srli_epi32(b1, 23); 103 diag2 = _mm_xor_si128(diag2, b1);
|
/src/sys/arch/macppc/dev/ |
videopll.c | 105 int b0 = 0, b1 = 0, b2 = 0, freq_b = 0; local in function:videopll_set_freq 124 b1 = p1; 133 DPRINTF("param: %d %d %d -> %d\n", b0, b1, b2, freq_b); 140 cmdbuf[1] = b1;
|
/src/common/lib/libprop/ |
prop_bool.c | 106 prop_bool_t b1 = v1; local in function:_prop_bool_equals 109 if (! (prop_object_is_bool(b1) && 117 if (b1 == b2) 212 prop_bool_equals(prop_bool_t b1, prop_bool_t b2) 214 if (!prop_object_is_bool(b1) || !prop_object_is_bool(b2)) 217 return (prop_object_equals(b1, b2));
|
/src/tests/lib/libc/string/ |
t_memmem.c | 60 char b1[] = "0"; variable in typeref:typename:char[] 84 expect(memmem(b1, lb1, p1, lp1) == NULL);
|
/src/sys/arch/amiga/dev/ |
if_le.c | 419 u_short *b1 = from; local in function:ariadne_copytodesc_word 423 *b2++ = ariadne_swapreg(*b1++); 429 volatile u_short *b1 = (u_short *)((u_char *)sc->sc_mem + boff); local in function:ariadne_copyfromdesc_word 433 *b2++ = ariadne_swapreg(*b1++); 443 u_short *b1; local in function:ariadne_copytobuf_word 449 b1 = (u_short *)(a1 + 1); 457 b1 = (u_short *)a1; 463 *b2++ = *b1++; 467 *b2 = (*b2 & 0x00ff) | (*(u_char *)b1) << 8; 475 volatile u_short *b1; local in function:ariadne_copyfrombuf_word 506 volatile u_short *b1; local in function:ariadne_zerobuf_word [all...] |
/src/lib/libpam/modules/pam_ksu/ |
pam_ksu.c | 174 char b1[1024], b2[1024]; local in function:log_krb5 179 vsnprintf(b1, sizeof(b1), fmt, ap); 191 PAM_LOG("%s (%s)", b1, b2);
|
/src/sys/dev/flash/ |
flash_io.c | 65 struct bintime b1 = *bt; local in function:flash_timestamp_diff 68 bintime_sub(&b1, b2); 69 bintime2timeval(&b1, &tv);
|
/src/sbin/raidctl/ |
rf_configure.c | 265 char b1[MAXPATHLEN]; local in function:rf_MakeConfig 276 b = getfsspecname(b1, sizeof(b1), buf); 280 c, b1); 293 char b1[MAXPATHLEN]; local in function:rf_MakeConfig 303 b = getfsspecname(b1, sizeof(b1), buf);
|