Searched refs:bcc (Results 1 - 22 of 22) sorted by path

/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-df.S177 bcc LSYM(Lad_a)
179 bcc LSYM(Lad_e)
H A Dieee754-sf.S130 bcc LSYM(Lad_a)
132 bcc LSYM(Lad_e)
908 bcc 1f @ value is too small
949 bcc 1f @ value is too small
H A Dlib1funcs.asm732 bcc LSYM(Ldiv0)
800 bcc LSYM(Ldiv0)
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm182 bcc not_too_big
529 bcc not_too_big
/freebsd-9.3-release/contrib/libpcap/
H A Dscanner.l292 bcc return BCC;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-smb.c175 u_int bcc; local
227 bcc = EXTRACT_LE_16BITS(dat);
228 printf("smb_bcc=%u\n", bcc);
338 u_int bcc; local
370 bcc = EXTRACT_LE_16BITS(data1);
371 printf("smb_bcc=%u\n", bcc);
372 if (bcc > 0) {
400 u_int wct, bcc; local
423 bcc = EXTRACT_LE_16BITS(data);
424 printf("smb_bcc=%u\n", bcc);
441 u_int wct, bcc; local
485 u_int wct, bcc; local
843 u_int bcc; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dmakefile.bc5 CC = bcc
/freebsd-9.3-release/lib/libc/arm/gen/
H A Ddivsi3.S59 bcc .L_overflow
81 bcc .L_overflow
177 bcc .L_divide_b0
179 bcc .L_divide_b1
181 bcc .L_divide_b2
183 bcc .L_divide_b3
185 bcc .L_divide_b4
187 bcc .L_divide_b5
189 bcc .L_divide_b6
191 bcc
[all...]
/freebsd-9.3-release/lib/libc/arm/string/
H A Dmemcmp.S118 bcc .Lmemcmp_bytewise
H A Dmemmove.S53 bcc PIC_SYM(_C_LABEL(memcpy), PLT)
57 bcc .Lmemmove_backwards
/freebsd-9.3-release/lib/libc/sparc64/
H A DSYS.h64 bcc,a,pt %xcc, 1f ; \
/freebsd-9.3-release/lib/libc/sparc64/sys/
H A Dbrk.S59 bcc,a,pt %xcc, 1f
H A Dpipe.S51 bcc,a,pt %xcc, 1f
H A Dsbrk.S66 bcc,a,pt %xcc, 1f
/freebsd-9.3-release/sys/arm/arm/
H A Dblockio.S421 bcc .Linswm8_l8
442 bcc .Linswm8_l4
458 bcc .Linswm8_l2
471 bcc .Linswm8_l1
514 bcc .Loutswm8_l8
542 bcc .Loutswm8_l4
561 bcc .Loutswm8_l2
576 bcc .Loutswm8_l1
H A Dsupport.S328 bcc .Lmemcmp_bytewise
402 bcc PIC_SYM(_C_LABEL(memcpy), PLT)
406 bcc .Lmemmove_backwards
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h1198 uint32_t bcc : 8; /**< Base Class Code, writable through PEM(0..1)_CFG_WR member in struct:cvmx_pcieepx_cfg002::cvmx_pcieepx_cfg002_s
1210 uint32_t bcc : 8;
H A Dcvmx-pciercx-defs.h1179 uint32_t bcc : 8; /**< Base Class Code, writable through PEM(0..1)_CFG_WR member in struct:cvmx_pciercx_cfg002::cvmx_pciercx_cfg002_s
1191 uint32_t bcc : 8;
/freebsd-9.3-release/sys/libkern/arm/
H A Ddivsi3.S59 bcc .L_overflow
81 bcc .L_overflow
177 bcc .L_divide_b0
179 bcc .L_divide_b1
181 bcc .L_divide_b2
183 bcc .L_divide_b3
185 bcc .L_divide_b4
187 bcc .L_divide_b5
189 bcc .L_divide_b6
191 bcc
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dlist.c669 static char *to_fields[] = { "to", "cc", "bcc", NULL };
H A Dmain.c62 struct name *to, *cc, *bcc, *smopts; local
87 bcc = NULL;
195 bcc = cat(bcc, nalloc(optarg, GBCC));
205 Usage: %s [-dEiInv] [-s subject] [-c cc-addr] [-b bcc-addr] [-F] to-addr ...\n\
221 if (to == NULL && (subject != NULL || cc != NULL || bcc != NULL))
251 mail(to, cc, bcc, smopts, subject, replyto);
H A Dsend.c247 mail(struct name *to, struct name *cc, struct name *bcc, struct name *smopts, argument
255 head.h_bcc = bcc;

Completed in 194 milliseconds