HomeSort by: relevance | last modified time | path
    Searched defs:b1 (Results 1 - 25 of 228) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /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;
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;
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...]
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...]
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
joystick.h 12 int b1; member in struct:joystick
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);
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);
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
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
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')
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;

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 910