OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_count
(Results
1 - 4
of
4
) sorted by null
/external/qemu/hw/
goldfish_tty.c
41
uint32_t
data_count
;
member in struct:tty_state
53
qemu_put_byte( f, s->
data_count
);
54
qemu_put_buffer( f, s->data, s->
data_count
);
67
s->
data_count
= qemu_get_byte(f);
68
qemu_get_buffer(f, s->data, s->
data_count
);
81
return s->
data_count
;
105
if(s->
data_count
> 0)
113
if(s->
data_count
> 0)
147
if(s->ptr_len > s->
data_count
)
148
cpu_abort (cpu_single_env, "goldfish_tty_write: reading more data than available %d %d\n", s->ptr_len, s->
data_count
);
[
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
85
int (*
data_count
)(sqlite3_stmt*pStmt);
member in struct:sqlite3_api_routines
261
#define sqlite3_data_count sqlite3_api->
data_count
Completed in 1646 milliseconds