Home
last modified time | relevance | path

Searched refs:tok_end (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c378 const TOKENEXTRA *const tok_end, in write_modes_b() argument
400 assert(*tok < tok_end); in write_modes_b()
401 pack_mb_tokens(w, tok, tok_end, cm->bit_depth); in write_modes_b()
428 TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_modes_sb() argument
448 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb()
452 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb()
455 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb()
457 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col); in write_modes_sb()
460 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb()
462 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs); in write_modes_sb()
[all …]
/external/libedit/src/
Dhistedit.h240 void tok_end(Tokenizer *);
Dreadline.c2030 tok_end(tok); in rl_parse_and_bind()
/external/libedit/examples/
Dtc1.c305 tok_end(tok); in main()
/external/jsmn/
Djsmn_test.c28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ argument
30 && (t).end == tok_end \
/external/curl/lib/
Durl.c4527 size_t tok_end; in check_noproxy() local
4547 for(tok_start = 0; tok_start < no_proxy_len; tok_start = tok_end + 1) { in check_noproxy()
4557 for(tok_end = tok_start; tok_end < no_proxy_len && in check_noproxy()
4558 strchr(separator, no_proxy[tok_end]) == NULL; ++tok_end) in check_noproxy()
4569 if((tok_end - tok_start) <= namelen) { in check_noproxy()
4571 const char *checkn = name + namelen - (tok_end - tok_start); in check_noproxy()
4573 tok_end - tok_start)) { in check_noproxy()
4574 if((tok_end - tok_start) == namelen || *(checkn - 1) == '.') { in check_noproxy()