HomeSort by relevance Sort by last modified time
    Searched defs:tok_end (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_proc_maps.cpp 63 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[-1] == '\n'
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_bitstream.c 370 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_row, mi_col + bs)
922 TOKENEXTRA *tok[4][1 << 6], *tok_end; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 372 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_row, mi_col + bs)
932 TOKENEXTRA *tok[4][1 << 6], *tok_end; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 453 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 + 1)
    [all...]

Completed in 1096 milliseconds