Lines Matching defs:used
33 used to endorse or promote products derived from this software
185 Int used;
193 h->used = 0;
207 for (i = 0; i < h->used; i++) {
226 for (i = 0; i < h->used; i++) {
234 if (h->used == h->size) {
246 h->used = j;
254 vassert(h->used < h->size);
255 h->inuse[h->used] = True;
256 h->key[h->used] = key;
257 h->val[h->used] = val;
258 h->used++;
599 for (j = 0; j < h->used; j++) {
691 for (j = 0; j < env->used; j++)
777 for (j = 0; j < env->used; j++)
836 for (j = 0; j < env->used; j++)
846 for (j = 0; j < env->used; j++) {
936 for (j = 0; j < env->used; j++)
1157 /* Debugging-only hack (not used in production runs): make a guess
1159 different types. If in doubt return False. Is only used when
2382 only used for debug printing, not for "real" operation. For
3082 are known to be used after the current point. On encountering 't =
3083 E', delete the binding if it is not used. Otherwise, add any temp
3120 /* it's an IRTemp which never got used. Delete it. */
3928 for (j = 0; j < aenv->used; j++) {
3998 for (j = 0; j < aenv->used; j++)
4002 if (j < aenv->used) {
4928 /* An interval. Used to record the bytes in the guest state accessed
5224 used. If not found, return NULL. */
5242 'single-shot', so once a binding is used, it is marked as no longer
5772 vex_printf(" used %d\n", (Int)uses[i] );