HomeSort by relevance Sort by last modified time
    Searched refs:entry_count (Results 1 - 6 of 6) 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/chromium/base/
data_pack.cc 148 uint32 entry_count = resources.size(); local
149 if (fwrite(&entry_count, 1, kWord, file) != kWord) {
156 uint32 index_length = entry_count * 3 * kWord;
  /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 668 uint32_t entry_count = U32_AT(&buffer[4]); local
670 if (entry_count > 1) {
680 for (uint32_t i = 0; i < entry_count; ++i) {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 1303 __u16 entry_count; member in struct:direntry_uarea
    [all...]

Completed in 457 milliseconds