HomeSort by relevance Sort by last modified time
    Searched full:v_slot (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/make-3.81/
variable.c 868 struct variable **v_slot;
887 v_slot = (struct variable **) set->table.ht_vec;
888 v_end = v_slot + set->table.ht_size;
889 for ( ; v_slot < v_end; v_slot++)
890 if (! HASH_VACANT (*v_slot))
893 struct variable *v = *v_slot;
957 v_slot = (struct variable **) table.ht_vec;
958 v_end = v_slot + table.ht_size;
959 for ( ; v_slot < v_end; v_slot++
858 struct variable **v_slot; local
    [all...]

Completed in 46 milliseconds