HomeSort by relevance Sort by last modified time
    Searched defs:is_long (Results 1 - 22 of 22) sorted by null

  /external/compiler-rt/test/asan/TestCases/
speculative_load.cc 30 bool is_long() const { function in struct:S
35 return is_long() ? _data._l._ptr : _data._s._ch;
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServerCallback.cpp 66 bool is_long = data.readInt32(); local
69 OnCharacteristicReadRequest(device_address, request_id, offset, is_long,
77 bool is_long = data.readInt32(); local
80 OnDescriptorReadRequest(device_address, request_id, offset, is_long,
180 int request_id, int offset, bool is_long,
189 data.writeInt32(is_long);
200 int request_id, int offset, bool is_long,
209 data.writeInt32(is_long);
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 132 bool is_long = IsCurrentParamALong(); local
138 if (is_long) {
149 if (is_long) {
156 } else if (is_long) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
printf.h 42 unsigned int is_long:1; /* l flag. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
printf.h 42 unsigned int is_long:1; /* l flag. */ member in struct:printf_info
  /external/valgrind/coregrind/
m_debuglog.c 879 Bool is_long, is_sizet, caps; local
974 if (0 == n_ls) { is_long = False; }
975 else if (1 == n_ls) { is_long = ( sizeof(void*) == sizeof(Long) ); }
976 else { is_long = True; }
987 else if (is_long)
996 if (is_long)
1007 else if (is_long)
1054 else if (is_long)
    [all...]
  /external/valgrind/exp-sgcheck/tests/
bad_percentify.c 349 Bool is_long, caps; local
416 if (0 == n_ls) { is_long = False; }
417 else if (1 == n_ls) { is_long = ( sizeof(void*) == sizeof(Long) ); }
418 else { is_long = True; }
426 if (is_long)
435 if (is_long)
443 if (is_long)
476 if (is_long)
hackedbz2.c 1146 Bool is_long; local
1170 is_long = False;
1198 is_long = True;
1204 if (is_long)
1212 if (is_long)
1227 if (is_long)
    [all...]
  /system/bt/service/
gatt_server.cpp 639 bool is_long) {
653 << " is_long: " << is_long; local
677 this, device_address, trans_id, offset, is_long, iter->second);
680 this, device_address, trans_id, offset, is_long, iter->second);
  /system/bt/service/hal/
bluetooth_gatt_interface.cpp 365 int attr_handle, int offset, bool is_long) {
369 << " is_long: " << is_long; local
374 g_interface, conn_id, trans_id, *bda, attr_handle, offset, is_long));
813 bool /* is_long */) {
  /system/bt/service/test/
gatt_server_unittest.cpp 57 RequestData() : id(-1), offset(-1), is_long(false), is_prep(false),
64 bool is_long; member in struct:bluetooth::__anon72402::TestDelegate::RequestData
76 int request_id, int offset, bool is_long,
82 char_read_req_.is_long = is_long;
90 int request_id, int offset, bool is_long,
96 desc_read_req_.is_long = is_long;
    [all...]
  /external/valgrind/VEX/switchback/
test_emfloat.c 255 Bool is_long; local
279 is_long = False;
307 is_long = True;
313 if (is_long)
321 if (is_long)
336 if (is_long)
    [all...]
test_bzip2.c 1124 Bool is_long; local
1148 is_long = False;
1176 is_long = True;
1182 if (is_long)
1190 if (is_long)
1205 if (is_long)
    [all...]
test_ppc_jm1.c 473 Bool is_long; local
497 is_long = False;
525 is_long = True;
531 if (is_long)
539 if (is_long)
554 if (is_long)
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 1321 # undef is_long macro
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 223 bool is_long = PyLong_Check(arg); local
225 if (!PyInt_Check(arg) && !is_long) {
231 if (!is_long) {
248 if (!is_long) {
    [all...]
  /system/bt/stack/include/
gatt_api.h 347 BOOLEAN is_long; member in struct:__anon72731
    [all...]
  /external/mksh/src/
edit.c 3429 #define is_long macro
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 1139 Bool is_long; local
1163 is_long = False;
1191 is_long = True;
1197 if (is_long)
1205 if (is_long)
1220 if (is_long)
    [all...]
varinfo6.c 1177 Bool is_long; local
1201 is_long = False;
1229 is_long = True;
1235 if (is_long)
1243 if (is_long)
1258 if (is_long)
    [all...]
  /external/valgrind/perf/
bz2.c 1139 Bool is_long; local
1163 is_long = False;
1191 is_long = True;
1197 if (is_long)
1205 if (is_long)
1220 if (is_long)
    [all...]
tinycc.c 9156 int t, c, is_long; local
    [all...]

Completed in 642 milliseconds