Home
last modified time | relevance | path

Searched defs:max_tokens (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/tests/graw/
Ddisasm.c59 const size_t max_tokens = 1024*1024; in disasm() local
/third_party/boost/libs/program_options/src/
Dcmdline.cpp318 unsigned max_tokens = xd->semantic()->max_tokens(); in run() local
439 unsigned max_tokens = d.semantic()->max_tokens(); in finish_option() local
Dvalue_semantic.cpp103 untyped_value::max_tokens() const in max_tokens() function in boost::program_options::untyped_value
/third_party/boost/boost/program_options/
Dvalue_semantic.hpp315 unsigned max_tokens() const { in max_tokens() function in boost::program_options::typed_value
/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.c327 HuffmanTreeToken* tokens, int max_tokens) { in VP8LCreateCompressedHuffmanTree()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.c327 HuffmanTreeToken* tokens, int max_tokens) { in VP8LCreateCompressedHuffmanTree()
/third_party/boost/boost/test/utils/iterator/
Dtoken_iterator.hpp169 nfp::typed_keyword<std::size_t,struct max_tokens_t > max_tokens; variable
/third_party/glib/glib/
Dgstrfuncs.c2389 gint max_tokens) in g_strsplit()
2466 gint max_tokens) in g_strsplit_set()
Dgregex.c2469 gint max_tokens, in g_regex_split_full()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c591 const int max_tokens = tree->num_symbols; in StoreFullHuffmanCode() local
780 int max_tokens = 0; in EncodeImageNoHuffman() local
1009 int max_tokens = 0; in EncodeImageInternal() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c832 const int max_tokens = tree->num_symbols; in StoreFullHuffmanCode() local
1018 int max_tokens = 0; in EncodeImageNoHuffman() local
1241 int max_tokens = 0; in EncodeImageInternal() local
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c993 int max_tokens = 0; in gst_mpdparser_parse_utctiming_node() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c730 FT_UInt max_tokens, in ps_parser_to_token_array()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c731 FT_UInt max_tokens, in ps_parser_to_token_array()
/third_party/freetype/src/psaux/
Dpsobjs.c730 FT_UInt max_tokens, in ps_parser_to_token_array()
/third_party/glib/glib/tests/
Dregex.c682 gint max_tokens; member