HomeSort by relevance Sort by last modified time
    Searched refs:index_value (Results 1 - 5 of 5) sorted by null

  /external/kmod/libkmod/
libkmod-index.h 24 struct index_value { struct
25 struct index_value *next;
37 struct index_value *index_searchwild(struct index_file *idx, const char *key);
39 void index_values_free(struct index_value *values);
47 struct index_value *index_mm_searchwild(struct index_mm *idx, const char *key);
libkmod-index.c 151 void index_values_free(struct index_value *values)
154 struct index_value *value = values;
161 static int add_value(struct index_value **values,
164 struct index_value *v;
170 v = malloc(sizeof(struct index_value) + len + 1);
230 struct index_value *values;
368 struct index_value *v;
470 struct index_value **out)
472 struct index_value *v;
487 struct index_value **out
    [all...]
libkmod.c 430 struct index_value *realnames, *realname;
  /external/kmod/tools/
depmod.c 157 struct index_value { struct
158 struct index_value *next;
166 struct index_value *values;
194 static void index_values_free(struct index_value *values)
197 struct index_value *value = values;
232 static int index_add_value(struct index_value **values,
235 struct index_value *v;
250 v = NOFAIL(calloc(sizeof(struct index_value) + len + 1, 1));
380 const struct index_value *v;
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 5060 HValue* index_value = Add<HConstant>(index); local
    [all...]

Completed in 258 milliseconds