Home
last modified time | relevance | path

Searched defs:OOB (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-172.md3 ### CVE Number
6 ### Impact
21 ### Patches
26 ### For more information
29 ### Attribution
/external/musl/src/multibyte/
Dinternal.h10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
/external/musl/src/stdio/
Dvfwprintf.c93 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
Dvfprintf.c100 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
/external/python/bumble/bumble/
Dsmp.py580 OOB = 3 variable in Session