Home
last modified time | relevance | path

Searched refs:row1 (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtable_test.cpp76 text::table_row row1; in ATF_TEST_CASE_BODY() local
77 row1.push_back("1234"); in ATF_TEST_CASE_BODY()
78 row1.push_back("123456"); in ATF_TEST_CASE_BODY()
84 table.add_row(row1); in ATF_TEST_CASE_BODY()
95 text::table_row row1; in ATF_TEST_CASE_BODY() local
96 row1.push_back("1234"); in ATF_TEST_CASE_BODY()
97 row1.push_back("123456"); in ATF_TEST_CASE_BODY()
103 table.add_row(row1); in ATF_TEST_CASE_BODY()
124 text::table_row row1; in ATF_TEST_CASE_BODY() local
125 row1.push_back("foo"); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/games/rogue/
H A Dlevel.c322 short row1, col1, row2, col2, dir; in connect_rooms() local
330 put_door(&rooms[room1], LEFT, &row1, &col1); in connect_rooms()
335 put_door(&rooms[room1], RIGHT, &row1, &col1); in connect_rooms()
340 put_door(&rooms[room1], UPWARD, &row1, &col1); in connect_rooms()
345 put_door(&rooms[room1], DOWN, &row1, &col1); in connect_rooms()
353 draw_simple_passage(row1, col1, row2, col2, dir); in connect_rooms()
361 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_row = row1; in connect_rooms()
429 draw_simple_passage(short row1, short col1, short row2, short col2, short dir) in draw_simple_passage() argument
435 SWAP(row1, row2); in draw_simple_passage()
440 dungeon[row1][i] = TUNNEL; in draw_simple_passage()
[all …]
H A Dmove.c303 can_move(int row1, int col1, int row2, int col2) in can_move() argument
308 if ((row1 != row2) && (col1 != col2)) { in can_move()
309 if ((dungeon[row1][col1] & DOOR) || (dungeon[row2][col2] & DOOR)) { in can_move()
312 if ((!dungeon[row1][col2]) || (!dungeon[row2][col1])) { in can_move()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dsl.c408 int *row0, *row1, *row2, *tmp, cost; in osad() local
411 row1 = calloc(sizeof(int), l2 + 1); in osad()
415 row1[j] = j; in osad()
423 row2[j + 1] = row1[j] + (s1[i] != s2[j]); /* substitute */ in osad()
425 if (row2[j + 1] > row1[j + 1] + 1) /* delete */ in osad()
426 row2[j + 1] = row1[j + 1] + 1; in osad()
434 row0 = row1; in osad()
435 row1 = row2; in osad()
439 cost = row1[l2]; in osad()
442 free(row1); in osad()
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dlcd.c53 char row1[NCOLS]; member
110 CSR_WRITE(lcd_base, DREG, message->row1[i]); in lcd_puts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp997 uint32_t row1 = 0x0; in ARM64EmitUnwindInfo() local
1006 row1 |= (EpilogCount & 0x1F) << 22; in ARM64EmitUnwindInfo()
1007 row1 |= (CodeWords & 0x1F) << 27; in ARM64EmitUnwindInfo()
1010 row1 |= 1 << 20; in ARM64EmitUnwindInfo()
1012 row1 |= 1 << 21; in ARM64EmitUnwindInfo()
1013 row1 |= FuncLength & 0x3FFFF; in ARM64EmitUnwindInfo()
1014 streamer.emitInt32(row1); in ARM64EmitUnwindInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dxmmintrin.h2970 #define _MM_TRANSPOSE4_PS(row0, row1, row2, row3) \ argument
2973 tmp0 = _mm_unpacklo_ps((row0), (row1)); \
2975 tmp1 = _mm_unpackhi_ps((row0), (row1)); \
2978 (row1) = _mm_movehl_ps(tmp2, tmp0); \
/netbsd-src/external/mit/isl/dist/
H A Disl_tab.c324 __isl_keep isl_mat *mat2, unsigned row1, unsigned row2, in tab_mat_product() argument
358 for (i = 0; i < row1 - r1; ++i) { in tab_mat_product()
366 n += row1 - r1; in tab_mat_product()
398 unsigned row1, unsigned col1, in update_index2() argument
407 var->index += row1; in update_index2()
770 static void swap_rows(struct isl_tab *tab, int row1, int row2) in swap_rows() argument
775 t = tab->row_var[row1]; in swap_rows()
776 tab->row_var[row1] = tab->row_var[row2]; in swap_rows()
778 isl_tab_var_from_row(tab, row1)->index = row1; in swap_rows()
780 tab->mat = isl_mat_swap_rows(tab->mat, row1, row2); in swap_rows()
[all …]
H A Disl_tab_pip.c899 static int identical_parameter_line(struct isl_tab *tab, int row1, int row2) in identical_parameter_line() argument
904 if (isl_int_ne(tab->mat->row[row1][1], tab->mat->row[row2][1])) in identical_parameter_line()
907 if (tab->M && isl_int_ne(tab->mat->row[row1][2], in identical_parameter_line()
919 if (isl_int_ne(tab->mat->row[row1][off + col], in identical_parameter_line()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Ds3c64xx-pinctrl.dtsi550 keypad_row1_0: keypad-row1-0 {
598 keypad_row1_1: keypad-row1-1 {
H A Dtegra124-apalis.dtsi1027 kb-row1-pr1 {
H A Dtegra124-apalis-v1.2.dtsi1030 kb-row1-pr1 {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dxmmintrin.h1302 #define _MM_TRANSPOSE4_PS(row0, row1, row2, row3) \ argument
1304 __v4sf __r0 = (row0), __r1 = (row1), __r2 = (row2), __r3 = (row3); \
1310 (row1) = __builtin_ia32_movhlps (__t1, __t0); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dxmmintrin.h1855 #define _MM_TRANSPOSE4_PS(row0, row1, row2, row3) \ argument
1857 __v4sf __r0 = (row0), __r1 = (row1), __r2 = (row2), __r3 = (row3); \
1864 (row1) = (__v4sf)vec_mergel ((__vector long long)__t0, \
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h1820 #define _MM_TRANSPOSE4_PS(row0, row1, row2, row3) \ argument
1822 __v4sf __r0 = (row0), __r1 = (row1), __r2 = (row2), __r3 = (row3); \
1829 (row1) = (__v4sf)vec_mergel ((__vector long long)__t0, \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dxmmintrin.h1859 #define _MM_TRANSPOSE4_PS(row0, row1, row2, row3) \ argument
1861 __v4sf __r0 = (row0), __r1 = (row1), __r2 = (row2), __r3 = (row3); \
1868 (row1) = (__v4sf)vec_mergel ((__vector long long)__t0, \