/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/ |
D | ffi.c | 109 *(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/ |
D | ffi.c | 109 *(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/ |
D | ffi.c | 90 *(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/ |
D | ffi.c | 90 *(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/ |
D | ffi_common.h | 103 typedef signed __int64 SINT64; typedef 107 typedef int64_t SINT64; typedef 117 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
|
/external/libffi/include/ |
D | ffi_common.h | 103 typedef signed __int64 SINT64; typedef 107 typedef int64_t SINT64; typedef 117 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
|
/external/libffi/src/x86/ |
D | ffi64.c | 497 *(SINT64 *)®_args->gpr[gprcount] = (SINT64) *((SINT8 *) a); in ffi_call() 500 *(SINT64 *)®_args->gpr[gprcount] = (SINT64) *((SINT16 *) a); in ffi_call() 503 *(SINT64 *)®_args->gpr[gprcount] = (SINT64) *((SINT32 *) a); in ffi_call()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
D | ffi64.c | 497 *(SINT64 *)®_args->gpr[gprcount] = (SINT64) *((SINT8 *) a); in ffi_call() 500 *(SINT64 *)®_args->gpr[gprcount] = (SINT64) *((SINT16 *) a); in ffi_call() 503 *(SINT64 *)®_args->gpr[gprcount] = (SINT64) *((SINT32 *) a); in ffi_call()
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi_common.h | 85 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef 96 typedef signed __int64 SINT64; typedef
|
D | sysv.asm | 150 ; return SINT64 or UINT64 216 ; return SINT64 or UINT64
|
/external/protobuf/js/binary/ |
D | constants.js | 190 SINT64: 18, property 228 case fieldTypes.SINT64:
|
/external/protobuf/src/google/protobuf/ |
D | map_type_handler.h | 124 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/ |
D | WireFormat.java | 143 SINT64 (JavaType.LONG , WIRETYPE_VARINT ); enumConstant 237 case SINT64 : return input.readSInt64 (); in readPrimitiveField()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | java_raw_api.c | 254 *(SINT64 *)rvalue <<= 32; in ffi_java_rvalue_to_raw() 279 *(SINT64 *)rvalue >>= 32; in ffi_java_raw_to_rvalue()
|
D | types.c | 70 FFI_TYPEDEF(sint64, SINT64, FFI_TYPE_SINT64);
|
/external/libffi/src/ |
D | java_raw_api.c | 264 *(SINT64 *)rvalue <<= 32; in ffi_java_rvalue_to_raw() 293 *(SINT64 *)rvalue >>= 32; in ffi_java_raw_to_rvalue()
|
D | types.c | 74 FFI_TYPEDEF(sint64, SINT64, FFI_TYPE_SINT64, const);
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 72 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/ |
D | alltypes_legacy.c | 72 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/ |
D | ffi.c | 223 SINT64 c; in ffi_prep_closure_loc() 224 SINT64 h; in ffi_prep_closure_loc()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/ |
D | ffi.c | 223 SINT64 c; in ffi_prep_closure_loc() 224 SINT64 h; in ffi_prep_closure_loc()
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
D | ffi_common.h | 66 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | ffi_common.h | 66 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 95 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 95 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
|