Searched refs:htmp (Results 1 – 7 of 7) sorted by relevance
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRHashMap.m | 165 ANTLRHashMap *htmp; 167 htmp = [ANTLRHashMap newANTLRHashMap]; 169 ((ANTLRHashMap *)htmp)->fNext = *map; 170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1]; 172 htmp->ptrBuffer[idx] = ((ANTLRHashMap *)htmp->fNext)->ptrBuffer[idx]; 176 *map = htmp; 177 return( htmp ); 184 ANTLRHashMap *htmp; 186 htmp = *map; 188 *map = (ANTLRHashMap *)htmp->fNext; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRHashMap.m | 165 ANTLRHashMap *htmp; 167 htmp = [ANTLRHashMap newANTLRHashMap]; 169 ((ANTLRHashMap *)htmp)->fNext = *map; 170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1]; 172 htmp->ptrBuffer[idx] = ((ANTLRHashMap *)htmp->fNext)->ptrBuffer[idx]; 176 *map = htmp; 177 return( htmp ); 184 ANTLRHashMap *htmp; 186 htmp = *map; 188 *map = (ANTLRHashMap *)htmp->fNext; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRHashMap.m | 165 ANTLRHashMap *htmp; 167 htmp = [ANTLRHashMap newANTLRHashMap]; 169 ((ANTLRHashMap *)htmp)->fNext = *map; 170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1]; 172 htmp->ptrBuffer[idx] = ((ANTLRHashMap *)htmp->fNext)->ptrBuffer[idx]; 176 *map = htmp; 177 return( htmp ); 184 ANTLRHashMap *htmp; 186 htmp = *map; 188 *map = (ANTLRHashMap *)htmp->fNext; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRHashMap.m | 167 ANTLRHashMap *htmp; 169 htmp = [ANTLRHashMap newANTLRHashMap]; 171 ((ANTLRHashMap *)htmp)->fNext = *map; 172 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1]; 174 htmp->ptrBuffer[idx] = ((ANTLRHashMap *)htmp->fNext)->ptrBuffer[idx]; 178 *map = htmp; 179 return( htmp ); 186 ANTLRHashMap *htmp; 188 htmp = *map; 190 *map = (ANTLRHashMap *)htmp->fNext; [all …]
|
/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() 408 htmp.hash = h; in get_cert_by_subject() 409 if (sk_BY_DIR_HASH_find(ent->hashes, &idx, &htmp)) in get_cert_by_subject()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 120 char oline[256], htmp[5]; in STACK_OF() local 167 BIO_snprintf(htmp, sizeof htmp, "%X", p[0] << 8 | p[1]); in STACK_OF() 169 strcat(oline, htmp); in STACK_OF()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 1060 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->hpos_idx]); in _nvfx_vertprog_translate() local 1062 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none)); in _nvfx_vertprog_translate() 1071 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->cvtx_idx]); in _nvfx_vertprog_translate() local 1088 nvfx_vp_emit(vpc, arith(0, VEC, DP4, cdst, mask, htmp, ceqn, none)); in _nvfx_vertprog_translate()
|