HomeSort by relevance Sort by last modified time
    Searched refs:entry_size (Results 1 - 25 of 95) 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/
type-feedback-vector-inl.h 168 next_slot_ = FeedbackVectorSlot(next_slot_.ToInt() + entry_size());
172 int TypeFeedbackMetadataIterator::entry_size() const { function in class:v8::internal::TypeFeedbackMetadataIterator
type-feedback-vector.cc 88 int entry_size = TypeFeedbackMetadata::GetSlotSize(kind); local
89 for (int j = 1; j < entry_size; j++) {
93 i += entry_size;
152 int entry_size = TypeFeedbackMetadata::GetSlotSize(kind); local
165 i += entry_size;
180 int entry_size = TypeFeedbackMetadata::GetSlotSize(kind); local
189 i += entry_size;
253 int entry_size = TypeFeedbackMetadata::GetSlotSize(kind); local
262 for (int j = 1; j < entry_size; j++) {
265 i += entry_size;
    [all...]
safepoint-table.h 90 unsigned entry_size() const { return entry_size_; } function in class:v8::internal::BASE_EMBEDDED
objects-printer.cc 605 int entry_size = TypeFeedbackMetadata::GetSlotSize(kind); local
606 DCHECK_LT(0, entry_size);
613 slot += entry_size;
712 int entry_size = iter.entry_size(); local
713 for (int i = 0; i < entry_size; i++) {
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp 100 rbe->entry_size = size;
1154 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:__anon75687
713 unsigned int entry_size; \/* since the attribute member is variable sized *\/ member in struct:__anon75691
1077 unsigned int entry_size; \/* since the attribute member is variable sized *\/ member in struct:__anon75699
    [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:__anon31082
  /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...]

Completed in 745 milliseconds

1 2 3 4