Searched refs:br (Results 51 - 75 of 182) sorted by relevance

12345678

/freebsd-9.3-release/contrib/ipfilter/test/
H A Dhextest16 echo "$rule" | ../ipftest -br - -F hex -i input/$1 >> results/$1;
H A Dmhtest19 ../ipftest -br regress/$1 -F hex -i input/$1 > results/$1
H A Dlogtest32 echo $rule | ../ipftest -br - -F $format -i input/$1 -l logout > /dev/null
42 ../ipftest -br regress/$1 -F $format -i input/$1 -l logout > /dev/null
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp30 WalkAST(BugReporter &br, AnalysisDeclContext* ac) : BR(br), AC(ac) {} argument
H A DCStringSyntaxChecker.cpp84 WalkAST(BugReporter &br, AnalysisDeclContext* ac) : argument
85 BR(br), AC(ac) {
H A DObjCContainersASTChecker.cpp74 WalkAST(BugReporter &br, AnalysisDeclContext* ac) argument
75 : BR(br), AC(ac), ASTC(AC->getASTContext()),
H A DVirtualCallChecker.cpp61 WalkAST(BugReporter &br, AnalysisDeclContext *ac) argument
62 : BR(br),
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_env.h59 uint64_t br[NPRESERVEDBR]; member in struct:uwx_context
72 uint64_t br[NPRESERVEDBR]; member in struct:uwx_history
/freebsd-9.3-release/contrib/gcc/
H A Dtree-complex.c803 a + b = (ar + br) + i(ai + bi)
804 a - b = (ar - br) + i(ai + bi)
809 tree ar, tree ai, tree br, tree bi,
818 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
832 rr = gimplify_build2 (bsi, MINUS_EXPR, inner_type, ar, br);
834 rr = br;
844 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
856 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
863 rr = br;
869 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
808 expand_complex_addition(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code, complex_lattice_t al, complex_lattice_t bl) argument
884 expand_complex_libcall(block_stmt_iterator *bsi, tree ar, tree ai, tree br, tree bi, enum tree_code code) argument
928 expand_complex_multiplication(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, complex_lattice_t al, complex_lattice_t bl) argument
1014 expand_complex_div_straight(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code) argument
1041 expand_complex_div_wide(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code) argument
1183 expand_complex_division(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code, complex_lattice_t al, complex_lattice_t bl) argument
1292 expand_complex_comparison(block_stmt_iterator *bsi, tree ar, tree ai, tree br, tree bi, enum tree_code code) argument
1331 tree ac, ar, ai, bc, br, bi; local
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c49 const ARG_CH_T bl, const ARG_CH_T br)
64 _tracech_t2(8, br)));
78 RENDER_WITH_DEFAULT(br, WACS_LRCORNER);
45 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/freebsd-9.3-release/sys/ia64/ia64/
H A Dsyscall.S88 br b7
101 br.sptk b6
114 br.ia.sptk b6
166 br.call.sptk rp=b7
210 br.call.sptk rp=b7
379 br.call.sptk rp=syscall
387 br.call.sptk rp=do_ast
393 (p15) br.spnt 1b // restart syscall
405 (p15) br.spnt exception_restore
471 (p15) br
[all...]
H A Dexception.S432 br.sptk b7
689 br.sptk exception_save ;; \
699 br.call.sptk rp=_func_ ;; \
704 br.sptk exception_restore ;; \
757 (p15) br.dpnt.few 1f
773 (p15) br.cond.spnt.few 9f // bail if done
780 (p15) br.cond.sptk.few 3f // if not, read next in chain
819 br.sptk 2b // loop
843 (p15) br.dpnt.few 1f
859 (p15) br
[all...]
H A Dphysical.S111 br.call.sptk.many rp=b6
140 br.ret.sptk.many rp
228 br.call.sptk.many rp=b6
257 br.ret.sptk.many rp
/freebsd-9.3-release/lib/libc/ia64/sys/
H A Dbrk.S56 br.ret.sptk.few rp
/freebsd-9.3-release/sys/ia64/include/
H A Dasm.h52 br.call.sptk b0 = _mcount;;
175 br.call.sptk b0 = b7 ;; }
/freebsd-9.3-release/sys/net/
H A Dif_var.h597 drbr_enqueue(struct ifnet *ifp, struct buf_ring *br, struct mbuf *m) argument
607 error = buf_ring_enqueue(br, m);
615 drbr_putback(struct ifnet *ifp, struct buf_ring *br, struct mbuf *new) argument
631 buf_ring_putback_sc(br, new);
635 drbr_peek(struct ifnet *ifp, struct buf_ring *br) argument
650 return(buf_ring_peek(br));
654 drbr_flush(struct ifnet *ifp, struct buf_ring *br) argument
662 while ((m = buf_ring_dequeue_sc(br)) != NULL)
667 drbr_free(struct buf_ring *br, struct malloc_type *type) argument
670 drbr_flush(NULL, br);
675 drbr_dequeue(struct ifnet *ifp, struct buf_ring *br) argument
689 drbr_advance(struct ifnet *ifp, struct buf_ring *br) argument
701 drbr_dequeue_cond(struct ifnet *ifp, struct buf_ring *br, int (*func) (struct mbuf *, void *), void *arg) argument
726 drbr_empty(struct ifnet *ifp, struct buf_ring *br) argument
736 drbr_needs_enqueue(struct ifnet *ifp, struct buf_ring *br) argument
746 drbr_inuse(struct ifnet *ifp, struct buf_ring *br) argument
[all...]
/freebsd-9.3-release/contrib/less/
H A Dregexp.c302 register char *br; local
320 br = regbranch(&flags);
321 if (br == NULL)
324 regtail(ret, br); /* OPEN -> first. */
326 ret = br;
332 br = regbranch(&flags);
333 if (br == NULL)
335 regtail(ret, br); /* BRANCH -> BRANCH. */
346 for (br = ret; br !
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dia64cpuid.S8 br.ret.sptk.many b0 };;
27 (p6) br.dpnt .Lspin };;
30 br.ret.sptk.many b0 };;
67 br.ctop.sptk .L_wipe_top };;
120 br.ret.sptk b0 };;
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_box.c66 chtype bl, chtype br)
81 _tracechtype2(8, br)));
93 RENDER_WITH_DEFAULT(br, ACS_LRCORNER);
62 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/freebsd-9.3-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.S86 (p6) br.ret.spnt.many b0 };; // emergency exit
147 br.ctop.sptk .Ltop };;
158 br.ret.sptk.many b0 };;
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dlib1funcs.asm70 br.ret.sptk rp
111 br.ret.sptk rp
147 br.ret.sptk rp
200 br.ret.sptk rp
257 br.ret.sptk rp
310 br.ret.sptk rp
368 br.ret.sptk rp
414 br.ret.sptk rp
464 br.ret.sptk rp
510 br
[all...]
/freebsd-9.3-release/sys/contrib/ia64/libuwx/test/
H A Dprimeregs.s61 br.call.sptk b0 = func1
92 br.ret.sptk b0
/freebsd-9.3-release/tools/tools/build_option_survey/
H A Dreduce.sh32 br=`awk 'NR == 2 {print $3}' $1/_.df`
34 echo $3 A $a S $s C $c B $bt D `expr $br - $bt`
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl231 (p9) br.cond.dpnt.many .L1byte };;
234 (p10) br.cond.dpnt.many .L2byte };;
237 (p11) br.cond.dpnt.many .L3byte };;
240 (p12) br.cond.dpnt.many .L4byte };;
243 (p13) br.cond.dpnt.many .L5byte };;
246 (p14) br.cond.dpnt.many .L6byte };;
249 (p15) br.cond.dpnt.many .L7byte };;
252 br.many .L_first16 };;
285 br.many .L_first16 };;
316 { .mfb; br
[all...]
/freebsd-9.3-release/sys/nfsserver/
H A Dnfsm_subs.h171 #define nfsm_srvwcc_data(br, b, ar, a) \
172 nfsm_srvwcc(nfsd, (br), (b), (ar), (a), &mb, &bpos)

Completed in 135 milliseconds

12345678