Lines Matching defs:start_index
253 saveargs_has_args(uint8_t *ins, size_t size, uint_t argc, int start_index)
262 argc = MIN((start_index + argc), INSTR_ARRAY_SIZE);
298 ret = start_index ?
317 for (j = start_index; j < argc; j++) {
326 found |= (1 << (j - start_index));
329 ((1 << (argc - start_index)) - 1)) {
343 if (start_index != 0) {
354 /* argc is inclusive of start_index, allow for that */
355 for (j = 0; j < (argc - start_index); j++) {
360 ((1 << (argc - start_index)) - 1)) {