/openbsd/usr.sbin/tcpdump/ |
H A D | print-snmp.c | 303 struct be { struct 304 u_int32_t asnlen; 305 union { 311 } data; 312 u_short id; 313 u_char form, class; /* tag info */ 314 u_char type;
|
/openbsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_conversion.c | 103 uint32_t le, be; in cd9660_bothendian_dword() local 125 uint16_t le, be; in cd9660_bothendian_word() local
|
/openbsd/lib/libc/gdtoa/ |
H A D | gdtoa.c | 43 ULong *be, *x, *x0; local 116 (fpi, be, bits, kindp, mode, ndigits, decpt, rve) in gdtoa() argument
|
H A D | ldtoa.c | 61 int be, kind; in __ldtoa() local
|
H A D | dtoa.c | 118 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
|
H A D | strtodg.c | 354 ULong *b, *be, y, z; local
|
/openbsd/usr.bin/dig/lib/isc/ |
H A D | hash.c | 119 const unsigned char *be; in isc_hash_function_reverse() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCExpr.cpp | 50 const MCBinaryExpr *be = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | resbin.c | 35 #define get_16(be, s) ((be) ? bfd_getb16 (s) : bfd_getl16 (s)) argument 36 #define get_32(be, s) ((be) ? bfd_getb32 (s) : bfd_getl32 (s)) argument 1218 #define put_16(be, v, s) ((be) ? bfd_putb16 ((v), (s)) : bfd_putl16 ((v), (s))) argument 1219 #define put_32(be, v, s) ((be) ? bfd_putb32 ((v), (s)) : bfd_putl32 ((v), (s))) argument
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | resbin.c | 35 #define get_16(be, s) ((be) ? bfd_getb16 (s) : bfd_getl16 (s)) argument 36 #define get_32(be, s) ((be) ? bfd_getb32 (s) : bfd_getl32 (s)) argument 1218 #define put_16(be, v, s) ((be) ? bfd_putb16 ((v), (s)) : bfd_putl16 ((v), (s))) argument 1219 #define put_32(be, v, s) ((be) ? bfd_putb32 ((v), (s)) : bfd_putl32 ((v), (s))) argument
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTStructExtractor.cpp | 65 be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl() local
|
H A D | ClangASTSource.cpp | 1453 be = (IsVirtual ? record->vbases_end() : record->bases_end()); in ExtractBaseOffsets() local 1590 be = parser_cxx_record->bases_end(); in layoutRecordType() local
|
/openbsd/usr.sbin/smtpd/ |
H A D | bounce.c | 122 struct bounce_envelope *be; in bounce_add() local 599 struct bounce_envelope *be; in bounce_delivery() local
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCWasmStreamer.cpp | 231 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr); in fixSymbolsInTLSFixups() local
|
H A D | MCELFStreamer.cpp | 412 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr); in fixSymbolsInTLSFixups() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 310 for (CFGBlock::iterator bi = block->begin(), be = block->end(); in checkASTCodeBody() local
|
/openbsd/lib/libcrypto/ecdsa/ |
H A D | ecdsa.c | 411 BIGNUM *b, *binv, *be, *bxr; in ecdsa_compute_s() local
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 881 be = LHS.end(); in dump() local
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | lang.h | 32 ba, be, bg, bh, bi, bn, bo, br, enumerator
|
/openbsd/gnu/llvm/libcxxabi/src/ |
H A D | cxa_personality.cpp | 1278 std::bad_exception be; in __cxa_call_unexpected() local
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 705 void TransferFunctions::VisitBlockExpr(BlockExpr *be) { in VisitBlockExpr()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-alpha.c | 3452 struct alpha_elf_got_entry *ae, *be; local 3527 struct alpha_elf_got_entry *ae, *be, **pbe, **start; local
|
/openbsd/gnu/gcc/libcpp/ |
H A D | charset.c | 685 bool be = CPP_OPTION (pfile, bytes_big_endian); in cpp_init_iconv() local
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-alpha.c | 2140 struct alpha_elf_got_entry *ae, *be; in elf64_alpha_can_merge_gots() local 2214 struct alpha_elf_got_entry *ae, *be, **pbe, **start; in elf64_alpha_merge_gots() local
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-sra.c | 482 tree ae, be; in sra_elt_eq() local
|