Searched refs:OOB (Results 1 - 20 of 20) sorted by relevance
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | send_recv.rs | 20 const OOB = c::MSG_OOB; consts 34 const OOB = c::MSG_OOB; consts
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | send_recv.rs | 47 const OOB = c::MSG_OOB; consts 75 const OOB = c::MSG_OOB; consts
|
/third_party/musl/src/multibyte/ |
H A D | mbsrtowcs.c | 58 if (OOB(c,*s)) { s--; break; } in mbsrtowcs() 95 if (OOB(c,*s)) { s--; break; } in mbsrtowcs()
|
H A D | internal.h | 10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
|
H A D | mbtowc.c | 26 if (OOB(c,*s)) goto ilseq; in mbtowc()
|
H A D | mbrtowc.c | 31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
|
/third_party/musl/porting/uniproton/kernel/src/multibyte/ |
H A D | internal.h | 10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
|
H A D | mbtowc.c | 26 if (OOB(c,*s)) goto ilseq; in mbtowc()
|
H A D | mbrtowc.c | 31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
|
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
H A D | internal.h | 10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
|
H A D | mbtowc.c | 26 if (OOB(c,*s)) goto ilseq; in mbtowc()
|
H A D | mbrtowc.c | 31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
|
/third_party/musl/porting/liteos_a/kernel/src/multibyte/ |
H A D | internal.h | 10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
|
H A D | mbtowc.c | 26 if (OOB(c,*s)) goto ilseq; in mbtowc()
|
/third_party/musl/src/stdio/ |
H A D | vfwprintf.c | 93 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro 235 if (OOB(*s)) goto inval; in wprintf_core()
|
H A D | vfprintf.c | 100 #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 D | vfprintf.c | 105 #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 D | vfprintf.c | 100 #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 D | vfprintf.c | 105 #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 D | vfprintf.c | 105 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro 529 if (OOB(*s)) goto inval; in printf_core()
|
Completed in 13 milliseconds