OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_16
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iconv.c
126
static unsigned
get_16
(const unsigned char *s, int e)
function
209
c =
get_16
((void *)*in, type);
215
d =
get_16
((void *)(*in + 2), type);
/prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iconv.c
126
static unsigned
get_16
(const unsigned char *s, int e)
function
209
c =
get_16
((void *)*in, type);
215
d =
get_16
((void *)(*in + 2), type);
/external/syslinux/libinstaller/
syslxint.h
45
static inline uint16_t
get_16
(const uint16_t * p)
function
63
return
get_16
(&pp[0]) + ((uint32_t)
get_16
(&pp[1]) << 16);
146
return
get_16
((const uint16_t _force *)p);
Completed in 191 milliseconds