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

  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
bmtrace.c 80 int entry_count; local
86 entry_count = (bm_control->count > BM_NUM_ENTRIES) ? BM_NUM_ENTRIES : bm_control->count;
89 if ( print_pos >= entry_count) /* paranoid */
99 entry_count, bm_control->count-entry_count);
109 for(; (print_pos<entry_count) && (len<=limit); print_pos++)
122 if (print_pos >= entry_count)
  /external/grub/stage2/
smp-imps.h 129 unsigned short entry_count; member in struct:imps_cth
smp-imps.c 579 cth_count = local_cth_ptr->entry_count;
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 702 uint32_t entry_count = U32_AT(&buffer[4]); local
704 if (entry_count > 1) {
714 for (uint32_t i = 0; i < entry_count; ++i) {
    [all...]

Completed in 264 milliseconds