/prebuilts/go/linux-x86/src/crypto/cipher/ |
gcm.go | 230 // eliminate the term at x^128 which also means subtracting the other
|
/prebuilts/go/linux-x86/src/go/ast/ |
filter.go | 410 // Eliminate nil entries from the decls list if entries were
|
/prebuilts/go/linux-x86/src/runtime/ |
mbarrier.go | 64 // correctness, see https://github.com/golang/proposal/blob/master/design/17503-eliminate-rescan.md
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/ |
gtest-filepath.cc | 348 // For example, "bar///foo" becomes "bar/foo". Does not eliminate other
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/ |
gtest-filepath.cc | 348 // For example, "bar///foo" becomes "bar/foo". Does not eliminate other
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
encoder.py | 141 representation you should specify (',', ':') to eliminate whitespace.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
encoder.py | 141 representation you should specify (',', ':') to eliminate whitespace.
|
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
BtCarPbapTest.py | 77 # gets connected. Also, this will eliminate the auto-connect loop.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/ |
DxeCorePerformanceLib.c | 388 and then eliminate the Identifier.
779 and then eliminate the Identifier.
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/ |
SmmCorePerformanceLib.c | 406 and then eliminate the Identifier.
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
ShellParametersProtocol.c | 157 // eliminate the escape ^
164 // eliminate the unescaped quote
[all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
LevenbergMarquardtEstimator.java | 686 // eliminate the diagonal matrix d using a Givens rotation 698 // the transformations to eliminate the row of d
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
LevenbergMarquardtOptimizer.java | 687 // eliminate the diagonal matrix d using a Givens rotation 699 // the transformations to eliminate the row of d [all...] |
/external/autotest/server/ |
frontend.py | 418 # default CrOS version mapping. To eliminate that case, we 447 # default CrOS version mapping. To eliminate that case, we
|
/external/llvm/lib/CodeGen/ |
EarlyIfConversion.cpp | 11 // predicable instructions. The goal is to eliminate conditional branches that 387 // The branch we're looking to eliminate must be analyzable.
|
TailDuplicator.cpp | 200 // Eliminate some of the copies inserted by tail duplication to maintain 224 /// eliminate (dynamic) branches. [all...] |
/external/llvm/lib/Transforms/IPO/ |
PassManagerBuilder.cpp | 256 MPM.add(createTailCallEliminationPass()); // Eliminate tail calls 494 // Eliminate loads by forwarding stores from the previous iteration to loads [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineShifts.cpp | 106 /// expression tree. This is used to eliminate extraneous shifting from things 342 " to eliminate shift:\n IN: " << *Op0 << "\n SH: " << I <<"\n"); [all...] |
/external/llvm/lib/Transforms/Utils/ |
LoopSimplify.cpp | 435 // eliminate the PHI Node. 574 // GCC doesn't tail recursion eliminate this. [all...] |
/external/python/cpython2/Doc/library/ |
json.rst | 170 representation, you should specify ``(',', ':')`` to eliminate whitespace. 444 representation, you should specify ``(',', ':')`` to eliminate whitespace.
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
ScalarEvolution.h | 713 /// expressions in loop trip counts, and to eliminate casts. 719 /// to eliminate casts. [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
TargetRegisterInfo.h | 629 /// code insertion to eliminate call frame setup and destroy pseudo 656 /// eliminateFrameIndex - This method must be overriden to eliminate abstract
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/ |
Scalar.h | 51 // their other instructions become dead, to eliminate chains of dead 186 // CFGSimplification - Merge basic blocks, eliminate unreachable blocks,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
LiveInterval.cpp | 164 /// merge and eliminate all ranges that this will overlap with. The iterator is 194 /// merge and eliminate all ranges that this will overlap with.
|
PrologEpilogInserter.cpp | 147 /// variables for the function's frame information and eliminate call frame 782 // use that target machine register info object to eliminate
|