Home
last modified time | relevance | path

Searched full:rows (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_sse2.c89 INLINE void compress_pre(__m128i rows[4], const uint32_t cv[8], in compress_pre()
92 rows[0] = loadu((uint8_t *)&cv[0]); in compress_pre()
93 rows[1] = loadu((uint8_t *)&cv[4]); in compress_pre()
94 rows[2] = set4(IV[0], IV[1], IV[2], IV[3]); in compress_pre()
95 rows[3] = set4(counter_low(counter), counter_high(counter), in compress_pre()
108 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0); in compress_pre()
110 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre()
111 diagonalize(&rows[0], &rows[2], &rows[3]); in compress_pre()
114 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2); in compress_pre()
117 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre()
[all …]
H A Dblake3_sse41.c83 INLINE void compress_pre(__m128i rows[4], const uint32_t cv[8], in compress_pre()
86 rows[0] = loadu((uint8_t *)&cv[0]); in compress_pre()
87 rows[1] = loadu((uint8_t *)&cv[4]); in compress_pre()
88 rows[2] = set4(IV[0], IV[1], IV[2], IV[3]); in compress_pre()
89 rows[3] = set4(counter_low(counter), counter_high(counter), in compress_pre()
102 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0); in compress_pre()
104 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre()
105 diagonalize(&rows[0], &rows[2], &rows[3]); in compress_pre()
108 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2); in compress_pre()
111 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre()
[all …]
H A Dblake3_avx512.c116 INLINE void compress_pre(__m128i rows[4], const uint32_t cv[8], in compress_pre()
119 rows[0] = loadu_128((uint8_t *)&cv[0]); in compress_pre()
120 rows[1] = loadu_128((uint8_t *)&cv[4]); in compress_pre()
121 rows[2] = set4(IV[0], IV[1], IV[2], IV[3]); in compress_pre()
122 rows[3] = set4(counter_low(counter), counter_high(counter), in compress_pre()
135 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0); in compress_pre()
137 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre()
138 diagonalize(&rows[0], &rows[2], &rows[3]); in compress_pre()
141 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2); in compress_pre()
144 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h127 Matrix(unsigned Rows, unsigned Cols) : in Matrix() argument
128 Rows(Rows), Cols(Cols), Data(std::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix()
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() argument
134 : Rows(Rows), Cols(Cols), in Matrix()
135 Data(std::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix()
136 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal); in Matrix()
141 : Rows(M.Rows), Cols(M.Cols), in Matrix()
142 Data(std::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix()
143 std::copy(M.Data.get(), M.Data.get() + (Rows * Cols), Data.get()); in Matrix()
148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { in Matrix()
[all …]
/freebsd/contrib/ncurses/menu/
H A Dm_format.c36 * Set and get maximum numbers of rows and columns in menus *
47 | Function : int set_menu_format(MENU *menu, int rows, int cols)
49 | Description : Sets the maximum number of rows and columns of items
60 set_menu_format(MENU *menu, int rows, int cols) in MENU_EXPORT()
63 T((T_CALLED("set_menu_format(%p,%d,%d)"), (void *)menu, rows, cols)); in MENU_EXPORT()
65 if (rows < 0 || cols < 0) in MENU_EXPORT()
78 if (rows == 0) in MENU_EXPORT()
79 rows = menu->frows; in MENU_EXPORT()
86 menu->frows = (short)rows; in MENU_EXPORT()
89 assert(rows > 0 && cols > 0); in MENU_EXPORT()
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h189 bsddialog_calendar(struct bsddialog_conf *conf, const char *text, int rows,
193 bsddialog_checklist(struct bsddialog_conf *conf, const char *text, int rows,
198 bsddialog_datebox(struct bsddialog_conf *conf, const char *text, int rows,
202 bsddialog_form(struct bsddialog_conf *conf, const char *text, int rows,
207 bsddialog_gauge(struct bsddialog_conf *conf, const char *text, int rows,
211 bsddialog_infobox(struct bsddialog_conf *conf, const char *text, int rows,
215 bsddialog_menu(struct bsddialog_conf *conf, const char *text, int rows,
220 bsddialog_mixedgauge(struct bsddialog_conf *conf, const char *text, int rows,
225 bsddialog_mixedlist(struct bsddialog_conf *conf, const char *text, int rows,
230 bsddialog_msgbox(struct bsddialog_conf *conf, const char *text, int rows,
[all...]
H A Dbsddialog.371 .Fa "int rows"
81 .Fa "int rows"
94 .Fa "int rows"
106 .Fa "int rows"
117 .Fa "int rows"
130 .Fa "int rows"
145 .Fa "int rows"
156 .Fa "int rows"
167 .Fa "int rows"
179 .Fa "int rows"
[all...]
H A Dmessagebox.c58 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0) in message_size_position()
60 if (set_widget_autosize(d->conf, d->rows, d->cols, &d->h, &d->w, in message_size_position()
96 do_message(struct bsddialog_conf *conf, const char *text, int rows, int cols, in do_message() argument
105 if (prepare_dialog(conf, text, rows, cols, &d) != 0) in do_message()
198 bsddialog_msgbox(struct bsddialog_conf *conf, const char *text, int rows,
201 return (do_message(conf, text, rows, cols, OK_LABEL, NULL)); in bsddialog_yesno()
205 bsddialog_yesno(struct bsddialog_conf *conf, const char *text, int rows,
208 return (do_message(conf, text, rows, cols, "Yes", "No")); in bsddialog_infobox()
212 bsddialog_infobox(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_infobox()
218 if (prepare_dialog(conf, text, rows, col in bsddialog_infobox()
193 bsddialog_msgbox(struct bsddialog_conf * conf,const char * text,int rows,int cols) bsddialog_msgbox() argument
200 bsddialog_yesno(struct bsddialog_conf * conf,const char * text,int rows,int cols) bsddialog_yesno() argument
207 bsddialog_infobox(struct bsddialog_conf * conf,const char * text,int rows,int cols) bsddialog_infobox() argument
[all...]
H A Dlib_util.c678 text_size(struct bsddialog_conf *conf, int rows, int cols, const char *text, in text_size() argument
689 /* Rows */ in text_size()
690 if (rows == BSDDIALOG_AUTOSIZE || rows == BSDDIALOG_FULLSCREEN) { in text_size()
693 maxhtext = rows - BORDERS - rowsnotext; in text_size()
799 set_widget_size(struct bsddialog_conf *conf, int rows, int cols, int *h, int *w) in set_widget_size() argument
806 if (rows == BSDDIALOG_FULLSCREEN) in set_widget_size()
808 else if (rows < BSDDIALOG_FULLSCREEN) in set_widget_size()
810 else if (rows > BSDDIALOG_AUTOSIZE) /* fixed rows */ in set_widget_size()
829 set_widget_autosize(struct bsddialog_conf * conf,int rows,int cols,int * h,int * w,const char * text,int * rowstext,struct buttons * bs,int hnotext,int minw) set_widget_autosize() argument
1126 print_string(WINDOW * win,int * rows,int cols,int * y,int * x,wchar_t * str,bool color) print_string() argument
1183 int i, j, z, rows, cols, x, y, tablen; print_textpad() local
1327 prepare_dialog(struct bsddialog_conf * conf,const char * text,int rows,int cols,struct dialog * d) prepare_dialog() argument
[all...]
/freebsd/contrib/nvi/vi/
H A Dvs_split.c53 if (sp->rows < 4) { in vs_split()
71 half = sp->rows / 2; in vs_split()
98 new->rows = sp->rows - half; /* New. */ in vs_split()
100 sp->rows = half; /* Old. */ in vs_split()
101 sp->roff += new->rows; in vs_split()
107 memcpy(_HMAP(sp), _HMAP(sp) + new->rows, in vs_split()
108 (sp->t_maxrows - new->rows) * sizeof(SMAP)); in vs_split()
110 new->rows = half; /* New. */ in vs_split()
111 sp->rows -= half; /* Old. */ in vs_split()
112 new->roff = sp->roff + sp->rows; in vs_split()
[all …]
/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.138 .Ar rows
68 .Ar rows
459 .It Fl Fl calendar Ar text Ar rows Ar cols Op Ar day Ar month Ar year
461 .It Fl Fl checklist Ar text Ar rows Ar cols Ar menurows Oo Ar name Ar desc \
476 .It Fl Fl datebox Ar text Ar rows Ar cols Op Ar day Ar month Ar year
478 .It Fl Fl form Ar text Ar rows Ar cols Ar formrows Oo Ar label Ar ylabel \
510 .It Fl Fl gauge Ar text Ar rows Ar cols Op Ar percentage
522 .It Fl Fl infobox Ar text Ar rows Ar cols
524 .It Fl Fl inputbox Ar text Ar rows Ar cols Op Ar init
528 .It Fl Fl menu Ar text Ar rows A
[all...]
H A Dutil_builders.c49 return (bsddialog_infobox(conf, text, rows, cols)); in infobox_builder()
57 return (bsddialog_msgbox(conf, text, rows, cols)); in msgbox_builder()
65 return (bsddialog_yesno(conf, text, rows, cols)); in yesno_builder()
74 return (bsddialog_textbox(conf, text, rows, cols)); in textbox_builder()
91 output = bsddialog_gauge(conf, text, rows, cols, perc, STDIN_FILENO, in gauge_builder()
125 output = bsddialog_mixedgauge(conf, text, rows, cols, mainperc, in mixedgauge_builder()
142 output = bsddialog_pause(conf, text, rows, cols, &secs); in pause_builder()
166 output = bsddialog_rangebox(conf, text, rows, cols, min, max, &value); in rangebox_builder()
198 rv = bsddialog_datebox(conf, text, rows, cols, &yy, &mm, &dd); in date()
200 rv = bsddialog_calendar(conf, text, rows, col in date()
[all...]
H A Dutil_cli.c278 printf(" bsddialog [--<opt>] --<dialog> <text> <rows> <cols> " in usage()
319 printf(" --calendar <text> <rows> <cols> [<dd> <mm> <yy>]\n"); in usage()
320 printf(" --checklist <text> <rows> <cols> <menurows> [<name> <desc> " in usage()
322 printf(" --datebox <text> <rows> <cols> [<dd> <mm> <yy>]\n"); in usage()
323 printf(" --form <text> <rows> <cols> <formrows> [<label> <ylabel> " in usage()
326 printf(" --gauge <text> <rows> <cols> [<perc>]\n"); in usage()
327 printf(" --infobox <text> <rows> <cols>\n"); in usage()
328 printf(" --inputbox <text> <rows> <cols> [<init>]\n"); in usage()
329 printf(" --menu <text> <rows> <cols> <menurows> [<name> <desc>] ...\n"); in usage()
330 printf(" --mixedform <text> <rows> <col in usage()
[all...]
/freebsd/tools/pkgbase/
H A Dmetalog_reader.lua216 --- @param rows MetalogRow[]
219 function metalogrows_all_equal(rows, ignore_name, ignore_tags)
234 for _, v in ipairs(rows) do
235 local bol, offby = __eq(v, rows[1])
283 local rows = files[filename]
285 -- if these rows are equal, there should be warning, but it
287 if #rows > 1 and not metalogrows_all_equal(rows) then
290 local row = rows[1]
390 for filename, rows in sortedPairs(files) do
391 if #rows == 1 then goto continue end
[all …]
/freebsd/contrib/dialog/
H A Deditbox.c56 load_list(const char *file, char ***list, int *rows) in load_list() argument
63 *rows = 0; in load_list()
118 grow_list(list, rows, (int) need + 1); in load_list()
126 free_list(char ***list, int *rows) in free_list() argument
130 for (n = 0; n < (*rows); ++n) { in free_list()
137 *rows = 0; in free_list()
211 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) in scroll_to() argument
229 } else if (target >= rows) { in scroll_to()
230 if (*this_row < rows - 1) { in scroll_to()
231 *this_row = rows - 1; in scroll_to()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dawinic,aw200xx.yaml
/freebsd/sys/dev/sfxge/common/
H A Dsiena_sram.c87 size_t rows; in siena_sram_test() local
102 rows = SIENA_SRAM_ROWS - 1; in siena_sram_test()
103 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_RX_DC_BASE_ADR, rows); in siena_sram_test()
106 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_TX_DC_BASE_ADR, rows + 1); in siena_sram_test()
114 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) { in siena_sram_test()
118 if ((wptr - rptr) < 64 && wptr < rows - 1) in siena_sram_test()
136 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) { in siena_sram_test()
140 if ((wptr - rptr) < 64 && wptr < rows - 1) in siena_sram_test()
/freebsd/contrib/cortex-strings/scripts/
H A Dplot.py15 def unique(rows, name): argument
19 return sorted(set(getattr(x, name) for x in rows))
41 rows = [x.strip().split(':') for x in fileinput.input()]
43 rows = [[to_float(y) for y in x] for x in rows]
46 r = [Record(*(x + [0, 0, 0])) for x in rows]
52 for row in rows:
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp126 Rows.reset(); in parse()
145 Rows = std::make_unique<Entry[]>(Header.NumBuckets); in parseImpl()
153 Rows[i].Signature = IndexData.getU64(&Offset); in parseImpl()
160 Rows[i].Index = this; in parseImpl()
161 Rows[i].Contributions = in parseImpl()
163 Contribs[Index - 1] = Rows[i].Contributions.get(); in parseImpl()
242 auto &Row = Rows[i]; in dump()
286 if (Rows[i].Contributions) in getFromOffset()
287 OffsetLookup.push_back(&Rows[i]); in getFromOffset()
313 while (Rows[H].getSignature() != S && Rows[H].Index != nullptr) in getFromHash()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Drtbl.c49 struct column_entry *rows; member
109 free (c->rows[j].data); in rtbl_destroy()
110 free (c->rows); in rtbl_destroy()
144 col->rows = NULL; in rtbl_add_column_by_id()
170 tmp = realloc(table->columns[c]->rows, in rtbl_new_row()
171 max_rows * sizeof(table->columns[c]->rows)); in rtbl_new_row()
174 table->columns[c]->rows = tmp; in rtbl_new_row()
193 column->width = max (column->width, (int) strlen (column->rows[i].data)); in column_compute_width()
294 tmp = realloc (c->rows, (c->num_rows + 1) * sizeof (*tmp)); in add_column_entry()
299 c->rows = tmp; in add_column_entry()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h63 /// \p Rows - Number of rows in matrix (must be a constant)
67 Value *Stride, bool IsVolatile, unsigned Rows,
69 auto *RetType = FixedVectorType::get(EltTy, Rows * Columns);
71 Value *Ops[] = {DataPtr, Stride, B.getInt1(IsVolatile), B.getInt32(Rows),
91 unsigned Rows, unsigned Columns,
95 B.getInt32(Rows), B.getInt32(Columns)};
108 /// Create a llvm.matrix.transpose call, transposing \p Matrix with \p Rows
109 /// rows and \p Columns columns.
110 CallInst *CreateMatrixTranspose(Value *Matrix, unsigned Rows,
114 FixedVectorType::get(OpType->getElementType(), Rows * Columns);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp140 // 48 tile0.rows Tile 0 rows. in configBasicBlock()
141 // 49 tile1.rows Tile 1 rows. in configBasicBlock()
142 // 50 tile2.rows Tile 2 rows. in configBasicBlock()
144 // 55 tile7.rows Tile 7 rows. in configBasicBlock()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dadi,adp5588.yaml43 This property applies if either keypad,num-rows lower than 8 or
51 This property applies if either keypad,num-rows lower than 8 or
63 or equal than keypad,num-rows * keypad,num-columns.
72 - keypad,num-rows
96 keypad,num-rows = <1>;
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dfirmware38 local height width rows msg
43 eval f_dialog_checklist_size height width rows \
59 local desc status height width rows selected retval
71 eval f_dialog_checklist_size height width rows \
86 $height $width $rows \
/freebsd/contrib/ncurses/form/
H A Dfrm_scale.c40 | Function : int scale_form( const FORM *form, int *rows, int *cols )
49 scale_form(const FORM *form, int *rows, int *cols) in FORM_EXPORT()
53 (void *)rows, in FORM_EXPORT()
62 if (rows) in FORM_EXPORT()
63 *rows = form->rows; in FORM_EXPORT()

12345678910>>...19