HomeSort by relevance Sort by last modified time
    Searched full:lval (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
undefined.s 1 ldr a1, .Lval
undefined_coff.s 1 ldr a1, Lval
undefined.l 2 [^:]*:1: Error: undefined local label `\.Lval'
undefined_coff.l 2 [^:]*:1: Error: undefined local label `Lval'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-app-abs32.s 6 ldr a1, .Lval
10 .Lval:
  /external/libvpx/libvpx/vp9/common/
vp9_common.h 48 #define CHECK_MEM_ERROR(cm, lval, expr) do { \
49 lval = (expr); \
50 if (!lval) \
52 "Failed to allocate "#lval" at %s:%d", \
56 #define CHECK_MEM_ERROR(cm, lval, expr) do { \
57 lval = (expr); \
58 if (!lval) \
60 "Failed to allocate "#lval); \
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 332 LValue *lval; local
345 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue();
346 if (!lval || lval->defs.empty())
353 // gather blocks with assignments to lval in workList
354 for (Value::DefIterator d = lval->defs.begin();
355 d != lval->defs.end(); ++d) {
366 // for each block in workList, insert a phi for lval in the block's
381 if (!dfBB->liveSet.test(lval->id))
384 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size))
426 LValue *lval = val->asLValue(); local
446 LValue *lval, *ssa; local
    [all...]
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...]
nv50_ir_build_util.h 220 LValue *lval = new_LValue(func, f); local
221 lval->reg.size = size;
222 return lval;
228 LValue *lval = new_LValue(func, f); local
229 lval->ssa = 1;
230 lval->reg.size = size;
231 return lval;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 139 #define CHECK_MEM_ERROR(lval,expr) do {\
140 lval = (expr); \
141 if(!lval) \
143 "Failed to allocate "#lval" at %s:%d", \
147 #define CHECK_MEM_ERROR(lval,expr) do {\
148 lval = (expr); \
149 if(!lval) \
151 "Failed to allocate "#lval);\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_int.h 139 #define CHECK_MEM_ERROR(lval,expr) do {\
140 lval = (expr); \
141 if(!lval) \
143 "Failed to allocate "#lval" at %s:%d", \
147 #define CHECK_MEM_ERROR(lval,expr) do {\
148 lval = (expr); \
149 if(!lval) \
151 "Failed to allocate "#lval);\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_common.h 68 #define CHECK_MEM_ERROR(cm, lval, expr) do { \
69 lval = (expr); \
70 if (!lval) \
72 "Failed to allocate "#lval" at %s:%d", \
76 #define CHECK_MEM_ERROR(cm, lval, expr) do { \
77 lval = (expr); \
78 if (!lval) \
80 "Failed to allocate "#lval); \
  /external/libnl/src/lib/
route.c 113 unsigned long lval; local
127 lval = strtoul(arg, &endptr, 0);
131 if ((ret = rtnl_route_set_metric(route, ret, lval)) < 0)
152 unsigned long lval; local
184 lval = strtoul(arg, &endptr, 0);
189 rtnl_route_nh_set_weight(nh, lval);
199 unsigned long lval; local
202 lval = strtoul(arg, &endptr, 0);
204 if ((lval = rtnl_route_str2table(arg)) < 0)
208 rtnl_route_set_table(route, lval);
213 unsigned long lval; local
234 unsigned long lval; local
    [all...]
utils.c 22 unsigned long lval; local
25 lval = strtoul(arg, &endptr, 0);
26 if (endptr == arg || lval == ULONG_MAX)
30 return (uint32_t) lval;
  /libcore/ojluni/src/main/native/
ObjectOutputStream.c 135 jlong lval; local
166 lval = jint_to_jlong(0x7ff80000);
167 lval = jlong_shl(lval, 32);
171 lval = u.l;
173 bytes[dstpos++] = (lval >> 56) & 0xFF;
174 bytes[dstpos++] = (lval >> 48) & 0xFF;
175 bytes[dstpos++] = (lval >> 40) & 0xFF;
176 bytes[dstpos++] = (lval >> 32) & 0xFF;
177 bytes[dstpos++] = (lval >> 24) & 0xFF
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural.y 69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
260 yylex (lval, pexp)
261 YYSTYPE *lval;
294 lval->num = n;
303 lval->op = equal;
314 lval->op = not_equal;
331 lval->op = less_or_equal;
334 lval->op = less_than;
342 lval->op = greater_or_equal;
345 lval->op = greater_than
    [all...]
  /external/e2fsprogs/intl/
plural.y 57 static int yylex (YYSTYPE *lval, const char **pexp);
235 yylex (YYSTYPE *lval, const char **pexp)
267 lval->num = n;
276 lval->op = equal;
287 lval->op = not_equal;
304 lval->op = less_or_equal;
307 lval->op = less_than;
315 lval->op = greater_or_equal;
318 lval->op = greater_than;
323 lval->op = mult
    [all...]
  /external/valgrind/include/
valgrind.h     [all...]
  /external/regex-re2/util/
valgrind.h     [all...]
  /external/v8/src/third_party/valgrind/
valgrind.h     [all...]
  /external/skia/src/animator/
SkAnimateBase.cpp 27 SK_MEMBER(lval, DynamicString),
80 if (lval.size() > 0)
81 SkDebugf("lval=\"%s\" ", lval.c_str());
147 if (lval.size()) {
148 // lval must be of the form x[y]
149 const char* lvalStr = lval.c_str();
157 SkString scriptStr(arrayEnd + 1, lval.size() - arrayNameLen - 2);
  /external/curl/src/
tool_setopt.c 237 const NameValue *nvlist, long lval)
242 ret = curl_easy_setopt(curl, tag, lval);
243 if(!lval)
250 if(nv->value == lval) break; /* found it */
256 CODE2("curl_easy_setopt(hnd, %s, %ldL);", name, lval);
270 const NameValue *nvlist, long lval)
275 ret = curl_easy_setopt(curl, tag, lval);
276 if(!lval)
282 long rest = lval; /* bits not handled yet */
313 long lval)
485 long lval = va_arg(arg, long); local
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-generic-lambda-1y.cpp 41 int lval = 0; local
43 l3(3, lval, d, lval, &lval, &A::i, &A::f, 'c', &d, arr);
  /ndk/sources/host-tools/make-3.81/
makefile.com 30 $ lval = ""
44 then lval = "SYS$COMMON:[DECC$LIB.REFERENCE.DECC$RTLDEF],"
46 then lval = lval+"SYS$COMMON:[DECC$LIB.REFERENCE.SYS$STARLET_C],"
47 $ lval=lval+"SYS$LIBRARY:"
48 $ define sys 'lval
  /external/clang/lib/CodeGen/
CGAtomic.cpp 40 LValue LVal;
74 LVal = lvalue;
97 LVal = LValue::MakeBitfield(Address(Addr, lvalue.getAlignment()),
100 LVal.setTBAAInfo(lvalue.getTBAAInfo());
116 LVal = lvalue;
126 LVal = lvalue;
140 const LValue &getAtomicLValue() const { return LVal; }
142 if (LVal.isSimple())
143 return LVal.getPointer();
144 else if (LVal.isBitField()
    [all...]

Completed in 261 milliseconds

1 2 3 4 5 6 7