Searched refs:tmp_result (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | addrmatch.c | 298 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local 303 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s() 305 return (addr_is_all0s(&tmp_result)); in addr_host_is_all0s() 352 struct xaddr tmp_mask, tmp_result; in addr_netmatch() local 359 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch() 361 return addr_cmp(&tmp_result, net); in addr_netmatch()
|
/external/v8/src/compiler/ |
D | simd-scalar-lowering.cc | 1364 Node* tmp_result = false_node; in LowerNode() local 1368 tmp_result = true_node; in LowerNode() 1377 tmp_result = is_false.Phi(MachineRepresentation::kWord32, false_node, in LowerNode() 1378 tmp_result); in LowerNode() 1380 tmp_result = is_false.Phi(MachineRepresentation::kWord32, tmp_result, in LowerNode() 1384 rep_node[0] = tmp_result; in LowerNode()
|
/external/aac/libAACdec/src/ |
D | usacdec_lpd.cpp | 231 FIXP_DBL tmp_result = fMult(corr, temp1); in bass_pf_1sf_delay() local 242 tmp_result >>= (-diff); in bass_pf_1sf_delay() 245 if (tmp_result > point95) T = T2; in bass_pf_1sf_delay()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 734 LiftoffRegister tmp_result = LiftoffRegister::ForPair(dst_low, dst_high); in OpWithCarry() local 735 if (tmp_result != dst) assm->Move(dst, tmp_result, kWasmI64); in OpWithCarry()
|
/external/python/cpython2/Python/ |
D | ast.c | 1629 expr_ty tmp_result, tmp; in ast_for_binop() local 1640 tmp_result = BinOp(result, newoperator, tmp, in ast_for_binop() 1643 if (!tmp_result) in ast_for_binop() 1645 result = tmp_result; in ast_for_binop()
|
/external/python/cpython3/Python/ |
D | ast.c | 2328 expr_ty tmp_result, tmp; in ast_for_binop() local 2339 tmp_result = BinOp(result, newoperator, tmp, in ast_for_binop() 2342 if (!tmp_result) in ast_for_binop() 2344 result = tmp_result; in ast_for_binop()
|