/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
99bottles.bf | 19 > 0 in the zeroth cell 20 +++++++>++++++++++[<+++++>-] 57 in the first cell or "9" 21 +++++++>++++++++++[<+++++>-] 57 in second cell or "9" 22 ++++++++++ 10 in third cell 23 >+++++++++ 9 in fourth cell 93 [<]>>>> go back to fourth cell 100 < back to cell 3 102 [>]<< go to last cell and back to LF 104 [<]> go to first cell 114 #[<]> go to first cell [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
qoriq-qman-portals.dtsi | 22 cell-index = <0>; 29 cell-index = <1>; 36 cell-index = <2>; 43 cell-index = <3>; 50 cell-index = <4>; 57 cell-index = <5>; 64 cell-index = <6>; 71 cell-index = <7>; 78 cell-index = <8>; 85 cell-index = <9> [all...] |
qoriq-fman3-0.dtsi | 14 cell-index = <0>; 32 cell-index = <0x2>; 38 cell-index = <0x3>; 44 cell-index = <0x4>; 50 cell-index = <0x5>; 56 cell-index = <0x6>; 62 cell-index = <0x7>;
|
qoriq-fman3-0-10g-0.dtsi | 11 cell-index = <0x10>; 18 cell-index = <0x30>; 25 cell-index = <0x8>;
|
qoriq-fman3-0-10g-1.dtsi | 11 cell-index = <0x11>; 18 cell-index = <0x31>; 25 cell-index = <0x9>;
|
qoriq-fman3-0-1g-0.dtsi | 11 cell-index = <0x8>; 17 cell-index = <0x28>; 23 cell-index = <0>;
|
qoriq-fman3-0-1g-1.dtsi | 11 cell-index = <0x9>; 17 cell-index = <0x29>; 23 cell-index = <1>;
|
qoriq-fman3-0-1g-2.dtsi | 11 cell-index = <0xa>; 17 cell-index = <0x2a>; 23 cell-index = <2>;
|
qoriq-fman3-0-1g-3.dtsi | 11 cell-index = <0xb>; 17 cell-index = <0x2b>; 23 cell-index = <3>;
|
qoriq-fman3-0-1g-4.dtsi | 11 cell-index = <0xc>; 17 cell-index = <0x2c>; 23 cell-index = <4>;
|
qoriq-fman3-0-1g-5.dtsi | 11 cell-index = <0xd>; 17 cell-index = <0x2d>; 23 cell-index = <5>;
|
/src/tests/modules/ |
t_ufetchstore.c | 352 #define read_test_cell(cell) (cell)->test_cell 353 #define write_test_cell(cell, v) (cell)->test_cell = (v) 363 memory_cell_check_guard(const struct memory_cell * const cell) 365 return cell->guard0 == ULONG_MAX && 366 cell->guard1 == ULONG_MAX; 377 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 382 write_test_cell(&cell, test_cell_val8); 383 ATF_REQUIRE_EQ(do_ufetch_8(&cell.val8[index8], &res), 0) 400 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 423 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 447 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 708 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 729 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 750 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 772 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 1009 uint32_t cell = 0xdeadbeef; local in function:ATF_TC_BODY 1032 uint64_t cell = 0xdeadbeef; local in function:ATF_TC_BODY 1055 uint32_t cell = 0xa5a5a5a5; local in function:ATF_TC_BODY 1078 uint64_t cell = 0xa5a5a5a5; local in function:ATF_TC_BODY [all...] |
/src/tests/modules/ufetchstore/ |
t_ufetchstore.c | 352 #define read_test_cell(cell) (cell)->test_cell 353 #define write_test_cell(cell, v) (cell)->test_cell = (v) 363 memory_cell_check_guard(const struct memory_cell * const cell) 365 return cell->guard0 == ULONG_MAX && 366 cell->guard1 == ULONG_MAX; 377 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 382 write_test_cell(&cell, test_cell_val8); 383 ATF_REQUIRE_EQ(do_ufetch_8(&cell.val8[index8], &res), 0) 400 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 423 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 447 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 708 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 729 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 750 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 772 struct memory_cell cell = memory_cell_initializer; local in function:ATF_TC_BODY 1009 uint32_t cell = 0xdeadbeef; local in function:ATF_TC_BODY 1032 uint64_t cell = 0xdeadbeef; local in function:ATF_TC_BODY 1055 uint32_t cell = 0xa5a5a5a5; local in function:ATF_TC_BODY 1078 uint64_t cell = 0xa5a5a5a5; local in function:ATF_TC_BODY [all...] |
/src/games/tetris/ |
tetris.h | 58 typedef unsigned char cell; typedef in typeref:typename:unsigned char 59 extern cell board[B_SIZE]; /* 1 => occupied, 0 => empty */
|
tetris.c | 62 cell board[B_SIZE]; /* 1 => occupied, 0 => empty */ 93 cell *p; 107 cell *p;
|
screen.c | 60 static cell curscreen[B_SIZE]; /* 1 => standout (or otherwise marked) */ 286 typedef cell regcell; 295 cell *bp, *sp; 388 * we will be redrawing the cell after the next. 392 * the next cell is a different color.
|
/src/games/larn/ |
savelev.c | 21 pcel = &cell[level * MAXX * MAXY]; /* pointer to this level's 50 pcel = &cell[level * MAXX * MAXY]; /* pointer to this level's
|
diag.c | 147 if (cell[p * MAXX * MAXY + i * MAXY + j].item == l) 199 lwrite((char *) &cell[k * MAXX * MAXY], sizeof(struct cel) * MAXY * MAXX); 263 lrfill((char *) &cell[k * MAXX * MAXY], sizeof(struct cel) * MAXY * MAXX);
|
/src/sys/dev/wscons/ |
wsdisplay_glyphcache.c | 184 DPRINTF("%s: cell size %d x %d, stride %d\n", __func__, 242 int cell; local in function:glyphcache_add 247 cell = atomic_add_int_nv(&b->gb_usedcells, 1) - 1; 248 cell += b->gb_firstcell; 250 (cell / gc->gc_cellsperline) * gc->gc_cellheight; 252 (cell % gc->gc_cellsperline) * gc->gc_cellstride; 281 int cell, cx, cy, idx, bi; local in function:glyphcache_try 341 cell = b->gb_map[c - 33]; 342 if (cell == -1) { 349 cy = cell & 0xffff [all...] |
/src/sys/dev/fdt/ |
fdt_ddb.c | 99 const uint32_t *cell = (const uint32_t *)prop->data; local in function:fdt_for_each_property_offset 104 pr("%#" PRIx32 "%s", fdt32_to_cpu(cell[j]),
|
/src/lib/libc/citrus/modules/ |
citrus_big5.c | 105 int cell[0x100]; member in struct:__anon1b0dad5e0208 169 return (ei->cell[c & 0xFF] & 0x1) ? 2 : 1; 177 return (ei->cell[c & 0xFF] & 0x2) ? 1 : 0; 210 ei->cell[n & 0xFF] |= i;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
qcom-mdm9615.dtsi | 169 cell-index = <2>; 193 cell-index = <3>; 218 cell-index = <4>; 242 cell-index = <5>;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/bcm4908/ |
bcm4906-netgear-r8000p.dts | 79 nvmem-cell-names = "mac-address";
|
bcm4908-asus-gt-ac5300.dts | 49 nvmem-cell-names = "mac-address";
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/ |
sc2731.dtsi | 94 nvmem-cell-names = "big_scale_calib", "small_scale_calib"; 105 nvmem-cell-names = "fgu_calib";
|