Searched refs:total_size (Results 1 - 20 of 20) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/
H A DFinePixTest.cpp10 int total_size = 0; local
21 test->GetPic(frame, total_size);
23 //fprintf(stderr,"This frame was %d bytes\n", total_size);
27 write(fd, frame, total_size);
/haiku/headers/private/package/hpkg/
H A DHPKGDefsPrivate.h26 uint64 total_size; member in struct:BPackageKit::BHPKG::BPrivate::hpkg_header
53 uint64 total_size; member in struct:BPackageKit::BHPKG::BPrivate::hpkg_repo_header
H A DReaderImplBase.h496 uint64 totalSize = B_BENDIAN_TO_HOST_INT64(header.total_size);
/haiku/headers/private/package/hpkg/v1/
H A DHPKGDefsPrivate.h28 uint64 total_size; member in struct:BPackageKit::BHPKG::V1::BPrivate::hpkg_header
51 uint64 total_size; member in struct:BPackageKit::BHPKG::V1::BPrivate::hpkg_repo_header
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKit/
H A DFinePix.h43 int GetPic(uint8 *frame, int &total_size); // get pictures!
H A DFinePix.cpp117 int FinePix::GetPic(uint8 *frame, int &total_size) argument
142 total_size = 0;
162 total_size += ret;
168 fprintf(stderr,"this frame was %d bytes\n", total_size);
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevices.cpp209 size_t total_size; local
217 total_size = SCSI_MAX_SENSE_SIZE + sizeof(physical_entry);
218 total_size = (total_size + B_PAGE_SIZE - 1) & ~(B_PAGE_SIZE - 1);
H A Demulation.cpp57 size_t total_size; local
68 total_size = (buffer_size + sizeof(physical_entry) + B_PAGE_SIZE - 1)
77 total_size, B_32_BIT_CONTIGUOUS, B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h38 uint64 total_size; member in struct:btrfs_backup_roots
205 uint64 total_size; member in struct:btrfs_device
232 uint64 total_size; member in struct:btrfs_super_block
259 uint64 TotalSize() const { return B_LENDIAN_TO_HOST_INT64(total_size); }
H A DVolume.cpp66 total_size = B_HOST_TO_LENDIAN_INT64(numBlocks * blockSize);
/haiku/src/libs/agg/src/dbg_new/
H A Dagg_dbg_new.cpp303 unsigned total_size = 16 + // size local
311 char* inf_ptr = (char*)::malloc(total_size);
/haiku/src/build/libgnuregex/
H A Dregex.c2897 int total_size = size1 + size2;
2901 if (startpos < 0 || startpos > total_size)
2908 else if (endpos > total_size)
2909 range = total_size - startpos;
2933 if (fastmap && startpos < total_size && !bufp->can_be_null)
2971 if (range >= 0 && startpos == total_size && fastmap
2883 int total_size = size1 + size2; local
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp764 header.total_size = B_HOST_TO_BENDIAN_INT64(totalSize);
809 header.total_size = B_HOST_TO_BENDIAN_INT64(totalSize);
832 header.total_size = B_HOST_TO_BENDIAN_INT64(totalSize);
H A DRepositoryWriterImpl.cpp313 header.total_size = B_HOST_TO_BENDIAN_INT64(totalSize);
/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 param4, int32 param5, ...);
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h581 uint32 total_size; member in struct:intel_microcode_header
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp452 fTotalSize = B_BENDIAN_TO_HOST_INT64(header.total_size);
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h1214 uint8_t total_size; member in struct:nvme_ctrlr_data::__anon22
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1022 uint32 totalSize = header->total_size;
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bce/
H A Dif_bcereg.h667 u32 total_size; member in struct:flash_spec

Completed in 316 milliseconds