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

  /external/chromium_org/third_party/android_crazy_linker/src/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...]
  /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/chromium_org/third_party/libvpx/source/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)
934 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...]
  /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/libedit/src/
histedit.h 240 void tok_end(Tokenizer *);
readline.c     [all...]
  /prebuilts/libs/libedit/include/
histedit.h 240 void tok_end(Tokenizer *);
  /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...]
  /external/libedit/examples/
tc1.c 305 tok_end(tok);
  /external/jsmn/
jsmn_test.c 28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \
30 && (t).end == tok_end \

Completed in 1613 milliseconds