Home
last modified time | relevance | path

Searched full:tab_size (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/panfrost/perf/
Dpan_gen_perf.py103 tab_size = 3
155 c.indent(tab_size)
165 c.outdent(tab_size)
171 c.indent(tab_size)
177 c.indent(tab_size)
185 c.indent(tab_size)
189 c.indent(tab_size)
196 c.indent(tab_size)
205 c.outdent(tab_size)
210 c.outdent(tab_size)
[all …]
/third_party/ffmpeg/libavcodec/
Dmpeg4video.c79 #define tab_size ((signed)FF_ARRAY_ELEMS(s->direct_scale_mv[0])) macro
80 #define tab_bias (tab_size / 2)
86 for (i = 0; i < tab_size; i++) { in ff_mpeg4_init_direct_mv()
102 if ((unsigned)(p_mx + tab_bias) < tab_size) { in ff_mpeg4_set_one_direct_mv()
112 if ((unsigned)(p_my + tab_bias) < tab_size) { in ff_mpeg4_set_one_direct_mv()
123 #undef tab_size
Dituh263dec.c719 #define tab_size ((signed)FF_ARRAY_ELEMS(s->direct_scale_mv[0])) macro
720 #define tab_bias (tab_size / 2)
729 if ((unsigned)(p_mx + tab_bias) < tab_size) { in set_one_direct_mv()
737 if ((unsigned)(p_my + tab_bias) < tab_size) { in set_one_direct_mv()
/third_party/typescript/scripts/eslint/rules/
Dsimple-indent.cjs20 const TAB_SIZE = 4;
56 … .replaceTextRange([rangeStart, rangeEnd], whitespace.replace(TAB_REGEX, " ".repeat(TAB_SIZE)));
/third_party/vk-gl-cts/framework/delibs/
Ddoxygen_base.cfg4 TAB_SIZE = 4
/third_party/libcoap/
Dcmake-format.yaml10 tab_size: 2
/third_party/libevdev/doc/
Dlibevdev.doxygen.in5 TAB_SIZE = 8
/third_party/libinput/doc/api/
Dlibinput.doxygen.in5 TAB_SIZE = 8
/third_party/libbpf/docs/sphinx/doxygen/
DDoxyfile26 TAB_SIZE = 4
/third_party/lame/ACM/tinyxml/
Ddox196 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
199 TAB_SIZE = 4
/third_party/backends/doc/
Ddoxygen-sanei.conf.in29 TAB_SIZE = 8
Ddoxygen-genesys.conf.in29 TAB_SIZE = 8
/third_party/skia/third_party/externals/microhttpd/doc/doxygen/
Dlibmicrohttpd.doxy37 TAB_SIZE = 8
/third_party/libwebsockets/
Dlibwebsockets.dox29 TAB_SIZE = 8
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dlibtommath.c1878 #define TAB_SIZE 32 macro
1880 #define TAB_SIZE 256 macro
1885 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod()
2962 mp_int M[TAB_SIZE], res; in mp_exptmod_fast()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dlibtommath.c1870 #define TAB_SIZE 32 macro
1872 #define TAB_SIZE 256 macro
1877 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod()
2954 mp_int M[TAB_SIZE], res; in mp_exptmod_fast()
/third_party/popt/
DDoxyfile.in170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
173 TAB_SIZE = 8
/third_party/ninja/doc/
Ddoxygen.config172 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
175 TAB_SIZE = 2
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc3262 uint64_t tab_size = tab1->UintArray(vform_tab, &table[0]); in Table() local
3263 if (tab2 != NULL) tab_size += tab2->UintArray(vform_tab, &table[tab_size]); in Table()
3264 if (tab3 != NULL) tab_size += tab3->UintArray(vform_tab, &table[tab_size]); in Table()
3265 if (tab4 != NULL) tab_size += tab4->UintArray(vform_tab, &table[tab_size]); in Table()
3270 if (index < tab_size) result[i] = table[index]; in Table()
/third_party/libabigail/doc/website/
Dlibabigail-website.doxy191 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
194 TAB_SIZE = 4
/third_party/libabigail/doc/api/
Dlibabigail.doxy190 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
193 TAB_SIZE = 4
/third_party/pulseaudio/doxygen/
Ddoxygen.conf.in186 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
189 TAB_SIZE = 4
/third_party/libexif/doc/
DDoxyfile-internals.in215 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
219 TAB_SIZE = 8
/third_party/icu/icu4c/source/
DDoxyfile.in223 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
227 TAB_SIZE = 8
/third_party/flatbuffers/docs/source/
Ddoxyfile215 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
219 TAB_SIZE = 2

12