/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.cpp | 129 void COutArchive::WriteBytes(const void *data, size_t size)
in WriteBytes() argument
|
H A D | 7zIn.h | 379 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); }
in ReadBytes() argument 386 void SkipData(UInt64 size) { _inByteBac in ReadUInt64() argument [all...] |
H A D | 7zEncode.cpp | 257 Z7_COM7F_IMF(CSequentialOutTempBufferImp2::Write(const void *data, UInt32 size, UInt32 *processed))
in Write() argument 283 Z7_COM7F_IMF(CSequentialOutMtNotify::Write(const void *data, UInt32 size, UInt32 *processed))
in Write() argument
|
H A D | 7zHandlerOut.cpp | 247 UInt64 size = numBlockThreads * (lzmaMemUsage + cs);
in SetMainMethod() local
|
H A D | 7zHandler.cpp | 295 const size_t size = _db.FoCodersDataOffset[folderIndex + 1] - startPos;
in IsFolderEncrypted() local 354 size_t size = (_db.NameOffsets[index + 1] - offset) * 2;
in GetRawProp() local 399 const size_t size = _db.FoCodersDataOffset[folderIndex + 1] - startPos;
in SetMethodToProp() local [all...] |
/third_party/lzma/CPP/7zip/Common/ |
H A D | MethodProps.cpp | 691 UInt64 size = GetMemoryUsage_LZMA(dict32, isBt, numThreads);
in Get_Lzma_MemUsage() local
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrelemlib.cpp | 342 UINT_32 size; in Int32sToPixel() local
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rtld.c | 758 int size in ac_rtld_upload() local [all...] |
H A D | ac_shader_args.h | 65 uint8_t size; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_NOPs.cpp | 291 set_bitset_range(BITSET_WORD* words, unsigned start, unsigned size) in set_bitset_range() argument 305 test_bitset_range(BITSET_WORD* words, unsigned start, unsigned size) in test_bitset_range() argument 534 unsigned size = ((sopk.imm >> 11) & 0x1f) + 1; handle_instruction_gfx6() local 555 unsigned size = instr->operands[consider_flat ? 2 : 3].size(); handle_instruction_gfx6() local [all...] |
/third_party/libdrm/include/drm/ |
H A D | msm_drm.h | 103 __u64 size; /* in */ member 172 __u32 size; /* in, cmdstream size */ member
|
H A D | savage_drm.h | 113 unsigned int size; /* size of the command buffer in 64bit units */ member
|
/third_party/libcoap/src/oscore/ |
H A D | oscore_context.c | 705 size_t size; in oscore_new_association() local
|
/third_party/libdrm/nouveau/ |
H A D | nouveau.c | 80 nouveau_object_ioctl(struct nouveau_object *obj, void *data, uint32_t size) in nouveau_object_ioctl() argument 160 uint32_t size; in nouveau_object_sclass_get() local 108 nouveau_object_mthd(struct nouveau_object *obj, uint32_t mthd, void *data, uint32_t size) nouveau_object_mthd() argument 247 nouveau_object_init(struct nouveau_object *parent, uint32_t handle, int32_t oclass, void *data, uint32_t size, struct nouveau_object *obj) nouveau_object_init() argument 378 nouveau_device_new(struct nouveau_object *parent, int32_t oclass, void *data, uint32_t size, struct nouveau_device **pdev) nouveau_device_new() argument 635 nouveau_bo_new(struct nouveau_device *dev, uint32_t flags, uint32_t align, uint64_t size, union nouveau_bo_config *config, struct nouveau_bo **pbo) nouveau_bo_new() argument [all...] |
H A D | nouveau.h | 130 uint64_t size; member
|
H A D | pushbuf.c | 539 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, int nr, uint32_t size, bool immediate, struct nouveau_pushbuf **ppush) nouveau_pushbuf_new() argument [all...] |
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 162 size_t size; in hnd_post_hello_6() local 179 size_t size; in hnd_put_hello_7() local
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu.h | 306 uint32_t size; member [all...] |
/third_party/libcoap/src/ |
H A D | coap_pdu.c | 42 coap_pdu_clear(coap_pdu_t *pdu, size_t size) { in coap_pdu_clear() argument 97 coap_pdu_init(coap_pdu_type_t type, coap_pdu_code_t code, coap_mid_t mid, size_t size) coap_pdu_init() argument 287 coap_pdu_check_resize(coap_pdu_t *pdu, size_t size) coap_pdu_check_resize() argument 967 size_t size = 0; coap_pdu_parse_size() local [all...] |
H A D | coap_subscribe.c | 310 ssize_t size; in coap_op_observe_read() local 829 ssize_t size; coap_op_dyn_resource_read() local [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 108 Z7_COM7F_IMF(CArchiveUpdateCallback::SetTotal(UInt64 size))
in SetTotal() argument 929 Z7_COM7F_IMF(CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 *size))
in GetVolumeSize() argument
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 238 Z7_COM7F_IMF(CExtractCallbackConsole::SetTotal(UInt64 size))
in SetTotal() argument 265 static void PrintFileInfo(CStdOutStream *_so, const wchar_t *path, const FILETIME *ft, const UInt64 *size)
in PrintFileInfo() argument
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.cpp | 398 void AString::InsertSpace(unsigned &index, unsigned size)
in InsertSpace() argument 996 void UString::InsertSpace(unsigned index, unsigned size)
in InsertSpace() argument
|
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 875 UINT32 size = GetLogicalDriveStrings(0, NULL);
in MyGetLogicalDriveStrings() local 898 UINT32 size = GetLogicalDriveStringsW(0, NULL);
in MyGetLogicalDriveStrings() local [all...] |
/third_party/jerryscript/jerry-main/ |
H A D | main-unix.c | 421 context_alloc (size_t size, in context_alloc() argument
|