Home
last modified time | relevance | path

Searched refs:all_widths (Results 1 – 5 of 5) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dint_util_test.cc31 static std::vector<uint8_t> all_widths = {1, 2, 4, 8}; variable
35 for (const uint8_t min_width : all_widths) { in CheckUIntWidth()
48 for (const uint8_t min_width : all_widths) { in CheckUIntWidth()
57 for (const uint8_t min_width : all_widths) { in CheckIntWidth()
70 for (const uint8_t min_width : all_widths) { in CheckIntWidth()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dint_util_test.cc37 static std::vector<uint8_t> all_widths = {1, 2, 4, 8}; variable
41 for (const uint8_t min_width : all_widths) { in CheckUIntWidth()
54 for (const uint8_t min_width : all_widths) { in CheckUIntWidth()
63 for (const uint8_t min_width : all_widths) { in CheckIntWidth()
76 for (const uint8_t min_width : all_widths) { in CheckIntWidth()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dint_util_test.cc37 static std::vector<uint8_t> all_widths = {1, 2, 4, 8}; variable
41 for (const uint8_t min_width : all_widths) { in CheckUIntWidth()
54 for (const uint8_t min_width : all_widths) { in CheckUIntWidth()
63 for (const uint8_t min_width : all_widths) { in CheckIntWidth()
76 for (const uint8_t min_width : all_widths) { in CheckIntWidth()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DFScreen.c630 int all_widths, all_heights; in FindScreenOfXY() local
632 all_widths = monitor_get_all_widths(); in FindScreenOfXY()
638 xa %= all_widths; in FindScreenOfXY()
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A Dwrappers.R1448 all_widths <- c(existing_widths, widths) vector
1453 all_widths <- all_widths[ord]
1457 names(all_widths) <- all_names
1458 wb$colWidths[[sheet]] <- all_widths