Searched refs:htmp (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dby_dir.c336 BY_DIR_HASH htmp, *hent; local
346 htmp.hash = h;
348 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
446 htmp.hash = h;
447 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
/external/openssl/crypto/x509/
H A Dby_dir.c330 BY_DIR_HASH htmp, *hent; local
340 htmp.hash = h;
342 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
440 htmp.hash = h;
441 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_alt.c110 char oline[256], htmp[5]; local
153 BIO_snprintf(htmp, sizeof htmp,
156 strcat(oline, htmp);
/external/openssl/crypto/x509v3/
H A Dv3_alt.c110 char oline[256], htmp[5]; local
153 BIO_snprintf(htmp, sizeof htmp,
156 strcat(oline, htmp);
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn_mime.c883 MIME_HEADER htmp; local
885 htmp.name = name;
886 idx = sk_MIME_HEADER_find(hdrs, &htmp);
/external/openssl/crypto/asn1/
H A Dasn_mime.c883 MIME_HEADER htmp; local
885 htmp.name = name;
886 idx = sk_MIME_HEADER_find(hdrs, &htmp);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c1068 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->hpos_idx]); local
1070 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none));
1079 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->cvtx_idx]); local
1096 nvfx_vp_emit(vpc, arith(0, VEC, DP4, cdst, mask, htmp, ceqn, none));
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c1068 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->hpos_idx]); local
1070 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none));
1079 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->cvtx_idx]); local
1096 nvfx_vp_emit(vpc, arith(0, VEC, DP4, cdst, mask, htmp, ceqn, none));

Completed in 2868 milliseconds