HomeSort by relevance Sort by last modified time
    Searched refs:Sint64 (Results 1 - 24 of 24) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_touch.h 41 typedef Sint64 SDL_TouchID;
42 typedef Sint64 SDL_FingerID;
SDL_gesture.h 44 typedef Sint64 SDL_GestureID;
SDL_test_fuzzer.h 120 * Returns random Sint64.
124 Sint64 SDLTest_RandomSint64();
297 * Returns a random boundary value for Sint64 within the given boundaries.
315 Sint64 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL_bool validDomain);
SDL_rwops.h 57 Sint64 (SDLCALL * size) (struct SDL_RWops * context);
65 Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset,
SDL_stdinc.h 160 typedef int64_t Sint64;
180 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
327 extern DECLSPEC char *SDLCALL SDL_lltoa(Sint64 value, char *str, int radix);
334 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_touch.h 41 typedef Sint64 SDL_TouchID;
42 typedef Sint64 SDL_FingerID;
SDL_gesture.h 44 typedef Sint64 SDL_GestureID;
SDL_test_fuzzer.h 120 * Returns random Sint64.
124 Sint64 SDLTest_RandomSint64();
297 * Returns a random boundary value for Sint64 within the given boundaries.
315 Sint64 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL_bool validDomain);
SDL_rwops.h 57 Sint64 (SDLCALL * size) (struct SDL_RWops * context);
65 Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset,
SDL_stdinc.h 160 typedef int64_t Sint64;
180 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
327 extern DECLSPEC char *SDLCALL SDL_lltoa(Sint64 value, char *str, int radix);
334 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
  /prebuilts/misc/windows/sdl2/include/
SDL_touch.h 41 typedef Sint64 SDL_TouchID;
42 typedef Sint64 SDL_FingerID;
SDL_gesture.h 44 typedef Sint64 SDL_GestureID;
SDL_test_fuzzer.h 120 * Returns random Sint64.
124 Sint64 SDLTest_RandomSint64();
297 * Returns a random boundary value for Sint64 within the given boundaries.
315 Sint64 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL_bool validDomain);
SDL_rwops.h 57 Sint64 (SDLCALL * size) (struct SDL_RWops * context);
65 Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset,
SDL_stdinc.h 150 typedef int64_t Sint64;
170 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
317 extern DECLSPEC char *SDLCALL SDL_lltoa(Sint64 value, char *str, int radix);
324 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_touch.h 41 typedef Sint64 SDL_TouchID;
42 typedef Sint64 SDL_FingerID;
SDL_gesture.h 44 typedef Sint64 SDL_GestureID;
SDL_test_fuzzer.h 120 * Returns random Sint64.
124 Sint64 SDLTest_RandomSint64();
297 * Returns a random boundary value for Sint64 within the given boundaries.
315 Sint64 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL_bool validDomain);
SDL_rwops.h 57 Sint64 (SDLCALL * size) (struct SDL_RWops * context);
65 Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset,
SDL_stdinc.h 160 typedef int64_t Sint64;
180 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
327 extern DECLSPEC char *SDLCALL SDL_lltoa(Sint64 value, char *str, int radix);
334 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
  /prebuilts/misc/windows/sdl2/test/
testautomation_sdltest.c 87 Sint64 result;
91 Sint64 min, max;
93 result = (Sint64)SDLTest_RandomUint8();
96 SDLTest_AssertCheck(result >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%llu], got: %lld", umax, result);
98 result = (Sint64)SDLTest_RandomSint8();
104 result = (Sint64)SDLTest_RandomUint16();
107 SDLTest_AssertCheck(result >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%llu], got: %lld", umax, result);
109 result = (Sint64)SDLTest_RandomSint16();
115 result = (Sint64)SDLTest_RandomUint32();
118 SDLTest_AssertCheck(result >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%llu], got: %lld", umax, result)
    [all...]
testautomation_rwops.c 98 Sint64 i;
108 SDLTest_AssertCheck(i == (Sint64)0, "Verify seek to 0 with SDL_RWseek (RW_SEEK_SET), expected 0, got %i", i);
123 SDLTest_AssertCheck(i == (Sint64)seekPos, "Verify seek to %i with SDL_RWseek (RW_SEEK_SET), expected %i, got %i", seekPos, seekPos, i);
128 SDLTest_AssertCheck(i == (Sint64)0, "Verify seek to 0 with SDL_RWseek (RW_SEEK_SET), expected 0, got %i", i);
146 i == (Sint64)(sizeof(RWopsHelloWorldTestString)-5),
154 i == (Sint64)(sizeof(RWopsHelloWorldTestString)-2),
163 i == (Sint64)(-1),
590 Sint64 result;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 170 case FieldDescriptorProto.Types.Type.Sint64:
171 return FieldType.SInt64;
Descriptor.cs     [all...]

Completed in 2761 milliseconds