/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/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/boost/boost/test/utils/ |
D | string_cast.hpp | 40 std::ostringstream buff; in string_cast() local 55 std::istringstream buff( std::string( str.begin(), str.end() ) ); in string_as() 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 | 27 char buff[1024]; in setvbuf_0100() local 45 char buff[1024]; 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/cef/tests/ceftests/ |
D | zip_reader_unittest.cc | 137 char buff[25]; in TEST() local 244 char buff[8]; in TEST() 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/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/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/flutter/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/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/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/boost/libs/beast/test/extern/zlib-1.2.11/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/FatFs/documents/res/ |
D | app4.c | 39 DWORD* buff, /* Pointer to the working buffer */ in test_diskio() 298 DWORD buff[FF_MAX_SS]; /* Working buffer (4 sector in size) */ in main() local
|
/third_party/boost/boost/date_time/posix_time/ |
D | time_formatters_limited.hpp | 64 char buff[32]; in to_simple_string() local 127 char buff[32]; in to_iso_string() local
|
/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
|
D | gmtime_r_sup.c | 495 char buff[gBufferSize]; in gmtime_r_0100() local 538 char buff[gBufferSize]; in gmtime64_r_0100() local
|
/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
|