OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sint64
(Results
1 - 9
of
9
) 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);
/prebuilt/windows/sdl/host/include/SDL/
SDL_types.h
77
typedef SDL_HAS_64BIT_TYPE
Sint64
;
83
} Uint64,
Sint64
;
97
SDL_COMPILE_TIME_ASSERT(
sint64
, sizeof(
Sint64
) == 8);
/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.12/include/
SDL_stdinc.h
93
typedef int64_t
Sint64
;
102
} Uint64,
Sint64
;
116
SDL_COMPILE_TIME_ASSERT(
sint64
, sizeof(
Sint64
) == 8);
477
extern DECLSPEC char* SDLCALL SDL_lltoa(
Sint64
value, char *string, int radix);
489
extern DECLSPEC
Sint64
SDLCALL SDL_strtoll(const char *string, char **endp, int base);
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
93
typedef int64_t
Sint64
;
102
} Uint64,
Sint64
;
116
SDL_COMPILE_TIME_ASSERT(
sint64
, sizeof(
Sint64
) == 8);
477
extern DECLSPEC char* SDLCALL SDL_lltoa(
Sint64
value, char *string, int radix);
489
extern DECLSPEC
Sint64
SDLCALL SDL_strtoll(const char *string, char **endp, int base);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h
93
typedef int64_t
Sint64
;
102
} Uint64,
Sint64
;
116
SDL_COMPILE_TIME_ASSERT(
sint64
, sizeof(
Sint64
) == 8);
477
extern DECLSPEC char* SDLCALL SDL_lltoa(
Sint64
value, char *string, int radix);
489
extern DECLSPEC
Sint64
SDLCALL SDL_strtoll(const char *string, char **endp, int base);
/prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h
93
typedef int64_t
Sint64
;
102
} Uint64,
Sint64
;
116
SDL_COMPILE_TIME_ASSERT(
sint64
, sizeof(
Sint64
) == 8);
477
extern DECLSPEC char* SDLCALL SDL_lltoa(
Sint64
value, char *string, int radix);
489
extern DECLSPEC
Sint64
SDLCALL SDL_strtoll(const char *string, char **endp, int base);
Completed in 897 milliseconds