OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_uchar
(Results
1 - 2
of
2
) sorted by null
/device/google/marlin/dataservices/datatop/src/
datatop_interface.h
81
uint8_t
d_uchar
;
member in union:dtop_data_union
datatop_helpers.c
104
if (fprintf(fw, "%c,", dp->data.
d_uchar
) < 0)
106
if (fprintf(fw, "(0x%02X)", dp->data.
d_uchar
) < 0)
348
sscanf(str, "%c", &(dp->data.
d_uchar
));
350
dp->initial_data.
d_uchar
= dp->data.
d_uchar
;
Completed in 349 milliseconds