Searched defs:tok_end (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_proc_maps.cpp63 const char* tok_end; local
65 tok_end = static_cast<const char*>(memchr(p, separator, range));
67 tok_end = NULL;
68 if (!tok_end) {
69 tok_end = line_end;
72 p = tok_end + 1;
75 if (tok_end == tok_start) {
99 for (const char* t = tok_start; t < tok_end; ++t) {
117 while (tok_end > tok_start && tok_end[
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c370 const TOKENEXTRA *const tok_end,
389 assert(*tok < tok_end);
390 pack_mb_tokens(w, tok, tok_end);
417 TOKENEXTRA **tok, const TOKENEXTRA *const tok_end,
437 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
441 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
444 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
446 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
449 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
451 write_modes_b(cpi, tile, w, tok, tok_end, mi_ro
368 write_modes_b(VP9_COMP *cpi, const TileInfo *const tile, vp9_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, int mi_row, int mi_col) argument
415 write_modes_sb(VP9_COMP *cpi, const TileInfo *const tile, vp9_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, int mi_row, int mi_col, BLOCK_SIZE bsize) argument
473 write_modes(VP9_COMP *cpi, const TileInfo *const tile, vp9_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end) argument
922 TOKENEXTRA *tok[4][1 << 6], *tok_end; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c372 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end,
391 assert(*tok < tok_end);
392 pack_mb_tokens(w, tok, tok_end);
418 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end,
436 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
440 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
443 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
448 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
450 write_modes_b(cpi, tile, w, tok, tok_end, mi_ro
371 write_modes_b(VP9_COMP *cpi, const TileInfo *const tile, vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end, int mi_row, int mi_col) argument
416 write_modes_sb(VP9_COMP *cpi, const TileInfo *const tile, vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end, int mi_row, int mi_col, BLOCK_SIZE bsize) argument
472 write_modes(VP9_COMP *cpi, const TileInfo *const tile, vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end) argument
932 TOKENEXTRA *tok[4][1 << 6], *tok_end; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c453 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; local
462 tok_end = strstr(tok, "-");
464 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
465 if (!tok_end) {
471 bind_cpu_1 = atol(tok_end + 1);
585 char *tok, *tok_end, *tok_step, *tok_mul; local
593 tok_end = strstr(tok, "-");
595 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
596 if (!tok_end) {
602 bind_node_1 = atol(tok_end
[all...]

Completed in 227 milliseconds