Searched refs:is_long (Results 1 - 16 of 16) sorted by relevance

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c349 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)
H A Dhackedbz2.c1146 Bool is_long; local
1170 is_long = False;
1198 is_long = True;
1204 if (is_long)
1212 if (is_long)
1227 if (is_long)
/external/valgrind/main/coregrind/
H A Dm_debuglog.c630 Bool is_long, caps; local
697 if (0 == n_ls) { is_long = False; }
698 else if (1 == n_ls) { is_long = ( sizeof(void*) == sizeof(Long) ); }
699 else { is_long = True; }
707 if (is_long)
716 if (is_long)
724 if (is_long)
768 if (is_long)
/external/protobuf/python/google/protobuf/
H A Dtext_format.py420 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)]
/external/libxml2/
H A Dtriop.h107 void trio_set_long TRIO_PROTO((trio_pointer_t ref, int is_long));
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c255 Bool is_long; local
279 is_long = False;
307 is_long = True;
313 if (is_long)
321 if (is_long)
336 if (is_long)
H A Dtest_ppc_jm1.c473 Bool is_long; local
497 is_long = False;
525 is_long = True;
531 if (is_long)
539 if (is_long)
554 if (is_long)
H A Dtest_bzip2.c1124 Bool is_long; local
1148 is_long = False;
1176 is_long = True;
1182 if (is_long)
1190 if (is_long)
1205 if (is_long)
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c658 BOOLEAN is_long,
675 is_long,
1089 sr_data.read_req.is_long = (BOOLEAN)(op_code == GATT_REQ_READ_BLOB);
657 gatts_read_attr_perm_check(tGATT_SVC_DB *p_db, BOOLEAN is_long, UINT16 handle, tGATT_SEC_FLAG sec_flag, UINT8 key_size) argument
H A Dgatt_int.h665 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);
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h337 BOOLEAN is_long; member in struct:__anon1257
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c1139 Bool is_long; local
1163 is_long = False;
1191 is_long = True;
1197 if (is_long)
1205 if (is_long)
1220 if (is_long)
H A Dvarinfo6.c1177 Bool is_long; local
1201 is_long = False;
1229 is_long = True;
1235 if (is_long)
1243 if (is_long)
1258 if (is_long)
/external/valgrind/main/perf/
H A Dbz2.c1139 Bool is_long; local
1163 is_long = False;
1191 is_long = True;
1197 if (is_long)
1205 if (is_long)
1220 if (is_long)
H A Dtinycc.c8748 static void parse_escape_string(CString *outstr, const uint8_t *buf, int is_long)
8840 if (!is_long)
8846 if (!is_long)
9158 int t, c, is_long;
9336 is_long = 1;
9386 is_long = 0;
9401 parse_escape_string(&tokcstr, str.data, is_long);
9407 if (!is_long)
9415 if (!is_long) {
9424 if (!is_long)
8746 parse_escape_string(CString *outstr, const uint8_t *buf, int is_long) argument
9156 int t, c, is_long; local
[all...]
/external/mksh/src/
H A Dedit.c3308 #define is_long(c) (classify[(c)&0x7f]&vX) macro
3796 else if (is_long(ch))

Completed in 482 milliseconds