HomeSort by: relevance | last modified time | path
    Searched refs:CAN (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/rump/include/opt/
opt_rumpkernel.h 25 #define CAN 1
  /src/sys/rump/net/lib/libnetcan/
Makefile 11 COMMENT=CAN (PF_CAN)
15 SRCS= can.c can_pcb.c can_proto.c if_canloop.c
  /src/sys/arch/amiga/dev/
kbdmap.h 56 #define CAN 24
ite.c 328 * being probed in the normal fashion, thus we can finish setting
798 /* can't apply dead flag to string-keys */
907 * of scan-codes, we can have function keys, and keys that
936 /* can't apply dead flag to string-keys */
1407 /* can be followed by either F or G */
2100 case CAN:
  /src/sys/arch/atari/dev/
kbdmap.h 60 #define CAN 24
ite.c 300 * being probed in the normal fashion, thus we can finish setting
820 /* can't apply dead flag to string-keys */
974 * of scan-codes, we can have function keys, and keys that
1003 /* can't apply dead flag to string-keys */
1455 /* can be followed by either F or G */
2234 case CAN:
  /src/sys/arch/x68k/include/
kbdmap.h 30 #define CAN 24
  /src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h 27 #define CAN 24
  /src/sys/netcan/
if_canloop.c 34 * Loopback interface driver for the CAN protocol
61 #ifdef CAN
62 #include <netcan/can.h>
175 #ifdef CAN
179 printf("%s: can't handle CAN packet\n", ifp->if_xname);
  /src/sys/arch/arm/sunxi/
sunxi_can.c 56 #ifdef CAN
57 #include <netcan/can.h>
90 { .compat = "allwinner,sun4i-a10-can" },
196 aprint_normal(": CAN bus controller\n");
  /src/sys/arch/x68k/dev/
ite.c 527 * from keyboard interrupts since that is all that can affect the
1329 /* can be followed by either F or G */
2276 case CAN:
2434 case CAN:
2502 case CAN:
2522 case CAN:
2854 * being probed in the normal fashion, thus we can finish setting
  /src/sys/arch/evbarm/conf/
GENERIC 100 # Kernel Address Sanitizer (kASan). The quarantine is optional and can
417 # CAN bus
418 options CAN # Controller Area Network protocol
419 pseudo-device canloop # CAN loopback interface
420 sunxican* at fdt? # A10/A20 CAN controller
421 gscan* at uhub? port ? # Geschwister Schneider USB to CAN
  /src/sys/arch/vax/vax/
emulate.S 849 decl %r2 # source length CAN go negative here...
874 decl %r2 # source length CAN go negative here...
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 101 # divide instruction. This way, the operating system can record that #
187 bra.w ldivfinish # can't divide, we're done.
304 # Since we already checked this case above, we can treat the most significant
588 # now, grab the condition codes. only one that can be set is 'N'.
589 # 'N' CAN be set if the operation is unsigned if bit 63 is set.
871 # sign extend byte to long so we can do simple longword compares.
894 # sign extend word to long so we can do simple longword compares.
fplsp.s 5086 #--R' = SGN*R, S=R*R. THIS CAN BE REWRITTEN AS
5139 #--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS
6274 #--FETCH F AND SAVING OF REGISTERS CAN BE ALL HIDED UNDER THE
6421 #--THIS CAN BE RE-WRITTEN AS
6734 # the comparisons in Steps 1.1 and 1.3 can be performed #
6778 # d) It is important to estimate how large can |R| be #
6836 # 6.4. Although one can argue that the inexact flag #
6896 # However, it is conceivable |X| can be small very often #
6975 # the best we can. For |X| >= 2^(-16312), the #
8021 # can be performed by a multiplication.
    [all...]
fpsp.s 634 # can handle this case. #
674 # since, I believe, only NORMs and DENORMs can come through here,
675 # maybe we can avoid the subroutine call.
681 # that can pass through fpsp_ovfl(). remember that fcmp, ftst, and fsincos
720 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
874 # can handle this case. #
919 # that can pass through fpsp_unfl(). remember that fcmp, and ftst
924 # now, what's left that's not dyadic is fsincos. we can distinguish it
963 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
1150 # Two main instruction types can enter here: (1) DENORM or UNNORM
    [all...]

Completed in 38 milliseconds