Searched refs:int64 (Results 501 - 514 of 514) sorted by relevance

<<21

/haiku/src/apps/diskprobe/
H A DDataView.cpp253 int64 start, end;
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1039 link.Read<int64>(&idletime);
H A DListView.cpp1331 clone.AddInt64("when", (int64)system_time());
H A DView.cpp5085 if (message->FindInt64("when", (int64*)&eventTime) < B_OK)
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1713 #define int64 int64_t macro
/haiku/src/system/kernel/
H A Dthread.cpp1786 (int64)thread->ThreadPendingSignals(),
1787 (int64)thread->sig_block_mask,
1788 (int64)thread->sigsuspend_original_unblocked_mask);
H A Dsignal.cpp2465 this syscall returns an int64, since it needs to return the value the
2478 int64
/haiku/src/kits/tracker/
H A DPoseView.cpp5393 message->FindInt64("directory", (int64*)&dirNode.node);
5394 message->FindInt64("node", (int64*)&itemNode.node);
5463 message->FindInt64("node", (int64*)&itemNode.node);
5649 message->FindInt64("to directory", (int64*)&dirNode.node);
5650 message->FindInt64("node", (int64*)&itemNode.node);
5651 message->FindInt64("from directory", (int64*)&oldDir);
5841 message->FindInt64("node", (int64*)&itemNode.node);
H A DFSUtils.cpp3076 int64 totalSize = 0;
3142 int64 totalSize = 0;
/haiku/src/kits/media/
H A DParameterWeb.cpp295 return (Type)B_SWAP_INT64((int64)value);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp2252 int64 bytesWritten = 0;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp2467 int64 from = parse_expression(argv[i]);
2468 int64 to = from;
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp2687 const int64 offset = (source - endpoint->trb_addr) / sizeof(xhci_trb);
2694 int64 offset = (source - td->trb_addr) / sizeof(xhci_trb);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp573 message->FindInt64("when", (int64*)&time);

Completed in 386 milliseconds

<<21