Home
last modified time | relevance | path

Searched refs:bc_cnt (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dregexp-sequences.py26 bc_cnt = [None] * seqlen
28 bc_cnt[i] = {}
45 bc_cnt[i][key] = bc_cnt[i].get(key,0) + 1
48 return bc_cnt, total
59 bc_cnt, total = parse(argv[1],max_seq)
64 print_most_common(bc_cnt[i], i, total)

Completed in 1 milliseconds