Home
last modified time | relevance | path

Searched refs:tab_size (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/iostreams/example/
Dtab_expanding_filter.hpp25 explicit tab_expanding_stdio_filter(int tab_size = 8) in tab_expanding_stdio_filter() argument
26 : tab_size_(tab_size), col_no_(0) in tab_expanding_stdio_filter()
28 assert(tab_size > 0); in tab_expanding_stdio_filter()
60 explicit tab_expanding_input_filter(int tab_size = 8) in tab_expanding_input_filter() argument
61 : tab_size_(tab_size), col_no_(0), spaces_(0) in tab_expanding_input_filter()
63 assert(tab_size > 0); in tab_expanding_input_filter()
109 explicit tab_expanding_output_filter(int tab_size = 8) in tab_expanding_output_filter() argument
110 : tab_size_(tab_size), col_no_(0), spaces_(0) in tab_expanding_output_filter()
112 assert(tab_size > 0); in tab_expanding_output_filter()
/third_party/mesa3d/src/panfrost/perf/
Dpan_gen_perf.py102 tab_size = 3
157 c.indent(tab_size)
167 c.outdent(tab_size)
173 c.indent(tab_size)
178 c.indent(tab_size)
186 c.indent(tab_size)
190 c.indent(tab_size)
197 c.indent(tab_size)
206 c.outdent(tab_size)
211 c.outdent(tab_size)
[all …]
/third_party/ffmpeg/libavcodec/
Dmpeg4video.c67 #define tab_size ((signed)FF_ARRAY_ELEMS(s->direct_scale_mv[0])) macro
68 #define tab_bias (tab_size / 2)
74 for (i = 0; i < tab_size; i++) { in ff_mpeg4_init_direct_mv()
90 if ((unsigned)(p_mx + tab_bias) < tab_size) { in ff_mpeg4_set_one_direct_mv()
100 if ((unsigned)(p_my + tab_bias) < tab_size) { in ff_mpeg4_set_one_direct_mv()
111 #undef tab_size
Dituh263dec.c629 #define tab_size ((signed)FF_ARRAY_ELEMS(s->direct_scale_mv[0])) macro
630 #define tab_bias (tab_size / 2)
639 if ((unsigned)(p_mx + tab_bias) < tab_size) { in set_one_direct_mv()
647 if ((unsigned)(p_my + tab_bias) < tab_size) { in set_one_direct_mv()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-sel-eng.c1365 gulong tab_size = 0, in cr_sel_eng_get_matched_rulesets() local
1385 tab_size = stmts_chunck_size; in cr_sel_eng_get_matched_rulesets()
1386 tab_len = tab_size; in cr_sel_eng_get_matched_rulesets()
1392 (tab_size + stmts_chunck_size) in cr_sel_eng_get_matched_rulesets()
1399 tab_size += stmts_chunck_size; in cr_sel_eng_get_matched_rulesets()
1401 tab_len = tab_size - index; in cr_sel_eng_get_matched_rulesets()
1404 tab_len = tab_size - stmts_chunck_size + tab_len; in cr_sel_eng_get_matched_rulesets()
1431 gulong tab_size = 0, in cr_sel_eng_get_matched_properties_from_cascade() local
1447 if (tab_size - index < 1) { in cr_sel_eng_get_matched_properties_from_cascade()
1449 (stmts_tab, (tab_size + stmts_chunck_size) in cr_sel_eng_get_matched_properties_from_cascade()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpjpegpay.c430 guint quant_size, tab_size; in gst_rtp_jpeg_pay_read_quant_table() local
461 tab_size = 128; in gst_rtp_jpeg_pay_read_quant_table()
463 tab_size = 64; in gst_rtp_jpeg_pay_read_quant_table()
466 if (quant_size < tab_size + 1) in gst_rtp_jpeg_pay_read_quant_table()
469 GST_LOG ("read quant table %d, tab_size %d, prec %02x", id, tab_size, prec); in gst_rtp_jpeg_pay_read_quant_table()
471 tables[id].size = tab_size; in gst_rtp_jpeg_pay_read_quant_table()
474 quant_size -= (tab_size + 1); in gst_rtp_jpeg_pay_read_quant_table()
475 if (!gst_buffer_memory_advance_bytes (memory, tab_size)) { in gst_rtp_jpeg_pay_read_quant_table()
501 tab_size + 1); in gst_rtp_jpeg_pay_read_quant_table()
/third_party/boost/tools/build/src/engine/
Dhash.cpp328 stats->tab_size = 0; in hashstats_init()
360 stats->tab_size += hp->tab.nel; in hashstats_add()
373 stats->tab_size, in hashstats_print()
375 (long unsigned)stats->tab_size * sizeof( ITEM * * ) / 1024, in hashstats_print()
Dhash.h70 int tab_size; member
/third_party/vulkan-headers/
D.cmake-format.py8 tab_size = 4 variable