Searched refs:htmp (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | by_dir.c | 313 BY_DIR_HASH htmp, *hent; in get_cert_by_subject() local 321 htmp.hash = h; in get_cert_by_subject() 323 if (sk_BY_DIR_HASH_find(ent->hashes, &idx, &htmp)) { in get_cert_by_subject() 409 htmp.hash = h; in get_cert_by_subject() 411 if (sk_BY_DIR_HASH_find(ent->hashes, &idx, &htmp)) in get_cert_by_subject()
|
/external/antlr/runtime/ObjC/Framework/ |
D | HashMap.m | 758 HashMap *htmp; 760 htmp = [HashMap newHashMap]; 762 ((HashMap *)htmp)->fNext = *map; 763 [htmp setScope:[((HashMap *)htmp->fNext) getScope]+1]; 765 htmp->ptrBuffer[idx] = ((HashMap *)htmp->fNext)->ptrBuffer[idx]; 769 *map = htmp; 770 return( htmp ); 777 HashMap *htmp; 779 htmp = *map; 781 *map = (HashMap *)htmp->fNext; [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 123 char oline[256], htmp[5]; in STACK_OF() local 170 BIO_snprintf(htmp, sizeof htmp, "%X", p[0] << 8 | p[1]); in STACK_OF() 172 BUF_strlcat(oline, htmp, sizeof(oline)); in STACK_OF()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 1053 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->hpos_idx]); in _nvfx_vertprog_translate() local 1055 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none)); in _nvfx_vertprog_translate() 1064 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->cvtx_idx]); in _nvfx_vertprog_translate() local 1081 nvfx_vp_emit(vpc, arith(0, VEC, DP4, cdst, mask, htmp, ceqn, none)); in _nvfx_vertprog_translate()
|