Home
last modified time | relevance | path

Searched refs:SINT64 (Results 1 – 25 of 53) sorted by relevance

123

/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dffi.c109 *(SINT64 *) argp = *(SINT8 *)(* avalue); in ffi_call()
113 *(SINT64 *) argp = *(UINT8 *)(* avalue); in ffi_call()
117 *(SINT64 *) argp = *(SINT16 *)(* avalue); in ffi_call()
121 *(SINT64 *) argp = *(UINT16 *)(* avalue); in ffi_call()
127 *(SINT64 *) argp = *(SINT32 *)(* avalue); in ffi_call()
/external/libffi/src/alpha/
Dffi.c109 *(SINT64 *) argp = *(SINT8 *)(* avalue); in ffi_call()
113 *(SINT64 *) argp = *(UINT8 *)(* avalue); in ffi_call()
117 *(SINT64 *) argp = *(SINT16 *)(* avalue); in ffi_call()
121 *(SINT64 *) argp = *(UINT16 *)(* avalue); in ffi_call()
127 *(SINT64 *) argp = *(SINT32 *)(* avalue); in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
Dffi.c90 *(SINT64 *) argp = (SINT64) *(SINT8 *)(*p_argv); in ffi_prep_args()
98 *(SINT64 *) argp = (SINT64) *(SINT16 *)(*p_argv); in ffi_prep_args()
120 *(SINT64 *) argp = (SINT64) *(SINT32 *) (*p_argv); in ffi_prep_args()
/external/libffi/src/sh64/
Dffi.c90 *(SINT64 *) argp = (SINT64) *(SINT8 *)(*p_argv); in ffi_prep_args()
98 *(SINT64 *) argp = (SINT64) *(SINT16 *)(*p_argv); in ffi_prep_args()
120 *(SINT64 *) argp = (SINT64) *(SINT32 *) (*p_argv); in ffi_prep_args()
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h103 typedef signed __int64 SINT64; typedef
107 typedef int64_t SINT64; typedef
117 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/libffi/include/
Dffi_common.h103 typedef signed __int64 SINT64; typedef
107 typedef int64_t SINT64; typedef
117 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/libffi/src/x86/
Dffi64.c497 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT8 *) a); in ffi_call()
500 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT16 *) a); in ffi_call()
503 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT32 *) a); in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi64.c497 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT8 *) a); in ffi_call()
500 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT16 *) a); in ffi_call()
503 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT32 *) a); in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi_common.h85 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
96 typedef signed __int64 SINT64; typedef
Dsysv.asm150 ; return SINT64 or UINT64
216 ; return SINT64 or UINT64
/external/protobuf/js/binary/
Dconstants.js190 SINT64: 18, property
228 case fieldTypes.SINT64:
/external/protobuf/src/google/protobuf/
Dmap_type_handler.h124 TYPE_TRAITS(SINT64 , int64 , VARINT , false, false)
256 MAP_HANDLER(SINT64)
288 GOOGLE_PROTOBUF_BYTE_SIZE(SINT64, SInt64)
332 GET_CACHED_SIZE(SINT64, SInt64)
390 WRITE_METHOD(SINT64 , SInt64)
434 READ_METHOD(SINT64)
711 PRIMITIVE_HANDLER_FUNCTIONS(SINT64)
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java143 SINT64 (JavaType.LONG , WIRETYPE_VARINT ); enumConstant
237 case SINT64 : return input.readSInt64 (); in readPrimitiveField()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Djava_raw_api.c254 *(SINT64 *)rvalue <<= 32; in ffi_java_rvalue_to_raw()
279 *(SINT64 *)rvalue >>= 32; in ffi_java_raw_to_rvalue()
Dtypes.c70 FFI_TYPEDEF(sint64, SINT64, FFI_TYPE_SINT64);
/external/libffi/src/
Djava_raw_api.c264 *(SINT64 *)rvalue <<= 32; in ffi_java_rvalue_to_raw()
293 *(SINT64 *)rvalue >>= 32; in ffi_java_raw_to_rvalue()
Dtypes.c74 FFI_TYPEDEF(sint64, SINT64, FFI_TYPE_SINT64, const);
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c72 PB_FIELD( 6, SINT64 , REQUIRED, STATIC , OTHER, AllTypes, req_sint64, req_sint32, 0),
89 PB_FIELD( 26, SINT64 , REPEATED, STATIC , OTHER, AllTypes, rep_sint64, rep_sint32, 0),
106 …PB_FIELD( 46, SINT64 , OPTIONAL, STATIC , OTHER, AllTypes, opt_sint64, opt_sint32, &AllTypes_opt…
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
Dalltypes_legacy.c72 PB_FIELD( 6, SINT64 , REQUIRED, STATIC , OTHER, AllTypes, req_sint64, req_sint32, 0),
89 PB_FIELD( 26, SINT64 , REPEATED, STATIC , OTHER, AllTypes, rep_sint64, rep_sint32, 0),
106 …PB_FIELD( 46, SINT64 , OPTIONAL, STATIC , OTHER, AllTypes, opt_sint64, opt_sint32, &AllTypes_opt…
/external/libffi/src/tile/
Dffi.c223 SINT64 c; in ffi_prep_closure_loc()
224 SINT64 h; in ffi_prep_closure_loc()
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dffi.c223 SINT64 c; in ffi_prep_closure_loc()
224 SINT64 h; in ffi_prep_closure_loc()
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
Dffi_common.h66 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h66 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h95 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h95 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef

123