/external/libchrome/base/third_party/valgrind/ |
D | valgrind.h | 791 #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/libaom/libaom/aom_mem/ |
D | aom_mem.h | 52 #define AOM_CHECK_MEM_ERROR(error_info, lval, expr) \ argument 61 #define AOM_CHECK_MEM_ERROR(error_info, lval, expr) \ argument
|
/external/libnl/src/lib/ |
D | route.c | 114 unsigned long lval; in nl_cli_route_parse_metric() local 155 unsigned long lval; in nl_cli_route_parse_nexthop() local 214 unsigned long lval; in nl_cli_route_parse_table() local 232 unsigned long lval; in nl_cli_route_parse_prio() local 253 unsigned long lval; in nl_cli_route_parse_protocol() local
|
D | utils.c | 45 unsigned long lval; in nl_cli_parse_u32() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common.h | 50 #define CHECK_MEM_ERROR(cm, lval, expr) \ argument 59 #define CHECK_MEM_ERROR(cm, lval, expr) \ argument
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/ptr_ref_typedef/ |
D | main.cpp | 4 int lval = 1; in main() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 777 inline void setValue(LValue *lval) { data = lval; } in setValue() 916 isShortRegVal(LValue *lval) in isShortRegVal() 932 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) in init() 1490 LValue *lval = node->getValue(); in selectRegisters() local 1509 LValue *lval = nodes[i].getValue(); in selectRegisters() local 1530 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i)); in allocateRegisters() local 1608 LValue *lval = reinterpret_cast<LValue *>(it.get()); in cleanup() local 1687 SpillCodeInserter::offsetSlot(Value *base, const LValue *lval) in offsetSlot() 1700 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill() 1741 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) in unspill() [all …]
|
D | nv50_ir_ssa.cpp | 333 LValue *lval; in convertToSSA() local 427 LValue *lval = val->asLValue(); in mkUndefined() local 454 LValue *lval, *ssa; in search() local
|
D | nv50_ir_build_util.h | 230 LValue *lval = new_LValue(func, f); in getScratch() local 238 LValue *lval = new_LValue(func, f); in getSSA() local
|
/external/libjpeg-turbo/ |
D | jpegtran.c | 287 long lval; in parse_switches() local 341 long lval; in parse_switches() local
|
D | cjpeg.c | 368 long lval; in parse_switches() local 444 long lval; in parse_switches() local
|
/external/llvm-project/clang/test/CodeGenCoroutines/ |
D | coro-await.cpp | 280 suspend_always lval; in AwaitLValue() local 281 co_await lval; in AwaitLValue() local
|
/external/strace/tests-mx32/ |
D | overflowuid.c | 41 long lval; in read_int_from_file() local
|
/external/strace/tests-m32/ |
D | overflowuid.c | 41 long lval; in read_int_from_file() local
|
/external/strace/tests/ |
D | overflowuid.c | 41 long lval; in read_int_from_file() local
|
/external/bcc/src/cc/frontends/b/ |
D | lexer.h | 44 int yylex(BisonParser::semantic_type *lval, BisonParser::location_type *lloc) { in yylex()
|
/external/libcxx/utils/google-benchmark/test/ |
D | donotoptimize_test.cc | 50 BitRef lval = BitRef::Make(); in main() local
|
/external/google-benchmark/test/ |
D | donotoptimize_test.cc | 50 BitRef lval = BitRef::Make(); in main() local
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | donotoptimize_test.cc | 50 BitRef lval = BitRef::Make(); in main() local
|
/external/libaom/libaom/av1/common/ |
D | common.h | 52 #define CHECK_MEM_ERROR(cm, lval, expr) \ argument
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | donotoptimize_test.cc | 50 BitRef lval = BitRef::Make(); in main() local
|
/external/curl/src/ |
D | tool_setopt.c | 286 const struct NameValue *nvlist, long lval) in tool_setopt_enum() 320 const struct NameValue *nvlist, long lval) in tool_setopt_flags() 363 long lval) in tool_setopt_bitmask() 653 long lval = va_arg(arg, long); in tool_setopt() local
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 127 handle_ident(struct asm_parser_state *state, const char *text, YYSTYPE *lval) in handle_ident()
|
/external/e2fsprogs/intl/ |
D | plural.y | 235 yylex (YYSTYPE *lval, const char **pexp) in yylex()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_int.h | 137 #define CHECK_MEM_ERROR(lval, expr) \ argument 146 #define CHECK_MEM_ERROR(lval, expr) \ argument
|