Home
last modified time | relevance | path

Searched refs:in_range (Results 1 – 10 of 10) sorted by relevance

/external/selinux/checkpolicy/test/
Ddispol.c67 unsigned int in_range = 0; in render_operations() local
74 if (in_range && next_bit_in_range(bit, ops->perms)) { in render_operations()
80 in_range = 1; in render_operations()
87 if (in_range) in render_operations()
94 if (in_range) in render_operations()
100 if (in_range) in render_operations()
101 in_range = 0; in render_operations()
/external/v8/src/
Dbignum-dtoa.cc611 bool in_range; in FixupMultiply10() local
615 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0; in FixupMultiply10()
617 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0; in FixupMultiply10()
619 if (in_range) { in FixupMultiply10()
Dcode-stubs-hydrogen.cc673 IfBuilder in_range(this); in BuildCodeStub() local
674 in_range.If<HCompareNumericAndBranch>(key, adjusted_length, Token::LT); in BuildCodeStub()
675 in_range.Then(); in BuildCodeStub()
706 in_range.Else(); in BuildCodeStub()
711 in_range.End(); in BuildCodeStub()
Djsregexp.cc1782 Label* in_range, in EmitDoubleBoundaryTest() argument
1784 if (in_range == fall_through) { in EmitDoubleBoundaryTest()
1792 masm->CheckCharacter(first, in_range); in EmitDoubleBoundaryTest()
1794 masm->CheckCharacterInRange(first, last, in_range); in EmitDoubleBoundaryTest()
/external/v8/src/mips/
Dassembler-mips.cc1397 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> in j() local
1399 DCHECK(in_range && ((target & 3) == 0)); in j()
1423 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> in jal() local
1425 DCHECK(in_range && ((target & 3) == 0)); in jal()
1443 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> in j_or_jr() local
1445 if (in_range) { in j_or_jr()
1456 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> in jal_or_jalr() local
1458 if (in_range) { in jal_or_jalr()
2626 bool in_range = ((ipc ^ itarget) >> (kImm26Bits + kImmFieldShift)) == 0; in set_target_address_at() local
2635 if (in_range) { in set_target_address_at()
[all …]
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp133 bool in_range = false; in VerifyWatchpointIDs() local
136 if (in_range) { in VerifyWatchpointIDs()
144 in_range = false; in VerifyWatchpointIDs()
151 ++i; in_range = true; in VerifyWatchpointIDs()
160 if (in_range) in VerifyWatchpointIDs()
/external/v8/src/mips64/
Dassembler-mips64.cc1376 bool in_range = (ipc ^ static_cast<uint64_t>(target) >> in j() local
1378 DCHECK(in_range && ((target & 3) == 0)); in j()
1402 bool in_range = (ipc ^ static_cast<uint64_t>(target) >> in jal() local
1404 DCHECK(in_range && ((target & 3) == 0)); in jal()
1422 bool in_range = (ipc ^ static_cast<uint64_t>(target) >> in j_or_jr() local
1424 if (in_range) { in j_or_jr()
1435 bool in_range = (ipc ^ static_cast<uint64_t>(target) >> in jal_or_jalr() local
1437 if (in_range) { in jal_or_jalr()
/external/mesa3d/src/gallium/state_trackers/vega/
Dpath.c1803 VGboolean in_range = VG_FALSE; in path_length() local
1820 in_range = (i >= start_segment) && i <= (start_segment + num_segments); in path_length()
1821 if (!in_range) in path_length()
/external/pcre/dist/
Dpcre_jit_compile.c3531 BOOL in_range; in fast_forward_first_n_chars() local
3560 in_range = FALSE; in fast_forward_first_n_chars()
3564 if (in_range && (i - from) > range_len && (bytes[(i - 1) * MAX_N_BYTES] <= 4)) in fast_forward_first_n_chars()
3572 if (!in_range) in fast_forward_first_n_chars()
3574 in_range = TRUE; in fast_forward_first_n_chars()
3578 else if (in_range) in fast_forward_first_n_chars()
3579 in_range = FALSE; in fast_forward_first_n_chars()
/external/lldb/www/python_reference/
Dapi-objects.txt2161 lldb.in_range lldb-module.html#in_range