Searched refs:uint64 (Results 1 – 9 of 9) sorted by relevance
35 typedef u64 uint64; typedef41 typedef uint64 PA;44 typedef uint64 PPN64;58 #define MBYTES_2_BYTES(_nbytes) ((uint64)(_nbytes) << MBYTES_SHIFT)85 uint64 u;89 uint64 u;91 uint64 flags;95 uint64 u;134 uint64 reservedMBZ; /* must be zero for now. */135 uint64 statStartVA; /* VA of the start of the stats section. */[all …]
394 typedef uint64 SVGA3dSurfaceAllFlags;396 #define SVGA3D_SURFACE_FLAGS1_MASK ((uint64)MAX_UINT32)1335 uint64 timestamp;1341 uint64 realFrequency;1348 uint64 inputAssemblyVertices;1349 uint64 inputAssemblyPrimitives;1350 uint64 vertexShaderInvocations;1351 uint64 geometryShaderInvocations;1352 uint64 geometryShaderPrimitives;1353 uint64 clipperInvocations;[all …]
298 uint64 id;
1548 uint64 value;
13 @start_seq = (uint64)1;14 @complete_seq = (uint64)0;15 @out_of_order = (uint64)0;16 @start_order[0] = (uint64)0;
104 return np.frombuffer(buf, dtype=np.uint64)271 folio_nrs = np.append(np.diff(folios), np.uint64(index_end - folios[-1]))272 folio_orders = np.log2(folio_nrs).astype(np.uint64)401 vfns = np.arange(start, end, dtype=np.uint64)415 indexes = np.arange(len(vfns), dtype=np.uint64)
47 typedef unsigned long long int uint64; typedef
243 CVMX_BUILD_WRITE64(uint64, "sd");259 CVMX_BUILD_READ64(uint64, "ld");
62 typedef unsigned long long int uint64; typedef