HomeSort by relevance Sort by last modified time
    Searched full:sint8 (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/libffi/src/mips/
ffi.c 153 *(ffi_arg *)argp = *(SINT8 *)(* p_argv);
814 *(SINT8 *) &avalue[i] = (SINT8) ar[argn];
993 *(SINT8 *) &avalue[i] = (SINT8) *argp;
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffi.c 153 *(ffi_arg *)argp = *(SINT8 *)(* p_argv);
814 *(SINT8 *) &avalue[i] = (SINT8) ar[argn];
993 *(SINT8 *) &avalue[i] = (SINT8) *argp;
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
ffi.c 153 *(ffi_arg *)argp = *(SINT8 *)(* p_argv);
814 *(SINT8 *) &avalue[i] = (SINT8) ar[argn];
993 *(SINT8 *) &avalue[i] = (SINT8) *argp;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 135 typedef int8_t Sint8;
174 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 135 typedef int8_t Sint8;
174 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 125 typedef int8_t Sint8;
164 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 135 typedef int8_t Sint8;
174 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /external/libffi/src/
java_raw_api.c 176 *(SINT32*)(raw++) = *(SINT8*) (*args);
178 (raw++)->sint = *(SINT8*) (*args);
  /external/libffi/src/microblaze/
sysv.S 272 sext16 r3, r3 /* fix sign extend of sint8 */
283 sext8 r3, r3 /* fix sign extend of sint8 */
  /external/libffi/src/sparc/
v8.S 110 be,a sint8
137 sint8: label
  /external/python/cpython2/Modules/_ctypes/libffi/src/
java_raw_api.c 166 *(SINT32*)(raw++) = *(SINT8*) (*args);
168 (raw++)->sint = *(SINT8*) (*args);
raw_api.c 143 (raw++)->sint = *(SINT8*) (*args);
  /external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
sysv.S 272 sext16 r3, r3 /* fix sign extend of sint8 */
283 sext8 r3, r3 /* fix sign extend of sint8 */
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v8.S 110 be,a sint8
137 sint8: label
  /external/python/cpython3/Modules/_ctypes/libffi/src/
java_raw_api.c 166 *(SINT32*)(raw++) = *(SINT8*) (*args);
168 (raw++)->sint = *(SINT8*) (*args);
raw_api.c 143 (raw++)->sint = *(SINT8*) (*args);
  /external/python/cpython3/Modules/_ctypes/libffi/src/microblaze/
sysv.S 272 sext16 r3, r3 /* fix sign extend of sint8 */
283 sext8 r3, r3 /* fix sign extend of sint8 */
  /external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
v8.S 110 be,a sint8
137 sint8: label
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.h 263 rtc::scoped_ptr<SInt8[]> playout_audio_buffer_;
271 rtc::scoped_ptr<SInt8[]> record_audio_buffer_;
  /external/libffi/src/m32r/
ffi.c 77 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv);
  /external/libffi/src/vax/
ffi.c 81 *(signed int *) argp = (signed int) *(SINT8 *) *p_argv;
  /external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
ffi.c 77 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv);
  /external/python/cpython2/Modules/_ctypes/libffi/src/vax/
ffi.c 81 *(signed int *) argp = (signed int) *(SINT8 *) *p_argv;
  /external/python/cpython3/Modules/_ctypes/libffi/src/m32r/
ffi.c 77 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv);
  /external/python/cpython3/Modules/_ctypes/libffi/src/vax/
ffi.c 81 *(signed int *) argp = (signed int) *(SINT8 *) *p_argv;

Completed in 267 milliseconds

12 3 4 5 6