Lines Matching refs:index
183 index = MIN_DECL_LIST_LEN + 1
186 while index < len(decl_list):
189 prog_decl = '%s, %s %s' % (prog_decl, decl_list[index - 1], decl_list[index])
190 index += 2
322 index = MIN_DECL_LIST_LEN + 1
325 while index < len(decl_list):
328 member_index_list.append(index)
329 index += 2
359 for index in member_index_list:
362 member_name = decl_list[index]
395 for index , arg_item in enumerate(arg_type_list):
397 arg_type_list[index] = "__u8"
400 arg_type_list[index] = "__u16"
403 arg_type_list[index] = "__u32"
406 arg_type_list[index] = "__u64"
409 arg_type_list[index] = "__s8"
412 arg_type_list[index] = "__s16"
415 arg_type_list[index] = "__s32"
418 arg_type_list[index] = "__s64"
421 for index, arg_item in enumerate(arg_type_list):
422 if index == 0:
424 arg_type = "%s %s" % (arg_type, arg_type_list[index])
452 index = 0
453 while index < length:
454 if index == 0:
455 fn_name = args_list[index]
458 index = index + 1
460 arg_type = underscore_int_types(args_list[index])
461 index = index + 1
462 if index >= length:
464 arg_name = args_list[index]
465 index = index + 1