Lines Matching defs:token_instance_num
48 * @token_instance_num: number of times the same @token_id needs to be parsed i.e. the function
49 * looks for @token_instance_num of each token in the token array associated
54 size_t object_size, int token_instance_num)
126 if (!(num_tokens_matched % token_instance_num))
486 * @token_instance_num: number of times the same @token_id needs to be parsed i.e. the function
487 * looks for @token_instance_num of each token in the token array associated
495 int array_size, u32 token_id, int token_instance_num,
530 while (array_size > 0 && found < num_tokens * token_instance_num) {
591 if (found == num_tokens * token_instance_num)
703 * @token_instance_num: number of times the same tokens needs to be parsed i.e. the function
704 * looks for @token_instance_num of each token in the @tokens
713 int array_size, int token_instance_num, size_t object_size)
721 while (array_size > 0 && total < count * token_instance_num) {