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

  /external/qemu/hw/
goldfish_tty.c 37 uint32_t data_count; member in struct:tty_state
49 qemu_put_byte( f, s->data_count );
50 qemu_put_buffer( f, s->data, s->data_count );
63 s->data_count = qemu_get_byte(f);
64 qemu_get_buffer(f, s->data, s->data_count);
77 return s->data_count;
101 if(s->data_count > 0)
109 if(s->data_count > 0)
139 if(s->ptr_len > s->data_count)
140 cpu_abort (cpu_single_env, "goldfish_tty_write: reading more data than available %d %d\n", s->ptr_len, s->data_count);
    [all...]
  /external/clearsilver/util/
wdb.h 36 int data_count; member in struct:_row
wdb.c 703 if (len > row->data_count)
704 len = row->data_count;
1117 if (col->inmem_index-1 > row->data_count)
1136 if (col->inmem_index-1 > row->data_count)
1161 my_row->data_count = len;
1355 ne_warn ("count: %d", row->data_count);
1356 for (x=0; x < row->data_count; x++)
    [all...]
  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 97 ll->data_count = 4;
260 mlist[n].data_count = pixels * 2;
  /bootable/bootloader/legacy/include/msm7k/
mddi.h 214 unsigned short data_count; member in struct:mddi_llentry
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 79 int (*data_count)(sqlite3_stmt*pStmt); member in struct:sqlite3_api_routines
212 #define sqlite3_data_count sqlite3_api->data_count

Completed in 251 milliseconds