HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 151 - 175 of 2537) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 63 /** The branch parameter is included by every forking proxy.
65 public static final String BRANCH = ParameterNames.BRANCH;
507 * Gets the branch paramater of the ViaHeader. Returns null if branch
510 * @return the string branch value of ViaHeader
513 return getParameter(ParameterNames.BRANCH);
517 * Sets the branch parameter of the ViaHeader to the newly supplied
518 * branch value.
520 * @param branch - the new string branch parmameter of the ViaHeader
    [all...]
  /external/v8/src/mips/
codegen-mips.cc 117 __ Branch(&only_change_map, eq, at, Operand(t0));
171 __ Branch(&entry);
183 __ Branch(&done);
188 __ Branch(fail);
217 __ Branch(&entry);
233 __ Branch(&loop, lt, t3, Operand(t2));
257 __ Branch(&only_change_map, eq, at, Operand(t0));
290 __ Branch(&entry);
296 __ Branch(fail);
303 __ Branch(&convert_hole, eq, a1, Operand(kHoleNanUpper32))
    [all...]
code-stubs-mips.cc 65 __ Branch(not_a_heap_number, ne, scratch1, Operand(scratch2));
317 __ Branch(&slow_case, eq, a3, Operand(t1));
325 __ Branch(&check_fast_elements, ne, v0, Operand(t1));
333 __ Branch(&double_elements, ne, v0, Operand(t1));
394 __ Branch(&slow_case, eq, a3, Operand(t0));
401 __ Branch(&slow_case, ne, a0, Operand(size >> kPointerSizeLog2));
481 __ Branch(&not_special, gt, source_, Operand(1));
608 __ Branch(&done);
654 __ Branch(not_number, ne, scratch1, Operand(heap_number_map));
706 __ Branch(&done, eq, int_scratch, Operand(zero_reg))
    [all...]
ic-mips.cc 56 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_OBJECT_TYPE));
57 __ Branch(global_object, eq, type, Operand(JS_BUILTINS_OBJECT_TYPE));
58 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_PROXY_TYPE));
83 __ Branch(miss, lt, scratch1, Operand(FIRST_SPEC_OBJECT_TYPE));
94 __ Branch(miss, ne, scratch1, Operand(zero_reg));
99 __ Branch(miss, ne, scratch1, Operand(scratch0));
150 __ Branch(miss, ne, at, Operand(zero_reg));
204 __ Branch(miss, ne, at, Operand(zero_reg));
280 __ Branch(slow, ne, at, Operand(zero_reg));
287 __ Branch(slow, lt, scratch, Operand(JS_OBJECT_TYPE))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
config.py 11 # The default partial branch regexes, to be modified by the user.
13 '(?i)# *pragma[: ]*no *branch',
16 # The default partial branch regexes, based on Python semantics.
36 self.branch = False
86 if cp.has_option('run', 'branch'):
87 self.branch = cp.getboolean('run', 'branch')
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 36 BT_None, // Couldn't analyze branch.
38 BT_Uncond, // One unconditional branch.
39 BT_Cond, // One conditional branch.
40 BT_CondUncond, // A conditional branch followed by an unconditional branch.
41 BT_Indirect // One indirct branch.
48 /// Branch Analysis
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 39 * convert byte arrays to hex strings etc. Generate tags and branch identifiers
164 * generate a branch identifier.
167 * used as a branch identifier.
184 String branch = topmostVia.getBranch(); local
185 return branch != null && branch.endsWith(this.signature);
197 throw new RuntimeException("Duplicate Branch ID");
SIPConstants.java 48 * Prefix for the branch parameter that identifies
49 * BIS 09 compatible branch strings. This indicates
50 * that the branch may be as a global identifier for
  /external/proguard/src/proguard/optimize/peephole/
ReachableCodeMarker.java 31 * This AttributeVisitor finds all instruction offsets, branch targets, and
148 // Mark the branch target.
165 // Mark the branch targets of the default jump offset.
171 // Mark the branch targets of the jump offsets.
200 * Marks the branch targets of the given jump offsets for the instruction
213 * Marks the branch target at the given offset.
248 // Mark the branch targets, if any.
  /dalvik/vm/analysis/
VerifySubs.h 28 * BranchTarget: other instructions can branch to this instruction
64 /* extract the relative branch offset from a branch instruction */
  /external/chromium_org/sandbox/linux/seccomp-bpf/
