Home
last modified time | relevance | path

Searched refs:bcc (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-12-stable/sys/libkern/arm/
Ddivsi3.S63 bcc .L_overflow
90 bcc .L_overflow
186 bcc .L_divide_b0
188 bcc .L_divide_b1
190 bcc .L_divide_b2
192 bcc .L_divide_b3
194 bcc .L_divide_b4
196 bcc .L_divide_b5
198 bcc .L_divide_b6
200 bcc .L_divide_b7
[all …]
/freebsd-12-stable/lib/libc/arm/gen/
Ddivsi3.S61 bcc .L_overflow
84 bcc .L_overflow
180 bcc .L_divide_b0
182 bcc .L_divide_b1
184 bcc .L_divide_b2
186 bcc .L_divide_b3
188 bcc .L_divide_b4
190 bcc .L_divide_b5
192 bcc .L_divide_b6
194 bcc .L_divide_b7
[all …]
/freebsd-12-stable/contrib/sendmail/cf/feature/
Dbcc.m416 # - `access': to use access_db (with bcc: as tag)
25 # On a match, the original address will be used as bcc address unless
28 # 3: Default bcc address: if set, this will be always used.
33 # apply to the added bcc envelope recipients.
37 # - an e-mail address (user@dom.ain) which is then added as "bcc" recipient.
38 # - an empty string: do not add a "bcc" recipient, or
48 `errprint(`*** ERROR: FEATURE(`bcc') requires FEATURE(`access_db')
71 R$+ @ $+ $: $1@$2 $| $>SearchList <! bcc> $| <D:$2> <>',
/freebsd-12-stable/contrib/cortex-strings/src/thumb/
Daeabi_idiv.S137 bcc \label
143 bcc 1f
163 bcc 1f
170 bcc LSYM(Lthumb1_div12)
216 bcc 2f
230 bcc LSYM(Lthumb1_div_negative8)
235 bcc LSYM(Lthumb1_div_negative8)
240 bcc LSYM(Lthumb1_div_negative8)
266 bcc 2f
278 bcc LSYM(Ldiv0)
/freebsd-12-stable/contrib/tcpdump/
Dprint-smb.c175 u_int bcc; in print_trans2() local
227 bcc = EXTRACT_LE_16BITS(dat); in print_trans2()
228 ND_PRINT((ndo, "smb_bcc=%u\n", bcc)); in print_trans2()
338 u_int bcc; in print_trans() local
370 bcc = EXTRACT_LE_16BITS(data1); in print_trans()
371 ND_PRINT((ndo, "smb_bcc=%u\n", bcc)); in print_trans()
372 if (bcc > 0) { in print_trans()
405 u_int wct, bcc; in print_negprot() local
428 bcc = EXTRACT_LE_16BITS(data); in print_negprot()
429 ND_PRINT((ndo, "smb_bcc=%u\n", bcc)); in print_negprot()
[all …]
/freebsd-12-stable/usr.bin/mail/
Dmain.c107 struct name *to, *cc, *bcc, *smopts; in main() local
132 bcc = NULL; in main()
240 bcc = cat(bcc, nalloc(optarg, GBCC)); in main()
266 if (to == NULL && (subject != NULL || cc != NULL || bcc != NULL)) in main()
296 mail(to, cc, bcc, smopts, subject, replyto); in main()
Dsend.c249 mail(struct name *to, struct name *cc, struct name *bcc, struct name *smopts, in mail() argument
257 head.h_bcc = bcc; in mail()
/freebsd-12-stable/contrib/libpcap/msdos/
Dmakefile37 pcap_bc.lib: bcc.arg $(BORLAND_OBJ) pcap_bc
51 bcc.exe @bcc.arg -o$*.obj $*.c
72 bcc.arg: msdos\Makefile
75 -I$(WATT_INC) -I. -I.\msdos\pm_drvr -H=$(TEMP)\bcc.sym
95 @del bcc.arg
/freebsd-12-stable/sys/arm/arm/
Dblockio.S427 bcc .Linswm8_l8
448 bcc .Linswm8_l4
464 bcc .Linswm8_l2
477 bcc .Linswm8_l1
521 bcc .Loutswm8_l8
549 bcc .Loutswm8_l4
568 bcc .Loutswm8_l2
583 bcc .Loutswm8_l1
/freebsd-12-stable/contrib/file/magic/Magdir/
Dmsvc81 # or title like "87INIT" in FP87.LIB or "ACOSASIN" in MATHC.LIB or "Copyright" in calc-bcc.lib
114 # comment record length like: 3 FLIB7M.LIB 1Bh 1Eh 23h 27h 2Bh 30h freetype-bcc.lib
117 …LIB 4 "UUID" 5 "dscap" 6 "int386" 7 "qb4util" 8 "AMSGEXIT" 16 REXX.LIB 20 27 35 44 freetype-bcc.lib
152 # like: jpeg62.dll (jpeg-bcc.lib) unrar3.dll (unrar-bcc.lib) REXX (REXX.LIB)
155 # like: \0 (calc-bcc.lib) DllGetVersion (libtiff-bcc.lib) UTF8ToHtml (libxml2-bcc.lib) xslAddCall (…
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
Dudivmodsi4.S37 bcc LOCAL_LABEL(divby0)
40 bcc LOCAL_LABEL(quotient0)
Daeabi_uidivmod.S29 bcc LOCAL_LABEL(case_denom_larger)
Dumodsi3.S33 bcc LOCAL_LABEL(divby0)
Dudivsi3.S44 bcc LOCAL_LABEL(divby0)
Daddsf3.S162 bcc LOCAL_LABEL(done_round)
/freebsd-12-stable/share/skel/
Ddot.mailrc14 retain bcc cc date from subject to
/freebsd-12-stable/lib/libc/sparc64/
DSYS.h66 bcc,a,pt %xcc, 1f ; \
/freebsd-12-stable/lib/libc/arm/string/
Dmemcmp.S120 bcc .Lmemcmp_bytewise
Dmemmove.S57 bcc PIC_SYM(_C_LABEL(memcpy), PLT)
62 bcc .Lmemmove_backwards
/freebsd-12-stable/contrib/netbsd-tests/ipf/expected/
Dni1439 4500 003e 5e1a 0000 802f 2bcc c0a8 7101 7f00 0001 3081 880b 001a 0000 0000 0004 0000 0004 c021 0c03…
/freebsd-12-stable/contrib/gcc/config/arm/
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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64.td211 "arith-bcc-fusion", "HasArithmeticBccFusion", "true",
212 "CPU fuses arithmetic+bcc operations">;
219 "cmp-bcc-fusion", "HasCmpBccFusion", "true",
220 "CPU fuses cmp+bcc operations">;
/freebsd-12-stable/contrib/sendmail/cf/cf/
DMakefile105 ${CFDIR}/feature/bcc.m4 \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
Ddivmod.m4155 bcc not_too_big
/freebsd-12-stable/contrib/gcc/config/sparc/
Dlb1spc.asm182 bcc not_too_big
529 bcc not_too_big

12