HomeSort by relevance Sort by last modified time
    Searched defs:NL (Results 1 - 19 of 19) sorted by null

  /external/e2fsprogs/lib/ss/
list_rqs.c 22 static char const NL[2] = "\n";
69 strcat(buffer, NL);
76 strcat(buffer, NL);
  /external/llvm/lib/Target/SystemZ/
SystemZ.h 40 NL = 10,
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 74 typedef std::numeric_limits<T> NL;
77 if (NL::is_signed)
81 const float divisor = 1.0f/(2*static_cast<float>(NL::max())+1);
86 return f/NL::max();
  /external/llvm/lib/Analysis/
LoopInfo.cpp 438 Loop *NL = getNearestLoop(*POI, L);
440 if (NL != L) {
441 // For reducible loops, NL is now an ancestor of Unloop.
442 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &&
444 LI->changeLoopFor(*POI, NL);
466 Loop *NL = getNearestLoop(*POI, L);
467 if (NL != L) {
468 assert(NL != Unloop && (!NL || NL->contains(Unloop)) &
    [all...]
  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 159 #define NL L('\n')
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 388 const char *NL, const char *Sep) const {
391 Mgr.getStoreManager().print(getStore(), Out, NL, Sep);
402 Out << NL << NL << "Sub-Expressions:" << NL;
405 Out << NL;
422 Out << NL << NL << "Block-level Expressions:" << NL;
425 Out << NL;
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 492 unsigned NL = std::distance(LStart, LE);
494 SmallVector<DiffEntry, 20> Paths1(NL+1);
495 SmallVector<DiffEntry, 20> Paths2(NL+1);
507 for (unsigned I = 0; I != NL+1; ++I) {
544 SmallVectorImpl<char> &Path = Cur[NL].Path;
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.cpp 64 #define NL "\n"
153 "vmul.f32 " temp##_Q ", " source##_Q ", " source##_Q NL \
154 "vadd.f32 " source##_S3 ", " temp##_S0 ", " temp##_S1 NL \
155 "vadd.f32 " source##_S3 ", " source##_S3 ", " temp##_S2 NL \
156 "vsqrt.f32 " source##_S3 ", " source##_S3 NL
160 "vmul.f32 " destination##_Q ", " source1##_Q ", " source2##_Q NL \
161 "vadd.f32 " destination##_S0 ", " destination##_S0 ", " destination##_S1 NL \
162 "vadd.f32 " destination##_S0 ", " destination##_S0 ", " destination##_S2 NL
165 "tst " FLAGS_R ", #" TOSTRING(FLAG_DIFFUSE_CONST_IS_1) NL \
166 "vmuleq.f32 " TMP2_S1 ", " DIFFUSE_CONST_S ", " normalVectorLength NL \
    [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java 82 String NL = "\n|\r\n|\r|\u0085|\u2028|\u2029";
83 LINE_TERMINATOR = Pattern.compile(NL);
84 MULTI_LINE_TERMINATOR = Pattern.compile("(" + NL + ")+");
85 LINE_PATTERN = Pattern.compile(".*(" + NL + ")|.+(" + NL + ")?");
    [all...]
  /external/icu4c/common/
uprops.h 293 NL =0x0085,
  /frameworks/base/core/jni/
android_util_Process.cpp 632 const jsize NL = outLongs ? env->GetArrayLength(outLongs) : 0;
640 if (formatData == NULL || (NL > 0 && longsData == NULL)
705 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {
  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 561 int NL = grp.mListeners.size();
562 for (int i=0; i<NL; i++) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c     [all...]
  /frameworks/base/tools/aapt/
Command.cpp 767 const size_t NL = locales.size();
768 for (size_t i=0; i<NL; i++) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 1982 milliseconds