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

  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.cpp 61 const char* tok_end = local
63 if (!tok_end) {
64 tok_end = line_end;
67 p = tok_end + 1;
70 if (tok_end == tok_start) {
94 for (const char* t = tok_start; t < tok_end; ++t) {
112 while (tok_end > tok_start && tok_end[-1] == '\n')
113 tok_end--;
115 entry->path_len = tok_end - tok_start
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 368 const TOKENEXTRA *const tok_end,
387 assert(*tok < tok_end);
388 pack_mb_tokens(w, tok, tok_end);
415 TOKENEXTRA **tok, const TOKENEXTRA *const tok_end,
433 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
437 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);
442 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
447 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs)
920 TOKENEXTRA *tok[4][1 << 6], *tok_end; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/src/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 393 milliseconds