instruction.h 25 // Conditional jumps have a "t"rue and "f"alse branch.
39 // branch targets that are in the range 0..255.
44 // While assembling the BPF program, we use pointers for branch targets.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 109 struct branchinfo * branch; local
114 branch = &s->BranchStack[s->BranchStackSize++];
115 branch->HaveElse = 0;
116 memcpy(&branch->StoreEndif, &s->R, sizeof(s->R));
288 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1]; local
292 branch->HaveElse ? &branch->StoreElse : &branch->StoreEndif);
296 if (branch->HaveElse) {
299 memcpy(&branch->StoreElse, &s.R, sizeof(s.R))
    [all...]
  /external/chromium_org/v8/src/
hydrogen-sce.cc 35 // For each loop block walk the dominator tree from the backwards branch to
36 // the loop header. If a call instruction is encountered the backwards branch
37 // is dominated by a call and the stack check in the backwards branch can be
  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take
52 //the branch for values >0.5
80 /* select the correct result from the two branch evaluations */
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 109 struct branchinfo * branch; local
114 branch = &s->BranchStack[s->BranchStackSize++];
115 branch->HaveElse = 0;
116 memcpy(&branch->StoreEndif, &s->R, sizeof(s->R));
288 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1]; local
292 branch->HaveElse ? &branch->StoreElse : &branch->StoreEndif);
296 if (branch->HaveElse) {
299 memcpy(&branch->StoreElse, &s.R, sizeof(s.R))
    [all...]
  /external/valgrind/main/docs/internals/
3_0_BUGSTATUS.txt 204 FIXED-30BRANCH: 4876
213 FIXED-30BRANCH: TODO?
219 FIXED-30BRANCH: TODO
225 FIXED-30BRANCH: TODO
233 FIXED-30BRANCH: TODO
240 FIXED-30BRANCH: TODO
247 FIXED-30BRANCH: TODO
253 FIXED-30BRANCH: 4597, 4601
259 FIXED-30BRANCH: TODO
266 FIXED-30BRANCH: TOD
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 158 // A terminator that isn't a branch can't easily be handled by this
164 SystemZII::Branch Branch(getBranchInfo(I));
165 if (!Branch.Target->isMBB())
169 if (Branch.Type != SystemZII::BranchNormal)
172 if (Branch.CCMask == SystemZ::CCMASK_ANY) {
175 TBB = Branch.Target->getMBB();
187 if (MBB.isLayoutSuccessor(Branch.Target->getMBB())) {
195 TBB = Branch.Target->getMBB();
199 // Working from the bottom, handle the first conditional branch
    [all...]
  /external/chromium_org/v8/src/mips/
ic-mips.cc 56 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_OBJECT_TYPE));
57 __ Branch(global_object, eq, type, Operand(JS_BUILTINS_OBJECT_TYPE));
58 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_PROXY_TYPE));
83 __ Branch(miss, lt, scratch1, Operand(FIRST_SPEC_OBJECT_TYPE));
94 __ Branch(miss, ne, scratch1, Operand(zero_reg));
99 __ Branch(miss, ne, scratch1, Operand(scratch0));
150 __ Branch(miss, ne, at, Operand(zero_reg));
204 __ Branch(miss, ne, at, Operand(zero_reg));
233 __ Branch(slow, ne, at, Operand(zero_reg));
240 __ Branch(slow, lt, scratch, Operand(JS_OBJECT_TYPE))
    [all...]
  /art/compiler/dex/quick/mips/
README.mips 39 Branch delay slots
41 Little to no attempt was made to fill branch delay slots. Branch
46 simple solution would be to copy the instruction at branch targets to the
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputCollector.java 66 * Reverses a branch which is buried a given number of instructions
68 * indicated instruction really is a reversible branch.
70 * @param which how many instructions back to find the branch;
73 * @param newTarget {@code non-null;} the new target for the reversed branch
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 68 * Reverses a branch which is buried a given number of instructions
70 * indicated instruction really is a reversible branch.
72 * @param which how many instructions back to find the branch;
75 * @param newTarget {@code non-null;} the new target for the reversed branch
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 20 * us a constant 5-cycle path plus a branch at the end to the
22 * 2 or 3 cycles + branch if the high word doesn't match, 6 + branch
45 @ Want to cond code the next mov so we can avoid branch, but don't see it;
  /docs/source.android.com/src/source/
using-repo.jd 51 <p><code>-b</code>: specify a revision, i.e., a particular manifest-branch.</p>
67 git rebase origin/BRANCH
69 <p>where <code>BRANCH</code> is the currently checked-out branch in the local project directory. If the local branch is not tracking a branch in the remote repository, then no synchronization will occur for the project.</p>
79 <p><code>-d</code>: switch specified projects back to the manifest revision. Helpful if the project is currently on a topic branch, but the manifest revision is temporarily needed.</p>
105 <p>Make sure the updated branch is the currently checked out branch.</p>
112 <pre><code># Replacing from branch foo
    [all...]
  /external/chromium/webkit/glue/
user_agent.h 22 // Returns the WebKit version, in the form "major.minor (branch@revision)".
  /external/chromium_org/third_party/mach_override/
README.chromium 3 Version: Newer than 1.2. HEAD from branch semver-1.x.

Completed in 1503 milliseconds

1 2 3 4 5 67 8 91011>>