OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_uint
(Results
1 - 2
of
2
) sorted by null
/device/google/marlin/dataservices/datatop/src/
datatop_helpers.c
96
if (fprintf(fw, "%d", dp->data.
d_uint
) < 0)
100
if (fprintf(fw, "%u", dp->data.
d_uint
) < 0)
210
int64 = (int64_t)dp.data.
d_uint
211
- (int64_t)dp.initial_data.
d_uint
;
334
sscanf(str, "%u", &(dp->data.
d_uint
));
336
dp->initial_data.
d_uint
= dp->data.
d_uint
;
datatop_interface.h
79
uint32_t
d_uint
;
member in union:dtop_data_union
Completed in 49 milliseconds