OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:length_lo
(Results
1 - 1
of
1
) sorted by null
/device/google/contexthub/firmware/src/
osApi.c
194
uint32_t
length_lo
= va_arg(args, uint32_t);
local
201
uint64_t length = (((uint64_t)length_hi) << 32) +
length_lo
;
Completed in 90 milliseconds