Searched refs:tmp_result (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | addr.c | 336 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local 341 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s() 343 return addr_is_all0s(&tmp_result); in addr_host_is_all0s() 500 struct xaddr tmp_mask, tmp_result; in addr_netmatch() local 507 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch() 509 return addr_cmp(&tmp_result, net); in addr_netmatch()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/engines/ |
| D | e_loader_attic.c | 1202 OSSL_STORE_INFO *tmp_result; in file_load_try_decode() local 1206 tmp_result = in file_load_try_decode() 1230 store_info_free(tmp_result); in file_load_try_decode() 1234 tmp_result = NULL; in file_load_try_decode() 1238 result = tmp_result; in file_load_try_decode()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | sem.c | 984 SI tmp_result; in SEM_FN_NAME() local 998 tmp_result = ADDSI (GET_H_GR (FLD (f_GRi)), GET_H_GR (FLD (f_GRj))); in SEM_FN_NAME() 999 if (EQSI (tmp_result, 0)) { in SEM_FN_NAME() 1002 if (LTSI (tmp_result, 0)) { in SEM_FN_NAME() 1009 SI opval = tmp_result; in SEM_FN_NAME() 1038 SI tmp_result; in SEM_FN_NAME() local 1052 tmp_result = SUBSI (GET_H_GR (FLD (f_GRi)), GET_H_GR (FLD (f_GRj))); in SEM_FN_NAME() 1053 if (EQSI (tmp_result, 0)) { in SEM_FN_NAME() 1056 if (LTSI (tmp_result, 0)) { in SEM_FN_NAME() 1063 SI opval = tmp_result; in SEM_FN_NAME() [all …]
|