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

1 2 3 4 5

  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi_common.h 81 typedef signed int SINT16 __attribute__((__mode__(__HI__)));
92 typedef signed __int16 SINT16;
  /external/libffi/include/
ffi_common.h 98 typedef signed short SINT16;
113 typedef signed int SINT16 __attribute__((__mode__(__HI__)));
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi_common.h 98 typedef signed short SINT16;
113 typedef signed int SINT16 __attribute__((__mode__(__HI__)));
  /external/python/cpython3/Modules/_ctypes/libffi/include/
ffi_common.h 98 typedef signed short SINT16;
113 typedef signed int SINT16 __attribute__((__mode__(__HI__)));
  /external/python/cpython2/Modules/_ctypes/libffi/src/
types.c 66 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16);
java_raw_api.c 182 *(SINT32*)(raw++) = *(SINT16*) (*args);
184 (raw++)->sint = *(SINT16*) (*args);
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi_common.h 62 typedef signed int SINT16 __attribute__((__mode__(__HI__)));
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi_common.h 91 typedef signed int SINT16 __attribute__((__mode__(__HI__)));
  /external/python/cpython3/Modules/_ctypes/libffi/src/
types.c 66 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16);
java_raw_api.c 182 *(SINT32*)(raw++) = *(SINT16*) (*args);
184 (raw++)->sint = *(SINT16*) (*args);
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi_common.h 62 typedef signed int SINT16 __attribute__((__mode__(__HI__)));
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi_common.h 91 typedef signed int SINT16 __attribute__((__mode__(__HI__)));
  /external/dhcpcd-6.8.2/
dhcp-common.h 46 #define SINT16 (1 << 3)
  /external/libffi/src/
types.c 70 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16, const);
java_raw_api.c 192 *(SINT32*)(raw++) = *(SINT16*) (*args);
194 (raw++)->sint = *(SINT16*) (*args);
  /external/libffi/src/tile/
ffi.c 87 *out = *(SINT16 *)in;
240 while ((c >> s) != (SINT16)(c >> s) || (h >> s) != (SINT16)(h >> s))
  /external/python/cpython2/Modules/_ctypes/libffi/src/tile/
ffi.c 87 *out = *(SINT16 *)in;
240 while ((c >> s) != (SINT16)(c >> s) || (h >> s) != (SINT16)(h >> s))
  /external/python/cpython3/Modules/_ctypes/libffi/src/tile/
ffi.c 87 *out = *(SINT16 *)in;
240 while ((c >> s) != (SINT16)(c >> s) || (h >> s) != (SINT16)(h >> s))
  /external/libffi/src/bfin/
ffi.c 173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv);
  /external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
ffi.c 173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv);
  /external/python/cpython3/Modules/_ctypes/libffi/src/bfin/
ffi.c 173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv);
  /external/libffi/src/alpha/
ffi.c 117 *(SINT64 *) argp = *(SINT16 *)(* avalue);
  /external/libffi/src/arc/
ffi.c 94 *(signed int *) argp = (signed int) *(SINT16 *) (*p_argv);
  /external/libffi/src/m32r/
ffi.c 85 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv);
  /external/libffi/src/moxie/
ffi.c 79 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv);

Completed in 1497 milliseconds

1 2 3 4 5