OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stralloc_add_hex
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
stralloc.h
52
extern void
stralloc_add_hex
( stralloc_t* s, unsigned value, int num_digits );
stralloc.c
278
stralloc_add_hex
( stralloc_t* s, unsigned value, int num_digits )
function
307
stralloc_add_hex
( s, p[0], 2 );
311
stralloc_add_hex
( s, p[n], 2 );
Completed in 236 milliseconds