Home
last modified time | relevance | path

Searched refs:func_count (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_gentable.py171 func_count = 0
174 func_count += 1
177 funcnames = [None] * func_count
186 for i in range(0, func_count):
190 print("#define GLAPI_TABLE_COUNT %d" % func_count)
192 for i in range(0, func_count):
/third_party/libsnd/
Dmake_lite.py6 func_count = 0
15 func_count += 1
19 return func_count
38 func_count = count_enclosed_functions (func_text)
39 if func_count != 1:
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1370 uint32_t func_count = inner.consume_u32v("number of functions"); in DecodeBranchHintsSection() local
1373 for (uint32_t i = 0; i < func_count; i++) { in DecodeBranchHintsSection()