Searched refs:testbyte (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/libkern/
H A Dstrlen.c76 #define testbyte(x) \ macro
115 testbyte(0);
116 testbyte(1);
117 testbyte(2);
118 testbyte(3);
120 testbyte(4);
121 testbyte(5);
122 testbyte(6);
123 testbyte(7);
/freebsd-13-stable/lib/libc/string/
H A Dstrlen.c77 #define testbyte(x) \ macro
116 testbyte(0);
117 testbyte(1);
118 testbyte(2);
119 testbyte(3);
121 testbyte(4);
122 testbyte(5);
123 testbyte(6);
124 testbyte(7);
/freebsd-13-stable/sys/dev/ppbus/
H A Dlpt.c303 static u_char testbyte[18] = { local
323 if (!lpt_port_test(ppbus, testbyte[i], 0xff)) {
/freebsd-13-stable/sys/dev/sk/
H A Dif_sk.c1694 u_int8_t testbyte; local
1700 testbyte = sk_win_read_1(sc, SK_EP_ADDR+0x03);
1702 if (testbyte != 0x00) {

Completed in 71 milliseconds