Home
last modified time | relevance | path

Searched defs:size (Results 4876 - 4900 of 7557) sorted by relevance

1...<<191192193194195196197198199200>>...303

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp129 void COutArchive::WriteBytes(const void *data, size_t size) in WriteBytes() argument
H A D7zIn.h379 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 D7zEncode.cpp257 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 D7zHandlerOut.cpp247 UInt64 size = numBlockThreads * (lzmaMemUsage + cs); in SetMainMethod() local
H A D7zHandler.cpp295 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 DMethodProps.cpp691 UInt64 size = GetMemoryUsage_LZMA(dict32, isBt, numThreads); in Get_Lzma_MemUsage() local
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp342 UINT_32 size; in Int32sToPixel() local
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c758 int size in ac_rtld_upload() local
[all...]
H A Dac_shader_args.h65 uint8_t size; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp291 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 Dmsm_drm.h103 __u64 size; /* in */ member
172 __u32 size; /* in, cmdstream size */ member
H A Dsavage_drm.h113 unsigned int size; /* size of the command buffer in 64bit units */ member
/third_party/libcoap/src/oscore/
H A Doscore_context.c705 size_t size; in oscore_new_association() local
/third_party/libdrm/nouveau/
H A Dnouveau.c80 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 Dnouveau.h130 uint64_t size; member
H A Dpushbuf.c539 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 Doscore-interop-server.c162 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 Damdgpu.h306 uint32_t size; member
[all...]
/third_party/libcoap/src/
H A Dcoap_pdu.c42 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 Dcoap_subscribe.c310 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 DUpdateCallback.cpp108 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 DExtractCallbackConsole.cpp238 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 DMyString.cpp398 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 DFileFind.cpp875 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 Dmain-unix.c421 context_alloc (size_t size, in context_alloc() argument

Completed in 29 milliseconds

1...<<191192193194195196197198199200>>...303