/external/ltp/tools/pounder21/src/memxfer5b/ |
memxfer5b.c | 38 void tend(void); 239 tend(); 249 tend(); 326 void tend(void) function
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
llvm-diff.pod | 30 which tend to stop any downstream changes from being detected.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
StepNormalizer.java | 37 * last point handled will be the endpoint of the integration tend, if 38 * not, the last point will belong to the interval [tend - h ; 39 * tend].</p>
|
/toolchain/binutils/binutils-2.25/ld/ |
deffilep.y | 890 char * tend = (char *) param; 909 for (tend = (char *) (param + 1); 910 (tend < pend 911 && !(ISSPACE (tend[-1]) && *tend == '-') 912 && *tend != '\n' && *tend != 0); 913 tend++) 920 if (tend - param >= len 924 lex_parse_string_end = tend; [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/external/clang/test/CodeGen/ |
builtins-ppc-htm.c | 12 // CHECK: @llvm.ppc.tend
|
/external/freetype/src/autofit/ |
afcjk.h | 44 * CJK glyphs tend to fill the square. So we have both vertical and
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
basic_asm.h | 53 * and toc). Kernel programmers tend to prefer rX even for r1 and r2, hence
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
tm-tar.c | 49 "tend.;"
|
tm-vmxcopy.c | 71 "tend.;"
|
/external/llvm/docs/CommandGuide/ |
llvm-diff.rst | 33 which tend to stop any downstream changes from being detected.
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
reflect.h | 36 // following functions tend to be outdated and should be updated when SPIR-V
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
zarch-zEC12.s | 8 tend
|
/packages/apps/Car/Stream/src/com/android/car/stream/media/ |
MediaStreamProducer.java | 110 //Some media apps tend to spam playback state changes. Check if the playback state changes 152 //Some media apps tend to spam metadata state changes. Check if the playback state changes
|
/external/skia/tests/ |
PathOpsTestCommon.cpp | 143 const double tEnd = i1 < ts.count() ? ts[i1] : 1; 146 SkDCubic part = cubic.subDivide(tStart, tEnd); 159 tStart = tEnd;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
k_tanf.c | 51 * non-sequential machines (the lowest degree terms tend to be ready
|
/cts/hostsidetests/systemui/src/android/host/systemui/ |
BaseTileServiceTest.java | 104 // All of the status bar commands tend to have animations associated
|