/third_party/libwebsockets/lib/core/ |
H A D | buflist.c | 165 size_t size = 0; in lws_buflist_total_len() local
|
/third_party/libuv/test/ |
H A D | test-tcp-alloc-cb-fail.c | 48 static void conn_alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in conn_alloc_cb() argument
|
H A D | test-delayed-accept.c | 33 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
|
H A D | test-tty.c | 150 static void tty_raw_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in tty_raw_alloc() argument
|
H A D | test-shutdown-simultaneous.c | 38 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
|
H A D | test-tcp-write-in-a-row.c | 86 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
|
H A D | test-tcp-try-write.c | 70 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
|
H A D | test-watcher-cross-stop.c | 42 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 122 unsigned size = ui->phdrs_count = (_64bits ? elf_header64.e_phnum : elf_header32.e_phnum); in _UCD_create() local
|
/third_party/libuv/src/unix/ |
H A D | hurd.c | 39 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument
|
H A D | haiku.c | 36 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument
|
H A D | qnx.c | 58 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | private-lib-misc-cache-ttl.h | 47 size_t size; member
|
/third_party/libsnd/ossfuzz/ |
H A D | sndfile_fuzz_header.h | 86 sf_init_file(const uint8_t *data, size_t size, SNDFILE **sndfile, VIO_DATA *vio_data, SF_VIRTUAL_IO *vio, SF_INFO *sndfile_info) sf_init_file() argument
|
/third_party/libuv/docs/code/uvtee/ |
H A D | main.c | 36 void write_data(uv_stream_t *dest, size_t size, uv_buf_t buf, uv_write_cb cb) { in write_data() argument
|
/third_party/lzma/CPP/Common/ |
H A D | MyBuffer2.h | 28 void Alloc(size_t size)
in Alloc() argument 41 void AllocAtLeast(size_t size)
in AllocAtLeast() argument 71 CAlignedBuffer1(size_t size) CAlignedBuffer1() argument 98 CAlignedBuffer(size_t size) CAlignedBuffer() argument 119 Alloc(size_t size) Alloc() argument 132 AllocAtLeast(size_t size) AllocAtLeast() argument [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | SecurityUtils.cpp | 135 DWORD size = 256;
in AddLockMemoryPrivilege() local
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | OutBuffer.h | 57 void WriteBytes(const void *data, size_t size)
in WriteBytes() argument
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_ringbuffer.c | 36 fd_ringbuffer_new_flags(struct fd_pipe *pipe, uint32_t size, in fd_ringbuffer_new_flags() argument 63 fd_ringbuffer_new(struct fd_pipe *pipe, uint32_t size) in fd_ringbuffer_new() argument 69 fd_ringbuffer_new_object(struct fd_pipe *pipe, uint32_t size) in fd_ringbuffer_new_object() argument [all...] |
/third_party/libdrm/include/drm/ |
H A D | sis_drm.h | 61 unsigned int size; member 66 unsigned int offset, size; member 70 unsigned int offset, size; member
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_bo.c | 136 msm_bo_new_handle(struct fd_device *dev, uint32_t size, uint32_t flags, uint32_t *handle) msm_bo_new_handle() argument 156 msm_bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) msm_bo_from_handle() argument
|
/third_party/libdrm/intel/ |
H A D | test_decode.c | 49 read_file(const char *filename, void **ptr, size_t *size) in read_file() argument 91 size_t size; in compare_batch() local
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | CopyCoder.cpp | 39 UInt32 size = kBufSize;
in Code() local 123 Read(void *data, UInt32 size, UInt32 *processedSize) Read() argument 145 CopyStream_ExactSize(ISequentialInStream *inStream, ISequentialOutStream *outStream, UInt64 size, ICompressProgressInfo *progress) CopyStream_ExactSize() argument [all...] |
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zFolderInStream.cpp | 140 Z7_COM7F_IMF(CFolderInStream::Read(void *data, UInt32 size, UInt32 *processedSize))
in Read() argument [all...] |
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | MyAes.cpp | 41 Z7_COM7F_IMF2(UInt32, CAesCoder::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() argument 53 _codeFunc(Aes(), data, size);
in Z7_COM7F_IMF2() local 58 Z7_COM7F_IMF(CAesCoder::SetKey(const Byte *data, UInt32 size))
in SetKey() argument 69 SetInitVector(const Byte *data, UInt32 size) SetInitVector() argument 91 Z7_COM7F_IMF2(UInt32, CAesCtrCoder::Filter(Byte *data, UInt32 size)) Z7_COM7F_IMF2() argument 146 _codeFunc(Aes(), data, size); Z7_COM7F_IMF2() local [all...] |