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

  /external/chromium_org/third_party/webrtc/base/
macconversion.cc 72 SInt64 sint64; local
73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
74 if (converted) *i = static_cast<int>(sint64);
  /external/lldb/tools/debugserver/source/
DNBDefs.h 284 int64_t sint64; member in union:DNBRegisterValue::__anon29999
DNBRegisterInfo.cpp 94 case 8: snprintf(str, sizeof(str), "%lld", value.sint64); break;
  /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/lldb/test/python_api/sbdata/
TestSBData.py 266 self.assertTrue(data2.sint64[1:3] == [2,-2], 'signed64 data2 = [2,-2]')
  /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);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_unittest.cc 431 TEST_SCALAR_EXTENSIONS_SPACE_USED(sint64 , 106);
508 TEST_REPEATED_EXTENSIONS_SPACE_USED(sint64 , int64 , 106);
  /external/lldb/scripts/Python/interface/
SBData.i 287 __swig_getmethods__["sint64"] = _make_helper_sint64
288 if _newclass: sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-like object out of which you can read sint64 values.''')
318 if _newclass: sint64s = property(_read_all_sint64, None, doc='''A read only property that returns an array with all the contents of this SBData represented as sint64 values.''')
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 1449 milliseconds