Searched refs:htmp (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | by_dir.c | 270 BY_DIR_HASH htmp, *hent; in get_cert_by_subject_ex() local 279 htmp.hash = h; in get_cert_by_subject_ex() 282 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); in get_cert_by_subject_ex() 366 htmp.hash = h; in get_cert_by_subject_ex() 367 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); in get_cert_by_subject_ex()
|
/third_party/openssl/crypto/asn1/ |
D | asn_mime.c | 926 MIME_HEADER htmp; in mime_hdr_find() local 929 htmp.name = (char *)name; in mime_hdr_find() 930 htmp.value = NULL; in mime_hdr_find() 931 htmp.params = NULL; in mime_hdr_find() 933 idx = sk_MIME_HEADER_find(hdrs, &htmp); in mime_hdr_find()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 1054 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->hpos_idx]); in _nvfx_vertprog_translate() local 1056 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none)); in _nvfx_vertprog_translate() 1065 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->cvtx_idx]); in _nvfx_vertprog_translate() local 1082 nvfx_vp_emit(vpc, arith(0, VEC, DP4, cdst, mask, htmp, ceqn, none)); in _nvfx_vertprog_translate()
|