HomeSort by: relevance | last modified time | path
    Searched defs:v_end (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gmake/dist/
variable.c 869 struct variable **v_end;
888 v_end = v_slot + set->table.ht_size;
889 for ( ; v_slot < v_end; v_slot++)
958 v_end = v_slot + table.ht_size;
959 for ( ; v_slot < v_end; v_slot++)
859 struct variable **v_end; local
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
memory.h 211 xen_ulong_t v_start, v_end; /* Start and end virtual addresses. */ member in struct:xen_machphys_mapping

Completed in 19 milliseconds