/third_party/node/test/wasi/c/ |
H A D | getentropy.c | 5 char buf[256] = {0}; in main() local
|
/third_party/musl/src/stdio/ |
H A D | setbuf.c | 3 void setbuf(FILE *restrict f, char *restrict buf) in setbuf() argument
|
/third_party/musl/libc-test/src/regression/ |
H A D | regex-escaped-high-byte.c | 9 char buf[200]; in main() local
|
H A D | regex-negated-range.c | 8 char buf[200]; in main() local
|
H A D | setenv-oom.c | 11 char buf[10000]; in main() local
|
H A D | setvbuf-unget.c | 9 char buf[1024] = "hello world"; in main() local
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | infinite-loop03.c | 1 static void foo(int *buf) in foo() argument
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | union.c | 4 char buf[128]; member
|
/third_party/lwip/src/netif/ppp/ |
H A D | eui64.c | 48 static char buf[20]; in eui64_ntoa() local
|
/third_party/musl/compat/time32/ |
H A D | ctime32_r.c | 4 char *__ctime32_r(time32_t *t, char *buf) in __ctime32_r() argument
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | echo3.py | 5 buf = os.read(0, 1024) variable
|
H A D | echo2.py | 4 buf = os.read(0, 1024) variable
|
H A D | echo.py | 5 buf = os.read(0, 1024) variable
|
/third_party/rust/crates/rustix/tests/io/ |
H A D | from_into.rs | 22 let mut buf = [0_u8; 4]; in test_owned() variables
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | syscalls.rs | 96 let mut buf = MaybeUninit::<Winsize>::uninit(); variables
|
/third_party/rust/crates/rustix/tests/rand/ |
H A D | getrandom.rs | 5 let mut buf = [0_u8; 256]; in test_getrandom() variables
|
/third_party/ffmpeg/libavcodec/ |
H A D | cabac.c | 162 int ff_init_cabac_decoder(CABACContext *c, const uint8_t *buf, int buf_size){ in ff_init_cabac_decoder() argument
|
H A D | startcode.c | 31 int ff_startcode_find_candidate_c(const uint8_t *buf, int size) in ff_startcode_find_candidate_c() argument
|
H A D | vp56rac.c | 42 int ff_vp56_init_range_decoder(VP56RangeCoder *c, const uint8_t *buf, int buf_size) in ff_vp56_init_range_decoder() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | dvbtxt.c | 30 const uint8_t *buf; in dvbtxt_probe() local [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A D | file.c | 25 uint8_t *buf; in main() local
|
H A D | crc.c | 26 uint8_t buf[1999]; in main() local
|
/third_party/backends/backend/ |
H A D | sane_strstatus.c | 52 static char buf[80]; in sane_strstatus() local
|
/third_party/curl/lib/ |
H A D | curl_endian.c | 42 unsigned short Curl_read16_le(const unsigned char *buf) in Curl_read16_le() argument 61 unsigned int Curl_read32_le(const unsigned char *buf) in Curl_read32_le() argument 80 Curl_read16_be(const unsigned char *buf) Curl_read16_be() argument [all...] |
/third_party/FreeBSD/sys/libkern/ |
H A D | explicit_bzero.c | 13 __explicit_bzero_hook(void *buf, size_t len) in __explicit_bzero_hook() argument 18 explicit_bzero(void *buf, size_t len) in explicit_bzero() argument
|