Home
last modified time | relevance | path

Searched defs:be (Results 1 – 25 of 66) 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/mesa3d/src/hgl/
Dmeson.build32 dependencies : cpp.find_library('be'), build
/external/mesa3d/src/gallium/targets/haiku-softpipe/
Dmeson.build36 driver_swrast, cpp.find_library('be'), cpp.find_library('translation'), build
/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/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/mesa3d/src/egl/
Dmeson.build136 deps_for_egl += cpp.find_library('be') build
/external/libvpx/libvpx/vp8/encoder/
Dencodeintra.c48 BLOCK *be = &x->block[ib]; in vp8_encode_intra4x4block() local
Dpickinter.c165 static int get_prediction_error(BLOCK *be, BLOCKD *b) { in get_prediction_error()
179 BLOCK *be = &x->block[ib]; in pick_intra4x4block() local
/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c110 struct atm_backend_ppp be; in set_line_discipline_pppoatm() 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/igt-gpu-tools/lib/
Dintel_iosf.c26 uint32_t cmd, devfn, be, bar; in vlv_sideband_rw() local
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp718 fs_instruction_scheduler::count_reads_remaining(backend_instruction *be) in count_reads_remaining()
800 fs_instruction_scheduler::update_register_pressure(backend_instruction *be) in update_register_pressure()
826 fs_instruction_scheduler::get_register_pressure_benefit(backend_instruction *be) in get_register_pressure_benefit()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_resampler.c74 float be, tnew; in WebRtcAec_ResampleLinear() 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/v4l2_codec2/common/
DFormatConverter.cpp320 [frameIndex](const std::unique_ptr<BlockEntry>& be) { in returnBlock()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DintermOut.cpp1519 …for (TBlendEquationShift be = (TBlendEquationShift)0; be < EBlendCount; be = (TBlendEquationShift)… in output() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp1519 …for (TBlendEquationShift be = (TBlendEquationShift)0; be < EBlendCount; be = (TBlendEquationShift)… in output() 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/e2fsprogs/lib/ext2fs/
Dcrc32c.c903 uint32_t be, le; in test_crc32c() local

123