/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_test_fuzzer.h | 101 Sint32 SDLTest_RandomSint32(); 276 * Returns a random boundary value for Sint32 within the given boundaries. 294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain); 329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
|
SDL_events.h | 172 Sint32 data1; /**< event dependent data */ 173 Sint32 data2; /**< event dependent data */ 201 Sint32 start; /**< The start cursor of selected editing text */ 202 Sint32 length; /**< The length of selected editing text */ 228 Sint32 x; /**< X coordinate, relative to window */ 229 Sint32 y; /**< Y coordinate, relative to window */ 230 Sint32 xrel; /**< The relative motion in the X direction */ 231 Sint32 yrel; /**< The relative motion in the Y direction */ 247 Sint32 x; /**< X coordinate, relative to window */ 248 Sint32 y; /**< Y coordinate, relative to window * [all...] |
/external/protobuf/src/google/protobuf/ |
unittest_extension_packed_nano.proto | 15 repeated sint32 packed_sint32 = 12 [ packed = true ];
|
unittest_repeated_packables_nano.proto | 56 repeated sint32 sint32s = 5; 81 repeated sint32 sint32s = 5 [ packed = true ];
|
unittest_micro.proto | 58 optional sint32 optional_sint32 = 5; 91 repeated sint32 repeated_sint32 = 35; 124 optional sint32 default_sint32 = 65 [default = -45 ];
|
unittest_nano.proto | 58 optional sint32 optional_sint32 = 5; 91 repeated sint32 repeated_sint32 = 35; 130 optional sint32 default_sint32 = 65 [default = -45 ];
|
unittest.proto | 80 optional sint32 optional_sint32 = 5; 118 repeated sint32 repeated_sint32 = 35; 152 optional sint32 default_sint32 = 65 [default = -45 ]; 213 optional sint32 optional_sint32_extension = 5; 253 repeated sint32 repeated_sint32_extension = 35; 290 optional sint32 default_sint32_extension = 65 [default = -45 ]; 689 repeated sint32 packed_sint32 = 94 [packed = true]; 708 repeated sint32 unpacked_sint32 = 94 [packed = false]; 729 repeated sint32 packed_sint32_extension = 94 [packed = true]; 750 repeated sint32 unpacked_sint32_extension = 94 [packed = false] [all...] |
/system/bt/embdrv/sbc/encoder/include/ |
sbc_types.h | 37 typedef long SINT32;
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_events.h | 172 Sint32 data1; /**< event dependent data */ 173 Sint32 data2; /**< event dependent data */ 201 Sint32 start; /**< The start cursor of selected editing text */ 202 Sint32 length; /**< The length of selected editing text */ 228 Sint32 x; /**< X coordinate, relative to window */ 229 Sint32 y; /**< Y coordinate, relative to window */ 230 Sint32 xrel; /**< The relative motion in the X direction */ 231 Sint32 yrel; /**< The relative motion in the Y direction */ 247 Sint32 x; /**< X coordinate, relative to window */ 248 Sint32 y; /**< Y coordinate, relative to window * [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_events.h | 172 Sint32 data1; /**< event dependent data */ 173 Sint32 data2; /**< event dependent data */ 201 Sint32 start; /**< The start cursor of selected editing text */ 202 Sint32 length; /**< The length of selected editing text */ 228 Sint32 x; /**< X coordinate, relative to window */ 229 Sint32 y; /**< Y coordinate, relative to window */ 230 Sint32 xrel; /**< The relative motion in the X direction */ 231 Sint32 yrel; /**< The relative motion in the Y direction */ 247 Sint32 x; /**< X coordinate, relative to window */ 248 Sint32 y; /**< Y coordinate, relative to window * [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_events.h | 172 Sint32 data1; /**< event dependent data */ 173 Sint32 data2; /**< event dependent data */ 201 Sint32 start; /**< The start cursor of selected editing text */ 202 Sint32 length; /**< The length of selected editing text */ 228 Sint32 x; /**< X coordinate, relative to window */ 229 Sint32 y; /**< Y coordinate, relative to window */ 230 Sint32 xrel; /**< The relative motion in the X direction */ 231 Sint32 yrel; /**< The relative motion in the Y direction */ 247 Sint32 x; /**< X coordinate, relative to window */ 248 Sint32 y; /**< Y coordinate, relative to window * [all...] |
/external/nanopb-c/tests/backwards_compatibility/ |
alltypes_legacy.c | 43 PB_FIELD( 5, SINT32 , REQUIRED, STATIC, AllTypes, req_sint32, req_uint64, 0), 60 PB_FIELD( 25, SINT32 , REPEATED, STATIC, AllTypes, rep_sint32, rep_uint64, 0), 77 PB_FIELD( 45, SINT32 , OPTIONAL, STATIC, AllTypes, opt_sint32, opt_uint64, &AllTypes_opt_sint32_default),
|
/prebuilts/misc/windows/sdl2/test/ |
testautomation_sdltest.c | [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map_type_handler.h | 125 TYPE_TRAITS(SINT32 , int32 , VARINT , false, false) 257 MAP_HANDLER(SINT32) 289 GOOGLE_PROTOBUF_BYTE_SIZE(SINT32, SInt32) 333 GET_CACHED_SIZE(SINT32, SInt32) 391 WRITE_METHOD(SINT32 , SInt32) 435 READ_METHOD(SINT32) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/ |
protobuf_lexer.g | 74 | 'sint32'
|
/external/clang/test/FixIt/ |
format-darwin.m | 12 typedef int SInt32; 19 typedef long SInt32; 23 typedef SInt32 OSStatus; 32 SInt32 getSInt32(); 39 printf("%s", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}} 104 printf("%ld", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}} 159 printf("%d", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}} 202 printf("%s", (SInt32)0); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}}
|
/external/protobuf/python/google/protobuf/internal/ |
more_messages.proto | 40 optional sint32 optional_sint32 = 5;
|
/external/speex/include/speex/ |
speex_types.h | 56 typedef SInt32 spx_int32_t;
|
/external/webrtc/webrtc/modules/audio_processing/ |
debug.proto | 34 optional sint32 drift = 4;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
protobuf.py | 153 messages.Variant.SINT32: _Encoder.NUMERIC, 171 messages.Variant.SINT32: _Encoder.no_encoding, 216 messages.Variant.SINT32: _Decoder.no_decoding,
|
/external/compiler-rt/lib/builtins/i386/ |
floatundisf.S | 84 shrl %eax // high 31 bits of input as sint32
|
/external/dhcpcd-6.8.2/ |
dhcp-common.h | 48 #define SINT32 (1 << 5)
|
/external/libogg/include/ogg/ |
os_types.h | 65 typedef SInt32 ogg_int32_t;
|
/external/libopus/include/ |
opus_types.h | 75 typedef SInt32 opus_int32;
|
/external/protobuf/editors/ |
proto.vim | 63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
|