Searched refs:func_count (Results 1 – 3 of 3) sorted by relevance
171 func_count = 0174 func_count += 1177 funcnames = [None] * func_count186 for i in range(0, func_count):190 print("#define GLAPI_TABLE_COUNT %d" % func_count)192 for i in range(0, func_count):
6 func_count = 015 func_count += 119 return func_count38 func_count = count_enclosed_functions (func_text)39 if func_count != 1:
1370 uint32_t func_count = inner.consume_u32v("number of functions"); in DecodeBranchHintsSection() local1373 for (uint32_t i = 0; i < func_count; i++) { in DecodeBranchHintsSection()