Home
last modified time | relevance | path

Searched refs:htmp (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.m165 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/
DANTLRHashMap.m165 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/
DANTLRHashMap.m165 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/
DANTLRHashMap.m167 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/
Dby_dir.c313 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/
Dv3_alt.c120 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/
Dnvfx_vertprog.c1060 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()