Home
last modified time | relevance | path

Searched defs:lval (Results 1 – 25 of 54) sorted by relevance

123

/external/libchrome/base/third_party/valgrind/
Dvalgrind.h791 #define CALL_FN_W_v(lval, orig) \ argument
807 #define CALL_FN_W_W(lval, orig, arg1) \ argument
827 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
849 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
873 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
898 #define CALL_FN_W_5W(lval, orig, arg1,arg2,arg3,arg4,arg5) \ argument
926 #define CALL_FN_W_6W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6) \ argument
956 #define CALL_FN_W_7W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
989 #define CALL_FN_W_8W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
1023 #define CALL_FN_W_9W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
[all …]
/external/v8/src/third_party/valgrind/
Dvalgrind.h747 #define CALL_FN_W_v(lval, orig) \ argument
763 #define CALL_FN_W_W(lval, orig, arg1) \ argument
783 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
805 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
829 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
854 #define CALL_FN_W_5W(lval, orig, arg1,arg2,arg3,arg4,arg5) \ argument
882 #define CALL_FN_W_6W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6) \ argument
912 #define CALL_FN_W_7W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
945 #define CALL_FN_W_8W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
979 #define CALL_FN_W_9W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
[all …]
/external/libaom/libaom/aom_mem/
Daom_mem.h48 #define AOM_CHECK_MEM_ERROR(error_info, lval, expr) \ argument
57 #define AOM_CHECK_MEM_ERROR(error_info, lval, expr) \ argument
/external/libnl/src/lib/
Droute.c113 unsigned long lval; in nl_cli_route_parse_metric() local
152 unsigned long lval; in nl_cli_route_parse_nexthop() local
199 unsigned long lval; in nl_cli_route_parse_table() local
217 unsigned long lval; in nl_cli_route_parse_prio() local
238 unsigned long lval; in nl_cli_route_parse_protocol() local
Dutils.c37 unsigned long lval; in nl_cli_parse_u32() local
/external/libvpx/libvpx/vp9/common/
Dvp9_common.h50 #define CHECK_MEM_ERROR(cm, lval, expr) \ argument
59 #define CHECK_MEM_ERROR(cm, lval, expr) \ argument
/external/libjpeg-turbo/
Djpegtran.c253 long lval; in parse_switches() local
298 long lval; in parse_switches() local
Dcjpeg.c327 long lval; in parse_switches() local
400 long lval; in parse_switches() local
Ddjpeg.c343 long lval; in parse_switches() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp732 inline void setValue(LValue *lval) { data = lval; } in setValue()
852 isShortRegVal(LValue *lval) in isShortRegVal()
868 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) in init()
1424 LValue *lval = node->getValue(); in selectRegisters() local
1443 LValue *lval = nodes[i].getValue(); in selectRegisters() local
1464 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i)); in allocateRegisters() local
1522 LValue *lval = reinterpret_cast<LValue *>(it.get()); in cleanup() local
1605 SpillCodeInserter::offsetSlot(Value *base, const LValue *lval) in offsetSlot()
1618 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill()
1659 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) in unspill()
[all …]
Dnv50_ir_ssa.cpp333 LValue *lval; in convertToSSA() local
427 LValue *lval = val->asLValue(); in mkUndefined() local
454 LValue *lval, *ssa; in search() local
Dnv50_ir_build_util.h230 LValue *lval = new_LValue(func, f); in getScratch() local
238 LValue *lval = new_LValue(func, f); in getSSA() local
/external/strace/tests-mx32/
Doverflowuid.c41 long lval; in read_int_from_file() local
/external/strace/tests-m32/
Doverflowuid.c41 long lval; in read_int_from_file() local
/external/strace/tests/
Doverflowuid.c41 long lval; in read_int_from_file() local
/external/curl/src/
Dtool_setopt.c272 const NameValue *nvlist, long lval) in tool_setopt_enum()
305 const NameValue *nvlist, long lval) in tool_setopt_flags()
348 long lval) in tool_setopt_bitmask()
637 long lval = va_arg(arg, long); in tool_setopt() local
/external/bcc/src/cc/frontends/b/
Dlexer.h44 int yylex(BisonParser::semantic_type *lval, BisonParser::location_type *lloc) { in yylex()
/external/libcxx/utils/google-benchmark/test/
Ddonotoptimize_test.cc50 BitRef lval = BitRef::Make(); in main() local
/external/libaom/libaom/av1/common/
Dcommon.h52 #define CHECK_MEM_ERROR(cm, lval, expr) \ argument
/external/google-benchmark/test/
Ddonotoptimize_test.cc50 BitRef lval = BitRef::Make(); in main() local
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l122 handle_ident(struct asm_parser_state *state, const char *text, YYSTYPE *lval) in handle_ident()
/external/e2fsprogs/intl/
Dplural.y235 yylex (YYSTYPE *lval, const char **pexp) in yylex()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h137 #define CHECK_MEM_ERROR(lval, expr) \ argument
146 #define CHECK_MEM_ERROR(lval, expr) \ argument
/external/u-boot/lib/bzip2/
Dbzlib_decompress.c117 #define GET_MTF_VAL(label1,label2,lval) \ argument
/external/bzip2/
Ddecompress.c74 #define GET_MTF_VAL(label1,label2,lval) \ argument

123