Searched refs:uint64 (Results 376 - 400 of 800) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/app/font/
H A DFontCacheEntry.h136 uint64 UsedCount() const
154 uint64 fUseCounter;
H A DGlobalFontManager.h98 void _RemoveStyle(dev_t device, uint64 directory,
99 uint64 node);
/haiku/headers/private/virtio/
H A Dvirtio_defs.h85 uint64 addr;
212 uint64 sectorNum;
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Ddebug.cpp22 extern "C" uint64
30 set_debug_variable(const char* variableName, uint64 value)
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp191 ReplyInterpreter::Create(uint64* before, uint64* after, bool& atomic)
262 ReplyInterpreter::Link(uint64* before, uint64* after, bool& atomic)
297 ReplyInterpreter::LockT(uint64* pos, uint64* len, LockType* type)
351 uint64 before = fReply->Stream().GetUHyper();
352 uint64 after = fReply->Stream().GetUHyper();
448 ReplyInterpreter::ReadDir(uint64* cookie, uint64* cookieVer
[all...]
H A DRequestBuilder.cpp97 RequestBuilder::Commit(uint64 offset, uint32 count)
201 uint64 lockOwner[2];
261 RequestBuilder::LockT(LockType type, uint64 pos, uint64 len,
383 RequestBuilder::Open(OpenClaim claim, uint32 seq, uint32 access, uint64 id,
384 OpenCreate oc, uint64 ownerId, const char* name, AttrValue* attr,
400 *(uint64*)(owner + pos) = ownerId;
401 pos += sizeof(uint64);
499 RequestBuilder::Read(const uint32* id, uint32 stateSeq, uint64 pos, uint32 len)
521 RequestBuilder::ReadDir(uint64 cooki
[all...]
H A DWorkQueue.cpp154 uint64 offset = io_request_offset(args->fRequest);
155 uint64 length = io_request_length(args->fRequest);
170 uint64 position = 0;
189 uint64 position = 0;
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dscsi_periph_int.h94 scsi_block_range* ranges, uint32 rangeCount, uint64* trimmedBlocks);
110 uint64 offset, size_t numBlocks, physical_entry* vecs, size_t vecCount,
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp.cpp37 gRandom->queue_randomness((uint64)lowValue | ((uint64)highValue << 32));
H A Dccp_pci.cpp59 bus->info.base_addr |= (uint64)pciInfo->u.h0.base_registers[BAR_INDEX + 1] << 32;
60 bus->info.map_size |= (uint64)pciInfo->u.h0.base_register_sizes[BAR_INDEX + 1] << 32;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.cpp68 uint64* pointerToMap = (uint64*)((char*)attributeFork);
69 uint64 firstHalf = pointerToMap[0];
70 uint64 secondHalf = pointerToMap[1];
422 uint64
429 uint64
487 uint64
494 uint64
/haiku/src/system/kernel/arch/riscv64/
H A Darch_cpu.cpp36 SetStvec((uint64)SVec);
64 uint64 conversionFactor
/haiku/src/system/kernel/util/
H A DBitmap.cpp144 STATIC_ASSERT(sizeof(addr_t) == sizeof(uint64)
149 uint32 v = (uint64)fBits[i] >> 32;
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp145 uint64 ppn = AllocPhysPage() / B_PAGE_SIZE;
164 Map(addr_t virtAdr, phys_addr_t physAdr, uint64 flags)
185 MapRange(addr_t virtAdr, phys_addr_t physAdr, size_t size, uint64 flags)
199 MapRangeIdentity(addr_t adr, size_t size, uint64 flags)
206 MapAddrRange(addr_range& range, uint64 flags)
226 for (uint64 i = VirtAdrPte(KERNEL_BASE, 2); i <= VirtAdrPte(KERNEL_TOP, 2);
229 uint64 ppn = AllocPhysPage() / B_PAGE_SIZE;
286 static uint64
/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGDevice.cpp17 get_feature_name(uint64 feature)
106 uint64 value = 0;
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm_private.h102 uint64 wr_total;
121 uint64 rd_total;
/haiku/headers/os/kernel/
H A DOS.h437 uint64 current_frequency;
445 uint64 max_pages; /* total # of accessible pages */
446 uint64 used_pages; /* # of accessible pages in use */
447 uint64 cached_pages;
448 uint64 block_cache_pages;
449 uint64 ignored_pages; /* # of ignored/inaccessible pages */
451 uint64 needed_memory;
452 uint64 free_memory;
454 uint64 max_swap_pages;
455 uint64 free_swap_page
[all...]
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp795 uint64
816 off_t offset, uint64 compressedSize, uint64 uncompressedSize)
882 ReaderImplBase::InitSection(PackageFileSection& section, uint64 endOffset,
883 uint64 length, uint64 maxSaneLength, uint64 stringsLength,
884 uint64 stringsCount)
1101 uint64 tag;
1148 bool* _hasChildren, uint64* _ta
[all...]
/haiku/headers/private/graphics/common/
H A Dlog_coll.h40 uint64 tsc;
/haiku/headers/private/kernel/boot/net/
H A DRemoteDisk.h49 uint64 fRequestID;
/haiku/headers/private/net/
H A Dnet_device.h31 uint64 link_speed;
/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A DRemoteDisk.h61 uint64 fRequestID;
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequestDumper.h25 virtual void Visit(RequestMember* member, uint64& data);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DRequestBufferReplacer.h24 virtual void Visit(RequestMember* member, uint64& data);
/haiku/headers/os/package/hpkg/
H A DRepositoryWriter.h49 uint64 totalSize) = 0;

Completed in 375 milliseconds

<<11121314151617181920>>