Lines Matching defs:index
35 unsigned int index, mod_num;
38 for (index = 0; index < IMG_MAX_TYPES; index++) {
39 parser_lib_indices[index] = INVALID_IDX;
49 for (index = 0; index < mod_num; index++) {
52 validate_desc(&parser_lib_descs[index]);
55 parser_lib_descs[index].init();
58 assert(parser_lib_indices[parser_lib_descs[index].img_type] ==
61 /* Keep the index of this hash calculator */
62 parser_lib_indices[parser_lib_descs[index].img_type] = index;
79 /* Find the index of the required image parser */
119 /* Find the index of the required image parser library */