Searched refs:tokcount (Results 1 – 5 of 5) sorted by relevance
/external/jsmn/example/ |
D | jsondump.c | 81 size_t tokcount = 2; in main() local 87 tok = malloc(sizeof(*tok) * tokcount); in main() 117 r = jsmn_parse(&p, js, jslen, tok, tokcount); in main() 120 tokcount = tokcount * 2; in main() 121 tok = realloc_it(tok, sizeof(*tok) * tokcount); in main()
|
/external/ply/ply/ply/ |
D | cpp.py | 514 tokcount,args,positions = self.collect_args(tokens[j:]) 517 i = j + tokcount 523 i = j + tokcount 529 … args[len(m.arglist)-1] = tokens[j+positions[len(m.arglist)-1]:j+tokcount-1] 537 tokens[i:j+tokcount] = rep 820 tokcount, args, positions = self.collect_args(linetok[1:]) 846 mvalue = self.tokenstrip(linetok[1+tokcount:])
|
/external/python/pycparser/pycparser/ply/ |
D | cpp.py | 511 tokcount,args,positions = self.collect_args(tokens[j:]) 514 i = j + tokcount 520 i = j + tokcount 526 … args[len(m.arglist)-1] = tokens[j+positions[len(m.arglist)-1]:j+tokcount-1] 534 tokens[i:j+tokcount] = rep 811 tokcount, args, positions = self.collect_args(linetok[1:]) 837 mvalue = self.tokenstrip(linetok[1+tokcount:])
|
/external/e2fsprogs/lib/support/ |
D | dict.c | 1241 int tokcount = 0; in tokenize() local 1254 tokcount++; in tokenize() 1261 return tokcount; in tokenize()
|
/external/f2fs-tools/fsck/ |
D | dict.c | 1211 int tokcount = 0; in tokenize() local 1224 tokcount++; in tokenize() 1231 return tokcount; in tokenize()
|