Searched refs:int8_t (Results 1 - 25 of 865) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3defs.h179 typedef int8_t ANTLR3_INT8, *pANTLR3_INT8;
397 typedef int8_t ANTLR3_INT8, *pANTLR3_INT8;
/external/arduino/hardware/arduino/cores/arduino/
H A DTone.cpp115 static int8_t toneBegin(uint8_t _pin)
117 int8_t _timer = -1;
235 int8_t _timer;
469 int8_t _timer = -1;
/external/arduino/libraries/Wire/
H A DWire.cpp115 int8_t ret = twi_writeTo(txAddress, txBuffer, txBufferLength, 1);
/external/bison/
H A Dconfigure14207 int8_t a1 = INT8_MAX;
14208 int8_t a1min = INT8_MIN;
/external/bison/darwin-lib/
H A Dstdint.h48 files, so that we can "#define int8_t signed char" below without
50 signed char int8_t;" that will get messed up by our macro. Our
140 #undef int8_t macro
144 #define int8_t gl_int8_t macro
231 #define int_least8_t int8_t
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc68 typedef int8_t flex_int8_t;
/external/bison/lib/
H A Dstdint.in.h47 files, so that we can "#define int8_t signed char" below without
49 signed char int8_t;" that will get messed up by our macro. Our
139 #undef int8_t
143 #define int8_t gl_int8_t
230 #define int_least8_t int8_t
/external/bison/src/
H A Dscan-code.c87 typedef int8_t flex_int8_t;
H A Dscan-gram.c87 typedef int8_t flex_int8_t;
H A Dscan-skel.c87 typedef int8_t flex_int8_t;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c1304 BT_PROPERTY_REMOTE_RSSI, sizeof(int8_t),
H A Dbtif_gatt_client.c206 int8_t rssi;
/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h38 typedef int8_t INT8;
/external/chromium_org/base/
H A Dbasictypes.h22 typedef int8_t int8;
/external/chromium_org/base/numerics/
H A Dsafe_math_impl.h30 typedef int8_t type;
H A Dsafe_numerics_unittest.cc268 TEST_ARITHMETIC(int8_t);
468 TEST_NUMERIC_CONVERSION(int8_t, int8_t, SIGN_PRESERVING_VALUE_PRESERVING);
471 TEST_NUMERIC_CONVERSION(int8_t, int, SIGN_PRESERVING_NARROW);
473 TEST_NUMERIC_CONVERSION(int8_t, float, SIGN_PRESERVING_NARROW);
475 TEST_NUMERIC_CONVERSION(uint8_t, int8_t, SIGN_TO_UNSIGN_WIDEN_OR_EQUAL);
481 TEST_NUMERIC_CONVERSION(int8_t, unsigned int, UNSIGN_TO_SIGN_NARROW_OR_EQUAL);
482 TEST_NUMERIC_CONVERSION(int8_t, uintmax_t, UNSIGN_TO_SIGN_NARROW_OR_EQUAL);
489 TEST_NUMERIC_CONVERSION(int, int8_t, SIGN_PRESERVING_VALUE_PRESERVING);
500 TEST_NUMERIC_CONVERSION(unsigned int, int8_t, SIGN_TO_UNSIGN_WIDEN_OR_EQUA
[all...]
/external/chromium_org/base/strings/
H A Dsafe_sprintf_unittest.cc277 EXPECT_EQ(1, SafeSPrintf(buf, "%d", (int8_t)1));
279 EXPECT_EQ(2, SafeSPrintf(buf, "%d", (int8_t)-1));
281 EXPECT_EQ(4, SafeSPrintf(buf, "%d", (int8_t)-128));
/external/chromium_org/base/third_party/nspr/
H A Dprtime.h59 typedef int8_t PRInt8;
/external/chromium_org/chrome/browser/media/
H A Dnative_desktop_media_list_unittest.cc87 void SetNextFrameValue(WindowId window_id, int8_t value) {
102 std::map<WindowId, int8_t>::iterator it =
104 int8_t value = (it != frame_values_.end()) ? it->second : 0;
134 std::map<WindowId, int8_t> frame_values_;
/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory.h98 reinterpret_cast<const int8_t*>(shm_->memory()) + shm_->size();
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.h122 COMPILE_ASSERT(sizeof(SizedResult<int8_t>) == 8, SizedResult_size_not_8);
123 COMPILE_ASSERT(offsetof(SizedResult<int8_t>, size) == 0,
125 COMPILE_ASSERT(offsetof(SizedResult<int8_t>, data) == 4,
H A Dmailbox.h24 void SetName(const int8_t* name);
34 int8_t name[GL_MAILBOX_SIZE_CHROMIUM];
/external/chromium_org/media/base/android/
H A Dwebaudio_media_codec_bridge.cc159 int8_t* buffer =
160 static_cast<int8_t*>(env->GetDirectBufferAddress(buf));
177 buffer = reinterpret_cast<int8_t*>(vector_as_array(&decoded_data));
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dvalidation_test_input_parser.cc263 return ConvertAndAppendData<int8_t>(value);
H A Dvalidation_unittest.cc318 Append(&expected, static_cast<int8_t>(-128));

Completed in 642 milliseconds

1234567891011>>