/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/ |
sbc_dct.h | 42 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1 , s32OutLow) s32OutLow=(SINT32)(((SINT64)s16In2*(SINT64)s32In1)>>15); 46 s64Temp = ((SINT64) s32In2) * ((SINT64) s32In1)>>31; \ 76 s32OutLow=(SINT32)(((SINT64)s32In1*(SINT64)s32In2)& 0x00000000FFFFFFFF);\ 77 s32OutHi=(SINT32)(((SINT64)s32In1*(SINT64)s32In2)>>32);\
|
sbc_types.h | 40 typedef long long SINT64; 42 typedef __int64 SINT64; 48 typedef long long SINT64; 50 typedef __int64 SINT64;
|
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/ |
sbc_analysis.c | 454 s64Temp=(SINT64)WIND_8_SUBBANDS_0_1*(SINT64)(s16X[ChOffset+16]-s16X[ChOffset+64]);\ 455 s64Temp+=(SINT64)WIND_8_SUBBANDS_0_2*(SINT64)(s16X[ChOffset+32]-s16X[ChOffset+48]);\ 460 s64Temp=(SINT64)WIND_8_SUBBANDS_1_0*(SINT64)s16X[ChOffset+1];\ 461 s64Temp2=(SINT64)WIND_8_SUBBANDS_1_0*(SINT64)s16X[ChOffset+64+15];\ 462 s64Temp+=(SINT64)WIND_8_SUBBANDS_1_1*(SINT64)s16X[ChOffset+16+1]; [all...] |
sbc_dct.c | 75 SINT64 s64Temp; 169 /*temp += (SINT32)(((SINT64)M[(Index*strEncParams->numOfSubBands*2)+k] * Y[k]) >> 16 );*/ 198 SINT64 s64Temp; 238 /*temp += (SINT32)(((SINT64)M[(Index*strEncParams->numOfSubBands*2)+k] * Y[k]) >> 16 ); */
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
AudioFilePlayer.h | 104 int (*OpenFile)(struct S_AudioFilePlayer *afp, const FSRef *inRef, SInt64 *outFileSize); 124 void (*SetPosition)(struct S_AudioFileManager *afm, SInt64 pos); /* seek/rewind in the file */ 126 void (*SetEndOfFile)(struct S_AudioFileManager *afm, SInt64 pos); /* set the "EOF" (will behave just like it reached eof) */ 131 SInt64 mAudioDataOffset; 149 SInt64 mFileLength; 150 SInt64 mReadFilePosition; 172 SInt64 inFileLength,
|
AudioFilePlayer.c | 126 SInt64 position = frame * 2352; 140 SInt64 position = frame * 2352; 236 static int AudioFilePlayer_OpenFile (AudioFilePlayer *afp, const FSRef *inRef, SInt64 *outFileDataSize) 245 SInt64 offset; 313 SInt64 fileDataSize = 0;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
unittest_lite.proto | 61 optional sint64 optional_sint64 = 6; 100 repeated sint64 repeated_sint64 = 36; 135 optional sint64 default_sint64 = 66 [default = 46 ]; 172 repeated sint64 packed_sint64 = 95 [packed = true]; 194 optional sint64 optional_sint64_extension_lite = 6; 236 repeated sint64 repeated_sint64_extension_lite = 36; 275 optional sint64 default_sint64_extension_lite = 66 [default = 46 ]; 308 repeated sint64 packed_sint64_extension_lite = 95 [packed = true];
|
unittest.proto | 80 optional sint64 optional_sint64 = 6; 118 repeated sint64 repeated_sint64 = 36; 152 optional sint64 default_sint64 = 66 [default = 46 ]; 199 optional sint64 optional_sint64_extension = 6; 239 repeated sint64 repeated_sint64_extension = 36; 276 optional sint64 default_sint64_extension = 66 [default = 46 ]; 570 repeated sint64 packed_sint64 = 95 [packed = true]; 589 repeated sint64 unpacked_sint64 = 95 [packed = false]; 610 repeated sint64 packed_sint64_extension = 95 [packed = true];
|
/external/protobuf/src/google/protobuf/ |
unittest_lite.proto | 61 optional sint64 optional_sint64 = 6; 94 repeated sint64 repeated_sint64 = 36; 127 optional sint64 default_sint64 = 66 [default = 46 ]; 164 repeated sint64 packed_sint64 = 95 [packed = true]; 186 optional sint64 optional_sint64_extension_lite = 6; 222 repeated sint64 repeated_sint64_extension_lite = 36; 258 optional sint64 default_sint64_extension_lite = 66 [default = 46 ]; 291 repeated sint64 packed_sint64_extension_lite = 95 [packed = true];
|
unittest_micro.proto | 59 optional sint64 optional_sint64 = 6; 92 repeated sint64 repeated_sint64 = 36; 125 optional sint64 default_sint64 = 66 [default = 46 ];
|
unittest_nano.proto | 59 optional sint64 optional_sint64 = 6; 92 repeated sint64 repeated_sint64 = 36; 131 optional sint64 default_sint64 = 66 [default = 46 ];
|
extension_set_heavy.cc | 348 HANDLE_TYPE( SINT64, SInt64, int64); 381 HANDLE_TYPE( SINT64, SInt64, int64); 410 HANDLE_TYPE( SINT64, SInt64, int64_value);
|
unittest.proto | 74 optional sint64 optional_sint64 = 6; 106 repeated sint64 repeated_sint64 = 36; 138 optional sint64 default_sint64 = 66 [default = 46 ]; 185 optional sint64 optional_sint64_extension = 6; 219 repeated sint64 repeated_sint64_extension = 36; 253 optional sint64 default_sint64_extension = 66 [default = 46 ]; 509 repeated sint64 packed_sint64 = 95 [packed = true]; 528 repeated sint64 unpacked_sint64 = 95 [packed = false]; 549 repeated sint64 packed_sint64_extension = 95 [packed = true];
|
/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/chromium_org/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/alpha/ |
ffi.c | 108 *(SINT64 *) argp = *(SINT8 *)(* avalue); 112 *(SINT64 *) argp = *(UINT8 *)(* avalue); 116 *(SINT64 *) argp = *(SINT16 *)(* avalue); 120 *(SINT64 *) argp = *(UINT16 *)(* avalue); 126 *(SINT64 *) argp = *(SINT32 *)(* avalue);
|
/external/libffi/src/ |
types.c | 59 FFI_TYPEDEF(sint64, SINT64, FFI_TYPE_SINT64);
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_string.c | 136 static size_t SDL_ScanLongLong(const char *text, int radix, Sint64 *valuep) 139 Sint64 value = 0; 555 char *SDL_lltoa(Sint64 value, char *string, int radix) 607 Sint64 SDL_strtoll(const char *string, char **endp, int base) 610 Sint64 value; 835 Sint64 value; 838 Sint64 *valuep = va_arg(ap, Sint64*); 1042 static size_t SDL_PrintLongLong(char *text, Sint64 value, int radix, size_t maxlen) 1177 len = SDL_PrintLongLong(text, va_arg(ap, Sint64), radix, maxlen) [all...] |
/external/libffi/src/sh64/ |
ffi.c | 92 *(SINT64 *) argp = (SINT64) *(SINT8 *)(*p_argv); 100 *(SINT64 *) argp = (SINT64) *(SINT16 *)(*p_argv); 122 *(SINT64 *) argp = (SINT64) *(SINT32 *) (*p_argv);
|
/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);
|
SDL_config_macos.h | 38 typedef SInt64 int64_t;
|
/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/libffi/testsuite/libffi.call/ |
cls_align_sint64.c | 2 Purpose: Check structure alignment of sint64.
|