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

  /external/libvpx/
usage.dox 10 - \ref usage_types
20 \section usage_types Important Data Types
  /external/e2fsprogs/misc/
mke2fs.c 937 const char *usage_types,
1008 if (!usage_types)
1009 usage_types = size_type;
1011 parse_str = malloc(usage_types ? strlen(usage_types)+1 : 1);
1016 if (usage_types)
1017 strcpy(parse_str, usage_types);
1146 const char * usage_types = 0; local
    [all...]

Completed in 257 milliseconds