Home
last modified time | relevance | path

Searched refs:lval (Results 1 – 25 of 70) sorted by relevance

123

/external/regex-re2/util/
Dvalgrind.h713 #define CALL_FN_W_v(lval, orig) \ argument
726 lval = (__typeof__(lval)) _res; \
729 #define CALL_FN_W_W(lval, orig, arg1) \ argument
745 lval = (__typeof__(lval)) _res; \
748 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
766 lval = (__typeof__(lval)) _res; \
769 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
789 lval = (__typeof__(lval)) _res; \
792 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
814 lval = (__typeof__(lval)) _res; \
[all …]
/external/valgrind/include/
Dvalgrind.h1238 #define CALL_FN_W_v(lval, orig) \ argument
1253 lval = (__typeof__(lval)) _res; \
1256 #define CALL_FN_W_W(lval, orig, arg1) \ argument
1274 lval = (__typeof__(lval)) _res; \
1277 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
1297 lval = (__typeof__(lval)) _res; \
1300 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
1322 lval = (__typeof__(lval)) _res; \
1325 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
1348 lval = (__typeof__(lval)) _res; \
[all …]
/external/v8/src/third_party/valgrind/
Dvalgrind.h747 #define CALL_FN_W_v(lval, orig) \ argument
760 lval = (__typeof__(lval)) _res; \
763 #define CALL_FN_W_W(lval, orig, arg1) \ argument
780 lval = (__typeof__(lval)) _res; \
783 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
802 lval = (__typeof__(lval)) _res; \
805 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
826 lval = (__typeof__(lval)) _res; \
829 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
851 lval = (__typeof__(lval)) _res; \
[all …]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ssa.cpp332 LValue *lval; in convertToSSA() local
345 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue(); in convertToSSA()
346 if (!lval || lval->defs.empty()) in convertToSSA()
354 for (Value::DefIterator d = lval->defs.begin(); in convertToSSA()
355 d != lval->defs.end(); ++d) { in convertToSSA()
381 if (!dfBB->liveSet.test(lval->id)) in convertToSSA()
384 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size)); in convertToSSA()
387 phi->setDef(0, lval); in convertToSSA()
389 phi->setSrc(s, lval); in convertToSSA()
426 LValue *lval = val->asLValue(); in mkUndefined() local
[all …]
Dnv50_ir_ra.cpp629 inline void setValue(LValue *lval) { data = lval; } in setValue() argument
739 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) in init() argument
741 setValue(lval); in init()
742 if (lval->reg.data.id >= 0) in init()
743 lval->noSpill = lval->fixedReg = 1; in init()
745 colors = regs.units(lval->reg.file, lval->reg.size); in init()
746 f = lval->reg.file; in init()
748 if (lval->reg.data.id >= 0) in init()
749 reg = regs.idToUnits(lval); in init()
753 degreeLimit = regs.getFileSize(f, lval->reg.size); in init()
[all …]
Dnv50_ir_build_util.h220 LValue *lval = new_LValue(func, f); in getScratch() local
221 lval->reg.size = size; in getScratch()
222 return lval; in getScratch()
228 LValue *lval = new_LValue(func, f); in getSSA() local
229 lval->ssa = 1; in getSSA()
230 lval->reg.size = size; in getSSA()
231 return lval; in getSSA()
Dnv50_ir_print.cpp644 const Value *lval = Value::get(it)->asLValue(); in printLiveIntervals() local
645 if (lval && !lval->livei.isEmpty()) { in printLiveIntervals()
646 INFO("livei(%%%i): ", lval->id); in printLiveIntervals()
647 lval->livei.print(); in printLiveIntervals()
/external/libnl/src/lib/
Droute.c113 unsigned long lval; in nl_cli_route_parse_metric() local
127 lval = strtoul(arg, &endptr, 0); in nl_cli_route_parse_metric()
131 if ((ret = rtnl_route_set_metric(route, ret, lval)) < 0) in nl_cli_route_parse_metric()
152 unsigned long lval; in nl_cli_route_parse_nexthop() local
184 lval = strtoul(arg, &endptr, 0); in nl_cli_route_parse_nexthop()
189 rtnl_route_nh_set_weight(nh, lval); in nl_cli_route_parse_nexthop()
199 unsigned long lval; in nl_cli_route_parse_table() local
202 lval = strtoul(arg, &endptr, 0); in nl_cli_route_parse_table()
204 if ((lval = rtnl_route_str2table(arg)) < 0) in nl_cli_route_parse_table()
208 rtnl_route_set_table(route, lval); in nl_cli_route_parse_table()
[all …]
Dutils.c22 unsigned long lval; in nl_cli_parse_u32() local
25 lval = strtoul(arg, &endptr, 0); in nl_cli_parse_u32()
26 if (endptr == arg || lval == ULONG_MAX) in nl_cli_parse_u32()
30 return (uint32_t) lval; in nl_cli_parse_u32()
/external/e2fsprogs/intl/
Dplural.y57 static int yylex (YYSTYPE *lval, const char **pexp);
235 yylex (YYSTYPE *lval, const char **pexp) in yylex() argument
267 lval->num = n; in yylex()
276 lval->op = equal; in yylex()
287 lval->op = not_equal; in yylex()
304 lval->op = less_or_equal; in yylex()
307 lval->op = less_than; in yylex()
315 lval->op = greater_or_equal; in yylex()
318 lval->op = greater_than; in yylex()
323 lval->op = mult; in yylex()
[all …]
Dplural.c78 static int yylex (YYSTYPE *lval, const char **pexp);
1344 yylex (YYSTYPE *lval, const char **pexp) in yylex() argument
1376 lval->num = n; in yylex()
1385 lval->op = equal; in yylex()
1396 lval->op = not_equal; in yylex()
1413 lval->op = less_or_equal; in yylex()
1416 lval->op = less_than; in yylex()
1424 lval->op = greater_or_equal; in yylex()
1427 lval->op = greater_than; in yylex()
1432 lval->op = mult; in yylex()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_common.h48 #define CHECK_MEM_ERROR(cm, lval, expr) do { \ argument
49 lval = (expr); \
50 if (!lval) \
52 "Failed to allocate "#lval" at %s:%d", \
56 #define CHECK_MEM_ERROR(cm, lval, expr) do { \ argument
57 lval = (expr); \
58 if (!lval) \
60 "Failed to allocate "#lval); \
/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h139 #define CHECK_MEM_ERROR(lval,expr) do {\ argument
140 lval = (expr); \
141 if(!lval) \
143 "Failed to allocate "#lval" at %s:%d", \
147 #define CHECK_MEM_ERROR(lval,expr) do {\ argument
148 lval = (expr); \
149 if(!lval) \
151 "Failed to allocate "#lval);\
/external/curl/src/
Dtool_setopt.c237 const NameValue *nvlist, long lval) in tool_setopt_enum() argument
242 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt_enum()
243 if(!lval) in tool_setopt_enum()
250 if(nv->value == lval) break; /* found it */ in tool_setopt_enum()
256 CODE2("curl_easy_setopt(hnd, %s, %ldL);", name, lval); in tool_setopt_enum()
270 const NameValue *nvlist, long lval) in tool_setopt_flags() argument
275 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt_flags()
276 if(!lval) in tool_setopt_flags()
282 long rest = lval; /* bits not handled yet */ in tool_setopt_flags()
313 long lval) in tool_setopt_bitmask() argument
[all …]
Dtool_setopt.h76 const NameValue *nv, long lval);
79 const NameValue *nv, long lval);
82 const NameValueUnsigned *nv, long lval);
/external/libjpeg-turbo/
Djpegtran.c242 long lval; in parse_switches() local
247 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches()
250 lval *= 1000L; in parse_switches()
251 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
287 long lval; in parse_switches() local
292 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches()
294 if (lval < 0 || lval > 65535L) in parse_switches()
297 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
300 cinfo->restart_in_rows = (int) lval; in parse_switches()
Dcjpeg.c310 long lval; in parse_switches() local
315 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches()
318 lval *= 1000L; in parse_switches()
319 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
383 long lval; in parse_switches() local
388 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches()
390 if (lval < 0 || lval > 65535L) in parse_switches()
393 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
396 cinfo->restart_in_rows = (int) lval; in parse_switches()
Ddjpeg.c326 long lval; in parse_switches() local
331 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches()
334 lval *= 1000L; in parse_switches()
335 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp3-generic-lambda-1y.cpp41 int lval = 0; in main() local
43 l3(3, lval, d, lval, &lval, &A::i, &A::f, 'c', &d, arr); in main()
/external/skia/src/animator/
DSkAnimateBase.cpp27 SK_MEMBER(lval, DynamicString),
80 if (lval.size() > 0) in dump()
81 SkDebugf("lval=\"%s\" ", lval.c_str()); in dump()
147 if (lval.size()) { in onEndElement()
149 const char* lvalStr = lval.c_str(); in onEndElement()
157 SkString scriptStr(arrayEnd + 1, lval.size() - arrayNameLen - 2); in onEndElement()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h734 #define CHECK_MEM_ERROR(lval,expr) do {\ argument
735 lval = (expr); \
736 if(!lval) \
738 "Failed to allocate "#lval" at %s:%d", \
742 #define CHECK_MEM_ERROR(lval,expr) do {\ argument
743 lval = (expr); \
744 if(!lval) \
746 "Failed to allocate "#lval);\
/external/curl/lib/
Dparsedate.c401 long lval; in parsedate() local
407 lval = strtol(date, &end, 10); in parsedate()
416 if((lval > (long)INT_MAX) || (lval < (long)INT_MIN)) in parsedate()
420 val = curlx_sltosi(lval); in parsedate()
/external/opencv/cv/src/
Dcvstereobm.cpp229 int lval = lptr[0]; in icvFindStereoCorrespondenceBM_SSE2() local
232 int diff = abs(lval - rptr[d]); in icvFindStereoCorrespondenceBM_SSE2()
236 htext[y] += tab[lval]; in icvFindStereoCorrespondenceBM_SSE2()
263 int lval = lptr[0]; in icvFindStereoCorrespondenceBM_SSE2() local
264 __m128i lv = _mm_set1_epi8((char)lval), z = _mm_setzero_si128(); in icvFindStereoCorrespondenceBM_SSE2()
280 htext[y] += tab[lval] - tab[lptr_sub[0]]; in icvFindStereoCorrespondenceBM_SSE2()
435 int lval = lptr[0]; in icvFindStereoCorrespondenceBM() local
438 int diff = abs(lval - rptr[d]); in icvFindStereoCorrespondenceBM()
442 htext[y] += tab[lval]; in icvFindStereoCorrespondenceBM()
469 int lval = lptr[0]; in icvFindStereoCorrespondenceBM() local
[all …]
/external/opencv3/modules/calib3d/src/
Dstereobm.cpp374 int lval = lptr[0]; in findStereoCorrespondenceBM_SSE2() local
375 __m128i lv = _mm_set1_epi8((char)lval), z = _mm_setzero_si128(); in findStereoCorrespondenceBM_SSE2()
388 htext[y] += tab[lval]; in findStereoCorrespondenceBM_SSE2()
416 int lval = lptr[0]; in findStereoCorrespondenceBM_SSE2() local
417 __m128i lv = _mm_set1_epi8((char)lval), z = _mm_setzero_si128(); in findStereoCorrespondenceBM_SSE2()
433 htext[y] += tab[lval] - tab[lptr_sub[0]]; in findStereoCorrespondenceBM_SSE2()
630 int lval = lptr[0]; in findStereoCorrespondenceBM() local
632 int16x8_t lv = vdupq_n_s16 ((int16_t)lval); in findStereoCorrespondenceBM()
649 int diff = std::abs(lval - rptr[d]); in findStereoCorrespondenceBM()
654 htext[y] += tab[lval]; in findStereoCorrespondenceBM()
[all …]
/external/opencv3/modules/imgproc/src/
Dcontours.cpp1081 int lval = (img0_i ? in cvFindNextContour() local
1084 _CvContourInfo *cur = scanner->cinfo_table[lval]; in cvFindNextContour()
1153 int lval; in cvFindNextContour() local
1157 lval = img_i[x - is_hole] & 127; in cvFindNextContour()
1166 lval = nbd; in cvFindNextContour()
1174 lval, &(l_cinfo->rect) ); in cvFindNextContour()
1179 l_cinfo->next = scanner->cinfo_table[lval]; in cvFindNextContour()
1180 scanner->cinfo_table[lval] = l_cinfo; in cvFindNextContour()

123