Searched refs:OUT_OF_RANGE (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/uudecode/
H A Duudecode.c359 #define OUT_OF_RANGE(c) do { \ macro
375 OUT_OF_RANGE(*p);
377 OUT_OF_RANGE(*(p + 1));
379 OUT_OF_RANGE(*(p + 2));
381 OUT_OF_RANGE(*(p + 3));
392 OUT_OF_RANGE(*p);
394 OUT_OF_RANGE(*(p + 1));
400 OUT_OF_RANGE(*(p + 1));
402 OUT_OF_RANGE(*(p + 2));
408 OUT_OF_RANGE(*(
[all...]
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1518 #define OUT_OF_RANGE 0xe1 macro
/openbsd-current/sys/dev/ic/
H A Daic7xxx.c955 case OUT_OF_RANGE:

Completed in 180 milliseconds