HomeSort by relevance Sort by last modified time
    Searched refs:is_long (Results 1 - 25 of 53) sorted by null

1 2 3

  /art/compiler/optimizing/
code_generator_utils.h 28 void CalculateMagicAndShiftForDivRem(int64_t divisor, bool is_long, int64_t* magic, int* shift);
code_generator_utils.cc 24 void CalculateMagicAndShiftForDivRem(int64_t divisor, bool is_long,
53 int64_t p = is_long ? 63 : 31;
54 const uint64_t exp = is_long ? (UINT64_C(1) << 63) : (UINT32_C(1) << 31);
58 uint64_t sign_bit = is_long ? static_cast<uint64_t>(divisor) >> 63 :
91 if (!is_long) {
95 *shift = is_long ? p - 64 : p - 32;
intrinsics_x86_64.cc 422 static void GenMinMax(LocationSummary* locations, bool is_min, bool is_long,
445 if (is_long) {
451 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, is_long);
468 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ false, GetAssembler());
476 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ true, GetAssembler());
484 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ false, GetAssembler());
492 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ true, GetAssembler());
    [all...]
  /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.h 64 int request_id, int offset, bool is_long,
69 int request_id, int offset, bool is_long,
127 int request_id, int offset, bool is_long,
131 int request_id, int offset, bool is_long,
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);
  /system/bt/service/doc/
IBluetoothGattServerCallback.txt 43 * the remote device wants to read from. If |is_long| is true, then this
49 * GATT_ERROR_INVALID_OFFSET. If |is_long| is true but this characteristic is
54 in int offset, in boolean is_long,
61 * the remote device wants to read from. If |is_long| is true, then this
67 * GATT_ERROR_INVALID_OFFSET. If |is_long| is true but this descriptor is
72 in int offset, in boolean is_long,
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c 34 lookup_opcode (struct d30v_insn *insn, long num, int is_long)
64 if ((!is_long || f->form >= LONG) && (f->modifier == mod))
92 extract_value (long long num, struct d30v_operand *oper, int is_long)
98 if (is_long)
122 int is_long,
138 is_long);
145 if (is_long)
203 val = extract_value (num, oper, is_long);
212 int id = extract_value (num, oper3, 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) {
  /system/bt/stack/srvc/
srvc_battery_int.h 74 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status);
srvc_dis_int.h 69 BOOLEAN is_long, tGATT_STATUS *p_status);
srvc_eng.c 220 if (p_data->is_long)
226 act = dis_read_attr_value(clcb_idx, p_data->handle, &p_rsp->attr_value, p_data->is_long, p_status);
229 act = battery_s_read_attr_value(clcb_idx, p_data->handle, &p_rsp->attr_value, p_data->is_long, p_status);
  /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)
  /system/bt/service/example/heart_rate/
heart_rate_server.h 61 int request_id, int offset, bool is_long,
65 int request_id, int offset, bool is_long,
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 71 int request_id, int offset, bool is_long,
76 int request_id, int offset, bool is_long,
bluetooth_gatt_server_binder_server.cpp 237 int request_id, int offset, bool is_long,
249 device_address, request_id, offset, is_long, characteristic_id);
255 int request_id, int offset, bool is_long,
267 device_address, request_id, offset, is_long, descriptor_id);
  /external/libchrome/base/metrics/
histogram_macros.h 250 #define SCOPED_UMA_HISTOGRAM_TIMER_EXPANDER(name, is_long, key) \
251 SCOPED_UMA_HISTOGRAM_TIMER_UNIQUE(name, is_long, key)
253 #define SCOPED_UMA_HISTOGRAM_TIMER_UNIQUE(name, is_long, key) \
259 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
  /system/bt/service/
gatt_server.h 55 int request_id, int offset, bool is_long,
65 int request_id, int offset, bool is_long,
292 bool is_long) override;
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 87 int attr_handle, int offset, bool is_long);
  /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/libxml2/
triop.h 107 void trio_set_long TRIO_PROTO((trio_pointer_t ref, int is_long));
  /system/bt/service/hal/
bluetooth_gatt_interface.h 198 bool is_long);
fake_bluetooth_gatt_interface.h 125 int offset, bool is_long);

Completed in 453 milliseconds

1 2 3