HomeSort by relevance Sort by last modified time
    Searched defs:lval (Results 26 - 42 of 42) sorted by null

12

  /ndk/sources/host-tools/nawk-20071023/
awk.h 214 } lval; /* because Al stores a pointer in it! */ member in struct:rrow
  /system/core/liblog/
logprint.c 484 long long lval; local
488 lval = get8LE(eventData);
492 outCount = snprintf(outBuf, outBufLen, "%lld", lval);
  /external/opencv/cv/src/
cvcontours.cpp 911 int lval = img0[lnbd.y * step + lnbd.x] & 0x7f; local
912 _CvContourInfo *cur = scanner->cinfo_table[lval - 2];
914 assert( lval >= 2 );
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 680 double lval = lc[i], rval = rc[i]; local
681 if( lval > rval )
684 best_val += lval;
    [all...]
mltree.cpp 2235 double lval = lc[i], rval = rc[i]; local
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 438 long lval = Math.round(val); local
441 while (lval != 0 || charCount < (digits + 1)) {
442 int digit = (int) (lval % 10);
443 lval = lval / 10;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 629 inline void setValue(LValue *lval) { data = lval; }
739 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval)
741 setValue(lval);
742 if (lval->reg.data.id >= 0)
743 lval->noSpill = lval->fixedReg = 1;
745 colors = regs.units(lval->reg.file, lval->reg.size);
746 f = lval->reg.file
1274 LValue *lval = node->getValue(); local
1293 LValue *lval = nodes[i].getValue(); local
1314 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i)); local
1357 LValue *lval = reinterpret_cast<LValue *>(it.get()); local
1480 LValue *lval = it->first->asLValue(); local
1951 LValue *lval = new_LValue(func, cst->def(d).getFile()); local
1982 LValue *lval = new_LValue(func, cst->src(s).getFile()); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 629 inline void setValue(LValue *lval) { data = lval; }
739 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval)
741 setValue(lval);
742 if (lval->reg.data.id >= 0)
743 lval->noSpill = lval->fixedReg = 1;
745 colors = regs.units(lval->reg.file, lval->reg.size);
746 f = lval->reg.file
1274 LValue *lval = node->getValue(); local
1293 LValue *lval = nodes[i].getValue(); local
1314 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i)); local
1357 LValue *lval = reinterpret_cast<LValue *>(it.get()); local
1480 LValue *lval = it->first->asLValue(); local
1951 LValue *lval = new_LValue(func, cst->def(d).getFile()); local
1982 LValue *lval = new_LValue(func, cst->src(s).getFile()); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 330 int32_t lval[] = { 0, -1, 1, 123456789 }; local
331 int32_t lval_length = (int32_t)(sizeof(lval) / sizeof(lval[0]));
409 (*(NumberFormat*)&fmt).format(lval[v], s);
410 logln((UnicodeString)" " + lval[v] + "L -format-> " + s);
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 337 int32_t lval[] = { 0, -1, 1, 123456789 }; local
338 int32_t lval_length = (int32_t)(sizeof(lval) / sizeof(lval[0]));
416 (*(NumberFormat*)&fmt).format(lval[v], s);
417 logln((UnicodeString)" " + lval[v] + "L -format-> " + s);
    [all...]
  /external/svox/pico/lib/
picopr.c 2575 picoos_int32 lval; local
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 551 // C++ [conv.lval]p1:
600 // C++ [conv.lval]p1:
718 // C++11 [conv.lval]p2:
8561 Expr::LValueClassification lval = op->ClassifyLValue(Context); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.apache.commons.el_1.0.0.v201004212143.jar 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1136 milliseconds

12