/external/lzma/CPP/7zip/Archive/ |
D | CramfsHandler.cpp | 100 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
|
D | ElfHandler.cpp | 24 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()
|
D | SquashfsHandler.cpp | 45 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
|
D | MachoHandler.cpp | 21 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/ |
D | shape_inference_helpers.cc | 41 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/ |
D | CheckingBundleListener.java | 38 public void bundleChanged(BundleEvent be) { in bundleChanged() 42 private void dump(BundleEvent be) { in dump()
|
/external/tcpdump/ |
D | print-snmp.c | 345 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/ |
D | diagnostic_information.hpp | 49 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/ |
D | bytes.rs | 265 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/ |
D | IsoHandler.cpp | 185 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
|
D | IsoIn.cpp | 640 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/ |
D | byteorder.h | 9 #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/ |
D | BlurEffectParser.java | 29 BlurEffect be = maybeParseInnerEffect(reader, composition); in parse() local
|
/external/libvpx/vp8/encoder/mips/msa/ |
D | encodeopt_msa.c | 42 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/ |
D | StackedBarsMarkerView.java | 40 BarEntry be = (BarEntry) e; in refreshContent() local
|
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | common_slist_algorithms.hpp | 82 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/ |
D | kex-25519.c | 202 uint32_t be; in _genhash_update_len() local 316 uint32_t be, kbi_len; in kex_ecdh() local
|
/external/libvpx/vp8/encoder/ |
D | encodeintra.c | 47 BLOCK *be = &x->block[ib]; in vp8_encode_intra4x4block() local
|
/external/mesa3d/src/egl/ |
D | meson.build | 137 deps_for_egl += [cpp.find_library('be'), driver_swrast] build
|
/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/ |
D | TailoredSet.java | 242 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/ |
D | TailoredSet.java | 244 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/ |
D | numbers.h | 225 uint64_t be = absl::big_endian::FromHost64(val); in FastHexToBufferZeroPad16() local
|
/external/sdv/vsomeip/third_party/boost/regex/src/ |
D | wide_posix_api.cpp | 143 catch(const boost::regex_error& be) in regcompW() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCExpr.cpp | 50 const MCBinaryExpr *be = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCExpr.cpp | 49 const MCBinaryExpr *be = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local
|