HomeSort by relevance Sort by last modified time
    Searched refs:is_long (Results 26 - 46 of 46) sorted by null

12

  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 697 BOOLEAN is_long,
714 is_long,
    [all...]
gatt_int.h 706 extern tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB *p_db, BOOLEAN is_long, UINT16 handle, tGATT_SEC_FLAG sec_flag,UINT8 key_size);
  /art/compiler/dex/quick/
gen_invoke.cc     [all...]
mir_to_lir.h     [all...]
  /external/valgrind/main/VEX/switchback/
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...]
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...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 346 BOOLEAN is_long; member in struct:__anon6154
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 405 result = ParseInteger(self.token, is_signed=True, is_long=False)
421 result = ParseInteger(self.token, is_signed=False, is_long=False)
437 result = ParseInteger(self.token, is_signed=True, is_long=True)
453 result = ParseInteger(self.token, is_signed=False, is_long=True)
623 def ParseInteger(text, is_signed=False, is_long=False):
629 is_long: True if a long integer must be parsed.
644 checker = _INTEGER_CHECKERS[2 * int(is_long) + int(is_signed)]
  /external/protobuf/python/google/protobuf/
text_format.py 420 result = self._ParseInteger(self.token, is_signed=True, is_long=False)
436 result = self._ParseInteger(self.token, is_signed=False, is_long=False)
452 result = self._ParseInteger(self.token, is_signed=True, is_long=True)
468 result = self._ParseInteger(self.token, is_signed=False, is_long=True)
565 def _ParseInteger(self, text, is_signed=False, is_long=False):
571 is_long: True if a long integer must be parsed.
593 checker = self._INTEGER_CHECKERS[2 * int(is_long) + int(is_signed)]
  /art/compiler/dex/portable/
mir_to_gbc.cc 363 ::llvm::Value* MirConverter::GenDivModOp(bool is_div, bool is_long,
366 if (is_long) {
386 ::llvm::Value* MirConverter::GenArithOp(OpKind op, bool is_long,
397 case kOpDiv: res = GenDivModOp(true, is_long, src1, src2); break;
398 case kOpRem: res = GenDivModOp(false, is_long, src1, src2); break;
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 334 bool is_long = PyLong_Check(arg); local
335 if (!PyInt_Check(arg) && !is_long) {
348 if (is_long) {
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 294 p_data->req_data.p_data->read_req.is_long);
  /external/valgrind/main/exp-sgcheck/tests/
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...]
  /external/valgrind/main/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/main/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...]
  /art/compiler/dex/quick/mips/
int_mips.cc 276 bool MipsMir2Lir::GenInlinedCas(CallInfo* info, bool is_long, bool is_object) {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 697 int attr_handle, int offset, bool is_long)
709 offset, is_long);
    [all...]
  /external/mksh/src/
edit.c 3395 #define is_long macro
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 1334 # undef is_long macro
    [all...]

Completed in 3032 milliseconds

12