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

/external/webp/src/enc/
H A Dvp8l.c278 const HuffmanTreeToken* const tokens, const int num_tokens,
281 for (i = 0; i < num_tokens; ++i) {
305 int num_tokens; local
316 num_tokens = VP8LCreateCompressedHuffmanTree(tree, tokens, max_tokens);
320 for (i = 0; i < num_tokens; ++i) {
333 int trimmed_length = num_tokens;
336 int i = num_tokens;
352 length = write_trimmed_length ? trimmed_length : num_tokens;
276 StoreHuffmanTreeToBitMask( VP8LBitWriter* const bw, const HuffmanTreeToken* const tokens, const int num_tokens, const HuffmanTreeCode* const huffman_code) argument
/external/clang/tools/c-index-test/
H A Dc-index-test.c2611 unsigned num_tokens; local
2689 clang_tokenize(TU, range, &tokens, &num_tokens);
2696 cursors = (CXCursor *)malloc(num_tokens * sizeof(CXCursor));
2697 clang_annotateTokens(TU, tokens, num_tokens, cursors);
2704 for (i = 0; i != num_tokens; ++i) {
2731 clang_disposeTokens(TU, tokens, num_tokens);

Completed in 65 milliseconds