/prebuilts/go/darwin-x86/src/testing/ |
match.go | 25 // eliminate this Mutex.
|
/prebuilts/go/darwin-x86/test/ |
writebarrier.go | 224 // this is a case that the frontend failed to eliminate.
|
/prebuilts/go/linux-x86/src/go/parser/ |
error_test.go | 126 // we have a match - eliminate this error
|
/prebuilts/go/linux-x86/src/testing/ |
match.go | 25 // eliminate this Mutex.
|
/prebuilts/go/linux-x86/test/ |
writebarrier.go | 224 // this is a case that the frontend failed to eliminate.
|
/system/bt/hci/src/ |
hci_inject.cc | 171 // TODO(sharvil): once we have an HCI parser, we can eliminate
|
/toolchain/binutils/binutils-2.27/gprof/ |
ChangeLog-2004 | 59 (core_create_function_syms): Discard cbfd argument. Eliminate
|
/external/llvm/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 438 /// coalescing eliminate the extra copy. 581 // Commute the ADD to hopefully eliminate an otherwise unavoidable copy. 622 // to eliminate an otherwise unavoidable copy. 788 /// 'add' to eliminate a copy. 814 /// eliminate the need for the copy. [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DigitList_Android.java | 399 // Eliminate trailing zeros. 403 // Eliminate digits beyond maximum digits to be displayed. 498 // Eliminate digits beyond maximum digits to be displayed. 530 // Eliminate trailing zeros. [Richard/GCL] 701 // Eliminate digits beyond maximum digits to be displayed.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DigitList_Android.java | 397 // Eliminate trailing zeros. 401 // Eliminate digits beyond maximum digits to be displayed. 496 // Eliminate digits beyond maximum digits to be displayed. 528 // Eliminate trailing zeros. [Richard/GCL] 699 // Eliminate digits beyond maximum digits to be displayed.
|
/external/libchrome/crypto/ |
p224.cc | 135 // Eliminate the coefficients at 2**224 and greater while maintaining the 151 // Eliminate the term at 2*224 that we introduced while keeping the same 230 // Eliminate top while maintaining the same value mod p. 308 // Eliminate top while maintaining the same value mod p. 330 // Eliminate top while maintaining the same value mod p.
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
TailRecursionElimination.cpp | 1 //===- TailRecursionElimination.cpp - Eliminate Tail Calls ----------------===// 140 // sized allocation, we cannot tail call eliminate calls marked 'tail' 415 // If we are introducing accumulator recursion to eliminate operations after 446 return false; // Otherwise, we cannot eliminate the tail recursion! 523 // If we are introducing an accumulator variable to eliminate the recursion,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 138 /// EliminateRegSequences - Eliminate REG_SEQUENCE instructions as part 424 /// coalescing eliminate the extra copy. 561 // Commute the ADD to hopefully eliminate an otherwise unavoidable copy. 741 /// 'add' to eliminate a copy. 857 /// either eliminate the tied operands or improve the opportunities for [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstCombineCasts.cpp | 77 /// try to eliminate the cast by moving the type information into the alloc. 288 // eliminate it now. 319 /// same value. This is used by code that tries to eliminate truncates. 338 // If this is an extension from the dest type, we can eliminate it, even if it 465 // Transform trunc(lshr (zext A), Cst) to eliminate one type conversion. 502 /// in order to eliminate the icmp. 657 // eliminate it, even if it has multiple uses. [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCasts.cpp | 79 /// If we find a cast of an allocation instruction, try to eliminate the cast by 292 // eliminate it now. 322 /// This is used by code that tries to eliminate truncates. 342 // If this is an extension from the dest type, we can eliminate it, even if it 522 // Transform trunc(lshr (zext A), Cst) to eliminate one type conversion. 545 // Transform trunc(lshr (sext A), Cst) to ashr A, Cst to eliminate type 581 /// Transform (zext icmp) to bitwise / integer operations in order to eliminate 734 // eliminate it. [all...] |
/external/boringssl/src/crypto/fipsmodule/ |
FIPS.md | 68 The textual assembly file is then processed by a script to merge in assembly implementations of some primitives and to eliminate the remaining sources of relocations. 84 One special case is `rel.ro` data, which is data that contains function pointers. Since these function pointers are absolute, they are written by the dynamic linker at run-time and so we must eliminate them. The pattern that causes them is when we have a static `EVP_MD` or `EVP_CIPHER` object thus, inside the module, we'll change this pattern to instead to reserve space in the BSS for the object, and add a `CRYPTO_once_t` to protect its initialisation. The script will generate functions outside of the module that return pointers to these areas of memory?they effectively act like a special-purpose malloc calls that cannot fail.
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
IncompleteLUT.h | 336 // 3 - eliminate the previous nonzero rows 341 // In order to eliminate in the correct order,
|
/external/libjpeg-turbo/ |
cjpeg.1 | 197 Smooth the input image to eliminate dithering noise. N, ranging from 1 to 240 option filters the input to eliminate fine-scale noise. This is often useful
|
/external/llvm/include/llvm/CodeGen/ |
Passes.h | 101 /// RegisterCoalescer - This pass merges live ranges to eliminate copies. 170 /// optimizations to delete branches to branches, eliminate branches to
|
/external/llvm/test/Transforms/IndVarSimplify/ |
no-iv-rewrite.ll | 279 ; Eliminate the congruent phis j, k, and l. 280 ; Eliminate the redundant IV increments k.next and l.next.
|
/external/pdfium/third_party/bigint/ |
BigUnsigned.hh | 35 // Decreases len to eliminate any leading zero blocks. 55 // Eliminate any leading zeros we may have been passed.
|
/external/python/cpython3/Lib/json/ |
__init__.py | 151 you should specify ``(',', ':')`` to eliminate whitespace. 213 you should specify ``(',', ':')`` to eliminate whitespace.
|
/external/skia/tests/ |
GpuLayerCacheTest.cpp | 277 // atlas' texture but will eliminate all the layers. 323 // but should eliminate the free-floating layers.
|
/external/skqp/tests/ |
GpuLayerCacheTest.cpp | 277 // atlas' texture but will eliminate all the layers. 323 // but should eliminate the free-floating layers.
|
/external/swiftshader/src/Reactor/ |
Optimizer.cpp | 323 // New store found. If we had a previous one, try to eliminate it. 326 // If the previous store is wider than the new one, we can't eliminate it
|