Home
last modified time | relevance | path

Searched refs:OOB (Results 1 - 20 of 20) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsend_recv.rs20 const OOB = c::MSG_OOB; consts
34 const OOB = c::MSG_OOB; consts
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsend_recv.rs47 const OOB = c::MSG_OOB; consts
75 const OOB = c::MSG_OOB; consts
/third_party/musl/src/multibyte/
H A Dmbsrtowcs.c58 if (OOB(c,*s)) { s--; break; } in mbsrtowcs()
95 if (OOB(c,*s)) { s--; break; } in mbsrtowcs()
H A Dinternal.h10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
H A Dmbtowc.c26 if (OOB(c,*s)) goto ilseq; in mbtowc()
H A Dmbrtowc.c31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
/third_party/musl/porting/uniproton/kernel/src/multibyte/
H A Dinternal.h10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
H A Dmbtowc.c26 if (OOB(c,*s)) goto ilseq; in mbtowc()
H A Dmbrtowc.c31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
H A Dinternal.h10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
H A Dmbtowc.c26 if (OOB(c,*s)) goto ilseq; in mbtowc()
H A Dmbrtowc.c31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
H A Dinternal.h10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
H A Dmbtowc.c26 if (OOB(c,*s)) goto ilseq; in mbtowc()
/third_party/musl/src/stdio/
H A Dvfwprintf.c93 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
235 if (OOB(*s)) goto inval; in wprintf_core()
H A Dvfprintf.c100 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
530 if (OOB(*s)) goto inval; in printf_core()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dvfprintf.c105 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
528 if (OOB(*s)) goto inval; in printf_core()
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfprintf.c100 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
532 if (OOB(*s)) goto inval; in printf_core()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvfprintf.c105 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
529 if (OOB(*s)) goto inval; in printf_core()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvfprintf.c105 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
529 if (OOB(*s)) goto inval; in printf_core()

Completed in 13 milliseconds