Searched
full:branch (Results
526 -
550 of
4746) sorted by null
<<21222324252627282930>>
/external/vboot_reference/firmware/lib/ |
utility.c | 21 * Code snippet without data-dependent branch due to Nate Lawson
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue4448.go | 8 // to be bounded make 5g and 8g generate a dangling branch.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue4448.go | 8 // to be bounded make 5g and 8g generate a dangling branch.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/dlx/ |
alltests.exp | 20 run_dump_test "branch"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
dv-branch.d | 3 # name ia64 dv-branch
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
lbranch.s | 1 # Test for the 68HC11 long branch switch
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
beq.s | 22 # Branch to an external label.
|
bge.s | 22 # Branch to an external label.
|
bgeu.s | 20 # Branch to an external label.
|
blt.s | 22 # Branch to an external label.
|
bltu.s | 20 # Branch to an external label.
|
micromips-warn-branch-delay-1.s | 2 # branch delay slots.
|
mips16@relax-swap3.d | 2 #name: MIPS relaxed macro with branch swapping
|
mipsr6@24k-branch-delay-1.d | 3 #source: 24k-branch-delay-1.s
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/ |
br-2.d | 2 #name: nds32 branch 2 instructions
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/ |
short_branch_offset.d | 4 # Test that a short branch with a target just barely out of range does
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/ |
branch.s | 3 ;;; branch instructions
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_farcall_thumb_arm.s | 14 @ This call is close enough to generate a "short branch" stub
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
farcall-cond-thumb-arm.s | 14 @ This call is close enough to generate a "short branch" stub
|
farcall-mixed-lib1.s | 2 @ symbol require insertion of a long branch stub.
|
farcall-thumb-arm.s | 14 @ This call is close enough to generate a "short branch" stub
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nds32/ |
nds32.exp | 24 run_dump_test "branch"
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
BootstrapBuildProvider.java | 32 * in-house build system. Certain information, specifically the branch, is not actually available 39 * <li>branch: 56 @Option(name="branch", description="build branch name to supply.")
|
/external/autotest/site_utils/suite_scheduler/ |
task.py | 48 """Pick branch name. If type is among BARE_BRANCHES, return type, 51 @param type: type of the branch, e.g., 'release', 'factory', or 'firmware' 128 "%s isn't a valid branch spec." % tot_spec) 325 @param branch_specs: an iterable of branch specifiers. 329 for branch in branch_specs: 330 if branch in BARE_BRANCHES: 334 if branch.startswith('>=R') or branch.startswith('==R'): 336 elif 'tot' in branch: 338 branch[branch.index('tot'):] [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1ObjectIdentifier.java | 195 * Create an OID that creates a branch under the current one. 197 * @param branchID node numbers for the new branch. 198 * @return the OID for the new created branch. 204 throw new IllegalArgumentException("string " + branchID + " not a valid OID branch"); 221 * Return an OID that creates a branch under the current one. 223 * @param branchID node numbers for the new branch. 224 * @return the OID for the new created branch. 226 public ASN1ObjectIdentifier branch(String branchID) method in class:ASN1ObjectIdentifier 232 * Return true if this oid is an extension of the passed in branch, stem. 234 * @param stem the arc or branch that is a possible parent [all...] |
Completed in 378 milliseconds
<<21222324252627282930>>