/aosp12/system/chre/external/flatbuffers/include/flatbuffers/ |
H A D | flatbuffers.h | 80 template<typename T> struct Offset { struct 82 Offset() : o(0) {} in Offset() argument 83 Offset(uoffset_t _o) : o(_o) {} // NOLINT(google-explicit-constructor) in Offset() function 84 Offset<void> Union() const { return Offset<void>(o); } in Union() argument 85 bool IsNull() const { return !o; } in IsNull()
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | SystemUtils.h | 22 typedef off_t Offset; typedef
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Offset.java | 21 public class Offset { class 66 public Offset(boolean header) { in Offset() method in Offset
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
H A D | DelayMix_16x16.cpp | 33 LVM_INT16 Offset = *pOffset; in DelayMix_Float() local
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
H A D | LVCS_Equaliser.cpp | 58 LVM_UINT16 Offset; in LVCS_EqualiserInit() local
|
H A D | LVCS_StereoEnhancer.cpp | 54 LVM_UINT16 Offset; in LVCS_SEnhancerInit() local
|
H A D | LVCS_Control.cpp | 76 LVM_INT16 Offset; in LVCS_Control() local
|
H A D | LVCS_ReverbGenerator.cpp | 63 LVM_UINT16 Offset; in LVCS_ReverbGeneratorInit() local
|
H A D | LVCS_BypassMix.cpp | 68 LVM_UINT16 Offset; in LVCS_BypassMixInit() local
|
/aosp12/art/runtime/ |
H A D | offsets.h | 30 constexpr explicit Offset(size_t val) : val_(val) {} in Offset() function
|
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/ |
H A D | FragmentRef.h | 29 typedef uint64_t Offset; // FIXME: use SizeTraits<T>::Offset typedef
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | SizeTraits.h | 24 typedef uint32_t Offset; typedef 33 typedef uint64_t Offset; typedef
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ReaderWriter_2_9.h | 125 unsigned Offset = ( BufPtr[OffsetField ] | in SkipBitcodeWrapperHeader() local
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | ReaderWriter_2_9_func.h | 125 unsigned Offset = ( BufPtr[OffsetField ] | in SkipBitcodeWrapperHeader() local
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | ReaderWriter_3_2.h | 125 unsigned Offset = ( BufPtr[OffsetField ] | in SkipBitcodeWrapperHeader() local
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
H A D | LVDBE_Control.cpp | 105 LVM_UINT16 Offset = in LVDBE_SetFilters() local
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/ |
H A D | error.h | 111 size_t Offset() const { return offset_; } in Offset() function
|
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMPLT.cpp | 125 int32_t Offset = (GOTEntryAddress - (PLTEntryAddress + 8)); in applyPLT1() local
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSX86TranslateGEPPass.cpp | 70 llvm::Value *Offset = nullptr; in computeGEPOffset() local
|
/aosp12/build/soong/symbol_inject/ |
H A D | symbol_inject.go | 179 Offset uint64 // Offset into the file of the start of the section. member
|
/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | LDSection.h | 122 void setOffset(uint64_t Offset) { m_Offset = Offset; } in setOffset()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
H A D | LVM_Control.cpp | 256 LVM_INT16 Offset; in LVM_SetTrebleBoost() local
|
/aosp12/art/libelffile/dwarf/ |
H A D | debug_frame_opcode_writer.h | 119 void ALWAYS_INLINE Offset(Reg reg, int offset) { in Offset() function
|
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
H A D | phNxpExtns_MifareStd.cpp | 472 uint8_t Offset, in phFriNfc_ValidateParams() 612 phLibNfc_Ndef_EOffset_t Offset; in Mfc_ReadNdef() local
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | GNUArchiveReader.cpp | 233 typedef typename SizeTraits<SIZE>::Offset Offset; in readSymbolTableEntries() typedef
|