HomeSort by relevance Sort by last modified time
    Searched refs:table_entry (Results 1 - 22 of 22) sorted by null

  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 37 struct table_entry struct
395 struct table_entry *tab;
409 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->size);
423 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->length);
431 const struct table_entry *fa = a, *fb = b;
493 tab.tab = calloc (tab.size, sizeof (struct table_entry));
558 qsort (tab.tab, tab.length, sizeof (struct table_entry),
745 assert (sizeof (struct table_entry) % sizeof (unw_word_t) == 0);
746 di->u.rti.table_len = (fde_count * sizeof (struct table_entry)
833 static inline const struct table_entry *
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 129 OMX_TICKS *table_entry = NULL; local
156 for(int i = 0; i < TIME_SZ && !table_entry; i++) {
158 table_entry = &pcurrent->input_timestamps[i].timestamps;
163 if (!table_entry) {
168 *table_entry = header->nTimeStamp;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 151 OMX_TICKS *table_entry = NULL; local
186 for (int i = 0; i < TIME_SZ && !table_entry; i++) {
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
194 if (!table_entry) {
200 *table_entry = header->nTimeStamp;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 151 OMX_TICKS *table_entry = NULL; local
186 for (int i = 0; i < TIME_SZ && !table_entry; i++) {
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
194 if (!table_entry) {
200 *table_entry = header->nTimeStamp;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 151 OMX_TICKS *table_entry = NULL; local
186 for (int i = 0; i < TIME_SZ && !table_entry; i++) {
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
194 if (!table_entry) {
200 *table_entry = header->nTimeStamp;
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 151 OMX_TICKS *table_entry = NULL; local
186 for (int i = 0; i < TIME_SZ && !table_entry; i++) {
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
194 if (!table_entry) {
200 *table_entry = header->nTimeStamp;
  /external/mesa3d/src/mesa/vbo/
vbo_minmax_index.c 180 struct hash_entry *table_entry; local
208 table_entry = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache,
210 if (table_entry) {
219 table_entry = _mesa_hash_table_insert_pre_hashed(bufferObj->MinMaxCache,
221 if (!table_entry)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.h 56 symbolS *table_entry; member in struct:tic6x_unwind_info
tc-tic6x.c 410 if (unwind->table_entry || unwind->personality_index == -2)
435 if (!unwind->table_entry)
442 unwind->table_entry = NULL;
    [all...]
tc-arm.c 52 symbolS * table_entry; member in struct:__anon115679
    [all...]
  /external/libunwind/include/
dwarf.h 361 struct table_entry *index;
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/
ipa_nat_drvi.c 1667 uint16_t table_entry; local
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 319 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; local
320 __ bind(&table_entry->label);
322 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
323 Address entry = table_entry->address;
324 DeoptComment(table_entry->deopt_info);
331 if (table_entry->needs_frame) {
840 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
846 !table_entry.IsEquivalentTo(jump_table_.last())) {
847 jump_table_.Add(table_entry, zone());
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 338 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; local
339 __ bind(&table_entry->label);
341 DCHECK(table_entry->bailout_type == jump_table_[0].bailout_type);
342 Address entry = table_entry->address;
343 DeoptComment(table_entry->deopt_info);
350 if (table_entry->needs_frame) {
824 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
830 !table_entry.IsEquivalentTo(jump_table_.last())) {
831 jump_table_.Add(table_entry, zone());
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 313 Deoptimizer::JumpTableEntry* table_entry = jump_table_[i]; local
314 __ bind(&table_entry->label);
315 Address entry = table_entry->address;
316 DeoptComment(table_entry->deopt_info);
322 if (table_entry->needs_frame) {
335 if (table_entry->needs_frame) {
812 Deoptimizer::JumpTableEntry* table_entry = local
819 !table_entry->IsEquivalentTo(*jump_table_.last())) {
820 jump_table_.Add(table_entry, zone());
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 332 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; local
333 __ bind(&table_entry->label);
335 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
336 Address entry = table_entry->address;
337 DeoptComment(table_entry->deopt_info);
344 if (table_entry->needs_frame) {
787 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
793 !table_entry.IsEquivalentTo(jump_table_.last())) {
794 jump_table_.Add(table_entry, zone());
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 320 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; local
321 __ bind(&table_entry->label);
323 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
324 Address entry = table_entry->address;
325 DeoptComment(table_entry->deopt_info);
332 if (table_entry->needs_frame) {
780 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
786 !table_entry.IsEquivalentTo(jump_table_.last())) {
787 jump_table_.Add(table_entry, zone());
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 769 Deoptimizer::JumpTableEntry* table_entry = jump_table_[i]; local
770 __ Bind(&table_entry->label);
772 Address entry = table_entry->address;
773 DeoptComment(table_entry->deopt_info);
780 if (table_entry->needs_frame) {
914 Deoptimizer::JumpTableEntry* table_entry = local
921 !table_entry->IsEquivalentTo(*jump_table_.last())) {
922 jump_table_.Add(table_entry, zone());
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 273 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; local
274 __ bind(&table_entry->label);
275 Address entry = table_entry->address;
276 DeoptComment(table_entry->deopt_info);
277 if (table_entry->needs_frame) {
739 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
745 !table_entry.IsEquivalentTo(jump_table_.last())) {
746 jump_table_.Add(table_entry, zone());
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 295 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; local
296 __ bind(&table_entry->label);
297 Address entry = table_entry->address;
298 DeoptComment(table_entry->deopt_info);
299 if (table_entry->needs_frame) {
766 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
772 !table_entry.IsEquivalentTo(jump_table_.last())) {
773 jump_table_.Add(table_entry, zone());
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 275 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; local
276 __ bind(&table_entry->label);
277 Address entry = table_entry->address;
278 DeoptComment(table_entry->deopt_info);
279 if (table_entry->needs_frame) {
1030 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
1036 !table_entry.IsEquivalentTo(jump_table_.last())) {
1037 jump_table_.Add(table_entry, zone());
    [all...]

Completed in 3487 milliseconds