Home
last modified time | relevance | path

Searched defs:be (Results 1 – 25 of 62) sorted by relevance

123

/external/u-boot/tools/
Dgpimage-common.c32 int gph_verify_header(struct gp_header *gph, int be) in gph_verify_header()
46 void gph_print_header(const struct gp_header *gph, int be) in gph_print_header()
67 int be) in gph_set_header()
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.cc41 for (const BackEdge& be : back_edges_) { in Remove() local
60 for (const BackEdge& be : back_edges_) { in Replace() local
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
DCheckingBundleListener.java38 public void bundleChanged(BundleEvent be) { in bundleChanged()
42 private void dump(BundleEvent be) { in dump()
/external/tcpdump/
Dprint-snmp.c344 struct be { struct
345 uint32_t asnlen;
346 union {
352 } data;
353 u_short id;
354 u_char form, class; /* tag info */
355 u_char type;
892 int be; member
952 static int smi_check_type(SmiBasetype basetype, int be) in smi_check_type()
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp602 fs_instruction_scheduler::count_reads_remaining(backend_instruction *be) in count_reads_remaining()
682 fs_instruction_scheduler::update_register_pressure(backend_instruction *be) in update_register_pressure()
708 fs_instruction_scheduler::get_register_pressure_benefit(backend_instruction *be) in get_register_pressure_benefit()
766 vec4_instruction_scheduler::count_reads_remaining(backend_instruction *be) in count_reads_remaining()
776 vec4_instruction_scheduler::update_register_pressure(backend_instruction *be) in update_register_pressure()
781 vec4_instruction_scheduler::get_register_pressure_benefit(backend_instruction *be) in get_register_pressure_benefit()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c42 BLOCK *be; in vp8_mbblock_error_msa() local
108 BLOCK *be; in vp8_mbuverror_msa() local
/external/libvpx/libvpx/vp8/encoder/
Dencodeintra.c48 BLOCK *be = &x->block[ib]; in vp8_encode_intra4x4block() local
/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c110 struct atm_backend_ppp be; in set_line_discipline_pppoatm() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileEstimatorPass.cpp329 for (Function::iterator bi = F.begin(), be = F.end(); bi != be; ++bi) in runOnFunction() local
356 be = BBToVisit.end(); bi != be; ++bi) { in runOnFunction() local
DLoopPass.cpp44 for (Loop::block_iterator b = L->block_begin(), be = L->block_end(); in runOnLoop() local
DLoopDependenceAnalysis.cpp70 for (Loop::block_iterator b = L->block_begin(), be = L->block_end(); in GetMemRefInstrs() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DTailoredSet.java244 Entry te = null, be = null; in comparePrefixes() local
301 Entry te = null, be = null; in compareContractions() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java242 Entry te = null, be = null; in comparePrefixes() local
299 Entry te = null, be = null; in compareContractions() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp50 const MCBinaryExpr *be = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local
/external/clang/test/CodeGenCXX/
Ddynamic-cast-hint.cpp45 volatile E *be = dynamic_cast<E *>(b); in test() local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTreeTraverserTest.java109 static final BinaryTree be = new BinaryTree('e', null, bf); field in TreeTraverserTest
/external/guava/guava-tests/test/com/google/common/collect/
DTreeTraverserTest.java111 static final BinaryTree be = new BinaryTree('e', null, bf); field in TreeTraverserTest
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h194 …for (typename BlockCounts::const_iterator bi = bwi->second.begin(), be = bwi->second.end(); bi != … variable
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_resampler.c74 float be, tnew; in WebRtcAec_ResampleLinear() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp1464 …for (TBlendEquationShift be = (TBlendEquationShift)0; be < EBlendCount; be = (TBlendEquationShift)… in output() local
/external/libjpeg-turbo/simd/powerpc/
Djdmrgext-altivec.c51 rl, rh, gl, gh, bl, bh, re, ro, ge, go, be, bo; in jsimd_h2v1_merged_upsample_altivec() local
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELFStreamer.cpp288 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr); in fixSymbolsInTLSFixups() local
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp127 static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)… in Get16()
128 static UInt32 Get32(const Byte *p, BoolInt be) { if (be) return GetBe32(p); return GetUi32(p); } in Get32()
133 BoolInt /* is32, */ be; in Parse_ELF() local
203 BoolInt /* mode64, */ be; in Parse_MACH() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp306 for (CFGBlock::iterator bi = block->begin(), be = block->end(); in checkASTCodeBody() local
/external/u-boot/board/freescale/common/
Dsys_eeprom.c529 } be; in get_cpu_board_revision() local

123