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

1 2 3

  /external/libffi/src/alpha/
ffi.c 109 *(SINT64 *) argp = *(SINT8 *)(* avalue);
113 *(SINT64 *) argp = *(UINT8 *)(* avalue);
117 *(SINT64 *) argp = *(SINT16 *)(* avalue);
121 *(SINT64 *) argp = *(UINT16 *)(* avalue);
127 *(SINT64 *) argp = *(SINT32 *)(* avalue);
  /external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
ffi.c 109 *(SINT64 *) argp = *(SINT8 *)(* avalue);
113 *(SINT64 *) argp = *(UINT8 *)(* avalue);
117 *(SINT64 *) argp = *(SINT16 *)(* avalue);
121 *(SINT64 *) argp = *(UINT16 *)(* avalue);
127 *(SINT64 *) argp = *(SINT32 *)(* avalue);
  /external/python/cpython3/Modules/_ctypes/libffi/src/alpha/
ffi.c 109 *(SINT64 *) argp = *(SINT8 *)(* avalue);
113 *(SINT64 *) argp = *(UINT8 *)(* avalue);
117 *(SINT64 *) argp = *(SINT16 *)(* avalue);
121 *(SINT64 *) argp = *(UINT16 *)(* avalue);
127 *(SINT64 *) argp = *(SINT32 *)(* avalue);
  /external/libffi/include/
ffi_common.h 103 typedef signed __int64 SINT64;
107 typedef int64_t SINT64;
117 typedef signed int SINT64 __attribute__((__mode__(__DI__)));
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi_common.h 103 typedef signed __int64 SINT64;
107 typedef int64_t SINT64;
117 typedef signed int SINT64 __attribute__((__mode__(__DI__)));
  /external/python/cpython3/Modules/_ctypes/libffi/include/
ffi_common.h 103 typedef signed __int64 SINT64;
107 typedef int64_t SINT64;
117 typedef signed int SINT64 __attribute__((__mode__(__DI__)));
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi_common.h 85 typedef signed int SINT64 __attribute__((__mode__(__DI__)));
96 typedef signed __int64 SINT64;
  /external/libffi/src/sh64/
ffi.c 90 *(SINT64 *) argp = (SINT64) *(SINT8 *)(*p_argv);
98 *(SINT64 *) argp = (SINT64) *(SINT16 *)(*p_argv);
120 *(SINT64 *) argp = (SINT64) *(SINT32 *) (*p_argv);
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
ffi.c 90 *(SINT64 *) argp = (SINT64) *(SINT8 *)(*p_argv);
98 *(SINT64 *) argp = (SINT64) *(SINT16 *)(*p_argv);
120 *(SINT64 *) argp = (SINT64) *(SINT32 *) (*p_argv);
  /external/python/cpython3/Modules/_ctypes/libffi/src/sh64/
ffi.c 90 *(SINT64 *) argp = (SINT64) *(SINT8 *)(*p_argv);
98 *(SINT64 *) argp = (SINT64) *(SINT16 *)(*p_argv);
120 *(SINT64 *) argp = (SINT64) *(SINT32 *) (*p_argv);
  /external/python/cpython2/Modules/_ctypes/libffi/src/
types.c 70 FFI_TYPEDEF(sint64, SINT64, FFI_TYPE_SINT64);
java_raw_api.c 254 *(SINT64 *)rvalue <<= 32;
279 *(SINT64 *)rvalue >>= 32;
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi_common.h 66 typedef signed int SINT64 __attribute__((__mode__(__DI__)));
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi_common.h 95 typedef signed int SINT64 __attribute__((__mode__(__DI__)));
  /external/python/cpython3/Modules/_ctypes/libffi/src/
types.c 70 FFI_TYPEDEF(sint64, SINT64, FFI_TYPE_SINT64);
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi_common.h 66 typedef signed int SINT64 __attribute__((__mode__(__DI__)));
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi_common.h 95 typedef signed int SINT64 __attribute__((__mode__(__DI__)));
  /external/libffi/src/x86/
ffi64.c 497 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT8 *) a);
500 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT16 *) a);
503 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT32 *) a);
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi64.c 497 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT8 *) a);
500 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT16 *) a);
503 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT32 *) a);
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
ffi64.c 497 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT8 *) a);
500 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT16 *) a);
503 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT32 *) a);
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
WireFormat.java 143 SINT64 (JavaType.LONG , WIRETYPE_VARINT );
237 case SINT64 : return input.readSInt64 ();
  /external/libffi/src/
types.c 74 FFI_TYPEDEF(sint64, SINT64, FFI_TYPE_SINT64, const);
java_raw_api.c 264 *(SINT64 *)rvalue <<= 32;
293 *(SINT64 *)rvalue >>= 32;
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.c 44 PB_FIELD( 6, SINT64 , REQUIRED, STATIC, AllTypes, req_sint64, req_sint32, 0),
61 PB_FIELD( 26, SINT64 , REPEATED, STATIC, AllTypes, rep_sint64, rep_sint32, 0),
78 PB_FIELD( 46, SINT64 , OPTIONAL, STATIC, AllTypes, opt_sint64, opt_sint32, &AllTypes_opt_sint64_default),
  /external/libffi/src/tile/
ffi.c 223 SINT64 c;
224 SINT64 h;

Completed in 395 milliseconds

1 2 3