/third_party/libunwind/libunwind/include/ |
H A D | mempool.h | 29 /* Memory pools provide simple memory management of fixed-size 64 size_t obj_size; /* object size (rounded up for alignment) */ 66 unsigned int reserve; /* minimum (desired) size of the free-list */ 78 extern void *sos_alloc (size_t size); 80 /* Initialize POOL for an object size of OBJECT_SIZE bytes. RESERVE
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | private-lib-misc-cache-ttl.h | 47 size_t size; member
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shadowed_regs.h | 35 unsigned size; member
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_its.h | 49 uint32_t size; /**< The size of the data associated with a uid **/ member 63 * \param[in] data_length The size in bytes of the data in `p_data` 87 * \param[in] data_length the amount of data requested (and the minimum allocated size of the `p_data` buffer)
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | UniqBlocks.h | 31 unsigned AddUniq(const Byte *data, size_t size);
|
H A D | InOutTempBuffer.h | 40 HRESULT Write_HRESULT(const void *data, UInt32 size);
|
/third_party/lzma/C/ |
H A D | Sha256.h | 59 void Sha256_Update(CSha256 *p, const Byte *data, size_t size);
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-literal-storage.h | 43 ecma_value_t ecma_find_or_create_literal_string (const lit_utf8_byte_t *chars_p, lit_utf8_size_t size);
|
/third_party/lame/libmp3lame/ |
H A D | VbrTag.h | 67 int headersize; /* size of VBR header, in bytes */ 77 void UpdateMusicCRC(uint16_t * crc, const unsigned char *buffer, int size);
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/ |
H A D | registry.h | 43 for (std::size_t i = 0; i < funcs.size(); i++) { in register_all()
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | CopyCoder.h | 30 HRESULT CopyStream_ExactSize(ISequentialInStream *inStream, ISequentialOutStream *outStream, UInt64 size, ICompressProgressInfo *progress);
|
/third_party/mesa3d/src/freedreno/decode/scripts/ |
H A D | sanity-a6xx.lua | 63 function CP_LOAD_STATE6(pkt, size)
|
/third_party/mesa3d/src/broadcom/clif/ |
H A D | clif_dump.h | 40 uint32_t offset, uint32_t size, void *vaddr);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_varyings.h | 184 * If location != -1, the size that should be returned by 187 unsigned size; member
|
/third_party/ltp/pan/ |
H A D | symbol.h | 71 int size; member
|
/third_party/ltp/include/ |
H A D | tst_clone.h | 46 void *ltp_alloc_stack(size_t size);
|
H A D | tst_device.h | 16 uint64_t size; member 64 * Get size (in MB) of the given device 123 * Returns the size of a physical device block size for the specific path 124 * @path Path to find the block size 125 * @return Size of the block size
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_transfer_queue.h | 63 unsigned offset, unsigned size,
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_memory_helper.h | 36 nine_allocate(struct nine_allocator *allocator, unsigned size);
|
H A D | nine_pdata.h | 11 DWORD size; member
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_resource.h | 39 size_t size; member
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue.h | 33 /* All registers are 32-bit in size. */ 55 size_t size; member
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_kernel.h | 46 uint16_t size; member
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | device_io.h | 74 int ntfs_win32_ftruncate(int fd, s64 size);
|
/third_party/musl/src/env/ |
H A D | __reset_tls.c | 13 memset(mem+p->len, 0, p->size - p->len); in __reset_tls()
|