HomeSort by relevance Sort by last modified time
    Searched refs:entry_size (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/google-breakpad/src/processor/
static_range_map-inl.h 47 AddressType *entry_base, AddressType *entry_size) const {
68 if (entry_size)
69 *entry_size = iterator.GetKey() - range->base() + 1;
78 AddressType *entry_base, AddressType *entry_size) const {
80 if (RetrieveRange(address, entry, entry_base, entry_size))
98 if (entry_size)
99 *entry_size = iterator.GetKey() - range->base() + 1;
107 AddressType *entry_base, AddressType *entry_size) const {
121 if (entry_size)
122 *entry_size = iterator.GetKey() - range->base() + 1
    [all...]
static_range_map.h 56 // no such range, returns false. entry_base and entry_size, if non-NULL,
59 AddressType *entry_base, AddressType *entry_size) const;
64 // if no range meets these criteria. entry_base and entry_size, if
67 AddressType *entry_base, AddressType *entry_size)
73 // and entry_size, if non-NULL, are set to the base and size of the entry's
78 AddressType *entry_base, AddressType *entry_size)
range_map-inl.h 120 AddressType *entry_base, AddressType *entry_size) const {
139 if (entry_size)
140 *entry_size = iterator->first - iterator->second.base() + 1;
149 AddressType *entry_base, AddressType *entry_size) const {
154 if (RetrieveRange(address, entry, entry_base, entry_size))
170 if (entry_size)
171 *entry_size = iterator->first - iterator->second.base() + 1;
180 AddressType *entry_base, AddressType *entry_size) const {
198 if (entry_size)
199 *entry_size = iterator->first - iterator->second.base() + 1
    [all...]
range_map.h 65 // no such range, returns false. entry_base and entry_size, if non-NULL,
68 AddressType *entry_base, AddressType *entry_size) const;
73 // if no range meets these criteria. entry_base and entry_size, if
76 AddressType *entry_base, AddressType *entry_size)
82 // and entry_size, if non-NULL, are set to the base and size of the entry's
87 AddressType *entry_base, AddressType *entry_size)
  /external/libavc/common/
ih264_list.h 80 WORD32 ih264_list_size(WORD32 num_entries, WORD32 entry_size);
84 WORD32 entry_size,
ih264_list.c 83 WORD32 ih264_list_size(WORD32 num_entries, WORD32 entry_size)
94 size += num_entries * entry_size;
253 WORD32 entry_size,
278 ASSERT((num_entries * entry_size) <= buf_size);
282 ps_list->i4_entry_size = entry_size;
  /development/tools/yuv420sp2rgb/
debug.h 53 static inline void *CALLOC(unsigned int num_entries, unsigned int entry_size) {
54 void *m = calloc(num_entries, entry_size);
55 FAILIF(NULL == m, "calloc(%d, %d) failed!\n", num_entries, entry_size);
  /toolchain/binutils/binutils-2.25/bfd/
xsym.c 88 unsigned long entry_size,
91 unsigned long entries_per_page = page_size / entry_size;
93 unsigned long page_offset = (sym_index % entries_per_page) * entry_size;
539 unsigned long entry_size; local
558 entry_size = 18;
571 entry_size, sym_index);
575 if (bfd_bread (buf, entry_size, abfd) != entry_size)
578 (*parser) (buf, entry_size, entry);
590 unsigned long entry_size; local
641 unsigned long entry_size = 0; local
691 unsigned long entry_size = 0; local
741 unsigned long entry_size = 0; local
791 unsigned long entry_size = 0; local
841 unsigned long entry_size = 0; local
891 unsigned long entry_size = 0; local
941 unsigned long entry_size = 0; local
991 unsigned long entry_size = 0; local
1041 unsigned long entry_size = 0; local
    [all...]
  /system/extras/simpleperf/
read_apk.h 41 size_t entry_size)
45 , entry_size_(entry_size)
59 uint32_t entry_size() const { return entry_size_; } function in class:EmbeddedElf
read_apk_test.cpp 41 ASSERT_EQ(NATIVELIB_SIZE_IN_APK, ee->entry_size());
50 ASSERT_EQ(NATIVELIB_SIZE_IN_APK, ee->entry_size());
read_apk.cpp 179 return GetBuildIdFromEmbeddedElfFile(apk_path, ee->entry_offset(), ee->entry_size(), build_id);
189 return ParseSymbolsFromEmbeddedElfFile(apk_path, ee->entry_offset(), ee->entry_size(),
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-dis.c 201 insn_table->entry_size,
208 macro_insn_table->entry_size,
cgen-asm.c 148 insn_table->entry_size,
155 macro_insn_table->entry_size,
ip2k-desc.c 883 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
916 cd->operand_table.entry_size = sizeof (CGEN_OPERAND);
946 cd->insn_table.entry_size = sizeof (CGEN_IBASE);
    [all...]
lm32-desc.c 870 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
903 cd->operand_table.entry_size = sizeof (CGEN_OPERAND);
933 cd->insn_table.entry_size = sizeof (CGEN_IBASE);
    [all...]
  /external/google-breakpad/src/common/
dwarf_cfi_to_module_unittest.cc 115 entry_size = 0x2f8cd573072fe02aULL;
119 ASSERT_TRUE(handler.Entry(0x4445c05c, entry_address, entry_size,
126 EXPECT_EQ(entry_size, entries[0]->size);
128 uint64 entry_address, entry_size; member in struct:RuleFixture
  /external/v8/src/
safepoint-table.h 90 unsigned entry_size() const { return entry_size_; } function in class:v8::internal::BASE_EMBEDDED
type-feedback-vector.h 297 slot_ = FeedbackVectorSlot(slot_.ToInt() + entry_size());
309 int entry_size() const { return TypeFeedbackMetadata::GetSlotSize(kind()); }
assembler.cc 1677 const int entry_size = ConstantPoolEntry::size(type); local
1726 const int entry_size = ConstantPoolEntry::size(type); local
1755 const int entry_size = ConstantPoolEntry::size(type); local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp 95 rbe->entry_size = size;
1097 u16 entry_size; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
cgen.h 469 unsigned int entry_size; /* since the attribute member is variable sized */
723 unsigned int entry_size; /* since the attribute member is variable sized */
461 unsigned int entry_size; \/* since the attribute member is variable sized *\/ member in struct:__anon74560
713 unsigned int entry_size; \/* since the attribute member is variable sized *\/ member in struct:__anon74564
1077 unsigned int entry_size; \/* since the attribute member is variable sized *\/ member in struct:__anon74572
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_logger.h 66 u8 data[0]; // packet data. The length of packet data is determined by the entry_size field of
248 u16 entry_size; // the size of payload excluding the header. member in struct:__anon31531
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1947 uint64 entry_size[kSeekEntryCount]; local
2003 const uint64 entry_size = kSeekEntryCount * MaxEntrySize(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1770 uint64 entry_size[kSeekEntryCount]; local
1828 const uint64 entry_size = kSeekEntryCount * MaxEntrySize(); local
    [all...]
  /external/libdrm/
xf86drmMode.c 78 static void* drmAllocCpy(char *array, int count, int entry_size)
83 if (!count || !array || !entry_size)
86 if (!(r = drmMalloc(count*entry_size)))
90 memcpy(r+(entry_size*i), array+(entry_size*i), entry_size);
    [all...]

Completed in 798 milliseconds

1 2 3 4