Searched refs:numargs (Results 1 – 6 of 6) sorted by relevance
73 unsigned int numargs; in ps7_config() local85 numargs = 3; in ps7_config()92 numargs = 2; in ps7_config()103 numargs = 2; in ps7_config()115 ptr += numargs; in ps7_config()
12991 int numargs; // number of arguments of this instruction in ps7_config() local13001 numargs = ptr[0] & 0xF; in ps7_config()13004 for( j = 0 ; j < numargs ; j ++ ) in ps7_config()13006 ptr += numargs + 1; in ps7_config()
12751 int numargs; // number of arguments of this instruction in ps7_config() local12761 numargs = ptr[0] & 0xF; in ps7_config()12764 for( j = 0 ; j < numargs ; j ++ ) in ps7_config()12766 ptr += numargs + 1; in ps7_config()
13084 int numargs; // number of arguments of this instruction in ps7_config() local13094 numargs = ptr[0] & 0xF; in ps7_config()13097 for( j = 0 ; j < numargs ; j ++ ) in ps7_config()13099 ptr += numargs + 1; in ps7_config()
12649 int numargs; // number of arguments of this instruction in ps7_config() local12659 numargs = ptr[0] & 0xF; in ps7_config()12662 for( j = 0 ; j < numargs ; j ++ ) in ps7_config()12664 ptr += numargs + 1; in ps7_config()
12834 int numargs; /* number of arguments of this instruction */ in ps7_config() local12844 numargs = ptr[0] & 0xF; in ps7_config()12847 for (j = 0; j < numargs; j++) in ps7_config()12849 ptr += numargs + 1; in ps7_config()