Home
last modified time | relevance | path

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

12345

/external/lzma/CPP/7zip/Archive/
DCramfsHandler.cpp100 static UInt32 GetMode(const Byte *p, bool be) { return be ? GetBe16(p) : GetUi16(p); } in GetMode()
101 static bool IsDir(const Byte *p, bool be) { return MY_LIN_S_ISDIR(GetMode(p, be)); } in IsDir()
103 static UInt32 GetSize(const Byte *p, bool be) in GetSize()
111 static UInt32 GetNameLen(const Byte *p, bool be) in GetNameLen()
119 static UInt32 GetOffset(const Byte *p, bool be) in GetOffset()
135 bool be; member
DElfHandler.cpp24 static UInt16 Get16(const Byte *p, bool be) { if (be) return GetBe16a(p); return GetUi16a(p); } in Get16()
25 static UInt32 Get32(const Byte *p, bool be) { if (be) return GetBe32a(p); return GetUi32a(p); } in Get32()
26 static UInt64 Get64(const Byte *p, bool be) { if (be) return GetBe64a(p); return GetUi64a(p); } in Get64()
135 bool be; in Parse() local
248 void CSegment::Parse(const Byte *p, bool mode64, bool be) in Parse()
387 bool CSection::Parse(const Byte *p, bool mode64, bool be) in Parse()
DSquashfsHandler.cpp45 static UInt16 Get16b(const Byte *p, bool be) { return be ? GetBe16(p) : GetUi16(p); } in Get16b()
46 static UInt32 Get32b(const Byte *p, bool be) { return be ? GetBe32(p) : GetUi32(p); } in Get32b()
47 static UInt64 Get64b(const Byte *p, bool be) { return be ? GetBe64(p) : GetUi64(p); } in Get64b()
148 bool be; member
311 const bool be = _h.be; in Parse1() local
416 const bool be = _h.be; in Parse2() local
549 const bool be = _h.be; in Parse3() local
DMachoHandler.cpp21 static UInt32 Get32(const Byte *p, bool be) { if (be) return GetBe32(p); return GetUi32(p); } in Get32()
22 static UInt64 Get64(const Byte *p, bool be) { if (be) return GetBe64(p); return GetUi64(p); } in Get64()
/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.c345 struct be { struct
346 uint32_t asnlen;
347 union {
353 } data;
354 u_short id;
355 u_char form, class; /* tag info */
356 u_char type;
890 int be; member
946 static int smi_check_type(SmiBasetype basetype, int be) in smi_check_type()
/external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/
Ddiagnostic_information.hpp49 boost::exception const * be=current_exception_cast<boost::exception const>(); in current_exception_diagnostic_information() local
122 …diagnostic_information_impl( boost::exception const * be, std::exception const * se, bool with_wha… in diagnostic_information_impl()
/external/rust/android-crates-io/crates/num-traits/src/ops/
Dbytes.rs265 let be = <$ty as ToBytes>::to_be_bytes(&n); localVariable
299 let be = <$ty as ToBytes>::to_be_bytes(&n); in convert_between_float_and_bytes() localVariable
/external/lzma/CPP/7zip/Archive/Iso/
DIsoHandler.cpp185 const CBootInitialEntry &be = _archive.BootEntries[index]; in Z7_COM7F_IMF() local
389 const CBootInitialEntry &be = _archive.BootEntries[bootIndex]; in Z7_COM7F_IMF() local
487 const CBootInitialEntry &be = _archive.BootEntries[bootIndex]; in Z7_COM7F_IMF() local
DIsoIn.cpp640 const CBootInitialEntry &be = BootEntries[i]; in Open2() local
651 const CBootInitialEntry &be = BootEntries[i]; in Open2() local
710 const CBootInitialEntry &be = BootEntries[index]; in GetBootItemSize() local
/external/coreboot/src/arch/ppc64/include/arch/
Dbyteorder.h9 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs)) argument
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DBlurEffectParser.java29 BlurEffect be = maybeParseInnerEffect(reader, composition); in parse() local
/external/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/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/
DStackedBarsMarkerView.java40 BarEntry be = (BarEntry) e; in refreshContent() local
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dcommon_slist_algorithms.hpp82 BOOST_INTRUSIVE_FORCEINLINE static void incorporate_after(node_ptr bp, node_ptr b, node_ptr be) in incorporate_after()
89 static void transfer_after(node_ptr bp, node_ptr bb, node_ptr be) in transfer_after()
/external/libwebsockets/plugins/ssh-base/
Dkex-25519.c202 uint32_t be; in _genhash_update_len() local
316 uint32_t be, kbi_len; in kex_ecdh() local
/external/libvpx/vp8/encoder/
Dencodeintra.c47 BLOCK *be = &x->block[ib]; in vp8_encode_intra4x4block() local
/external/mesa3d/src/egl/
Dmeson.build137 deps_for_egl += [cpp.find_library('be'), driver_swrast] build
/external/icu/icu4j/main/collate/src/main/java/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/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/openscreen/third_party/abseil/src/absl/strings/
Dnumbers.h225 uint64_t be = absl::big_endian::FromHost64(val); in FastHexToBufferZeroPad16() local
/external/sdv/vsomeip/third_party/boost/regex/src/
Dwide_posix_api.cpp143 catch(const boost::regex_error& be) in regcompW() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp50 const MCBinaryExpr *be = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp49 const MCBinaryExpr *be = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local

12345