/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
ptrace-abi.h | 81 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ 101 #define PTRACE_BTS_O_TRACE 0x1 /* branch trace */ 108 /* Configure branch trace recording.
|
/system/extras/simpleperf/ |
generate_event_type_table.py | 32 "branch-instructions", 33 "branch-misses", 81 ["branch", "PERF_COUNT_HW_CACHE_BPU"],
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
alnv_ps-swap.d | 2 #name: MIPS ALNV.PS instruction branch swapping 6 # branch prevents from branch swapping.
|
loc-swap.d | 3 #name: MIPS DWARF-2 location information with branch swapping 8 # into a branch delay slot is updated to point to the branch instead.
|
micromips@alnv_ps-swap.d | 2 #name: MIPS ALNV.PS instruction branch swapping 7 # branch prevents from branch swapping (microMIPS).
|
micromips@loc-swap.d | 3 #name: MIPS DWARF-2 location information with branch swapping 8 # into a branch delay slot is updated to point to the branch instead
|
mips16@loc-swap.d | 3 #name: MIPS DWARF-2 location information with branch swapping 8 # into a branch delay slot is updated to point to the branch instead.
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_branch_out_of_range.sh | 3 # arm_branch_out_of_range.sh -- test ARM/THUMB/THUMB branch instructions whose 4 # targets are just out of the branch range limits. 28 # and linked to check that branches whose target are just out of the branch
|
/external/v8/src/mips64/ |
macro-assembler-mips64.cc | 95 Branch(2, NegateCondition(cond), src1, src2); 112 Branch(2, NegateCondition(cond), src1, src2); 201 Label* branch) { 203 CheckPageFlag(object, scratch, MemoryChunk::kIsInNewSpaceMask, cc, branch); 238 Branch(&ok, eq, t8, Operand(zero_reg)); 306 Branch(&ok, eq, at, Operand(zero_reg)); 500 Branch(&done, ne, t8, Operand(zero_reg)); [all...] |
/external/clang/docs/analyzer/ |
nullability.rst | 18 Taking a branch on nullable pointers are the same like taking branch on null unspecified pointers. 47 - We can either take the branch; this way the branch is analyzed 48 - Should we not warn about any nullability issues in that branch? Probably not, it is ok to break the nullability postconditions when the nullability preconditions are violated. 89 - On a branch, where a nullable pointer is known to be non null, the checker treat it as a same way as a pointer annotated as nonnull.
|
/external/clang/lib/Format/ |
UnwrappedLineParser.h | 122 // this branch either cannot be taken (for example '#if false'), or should 173 // Represents preprocessor branch type, so we can find matching 185 // To that end, we take the same branch (#if, #else, or one of the #elif 191 // Contains the current branch (#if, #else or one of the #elif branches) 199 // in while parsing a preprocessor branch sequence. 200 // This is used to update PPLevelBranchCount at the end of a branch
|
/external/fec/ |
sse2bfly27.s | 63 # compute branch metrics 69 # compute 5-bit branch metric in xmm4 by adding the individual symbol metrics 86 # negate branch metrics 98 # interleave and store new branch metrics in mm0,2 125 # largest branch metric is 30, that means we don't want any to exceed 225 128 # determined worst-case metric spread for this code and branch metrics in the range 0-30.
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/xml/ |
XMLFormatterTest.java | 108 assertPathMatches("1", "count(/report/counter[@type='BRANCH'])"); 109 assertPathMatches("1", "report/counter[@type='BRANCH']/@missed"); 110 assertPathMatches("2", "report/counter[@type='BRANCH']/@covered"); 144 assertPathMatches("1", "count(/report/counter[@type='BRANCH'])"); 145 assertPathMatches("1", "report/counter[@type='BRANCH']/@missed"); 146 assertPathMatches("2", "report/counter[@type='BRANCH']/@covered");
|
/external/llvm/docs/HistoricalNotes/ |
2003-06-25-Reoptimizer1.txt | 16 target of the back-edge and the branch that causes the back-edge). We 46 edge which corresponds to a conditional branch, we shift 0 for not 91 the instrumented code are modified to have a branch to the trace 104 We are restricted to using single instructions to branch between the 107 away that a single pc-relative branch would not work.) Malloc() or 123 space and it may have to evict a trace, at which point the branch to
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
select.ll | 85 ;; TODO: This pointless branch shouldn't be neccessary 108 ;; TODO: This pointless branch shouldn't be neccessary 131 ;; TODO: This pointless branch shouldn't be neccessary 157 ;; TODO: This pointless branch shouldn't be neccessary 183 ;; TODO: This pointless branch shouldn't be neccessary 206 ;; TODO: This pointless branch shouldn't be neccessary
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
2003-06-25-Reoptimizer1.txt | 16 target of the back-edge and the branch that causes the back-edge). We
46 edge which corresponds to a conditional branch, we shift 0 for not
91 the instrumented code are modified to have a branch to the trace
104 We are restricted to using single instructions to branch between the
107 away that a single pc-relative branch would not work.) Malloc() or
123 space and it may have to evict a trace, at which point the branch to
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeInstrInfo.h | 29 // MBlaze Branch Codes 40 // To be used with float branch True 58 // To be used with float branch False 60 // above ones, but are used with a branch False; 88 // Turn condition code into conditional branch opcode. 197 /// Branch Analysis
|
/prebuilts/go/darwin-x86/doc/ |
contribute.html | 220 The workflow described below assumes a single change per branch. 221 It is also possible to prepare a sequence of (usually related) changes in a single branch. 280 <h3 id="master">Switch to the master branch</h3> 283 Most Go installations use a release branch, but new changes should 284 only be made based on the master branch. 285 (They may be applied later to a release branch as part of the release process, 287 Before making a change, make sure you start on the master branch: 317 $ git change <i><branch></i> 322 The name <i><branch></i> is an arbitrary one you choose to identify the 323 local branch containing your changes [all...] |
/prebuilts/go/linux-x86/doc/ |
contribute.html | 220 The workflow described below assumes a single change per branch. 221 It is also possible to prepare a sequence of (usually related) changes in a single branch. 280 <h3 id="master">Switch to the master branch</h3> 283 Most Go installations use a release branch, but new changes should 284 only be made based on the master branch. 285 (They may be applied later to a release branch as part of the release process, 287 Before making a change, make sure you start on the master branch: 317 $ git change <i><branch></i> 322 The name <i><branch></i> is an arbitrary one you choose to identify the 323 local branch containing your changes [all...] |
/test/vts/proto/ |
VtsReportMessage.proto | 76 // branch name (e.g., master or nyc-dev). 77 optional bytes branch = 21; 79 // build alias implies the branch name. 107 // branch name (e.g., master or nyc-dev) 108 optional bytes branch = 13; 110 // indicates the latest commit information of each branch (e.g., xml format).
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/ |
Ds64Macros.i | 57 // A hard coded branch back into the external interrupt IVT entry's second bundle
58 // is put here, just in case the original bundle zero did not have a branch
|
/docs/source.android.com/src/devices/tech/datausage/ |
tags-explained.jd | 44 <p>The qtaguid module has been implemented on <a href="https://android-review.googlesource.com/#/q/project:kernel/common+branch:android-3.0,n,z">kernel/common branch of
|
/external/ImageMagick/PerlMagick/demo/ |
lsys.pl | 32 '[' => sub{ push(@statestack, [$turtle->state()]); }, # Begin branch 33 ']' => sub{ $turtle->setstate(@{pop(@statestack)}); }, # End branch
|
/external/autotest/client/site_tests/platform_Crouton/ |
platform_Crouton.py | 29 elif option_name == 'branch': 42 logging.info(" - branch: %s", self._branch);
|
/external/autotest/server/site_tests/provision_FactoryImage/ |
control | 19 It will attempt to retrieve the factory image from the canary branch, and 20 as such, the image_name must correspond to the name on that branch. For
|