| /third_party/musl/libc-test/src/functionalext/supplement/malloc/ |
| D | memalign.c | 30 void *buff = (void *)memalign(align, 8 * align); in memalign_0100() local 45 void *buff = NULL; in memalign_0200() local 62 void *buff = (void *)memalign(align, 128); in memalign_0300() local 78 void *buff = (void *)memalign(align, SIZE_MAX - align + 1); in memalign_0400() local 93 void *buff = (void *)memalign(align, align * 1024); in memalign_0500() local
|
| /third_party/FatFs/source/ |
| D | diskio.c | 83 BYTE *buff, /* Data buffer to store read data */ in disk_read() 105 BYTE *buff, /* Data buffer to store read data */ in disk_read_readdir() 123 DRESULT disk_raw_read (int id, void *buff, LBA_t sector, UINT32 count) in disk_raw_read() 146 const BYTE *buff, /* Data to be written */ in disk_write() 166 DRESULT disk_raw_write(int id, void *buff, QWORD sector, UINT32 count){ in disk_raw_write() 189 void *buff /* Buffer to send/receive control data */ in disk_ioctl()
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| D | inet_addr.c | 28 char buff[] = "127.0.0.1"; in inet_addr_0100() local 41 char buff[] = "-127.0.0.1"; in inet_addr_0200() local 54 char buff[] = "127.0.256.1"; in inet_addr_0300() local
|
| /third_party/rust/crates/rustix/tests/io/ |
| D | pipe.rs | 11 let mut buff = vec![]; in test_splice_cursor() localVariable 37 let mut buff = vec![]; in test_splice_offset() localVariable 76 let mut buff = [0; 5]; in test_splice_pipe2pipe() localVariable
|
| /third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
| D | target.cc | 57 char buff[16]; in InitQueryPropertyMap() local 320 uint8_t buff[Transport::kBufSize]; in ProcessPacket() local 532 uint8_t buff[16]; in ProcessQueryPacket() local 553 uint8_t buff[16]; in ProcessQueryPacket() local 574 uint8_t buff[16]; in ProcessQueryPacket() local 597 uint8_t buff[Transport::kBufSize]; in ProcessQueryPacket() local 621 uint8_t buff[Transport::kBufSize]; in ProcessQueryPacket() local 656 char buff[64]; in SetStopReply() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| D | fchown.c | 38 struct stat buff; in fchown_0100() local 55 struct stat buff; in fchown_0200() local 72 struct stat buff; in fchown_0300() local
|
| /third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/ |
| D | FileInputStream.cpp | 22 int32_t FileInputStream::read(void *buff, int32_t numBytes) { in read() 26 int32_t FileInputStream::peek(void *buff, int32_t numBytes) { in peek()
|
| D | MemInputStream.cpp | 23 int32_t MemInputStream::read(void *buff, int32_t numBytes) { in read() 32 int32_t MemInputStream::peek(void *buff, int32_t numBytes) { in peek()
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| D | setvbuf.c | 26 char buff[1024] = {0}; in setvbuf_0100() local 46 char buff[1024] = {0}; in setvbuf_0200() local
|
| D | fgetpos.c | 32 char buff[] = "hello world"; in fgetpos_0100() local 56 char buff[] = "hello world"; in fgetpos_0200() local
|
| /third_party/node/benchmark/buffers/ |
| D | buffer-write.js | 89 function benchBigInt(buff, fn, n) { argument 98 function benchInt(buff, fn, n) { argument 107 function benchSpecialInt(buff, fn, n) { argument 117 function benchFloat(buff, fn, n) { argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | template.hpp | 93 T* buff; member in Nested 98 T* buff; member in NestedBase 136 T* buff; member in ReplacedWithDestructor 142 T* buff; member in ReplacedWithoutDestructor 166 T* buff; member in ReplacedWithDestructorDeclaredAfter
|
| /third_party/musl/libc-test/src/functionalext/time/ |
| D | localtime.c | 46 char buff[gBufferSize]; in localtime_0100() local 75 char buff[gBufferSize]; in localtime64_0100() local
|
| D | localtime_r.c | 47 char buff[gBufferSize]; in localtime_r_0100() local 77 char buff[gBufferSize]; in localtime64_r_0100() local
|
| /third_party/skia/third_party/externals/zlib/contrib/minizip/ |
| D | mztools.c | 18 #define WRITE_8(buff, n) do { \ argument 21 #define WRITE_16(buff, n) do { \ argument 25 #define WRITE_32(buff, n) do { \ argument
|
| /third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
| D | mztools.c | 18 #define WRITE_8(buff, n) do { \ argument 21 #define WRITE_16(buff, n) do { \ argument 25 #define WRITE_32(buff, n) do { \ argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/process/ |
| D | execvp.c | 51 char *buff = getenv("ls"); in execvp_0200() local 83 char buff[300]; in execvp_0400() local
|
| D | execvpe.c | 80 char buff[] = "\0"; in execvpe_0300() local 95 char buff[300]; in execvpe_0400() local
|
| /third_party/FatFs/documents/res/ |
| D | app4.c | 39 DWORD* buff, /* Pointer to the working buffer */ in test_diskio() 302 DWORD buff[FF_MAX_SS]; /* Working buffer (4 sector in size) */ in main() local
|
| /third_party/zlib/contrib/minizip/ |
| D | mztools.c | 18 #define WRITE_8(buff, n) do { \ argument 21 #define WRITE_16(buff, n) do { \ argument 25 #define WRITE_32(buff, n) do { \ argument
|
| /third_party/icu/tools/colprobe/ |
| D | line.cpp | 85 Line::Line(const char *buff, int32_t buffLen, UErrorCode &status) : in Line() 512 Line::write(char *buff, int32_t, UErrorCode &) in write() 589 Line::initFromString(const char *buff, int32_t, UErrorCode &) in initFromString() 659 UChar buff[256]; in swapCase() local 688 char *buff = buffer; in dumpSortkey() local
|
| /third_party/openssl/crypto/ec/ |
| D | ecx_s390x.c | 87 unsigned long long buff[512]; in s390x_x25519_mul() member 120 unsigned long long buff[512]; in s390x_x448_mul() member 160 unsigned long long buff[512]; in s390x_ed25519_mul() member 194 unsigned long long buff[512]; in s390x_ed448_mul() member
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| D | ecx_s390x.c | 87 unsigned long long buff[512]; in s390x_x25519_mul() member 120 unsigned long long buff[512]; in s390x_x448_mul() member 160 unsigned long long buff[512]; in s390x_ed25519_mul() member 194 unsigned long long buff[512]; in s390x_ed448_mul() member
|
| /third_party/musl/libc-test/src/functionalext/supplement/time/ |
| D | gmtime_sup.c | 495 char buff[gBufferSize]; in gmtime_0100() local 538 char buff[gBufferSize]; in gmtime64_0100() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| D | lima_context.c | 48 lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff) in lima_ctx_buff_va() 61 lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff) in lima_ctx_buff_map() 70 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, in lima_ctx_buff_alloc()
|