HomeSort by relevance Sort by last modified time
    Searched refs:SINT8 (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi_common.h 79 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
90 typedef signed __int8 SINT8;
  /external/libffi/include/
ffi_common.h 96 typedef signed char SINT8;
111 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi_common.h 96 typedef signed char SINT8;
111 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython3/Modules/_ctypes/libffi/include/
ffi_common.h 96 typedef signed char SINT8;
111 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython2/Modules/_ctypes/libffi/src/
types.c 64 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8);
java_raw_api.c 166 *(SINT32*)(raw++) = *(SINT8*) (*args);
168 (raw++)->sint = *(SINT8*) (*args);
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi_common.h 60 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi_common.h 89 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython3/Modules/_ctypes/libffi/src/
types.c 64 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8);
java_raw_api.c 166 *(SINT32*)(raw++) = *(SINT8*) (*args);
168 (raw++)->sint = *(SINT8*) (*args);
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi_common.h 60 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi_common.h 89 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
  /external/libffi/src/
types.c 68 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8, const);
java_raw_api.c 176 *(SINT32*)(raw++) = *(SINT8*) (*args);
178 (raw++)->sint = *(SINT8*) (*args);
raw_api.c 152 (raw++)->sint = *(SINT8*) (*args);
  /external/libffi/src/bfin/
ffi.c 161 signed char v = *(SINT8 *)(* p_argv);
  /external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
ffi.c 161 signed char v = *(SINT8 *)(* p_argv);
  /external/python/cpython3/Modules/_ctypes/libffi/src/bfin/
ffi.c 161 signed char v = *(SINT8 *)(* p_argv);
  /external/libffi/src/alpha/
ffi.c 109 *(SINT64 *) argp = *(SINT8 *)(* avalue);
  /external/libffi/src/arc/
ffi.c 86 *(signed int *) argp = (signed int) *(SINT8 *) (*p_argv);
  /external/libffi/src/m32r/
ffi.c 77 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv);
  /external/libffi/src/moxie/
ffi.c 71 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv);
  /external/libffi/src/nios2/
ffi.c 114 *(signed int *) argp = (signed int) *(SINT8 *) avalue;
  /external/libffi/src/vax/
ffi.c 81 *(signed int *) argp = (signed int) *(SINT8 *) *p_argv;
  /external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
ffi.c 109 *(SINT64 *) argp = *(SINT8 *)(* avalue);

Completed in 185 milliseconds

1 2 3 4 5