HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 2226 - 2250 of 4746) sorted by null

<<81828384858687888990>>

  /external/tcpdump/
print-slow.c 163 uint8_t branch; member in struct:slow_oam_variablerequest_t
168 uint8_t branch; member in struct:slow_oam_variableresponse_t
  /external/tremolo/Tremolo/
bitwiseARM.s 75 BEQ look_next_segment @ r10= r12 = 0, if we branch
267 BEQ read_next_segment @ r10= r12 = 0, if we branch
  /external/v8/src/arm/
deoptimizer-arm.cc 344 // If this isn't the last entry, emit a branch to the end of the table.
350 // through with no additional branch.
macro-assembler-arm.h 231 Label* branch) {
232 InNewSpace(object, scratch, eq, branch);
239 Label* branch) {
240 InNewSpace(object, scratch, ne, branch);
    [all...]
  /external/v8/src/
code-stub-assembler.h 178 Branch(SmiEqual(a, b), if_true, if_false);
183 Branch(SmiLessThan(a, b), if_true, if_false);
188 Branch(SmiLessThanOrEqual(a, b), if_true, if_false);
193 Branch(Float64Equal(value, value), if_false, if_true);
    [all...]
  /external/v8/src/mips64/
deoptimizer-mips64.cc 336 // Uncommon case, the branch cannot reach.
356 __ Branch(USE_DELAY_SLOT, &done); // Expose delay slot.
  /external/v8/src/x64/
macro-assembler-x64.h 222 Label* branch,
224 InNewSpace(object, scratch, zero, branch, distance);
231 Label* branch,
233 InNewSpace(object, scratch, not_zero, branch, distance);
    [all...]
  /external/valgrind/callgrind/docs/
cl-manual.xml 7 <title>Callgrind: a call-graph generating cache and branch prediction profiler</title>
23 Optionally, cache simulation and/or branch prediction (similar to Cachegrind)
180 branch prediction simulation, use <option><xref linkend="clopt.branch-sim"/>=yes</option>.
    [all...]
  /external/valgrind/docs/internals/
xml-output.txt 134 (resulting from merge of the DATASYMS branch)
138 OTRACK_BY_INSTRUMENTATION branch.
  /external/webrtc/webrtc/common_audio/vad/
vad_filterbank.c 127 // All-pass filtering upper branch.
131 // All-pass filtering lower branch.
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 75 #ifdef ASM_OPT /* asm optimization branch */
89 #ifdef ASM_OPT /* asm optimization branch */
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 180 throw new AssertionError("Unhandled branch to get raw type for type " + type);
232 throw new AssertionError("Unhandled branch to get component type for type " + type);
  /prebuilts/checkstyle/
checkstyle.py 99 currently checked out branch.
329 out branch.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
re.py 292 from sre_constants import BRANCH, SUBPATTERN
303 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
  /prebuilts/gdb/linux-x86/lib/python2.7/
re.py 292 from sre_constants import BRANCH, SUBPATTERN
303 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ssa.go 972 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()})
985 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()})
989 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()})
1020 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()})
1024 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()})
1028 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()})
1031 s.Branches = append(s.Branches, gc.Branch{P: q, B: b.Succs[1].Block()})
1048 b.Fatalf("branch not implemented: %s. Control: %s", b.LongString(), b.Control.LongString())
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 111 f.Config.Warnl(b.Line, "Branch prediction rule %s < %s%s",
186 f.Config.Warnl(b.Line, "Branch prediction rule stay in loop%s",
  /prebuilts/go/darwin-x86/src/math/rand/
rand.go 170 goto again // resample; this branch is taken O(never)
183 goto again // resample; this branch is taken O(very rarely)
  /prebuilts/go/darwin-x86/test/chan/
select5.go 156 {{/* so test the default branch both before and after the send. */}}
225 {{/* so test the default branch both before and after the send. */}}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ssa.go 972 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()})
985 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()})
989 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()})
1020 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()})
1024 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()})
1028 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()})
1031 s.Branches = append(s.Branches, gc.Branch{P: q, B: b.Succs[1].Block()})
1048 b.Fatalf("branch not implemented: %s. Control: %s", b.LongString(), b.Control.LongString())
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 111 f.Config.Warnl(b.Line, "Branch prediction rule %s < %s%s",
186 f.Config.Warnl(b.Line, "Branch prediction rule stay in loop%s",
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 170 goto again // resample; this branch is taken O(never)
183 goto again // resample; this branch is taken O(very rarely)
  /prebuilts/go/linux-x86/test/chan/
select5.go 156 {{/* so test the default branch both before and after the send. */}}
225 {{/* so test the default branch both before and after the send. */}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 292 from sre_constants import BRANCH, SUBPATTERN
303 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 292 from sre_constants import BRANCH, SUBPATTERN
303 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])

Completed in 1353 milliseconds

<<81828384858687888990>>