OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OOB
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/android/support/src/musl-multibyte/
internal.h
16
#define
OOB
(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7)
/ndk/sources/android/support/src/stdio/
vfwprintf.c
138
#define
OOB
(x) ((unsigned)(x)-'A' > 'z'-'A')
279
if (
OOB
(*s)) return -1;
vfprintf.c
148
#define
OOB
(x) ((unsigned)(x)-'A' > 'z'-'A')
547
if (
OOB
(*s)) return -1;
Completed in 71 milliseconds