HomeSort by relevance Sort by last modified time
    Searched refs:Uint64 (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/test/
64bit.go 27 type Uint64 struct {
37 func (a Uint64) Int64() (c Int64) {
43 func (a Uint64) Cmp(b Uint64) int {
57 func (a Uint64) LeftShift(b uint) (c Uint64) {
72 func (a Uint64) RightShift(b uint) (c Uint64) {
87 func (a Uint64) LeftShift64(b Uint64) (c Uint64)
    [all...]
  /prebuilts/go/linux-x86/test/
64bit.go 27 type Uint64 struct {
37 func (a Uint64) Int64() (c Int64) {
43 func (a Uint64) Cmp(b Uint64) int {
57 func (a Uint64) LeftShift(b uint) (c Uint64) {
72 func (a Uint64) RightShift(b uint) (c Uint64) {
87 func (a Uint64) LeftShift64(b Uint64) (c Uint64)
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_fuzzer.h 63 void SDLTest_FuzzerInit(Uint64 execKey);
112 * Returns random Uint64.
116 Uint64 SDLTest_RandomUint64();
212 * Returns a random boundary value for Uint64 within the given boundaries.
230 Uint64 SDLTest_RandomUint64BoundaryValue(Uint64 boundary1, Uint64 boundary2, SDL_bool validDomain);
SDL_timer.h 61 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void);
66 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceFrequency(void);
SDL_endian.h 149 SDL_FORCE_INLINE Uint64
150 SDL_Swap64(Uint64 x)
158 Uint64 u;
167 SDL_FORCE_INLINE Uint64
168 SDL_Swap64(Uint64 x)
174 SDL_FORCE_INLINE Uint64
175 SDL_Swap64(Uint64 x)
SDL_test_harness.h 112 int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_fuzzer.h 63 void SDLTest_FuzzerInit(Uint64 execKey);
112 * Returns random Uint64.
116 Uint64 SDLTest_RandomUint64();
212 * Returns a random boundary value for Uint64 within the given boundaries.
230 Uint64 SDLTest_RandomUint64BoundaryValue(Uint64 boundary1, Uint64 boundary2, SDL_bool validDomain);
SDL_timer.h 61 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void);
66 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceFrequency(void);
SDL_endian.h 149 SDL_FORCE_INLINE Uint64
150 SDL_Swap64(Uint64 x)
158 Uint64 u;
167 SDL_FORCE_INLINE Uint64
168 SDL_Swap64(Uint64 x)
174 SDL_FORCE_INLINE Uint64
175 SDL_Swap64(Uint64 x)
SDL_test_harness.h 112 int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);
  /prebuilts/misc/windows/sdl2/include/
SDL_test_fuzzer.h 63 void SDLTest_FuzzerInit(Uint64 execKey);
112 * Returns random Uint64.
116 Uint64 SDLTest_RandomUint64();
212 * Returns a random boundary value for Uint64 within the given boundaries.
230 Uint64 SDLTest_RandomUint64BoundaryValue(Uint64 boundary1, Uint64 boundary2, SDL_bool validDomain);
SDL_timer.h 61 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void);
66 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceFrequency(void);
SDL_endian.h 149 SDL_FORCE_INLINE Uint64
150 SDL_Swap64(Uint64 x)
158 Uint64 u;
167 SDL_FORCE_INLINE Uint64
168 SDL_Swap64(Uint64 x)
174 SDL_FORCE_INLINE Uint64
175 SDL_Swap64(Uint64 x)
SDL_test_harness.h 112 int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_fuzzer.h 63 void SDLTest_FuzzerInit(Uint64 execKey);
112 * Returns random Uint64.
116 Uint64 SDLTest_RandomUint64();
212 * Returns a random boundary value for Uint64 within the given boundaries.
230 Uint64 SDLTest_RandomUint64BoundaryValue(Uint64 boundary1, Uint64 boundary2, SDL_bool validDomain);
SDL_timer.h 61 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void);
66 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceFrequency(void);
SDL_endian.h 149 SDL_FORCE_INLINE Uint64
150 SDL_Swap64(Uint64 x)
158 Uint64 u;
167 SDL_FORCE_INLINE Uint64
168 SDL_Swap64(Uint64 x)
174 SDL_FORCE_INLINE Uint64
175 SDL_Swap64(Uint64 x)
SDL_test_harness.h 112 int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
VirtualMemory.h 35 UINT64 Present:1; // 0 = Not present in memory, 1 = Present in memory
36 UINT64 ReadWrite:1; // 0 = Read-Only, 1= Read/Write
37 UINT64 UserSupervisor:1; // 0 = Supervisor, 1=User
38 UINT64 WriteThrough:1; // 0 = Write-Back caching, 1=Write-Through caching
39 UINT64 CacheDisabled:1; // 0 = Cached, 1=Non-Cached
40 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
41 UINT64 Reserved:1; // Reserved
42 UINT64 MustBeZero:2; // Must Be Zero
43 UINT64 Available:3; // Available for use by system software
44 UINT64 PageTableBaseAddress:40; // Page Table Base Address
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/
VirtualMemory.h 33 UINT64 Present:1; // 0 = Not present in memory, 1 = Present in memory
34 UINT64 ReadWrite:1; // 0 = Read-Only, 1= Read/Write
35 UINT64 UserSupervisor:1; // 0 = Supervisor, 1=User
36 UINT64 WriteThrough:1; // 0 = Write-Back caching, 1=Write-Through caching
37 UINT64 CacheDisabled:1; // 0 = Cached, 1=Non-Cached
38 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
39 UINT64 Reserved:1; // Reserved
40 UINT64 MustBeZero:2; // Must Be Zero
41 UINT64 Available:3; // Available for use by system software
42 UINT64 PageTableBaseAddress:40; // Page Table Base Address
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
Hpet.h 54 UINT64 Uint64;
67 UINT64 Uint64;
90 UINT64 Uint64;
101 UINT64 Uint64;
  /prebuilts/misc/windows/sdl2/test/
testautomation_sdltest.c 10 #define UINT64_MAX ~(Uint64)0
88 Uint64 uresult;
90 Uint64 umax;
116 umax = ((Uint64)1 << 32) - 1;
158 Uint64 uresult;
165 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 10, SDL_TRUE);
172 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 11, SDL_TRUE);
179 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 12, SDL_TRUE);
186 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 13, SDL_TRUE);
193 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 20, SDL_TRUE)
    [all...]
  /external/vixl/src/
utils-vixl.h 687 class Uint64;
697 inline explicit Uint32(Uint64 data);
752 class Uint64 {
756 // Unlike uint64_t, Uint64 has a default constructor.
757 Uint64() { data_ = 0; }
758 explicit Uint64(uint64_t data) : data_(data) {}
759 explicit Uint64(Uint32 data) : data_(data.Get()) {}
760 inline explicit Uint64(Uint128 data);
772 Uint64 operator~() const { return Uint64(~data_);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
VirtualMemory.h 44 UINT64 Uint64;
60 UINT64 Present:1; // 0 = Not present in memory, 1 = Present in memory
61 UINT64 ReadWrite:1; // 0 = Read-Only, 1= Read/Write
62 UINT64 UserSupervisor:1; // 0 = Supervisor, 1=User
63 UINT64 WriteThrough:1; // 0 = Write-Back caching, 1=Write-Through caching
64 UINT64 CacheDisabled:1; // 0 = Cached, 1=Non-Cached
65 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
66 UINT64 Reserved:1; // Reserved
67 UINT64 MustBeZero:2; // Must Be Zero
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 109 IN UINT64 TimerPeriod
130 OUT UINT64 *TimerPeriod
183 UINT64 mTimerPeriod = 0;
188 UINT64 mTimerCount;
193 UINT64 mCounterMask;
198 volatile UINT64 mPreviousMainCounter;
200 volatile UINT64 mPreviousComparator;
244 UINT64
260 UINT64
263 IN UINT64 Value
    [all...]

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 910