Searched refs:bc (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-10.1-release/share/doc/usd/06.bc/
H A DMakefile4 VOLUME= usd/06.bc
5 SRCS= bc
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dblock_if.c93 blockif_enqueue(struct blockif_ctxt *bc, struct blockif_req *breq, argument
98 assert(bc->bc_req_count < BLOCKIF_MAXREQ);
100 be = TAILQ_FIRST(&bc->bc_freeq);
104 TAILQ_REMOVE(&bc->bc_freeq, be, be_link);
108 TAILQ_INSERT_TAIL(&bc->bc_inuseq, be, be_link);
110 bc->bc_req_count++;
116 blockif_dequeue(struct blockif_ctxt *bc, struct blockif_elem *el) argument
120 if (bc->bc_req_count == 0)
123 be = TAILQ_FIRST(&bc->bc_inuseq);
128 TAILQ_REMOVE(&bc
139 blockif_proc(struct blockif_ctxt *bc, struct blockif_elem *be) argument
176 struct blockif_ctxt *bc; local
207 struct blockif_ctxt *bc; local
302 blockif_request(struct blockif_ctxt *bc, struct blockif_req *breq, enum blockop op) argument
332 blockif_read(struct blockif_ctxt *bc, struct blockif_req *breq) argument
340 blockif_write(struct blockif_ctxt *bc, struct blockif_req *breq) argument
348 blockif_flush(struct blockif_ctxt *bc, struct blockif_req *breq) argument
356 blockif_cancel(struct blockif_ctxt *bc, struct blockif_req *breq) argument
364 blockif_close(struct blockif_ctxt *bc) argument
397 blockif_chs(struct blockif_ctxt *bc, uint16_t *c, uint8_t *h, uint8_t *s) argument
445 blockif_size(struct blockif_ctxt *bc) argument
453 blockif_sectsz(struct blockif_ctxt *bc) argument
461 blockif_queuesz(struct blockif_ctxt *bc) argument
469 blockif_is_ro(struct blockif_ctxt *bc) argument
[all...]
H A Dblock_if.h54 off_t blockif_size(struct blockif_ctxt *bc);
55 void blockif_chs(struct blockif_ctxt *bc, uint16_t *c, uint8_t *h,
57 int blockif_sectsz(struct blockif_ctxt *bc);
58 int blockif_queuesz(struct blockif_ctxt *bc);
59 int blockif_is_ro(struct blockif_ctxt *bc);
60 int blockif_read(struct blockif_ctxt *bc, struct blockif_req *breq);
61 int blockif_write(struct blockif_ctxt *bc, struct blockif_req *breq);
62 int blockif_flush(struct blockif_ctxt *bc, struct blockif_req *breq);
63 int blockif_cancel(struct blockif_ctxt *bc, struct blockif_req *breq);
64 int blockif_close(struct blockif_ctxt *bc);
[all...]
/freebsd-10.1-release/usr.bin/bc/
H A DMakefile4 PROG= bc
5 SRCS= bc.y scan.l tty.c
13 FILES+= bc.library
/freebsd-10.1-release/share/doc/usd/
H A DMakefile11 06.bc \
/freebsd-10.1-release/tools/tools/netrate/tcpp/
H A Dparallelism.csh22 set mflag=`echo $ptcps / $core | bc`
23 set tflag=`echo $ntcps / $core | bc`
/freebsd-10.1-release/sys/dev/digi/
H A Ddigi.c218 volatile struct board_chan *bc; local
531 bc = (volatile struct board_chan *)(ptr + CHANSTRUCT);
537 for (i = 0; i < sc->numports; i++, bc++) {
542 port->bc = bc;
557 (((bc->tseg - sc->mem_seg) << 4) & 0x1fff);
559 (((bc->rseg - sc->mem_seg) << 4) & 0x1fff);
560 port->txwin = FEPWIN | ((bc->tseg - sc->mem_seg) >> 9);
561 port->rxwin = FEPWIN | ((bc->rseg - sc->mem_seg) >> 9);
563 port->txbuf = ptr + ((bc
666 volatile struct board_chan *bc; local
728 volatile struct board_chan *bc; local
1090 volatile struct board_chan *bc; local
1313 volatile struct board_chan *bc; local
[all...]
H A Ddigi.h72 volatile struct board_chan *bc; member in struct:digi_p
/freebsd-10.1-release/lib/libedit/
H A Dmakelist40 USAGE="usage: $0 -h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
83 -bc)
/freebsd-10.1-release/usr.sbin/bsdinstall/scripts/
H A Dchecksum62 percentage=$(echo $percentage + 100/`echo $DISTRIBUTIONS | wc -w` | bc)
/freebsd-10.1-release/contrib/compiler-rt/lib/ppc/
H A Dmultc3.c30 long double bc = __gcc_qmul(b,c); local
33 DD imag = { .ld = __gcc_qadd(ad,bc) };
67 DD bcDD = { .ld = bc };
/freebsd-10.1-release/sys/dev/pdq/
H A Dif_fea.c75 pdq_eisa_subprobe(bc, iobase, maddr, msize, irq)
76 pdq_bus_t bc;
83 *irq = DEFEA_DECODE_IRQ(PDQ_OS_IORD_8(bc, iobase, PDQ_EISA_IO_CONFIG_STAT_0) & 3);
84 *maddr = (PDQ_OS_IORD_8(bc, iobase, PDQ_EISA_MEM_ADD_CMP_0) << 8)
85 | (PDQ_OS_IORD_8(bc, iobase, PDQ_EISA_MEM_ADD_CMP_1) << 16);
86 *msize = (PDQ_OS_IORD_8(bc, iobase, PDQ_EISA_MEM_ADD_MASK_0) + 4) << 8;
/freebsd-10.1-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp84 int bc; member in class:tfm
130 : t(p), c(t->bc), i(-1)
137 if (t->char_info[c - t->bc].tag == 1) {
139 i = t->char_info[c - t->bc].remainder;
176 if (contains(c1) && char_info[c1 - bc].tag == 1) {
177 int i = char_info[c1 - bc].remainder;
201 return i >= bc && i <= ec && char_info[i - bc].width_index != 0;
206 return width[char_info[i - bc].width_index];
211 return height[char_info[i - bc]
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c62 #define IF_OPT_COMPARE(ac,bc,e) \
63 if (((ac)->e == NULL && (bc)->e != NULL) || (((ac)->e != NULL && (bc)->e == NULL))) return 1; if ((ab)->e)
64 #define COMPARE_OPT_STRING(ac,bc,e) \
65 do { if (strcmp(*(ac)->e, *(bc)->e) != 0) return 1; } while(0)
66 #define COMPARE_OPT_OCTECT_STRING(ac,bc,e) \
67 do { if ((ac)->e->length != (bc)->e->length || memcmp((ac)->e->data, (bc)->e->data, (ac)->e->length) != 0) return 1; } while(0)
68 #define COMPARE_STRING(ac,bc,e) \
69 do { if (strcmp((ac)->e, (bc)
[all...]
/freebsd-10.1-release/release/picobsd/tinyware/msh/
H A Dsh3.c49 _PROTOTYPE(static void brkset, (struct brkcon *bc ));
86 struct brkcon bc; local
166 while (setjmp(bc.brkpt))
169 brkset(&bc);
179 while (setjmp(bc.brkpt))
182 brkset(&bc);
488 brkset(bc)
489 struct brkcon *bc;
491 bc->nextlev = brklist;
492 brklist = bc;
954 register struct brkcon *bc; local
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl148 $ba="f0"; $bb="f1"; $bc="f2"; $bd="f3";
319 lfd $bc,`$FRAME+16`($sp)
335 fcfid $bc,$bc
378 fmadd $T1a,$A0,$bc,$T1a
380 fmadd $T2a,$A1,$bc,$T2a
382 fmadd $T3a,$A2,$bc,$T3a
384 fmul $dota,$A3,$bc
496 fmadd $T1a,$A0,$bc,$T1a
498 fmadd $T2a,$A1,$bc,
[all...]
H A Dsparcv9a-mont.pl109 $ba="%f0"; $bb="%f2"; $bc="%f4"; $bd="%f6";
208 ldda [%o4+6]%asi,$bc
219 fxtod $bc,$bc
236 fmuld $alo,$bc,$aloc
248 fmuld $ahi,$bc,$ahic
300 fmuld $alo,$bc,$aloc
331 fmuld $ahi,$bc,$ahic
388 fmuld $alo,$bc,$aloc
413 fmuld $ahi,$bc,
[all...]
/freebsd-10.1-release/lib/libc/nameser/
H A Dns_name.c747 int ac, bc; local
749 while (ac = *a, bc = *b, ac != 0 && bc != 0) {
750 if ((ac & NS_CMPRSFLGS) != 0 || (bc & NS_CMPRSFLGS) != 0) {
754 if (a + ac >= ae || b + bc >= be) {
758 if (ac != bc || strncasecmp((const char *) ++a,
761 a += ac, b += bc;
763 return (ac == 0 && bc == 0);
/freebsd-10.1-release/sys/netsmb/
H A Dsmb_usr.c219 u_int16_t bc; local
265 md_get_uint16le(mdp, &bc);
266 if ((wc + bc) > dp->ioc_rpbufsz) {
270 dp->ioc_rbc = bc;
271 error = md_get_mem(mdp, dp->ioc_rpbuf + wc, bc, MB_MUSER);
/freebsd-10.1-release/usr.bin/grep/regex/
H A Dtre-fastmatch.c125 unsigned int bc = 0, gs = 0, ts; \
137 : (size_t)j - 1], &bc); \
140 bc = (r == HASH_OK) ? bc : fg->defBc; \
144 bc, gs)); \
154 bc = fg->qsBc[((const unsigned char *)str_byte) \
160 bc, gs)); \
163 shift = bc; \
167 shift = MAX(ts, bc); \
173 if (ts < bc) \
[all...]
/freebsd-10.1-release/sys/contrib/x86emu/
H A Dx86emu.c5951 * By inspection, one gets: bc = a'b + r(a' + b)
6300 uint32_t bc; local
6309 bc = (res & (~d | s)) | (~d & s);
6310 CONDITIONAL_SET_FLAG(bc & 0x80, F_CF);
6311 CONDITIONAL_SET_FLAG(XOR2(bc >> 6), F_OF);
6312 CONDITIONAL_SET_FLAG(bc & 0x8, F_AF);
6330 uint32_t bc; local
6338 bc = (res & (~d | s)) | (~d & s);
6339 CONDITIONAL_SET_FLAG(bc & 0x8000, F_CF);
6340 CONDITIONAL_SET_FLAG(XOR2(bc >> 1
6359 uint32_t bc; local
6431 uint32_t bc; local
6455 uint32_t bc; local
6479 uint32_t bc; local
6629 uint8_t bc; local
6655 uint16_t bc; local
6682 uint32_t bc; local
7677 uint32_t bc; local
7703 uint32_t bc; local
7729 uint32_t bc; local
7755 uint32_t bc; local
7778 uint32_t bc; local
7801 uint32_t bc; local
[all...]
/freebsd-10.1-release/contrib/apr/tables/
H A Dapr_skiplist.c180 void *bc = (void *) (((apr_skiplist *) b)->compare); local
181 return ((ac < bc) ? -1 : ((ac > bc) ? 1 : 0));
186 void *bc = (void *) (((apr_skiplist *) b)->compare); local
187 return ((ac < bc) ? -1 : ((ac > bc) ? 1 : 0));
/freebsd-10.1-release/contrib/gcc/cp/
H A Dcp-gimplify.c50 begin_bc_block (enum bc_t bc) argument
53 TREE_CHAIN (label) = bc_label[bc];
54 bc_label[bc] = label;
66 finish_bc_block (enum bc_t bc, tree label, tree body) argument
68 gcc_assert (label == bc_label[bc]);
81 bc_label[bc] = TREE_CHAIN (label);
90 build_bc_goto (enum bc_t bc) argument
92 tree label = bc_label[bc];
96 if (bc == bc_break)
/freebsd-10.1-release/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl95 " bc $bo,0,".shift;
150 $line =~ s|\bc?[rf]([0-9]+)\b|$1|g if ($c ne "." and $flavour !~ /osx/);
/freebsd-10.1-release/crypto/openssl/crypto/des/
H A DFILES014 makefile.bc - A Borland C makefile

Completed in 232 milliseconds

123