| /freebsd-10-stable/share/syscons/fonts/ |
| D | INDEX.fonts | 81 armscii8-8x8.fnt:hy:ARMSCII-8 �ṳ���ٳ� �����۳�, 8x8 82 armscii8-8x8.fnt:ru:��������� ARMSCII-8, 8x8 83 armscii8-8x8.fnt:en:ARMSCII-8 Character set, 8x8 84 armscii8-8x8.fnt:de:ARMSCII-8 Zeichensatz, 8x8 104 cp437-8x8.fnt:en:Codepage 437 English, 8x8 105 cp437-8x8.fnt:de:Codeseite 437 Englisch, 8x8 106 cp437-8x8.fnt:fr:Code page 437 Anglais, 8x8 107 cp437-8x8.fnt:es:P�gina de c�digos 437 ingl�s, 8x8 108 cp437-8x8.fnt:uk:����� 437 ���̦������, 8x8 110 cp437-thin-8x8.fnt:en:Codepage 437 English, 8x8 (thin) [all …]
|
| D | Makefile | 3 FILES= armscii8-8x8.fnt armscii8-8x14.fnt armscii8-8x16.fnt \ 4 cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \ 5 cp437-thin-8x8.fnt cp437-thin-8x16.fnt \ 6 cp850-8x8.fnt cp850-8x14.fnt cp850-8x16.fnt \ 7 cp850-thin-8x8.fnt cp850-thin-8x16.fnt \ 8 cp865-8x8.fnt cp865-8x14.fnt cp865-8x16.fnt \ 9 cp865-thin-8x8.fnt cp865-thin-8x16.fnt \ 10 cp866-8x8.fnt cp866-8x14.fnt cp866-8x16.fnt \ 12 cp866u-8x16.fnt cp866u-8x14.fnt cp866u-8x8.fnt \ 13 cp1251-8x8.fnt cp1251-8x14.fnt cp1251-8x16.fnt \ [all …]
|
| D | iso08-8x8.fnt | 1 # $FreeBSD: stable/10/share/syscons/fonts/iso08-8x8.fnt 86796 2001-11-22 23:39:06Z ache $ 2 begin 644 iso08-8x8
|
| D | iso07-8x8.fnt | 1 # $FreeBSD: stable/10/share/syscons/fonts/iso07-8x8.fnt 86796 2001-11-22 23:39:06Z ache $ 2 begin 644 iso07-8x8
|
| /freebsd-10-stable/usr.sbin/bsdconfig/console/ |
| D | font | 148 f8="cp437-8x8" f14="cp437-8x14" f16="cp437-8x16" ;; 150 f8="cp850-8x8" f14="cp850-8x14" f16="cp850-8x16" ;; 152 f8="cp865-8x8" f14="cp865-8x14" f16="cp865-8x16" ;; 154 f8="cp866-8x8" f14="cp866-8x14" f16="cp866b-8x16" mc_start="3" ;; 156 f8="cp866u-8x8" f14="cp866u-8x14" f16="cp866u-8x16" mc_start="3" ;; 158 f8="cp1251-8x8" f14="cp1251-8x14" f16="cp1251-8x16" mc_start="3" ;; 160 f8="iso-8x8" f14="iso-8x14" f16="iso-8x16" ;; 162 f8="iso02-8x8" f14="iso02-8x14" f16="iso02-8x16" ;; 164 f8="iso04-8x8" f14="iso04-8x14" f16="iso04-8x16" ;; 166 f8="iso07-8x8" f14="iso07-8x14" f16="iso07-8x16" ;; [all …]
|
| /freebsd-10-stable/contrib/unbound/compat/ |
| D | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 131 x8 = j8; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 157 x8 = PLUS(x8,j8); in chacha_encrypt_bytes() 175 x8 = XOR(x8,U8TO32_LITTLE(m + 32)); in chacha_encrypt_bytes() 199 U32TO8_LITTLE(c + 32,x8); in chacha_encrypt_bytes()
|
| D | memcmp.c | 15 const uint8_t* x8 = (const uint8_t*)x; in memcmp() local 19 if(x8[i] < y8[i]) in memcmp() 21 else if(x8[i] > y8[i]) in memcmp()
|
| /freebsd-10-stable/crypto/openssh/ |
| D | chacha.c | 92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 132 x8 = j8; in chacha_encrypt_bytes() 141 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 147 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 158 x8 = PLUS(x8,j8); in chacha_encrypt_bytes() 175 x8 = XOR(x8,U8TO32_LITTLE(m + 32)); in chacha_encrypt_bytes() 198 U32TO8_LITTLE(c + 32,x8); in chacha_encrypt_bytes()
|
| /freebsd-10-stable/crypto/openssh/openbsd-compat/ |
| D | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 131 x8 = j8; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 157 x8 = PLUS(x8,j8); in chacha_encrypt_bytes() 175 x8 = XOR(x8,U8TO32_LITTLE(m + 32)); in chacha_encrypt_bytes() 199 U32TO8_LITTLE(c + 32,x8); in chacha_encrypt_bytes()
|
| /freebsd-10-stable/sys/dev/cfi/ |
| D | cfi_dev.c | 88 uint8_t *x8; in cfi_block_start() member 111 ptr.x8 = sc->sc_wrbuf; in cfi_block_start() 116 *(ptr.x8)++ = val; in cfi_block_start() 184 uint8_t x8[4]; in cfi_devread() member 205 buf.x8[0] = val; in cfi_devread() 215 error = uiomove(buf.x8 + ofs, in cfi_devread()
|
| D | cfi_core.c | 551 uint8_t *x8; in cfi_write_block() member 608 ptr.x8 = sc->sc_wrbuf; in cfi_write_block() 609 cpyprt.x8 = sc->sc_wrbufcpy; in cfi_write_block() 636 ptr.x8 + i, wlen); in cfi_write_block() 675 if(*(ptr.x8 + i) == *(cpyprt.x8 + i)) in cfi_write_block() 710 sc->sc_wrofs + i, *(ptr.x8 + i)); in cfi_write_block()
|
| /freebsd-10-stable/sys/boot/fdt/dts/arm/ |
| D | trimslice.dts | 80 reg = <0x60005000 0x8>; 87 reg = <0x60005008 0x8>; 94 reg = <0x60005010 0x8>; 99 reg = <0x60005050 0x8>; 106 reg = <0x60005058 0x8>;
|
| /freebsd-10-stable/sys/gnu/dts/arm/ |
| D | nspire-classic.dtsi | 20 reg = <0x90010000 0x1000>, <0x900A0010 0x8>; 33 reg = <0x900C0000 0x1000>, <0x900A0018 0x8>; 38 reg = <0x900D0000 0x1000>, <0x900A0020 0x8>;
|
| D | armada-370-xp.dtsi | 86 reg = <MBUS_ID(0xf0, 0x01) 0x10400 0x8>; 96 reg = <MBUS_ID(0xf0, 0x01) 0x10408 0x8>; 106 reg = <MBUS_ID(0xf0, 0x01) 0x10410 0x8>; 116 reg = <MBUS_ID(0xf0, 0x01) 0x10418 0x8>; 126 reg = <MBUS_ID(0xf0, 0x01) 0x10420 0x8>; 223 <0x20250 0x8>;
|
| D | omap443x.dtsi | 51 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>; 66 reg = <0x4a307bd8 0x8>, <0x4a306010 0x4>;
|
| D | omap4460.dtsi | 57 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>, 75 reg = <0x4a307bd8 0x8>, <0x4a306010 0x4>,
|
| D | moxart.dtsi | 106 reg = <0x90900090 0x8>; 114 reg = <0x92000090 0x8>;
|
| D | armada-375.dtsi | 115 reg = <MBUS_ID(0xf0, 0x01) 0x10400 0x8>; 125 reg = <MBUS_ID(0xf0, 0x01) 0x10408 0x8>; 135 reg = <MBUS_ID(0xf0, 0x01) 0x10410 0x8>; 145 reg = <MBUS_ID(0xf0, 0x01) 0x10418 0x8>; 155 reg = <MBUS_ID(0xf0, 0x01) 0x10420 0x8>; 538 reg = <0xe8078 0x4>, <0xe807c 0x8>;
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | bflt | 14 >>36 belong&0x8 0x8 gzdata
|
| /freebsd-10-stable/share/vt/fonts/ |
| D | Makefile | 4 vgarom-8x8.fnt \ 7 vgarom-thin-8x8.fnt \
|
| /freebsd-10-stable/sys/boot/fdt/dts/mips/ |
| D | beripad-de4.dts | 195 0x7f007500 0x8 197 0x7f007400 0x8 208 0x7f005500 0x8 210 0x7f005400 0x8 251 reg = <0x7f00c000 0x8>;
|
| /freebsd-10-stable/contrib/binutils/ld/scripttempl/ |
| D | armcoff.sc | 47 .data ${RELOCATING+${DATA_ADDR-0x40000 + (ALIGN(0x8) & 0xfffc0fff)}} : { 63 .bss ${RELOCATING+ ALIGN(0x8)} :
|
| /freebsd-10-stable/sys/conf/ |
| D | files.arm | 75 …r/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${S… 77 clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
|
| /freebsd-10-stable/sys/boot/powerpc/ps3/ |
| D | Makefile | 108 …r/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${S…
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ |
| D | tst.struct.d.out | 11 int (*)() g = 0x8
|