Home
last modified time | relevance | path

Searched refs:S8 (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/sbin/iscontrol/
H A Dfsm.c621 S8: CLEANUP_WAIT
685 default: state = S8; break; in fsm()
693 default: state = S8; break; in fsm()
701 default: state = S8; break; in fsm()
710 case T15: state = S8; break; in fsm()
711 default: state = S8; break; in fsm()
719 case T16: state = S8; break; in fsm()
720 default: state = S8; break; in fsm()
729 case T16: state = S8; break; in fsm()
730 default: state = S8; break; in fsm()
[all …]
/dragonfly/contrib/xz/src/liblzma/check/
H A Dcrc_macros.h19 # define S8(x) ((x) << 8) macro
28 # define S8(x) ((x) >> 8) macro
H A Dcrc64_fast.c40 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc); in lzma_crc64()
65 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc); in lzma_crc64()
H A Dcrc32_fast.c39 crc = lzma_crc32_table[0][*buf++ ^ A(crc)] ^ S8(crc); in lzma_crc32()
75 crc = lzma_crc32_table[0][*buf++ ^ A(crc)] ^ S8(crc); in lzma_crc32()
/dragonfly/sys/dev/disk/mpt/mpilib/
H A Dmpi_type.h75 typedef signed char S8; typedef
118 typedef S8 *PS8;
/dragonfly/sys/dev/raid/mps/mpi/
H A Dmpi2_type.h72 typedef signed char S8; typedef
116 typedef S8 *PS8;
/dragonfly/sys/dev/raid/mpr/mpi/
H A Dmpi2_type.h79 typedef signed char S8; typedef
123 typedef S8 *PS8;
/dragonfly/contrib/openbsd_libm/src/ld80/
H A Dk_sinl.c48 S8 = 2.6174587166648325e-15; /* 0x179372ea0b3f64.0p-101 */ variable
57 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8))))); in __kernel_sinl()
H A Dk_sincosl.h43 S8 = 2.6174587166648325e-15; /* 0x179372ea0b3f64.0p-101 */
57 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * S8))))); in __kernel_sincosl()
/dragonfly/contrib/openbsd_libm/src/ld128/
H A Dk_sincosl.h30 S8 = 0.28114572543451292625024967174638477283187397621303e-14L; variable
54 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * (S8 + in __kernel_sincosl()
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
H A DMakefile98 S8='s,define _GLIBCXX_USE_ALLOCATOR_NEW, define _GLIBCXX_USE_ALLOCATOR_NEW ${allocatornew},' macro
103 sed -e ${S1} -e ${S2} -e ${S3} -e ${S4} -e ${S5} -e ${S6} -e ${S7} -e ${S8} -e ${S9} -e ${S10} \
/dragonfly/sys/dev/raid/asr/
H A Di2otypes.h109 typedef S8 *PS8;
H A Di2omsg.h1250 S8 ScalingExponent;
H A Di2odep.h77 typedef signed char S8; typedef
/dragonfly/share/syscons/fonts/
H A Dcp1251-8x8.fnt26 M'``8&!@`&!@8`.`P,!PP,.``=MP``````````````````/S\,#PV,S8`$'Y@
31 M````````````\5M540```````#AXWMG>``#`8#`P8,````#8V/[9W@`8$,S8
H A Diso-8x14.fnt31 M``````!C8V-C8VMK?S8``````&-C8S8<-F-C8P``````9F9F9F8\&!@\````
37 M``P,`!P,#`P,#,QX````<#`P,S8\-C-S```````<#`P,#`P,#!X`````````
H A Diso15-8x14.fnt31 M``````!C8V-C8VMK?S8``````&-C8S8<-F-C8P``````9F9F9F8\&!@\````
37 M``P,`!P,#`P,#,QX````<#`P,S8\-C-S```````<#`P,#`P,#!X`````````
H A Diso02-8x8.fnt48 M`!@``&PXW'9F8/``,,PPS,S,=@`8,`#,S,QV`&S8`,S,S'8`S`#,S,S,=@`,
H A Diso08-8x14.fnt37 M``8&``X&!@8&9F8\````<#`P,S8\-C-S```````X&!@8&!@8&#P`````````
H A Dcp1251-8x14.fnt52 M`#AXV-[9W@````````#`8#`P8,````````````#8V/[9V=X````````8$,S8
H A Dcp1251-8x16.fnt59 MW@```````````,!@,#!@P`````````````#8V-C^V=G>`````````!@0Q,S8
/dragonfly/etc/
H A Dpf.os257 S8:64:1:60:M3884,S,T,N,W0: Linux:2.2:lo0:Linux 2.2 (local)
503 S8:64:0:44:M512: NeXTSTEP:3.3::NeXTSTEP 3.3
599 S8:255:0:44:M*: Cisco:12008::Cisco 12008
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DBaseLib.h145 UINT64 S8; member
219 UINT64 S8; member
/dragonfly/usr.sbin/moused/
H A Dmoused.c435 #define S8 8 /* button 3 delayed up */ macro
453 { { S8, S2, S1, S3, S6 }, 0, ~MOUSE_BUTTON3DOWN, FALSE },
/dragonfly/contrib/ncurses/include/
H A DCaps737 alt_scancode_esc scesa str S8 - - ----- Alternate escape for scancode emulation

12