| /src/games/hack/ |
| hack.rip.c | 86 static void center(int, char *); 98 center(6, buf); 100 center(7, buf); 105 center(8, buf); 120 center(9, buf); 121 center(10, buf + i1); 124 center(11, buf); 130 center(int line __unused, char *text) function
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| statistics.cc | 41 auto center = copy.begin() + v.size() / 2; local 42 std::nth_element(copy.begin(), center, copy.end()); 45 // if yes, then center is the median 46 // it no, then we are looking for the average between center and the value 48 if (v.size() % 2 == 1) return *center; 51 return (*center + *center2) / 2.0;
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| statistics.cc | 41 auto center = copy.begin() + v.size() / 2; local 42 std::nth_element(copy.begin(), center, copy.end()); 45 // if yes, then center is the median 46 // it no, then we are looking for the average between center and the value before 48 return *center; 51 return (*center + *center2) / 2.0;
|
| /src/games/rogue/ |
| score.c | 60 static void center(short, const char *); 130 center(21, nick_name); 131 center(22, message_buf); 660 center(short row, const char *buf) function
|
| /src/usr.bin/fmt/ |
| fmt.c | 75 static int center; variable 120 center++; 219 if (center) {
|
| /src/usr.bin/cal/ |
| cal.c | 208 static void center(const char *, int, int); 397 center(lineout, week_len * month_per_row + 404 center("", week_len, head_sep); 415 center(month_names[month + i], week_len, sep); 420 center(lineout, week_len, sep); 426 center("", week_len, head_sep); 651 center(const char *str, int len, int separate) function
|
| /src/external/bsd/wpa/dist/src/ap/ |
| acs.c | 1188 int center; local 1190 wpa_printf(MSG_DEBUG, "ACS: Adjusting center frequency"); 1196 center = iface->conf->channel + 1199 center = acs_get_bw_center_chan(iface->freq, ACS_BW40); 1201 center = iface->conf->channel; 1204 center = acs_get_bw_center_chan(iface->freq, ACS_BW80); 1207 center = acs_get_bw_center_chan(iface->freq, ACS_BW160); 1212 center = acs_get_bw_center_chan(iface->freq, 1216 center = acs_get_bw_center_chan(iface->freq, 1234 hostapd_set_oper_centr_freq_seg0_idx(iface->conf, center); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| psymtab.c | 327 const struct partial_symbol **top, **real_top, **bottom, **center; 344 /* Binary search. This search is guaranteed to end with center 355 center = bottom + (top - bottom) / 2; 357 gdb_assert (center < top); 359 if (strcmp_iw_ordered ((*center)->ginfo.search_name (), 362 top = center; 366 bottom = center + 1; 326 const struct partial_symbol **top, **real_top, **bottom, **center; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| psymtab.c | 327 const struct partial_symbol **top, **real_top, **bottom, **center; 344 /* Binary search. This search is guaranteed to end with center 355 center = bottom + (top - bottom) / 2; 357 gdb_assert (center < top); 359 if (strcmp_iw_ordered ((*center)->ginfo.search_name (), 362 top = center; 366 bottom = center + 1; 326 const struct partial_symbol **top, **real_top, **bottom, **center; local
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| object.cpp | 366 position object::center() function in class:object 650 out->text(center(), text, ntext, angle); 670 position center() { return cent; } function in class:rectangle_object 1209 position center() { return (strt + en)/2.0; } function in class:line_object 1521 position center() { return cent; } function in class:arc_object 1732 // We ignore the with attribute. The at attribute always refers to the center. 1769 // compute the center
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Print.cc | 699 Hist_data *center; local 710 center = dbev->get_hist_data (mlist, Histable::FUNCTION, 0, 714 center->update_max (hist_metric); 719 if (center->size () > 0) 721 center->update_total (callers->get_totals ()); 723 center->print_row (&sb, 0, hist_metric, NTXT ("*")); 730 delete center; 1013 Hist_data *center = dbev->get_hist_data (mlist, Histable::FUNCTION, 0, local 1027 // calculate max. width using data from callers, callees, center 1031 center->update_max (hist_metric) 1150 Hist_data *center = dbev->get_hist_data (mlist, Histable::FUNCTION, 0, local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Print.cc | 699 Hist_data *center; local 710 center = dbev->get_hist_data (mlist, Histable::FUNCTION, 0, 714 center->update_max (hist_metric); 719 if (center->size () > 0) 721 center->update_total (callers->get_totals ()); 723 center->print_row (&sb, 0, hist_metric, NTXT ("*")); 730 delete center; 1013 Hist_data *center = dbev->get_hist_data (mlist, Histable::FUNCTION, 0, local 1027 // calculate max. width using data from callers, callees, center 1031 center->update_max (hist_metric) 1150 Hist_data *center = dbev->get_hist_data (mlist, Histable::FUNCTION, 0, local [all...] |
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| env.cpp | 1317 void center() function 3245 init_request("ce", center);
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| render.h | 1175 xcb_render_pointfix_t center; member in struct:xcb_render_create_conical_gradient_request_t 3227 xcb_render_pointfix_t center, 3244 xcb_render_pointfix_t center,
|