Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 21 of 21) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/
H A DFinePixTest.cpp10 int total_size = 0; in main() local
21 test->GetPic(frame, total_size); in main()
27 write(fd, frame, total_size); in main()
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKit/
H A DFinePix.cpp117 int FinePix::GetPic(uint8 *frame, int &total_size) in GetPic() argument
142 total_size = 0; in GetPic()
162 total_size += ret; in GetPic()
168 fprintf(stderr,"this frame was %d bytes\n", total_size); in GetPic()
H A DFinePix.h43 int GetPic(uint8 *frame, int &total_size); // get pictures!
/haiku/headers/private/package/hpkg/v1/
H A DHPKGDefsPrivate.h28 uint64 total_size; member
51 uint64 total_size; member
/haiku/headers/private/package/hpkg/
H A DHPKGDefsPrivate.h26 uint64 total_size; member
53 uint64 total_size; member
H A DReaderImplBase.h506 uint64 totalSize = B_BENDIAN_TO_HOST_INT64(header.total_size); in Init()
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevices.cpp209 size_t total_size; in scsi_create_autosense_request() local
217 total_size = SCSI_MAX_SENSE_SIZE + sizeof(physical_entry); in scsi_create_autosense_request()
218 total_size = (total_size + B_PAGE_SIZE - 1) & ~(B_PAGE_SIZE - 1); in scsi_create_autosense_request()
H A Demulation.cpp57 size_t total_size; in scsi_init_emulation_buffer() local
68 total_size = (buffer_size + sizeof(physical_entry) + B_PAGE_SIZE - 1) in scsi_init_emulation_buffer()
77 total_size, B_32_BIT_CONTIGUOUS, B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA, in scsi_init_emulation_buffer()
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h38 uint64 total_size; member
205 uint64 total_size; member
232 uint64 total_size; member
259 uint64 TotalSize() const { return B_LENDIAN_TO_HOST_INT64(total_size); } in TotalSize()
H A DVolume.cpp66 total_size = B_HOST_TO_LENDIAN_INT64(numBlocks * blockSize); in Initialize()
/haiku/src/libs/agg/src/dbg_new/
H A Dagg_dbg_new.cpp303 unsigned total_size = 16 + // size in dbg_malloc() local
311 char* inf_ptr = (char*)::malloc(total_size); in dbg_malloc()
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp313 header.total_size = B_HOST_TO_BENDIAN_INT64(totalSize); in _Finish()
H A DPackageWriterImpl.cpp764 header.total_size = B_HOST_TO_BENDIAN_INT64(totalSize); in _Finish()
809 header.total_size = B_HOST_TO_BENDIAN_INT64(totalSize); in _Recompress()
832 header.total_size = B_HOST_TO_BENDIAN_INT64(totalSize); in _Recompress()
/haiku/src/build/libgnuregex/
H A Dregex.c2883 int total_size = size1 + size2; local
2887 if (startpos < 0 || startpos > total_size)
2894 else if (endpos > total_size)
2895 range = total_size - startpos;
2919 if (fastmap && startpos < total_size && !bufp->can_be_null)
2957 if (range >= 0 && startpos == total_size && fastmap
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h595 uint32 total_size; member
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp525 status_t rtm_create_pool_etc(rtm_pool ** out_pool, size_t total_size, const char * name, int32 para…
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp452 fTotalSize = B_BENDIAN_TO_HOST_INT64(header.total_size); in Init()
/haiku/docs/develop/packages/
H A DFileFormat.rst57 uint64 total_size;
85 total_size
974 uint64 total_size;
1003 total_size
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h1214 uint8_t total_size; member
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1062 uint32 totalSize = header->total_size; in find_microcode_intel()
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bce/
H A Dif_bcereg.h634 u32 total_size; member