HomeSort by relevance Sort by last modified time
    Searched defs:OOB (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/r11/sources/android/support/src/musl-multibyte/
internal.h 16 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7)
  /prebuilts/ndk/r13/sources/android/support/src/musl-multibyte/
internal.h 16 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7)
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r13/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 92 milliseconds