Home
last modified time | relevance | path

Searched defs:buf (Results 1 - 25 of 6817) sorted by relevance

12345678910>>...273

/third_party/node/test/wasi/c/
H A Dgetentropy.c5 char buf[256] = {0}; in main() local
/third_party/musl/src/stdio/
H A Dsetbuf.c3 void setbuf(FILE *restrict f, char *restrict buf) in setbuf() argument
/third_party/musl/libc-test/src/regression/
H A Dregex-escaped-high-byte.c9 char buf[200]; in main() local
H A Dregex-negated-range.c8 char buf[200]; in main() local
H A Dsetenv-oom.c11 char buf[10000]; in main() local
H A Dsetvbuf-unget.c9 char buf[1024] = "hello world"; in main() local
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dinfinite-loop03.c1 static void foo(int *buf) in foo() argument
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dunion.c4 char buf[128]; member
/third_party/lwip/src/netif/ppp/
H A Deui64.c48 static char buf[20]; in eui64_ntoa() local
/third_party/musl/compat/time32/
H A Dctime32_r.c4 char *__ctime32_r(time32_t *t, char *buf) in __ctime32_r() argument
/third_party/python/Lib/test/test_asyncio/
H A Decho3.py5 buf = os.read(0, 1024) variable
H A Decho2.py4 buf = os.read(0, 1024) variable
H A Decho.py5 buf = os.read(0, 1024) variable
/third_party/rust/crates/rustix/tests/io/
H A Dfrom_into.rs22 let mut buf = [0_u8; 4]; in test_owned() variables
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dsyscalls.rs96 let mut buf = MaybeUninit::<Winsize>::uninit(); variables
/third_party/rust/crates/rustix/tests/rand/
H A Dgetrandom.rs5 let mut buf = [0_u8; 256]; in test_getrandom() variables
/third_party/ffmpeg/libavcodec/
H A Dcabac.c162 int ff_init_cabac_decoder(CABACContext *c, const uint8_t *buf, int buf_size){ in ff_init_cabac_decoder() argument
H A Dstartcode.c31 int ff_startcode_find_candidate_c(const uint8_t *buf, int size) in ff_startcode_find_candidate_c() argument
H A Dvp56rac.c42 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 Ddvbtxt.c30 const uint8_t *buf; in dvbtxt_probe() local
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Dfile.c25 uint8_t *buf; in main() local
H A Dcrc.c26 uint8_t buf[1999]; in main() local
/third_party/backends/backend/
H A Dsane_strstatus.c52 static char buf[80]; in sane_strstatus() local
/third_party/curl/lib/
H A Dcurl_endian.c42 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 Dexplicit_bzero.c13 __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

Completed in 4 milliseconds

12345678910>>...273