/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/ |
H A D | FinePixTest.cpp | 10 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 D | FinePix.cpp | 117 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 D | FinePix.h | 43 int GetPic(uint8 *frame, int &total_size); // get pictures!
|
/haiku/headers/private/package/hpkg/v1/ |
H A D | HPKGDefsPrivate.h | 28 uint64 total_size; member 51 uint64 total_size; member
|
/haiku/headers/private/package/hpkg/ |
H A D | HPKGDefsPrivate.h | 26 uint64 total_size; member 53 uint64 total_size; member
|
H A D | ReaderImplBase.h | 506 uint64 totalSize = B_BENDIAN_TO_HOST_INT64(header.total_size); in Init()
|
/haiku/src/add-ons/kernel/bus_managers/scsi/ |
H A D | devices.cpp | 209 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 D | emulation.cpp | 57 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 D | btrfs.h | 38 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 D | Volume.cpp | 66 total_size = B_HOST_TO_LENDIAN_INT64(numBlocks * blockSize); in Initialize()
|
/haiku/src/libs/agg/src/dbg_new/ |
H A D | agg_dbg_new.cpp | 303 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 D | RepositoryWriterImpl.cpp | 313 header.total_size = B_HOST_TO_BENDIAN_INT64(totalSize); in _Finish()
|
H A D | PackageWriterImpl.cpp | 764 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 D | regex.c | 2883 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 D | arch_cpu.h | 595 uint32 total_size; member
|
/haiku/src/kits/media/ |
H A D | RealtimeAlloc.cpp | 525 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 D | PackageReaderImplV1.cpp | 452 fTotalSize = B_BENDIAN_TO_HOST_INT64(header.total_size); in Init()
|
/haiku/docs/develop/packages/ |
H A D | FileFormat.rst | 57 uint64 total_size; 85 total_size 974 uint64 total_size; 1003 total_size
|
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/ |
H A D | nvme_spec.h | 1214 uint8_t total_size; member
|
/haiku/src/system/kernel/arch/x86/ |
H A D | arch_cpu.cpp | 1062 uint32 totalSize = header->total_size; in find_microcode_intel()
|
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bce/ |
H A D | if_bcereg.h | 634 u32 total_size; member
|