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

  /external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc 89 SInt64 sint64; local
90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
91 if (converted) *i = static_cast<int>(sint64);
  /external/libffi/src/
types.c 59 FFI_TYPEDEF(sint64, SINT64, FFI_TYPE_SINT64);
  /external/protobuf/editors/
proto.vim 63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 354 TEST_SCALAR_EXTENSIONS_SPACE_USED(sint64 , 106);
430 TEST_REPEATED_EXTENSIONS_SPACE_USED(sint64 , int64 , 106);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 106 typedef int64_t Sint64;
115 } Uint64, Sint64;
132 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
499 extern DECLSPEC char* SDLCALL SDL_lltoa(Sint64 value, char *string, int radix);
511 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 106 typedef int64_t Sint64;
115 } Uint64, Sint64;
132 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
499 extern DECLSPEC char* SDLCALL SDL_lltoa(Sint64 value, char *string, int radix);
511 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 106 typedef int64_t Sint64;
115 } Uint64, Sint64;
132 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
499 extern DECLSPEC char* SDLCALL SDL_lltoa(Sint64 value, char *string, int radix);
511 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 106 typedef int64_t Sint64;
115 } Uint64, Sint64;
132 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
499 extern DECLSPEC char* SDLCALL SDL_lltoa(Sint64 value, char *string, int radix);
511 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1072 milliseconds