HomeSort by relevance Sort by last modified time
    Searched refs:sint8 (Results 1 - 11 of 11) sorted by null

  /external/grpc-grpc/third_party/nanopb/tests/intsizes/
intsizes_unittests.c 12 #define TEST_ROUNDTRIP(int8, uint8, sint8, \
24 msg1.req_sint8 = sint8; \
48 TEST( (int64_t)msg2.req_sint8 == sint8); \
  /external/nanopb-c/tests/intsizes/
intsizes_unittests.c 12 #define TEST_ROUNDTRIP(int8, uint8, sint8, \
24 msg1.req_sint8 = sint8; \
48 TEST( (int64_t)msg2.req_sint8 == sint8); \
  /external/webrtc/webrtc/base/
macconversion.cc 57 SInt8 sint8; local
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
59 if (converted) *i = static_cast<int>(sint8);
  /external/python/cpython2/Modules/_ctypes/libffi/src/
types.c 64 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8);
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
types.c 38 FFI_INTEGRAL_TYPEDEF(sint8, 1, 1, FFI_TYPE_SINT8);
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
types.c 38 FFI_INTEGRAL_TYPEDEF(sint8, 1, 1, FFI_TYPE_SINT8);
  /external/libffi/src/
types.c 68 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8, const);
  /external/python/cpython2/Modules/_ctypes/libffi_osx/
types.c 36 FFI_INTEGRAL_TYPEDEF(sint8, 1, 1, FFI_TYPE_SINT8);
  /external/python/cpython3/Modules/_ctypes/libffi_osx/
types.c 36 FFI_INTEGRAL_TYPEDEF(sint8, 1, 1, FFI_TYPE_SINT8);
  /external/libffi/src/sparc/
v8.S 110 be,a sint8
137 sint8: label
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v8.S 110 be,a sint8
137 sint8: label

Completed in 679 milliseconds