HomeSort by: relevance | last modified time | path
    Searched refs:uint64 (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
vm_basic_types.h 10 typedef u64 uint64; typedef
16 typedef uint64 PA;
18 typedef uint64 PPN64;
svga_types.h 34 typedef u64 uint64; typedef
40 typedef uint64 PA;
42 typedef uint64 PPN64;
svga3d_types.h 418 typedef uint64 SVGA3dSurfaceAllFlags;
1492 uint64 timestamp;
1500 uint64 realFrequency;
1509 uint64 inputAssemblyVertices;
1510 uint64 inputAssemblyPrimitives;
1511 uint64 vertexShaderInvocations;
1512 uint64 geometryShaderInvocations;
1513 uint64 geometryShaderPrimitives;
1514 uint64 clipperInvocations;
1515 uint64 clipperPrimitives
    [all...]
  /src/external/mit/libcbor/dist/docs/doxygen/search/
variables_10.js 5 ['uint64',['uint64',['../structcbor__callbacks.html#a2b0328261726fba55f663f55f954d56b',1,'cbor_callbacks']]],
all_10.js 5 ['uint64',['uint64',['../structcbor__callbacks.html#a2b0328261726fba55f663f55f954d56b',1,'cbor_callbacks']]],
  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 42 typedef unsigned long long int uint64; typedef
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 42 typedef unsigned long long int uint64; typedef
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 40 typedef unsigned long long int uint64; typedef
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 42 typedef unsigned long long int uint64; typedef
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 42 typedef unsigned long long int uint64; typedef
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 42 typedef unsigned long long int uint64; typedef
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 42 typedef unsigned long long int uint64; typedef
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 40 typedef unsigned long long int uint64; typedef
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 102 typedef uint64_t uint64; typedef
  /src/sys/external/bsd/acpica/dist/include/platform/
achaiku.h 70 #define COMPILER_DEPENDENT_UINT64 uint64
  /src/sys/lib/libkern/
milieu.h 100 typedef uint64_t uint64; typedef
  /src/crypto/external/bsd/openssh/dist/
sntrup761.sh 33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
ed25519.sh 39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
target.go 148 func (td TargetData) TypeSizeInBits(t Type) uint64 {
149 return uint64(C.LLVMSizeOfTypeInBits(td.C, t.C))
154 func (td TargetData) TypeStoreSize(t Type) uint64 {
155 return uint64(C.LLVMStoreSizeOfType(td.C, t.C))
160 func (td TargetData) TypeAllocSize(t Type) uint64 {
161 return uint64(C.LLVMABISizeOfType(td.C, t.C))
190 func (td TargetData) ElementContainingOffset(t Type, offset uint64) int {
196 func (td TargetData) ElementOffset(t Type, element int) uint64 {
197 return uint64(C.LLVMOffsetOfElement(td.C, t.C, C.unsigned(element)))
executionengine.go 63 func NewGenericValueFromInt(t Type, n uint64, signed bool) (g GenericValue) {
76 func (g GenericValue) Int(signed bool) uint64 {
77 return uint64(C.LLVMGenericValueToInt(g.C, boolToLLVMBool(signed)))
  /src/external/mit/libcbor/dist/examples/
cjson2cbor.c 31 .uint64 = &cbor_builder_uint64_callback,
77 callbacks->uint64(context, source->valueint);
  /src/external/mit/libcbor/dist/src/cbor/
callbacks.h 56 cbor_int64_callback uint64; member in struct:cbor_callbacks
  /src/external/bsd/jemalloc/dist/src/
stats.c 324 COL_HDR(row, allocated, NULL, right, 13, uint64)
325 COL_HDR(row, nmalloc, NULL, right, 13, uint64)
326 COL_HDR(row, nmalloc_ps, "(#/sec)", right, 8, uint64)
327 COL_HDR(row, ndalloc, NULL, right, 13, uint64)
328 COL_HDR(row, ndalloc_ps, "(#/sec)", right, 8, uint64)
329 COL_HDR(row, nrequests, NULL, right, 13, uint64)
330 COL_HDR(row, nrequests_ps, "(#/sec)", right, 10, uint64)
336 COL_HDR_INIT(row, prof_live_requested, NULL, right, 21, uint64)
337 COL_HDR_INIT(row, prof_live_count, NULL, right, 17, uint64)
338 COL_HDR_INIT(row, prof_accum_requested, NULL, right, 21, uint64)
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
stats.c 248 COL(allocated, right, 13, uint64)
249 COL(nmalloc, right, 13, uint64)
250 COL(ndalloc, right, 13, uint64)
251 COL(nrequests, right, 13, uint64)
259 COL(nfills, right, 13, uint64)
260 COL(nflushes, right, 13, uint64)
261 COL(nslabs, right, 13, uint64)
262 COL(nreslabs, right, 13, uint64)
440 COL(nmalloc, right, 13, uint64)
441 COL(ndalloc, right, 13, uint64)
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-dos.h 59 typedef unsigned long long uint64; typedef
64 typedef unsigned __int64 uint64; typedef

Completed in 41 milliseconds

1 2 3