Searched defs:br (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-9.3-release/sys/kern/
H A Dsubr_bufring.c42 struct buf_ring *br; local
62 buf_ring_free(struct buf_ring *br, struct malloc_type *type) argument
[all...]
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_sockio.c121 struct ifreq br; local
/freebsd-9.3-release/sys/dev/aac/
H A Daac_debug.c217 struct aac_blockread *br; local
/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
H A DObjCContainersASTChecker.cpp74 WalkAST(BugReporter &br, AnalysisDeclContext* ac) argument
H A DVirtualCallChecker.cpp61 WalkAST(BugReporter &br, AnalysisDeclContext *ac) argument
H A DLLVMConventionsChecker.cpp121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br) argument
220 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br) argument
H A DDeadStoresChecker.cpp137 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents, llvm::SmallPtrSet<const VarDecl*, 20> &escaped) argument
H A DCheckSecuritySyntaxOnly.cpp61 WalkAST(BugReporter &br, AnalysisDeclContext* ac, argument
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_box.c62 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c45 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/dev/uart/
H A Duart_bus_fdt.c139 pcell_t shift, br, rclk; local
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c190 OCSP_BASICRESP *br = NULL; local
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid_debug.c131 struct aac_blockread *br; local
H A Daacraid_cam.c468 struct aac_blockread *br; local
490 struct aac_blockread64 *br; local
[all...]
/freebsd-9.3-release/sys/sys/
H A Dbuf_ring.h76 buf_ring_enqueue(struct buf_ring *br, void *buf) argument
130 buf_ring_dequeue_mc(struct buf_ring *br) argument
179 buf_ring_dequeue_sc(struct buf_ring *br) argument
222 buf_ring_advance_sc(struct buf_ring *br) argument
257 buf_ring_putback_sc(struct buf_ring *br, void *new) argument
270 buf_ring_peek(struct buf_ring *br) argument
290 buf_ring_full(struct buf_ring *br) argument
297 buf_ring_empty(struct buf_ring *br) argument
304 buf_ring_count(struct buf_ring *br) argument
[all...]
/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/usr.bin/checknr/
H A Dchecknr.c92 } br[MAXBR] = { variable in typeref:struct:brstr
[all...]
/freebsd-9.3-release/crypto/openssl/fips/rsa/
H A Dfips_rsa_eay.c363 BIGNUM *f, *ret, *br, *res; local
497 BIGNUM *f, *ret, *br; local
/freebsd-9.3-release/contrib/less/
H A Dregexp.c302 register char *br; local
[all...]
/freebsd-9.3-release/usr.sbin/sicontrol/
H A Dsicontrol.c520 const char *s_break(int br) argument
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dsparc-opc.c1068 #define br macro
1143 #undef br macro
/freebsd-9.3-release/contrib/gcc/
H A Dtree-complex.c808 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/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h522 BugReporterContext(GRBugReporter& br) : BR(br) {} argument

Completed in 182 milliseconds

123