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

/freebsd-10-stable/sys/libkern/
H A Dstrlen.c75 #define testbyte(x) \ macro
114 testbyte(0);
115 testbyte(1);
116 testbyte(2);
117 testbyte(3);
119 testbyte(4);
120 testbyte(5);
121 testbyte(6);
122 testbyte(7);
/freebsd-10-stable/lib/libc/string/
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-10-stable/sys/dev/ppbus/
H A Dlpt.c303 static u_char testbyte[18] = { local
323 if (!lpt_port_test(ppbus, testbyte[i], 0xff)) {
/freebsd-10-stable/sys/dev/sk/
H A Dif_sk.c1693 u_int8_t testbyte; local
1699 testbyte = sk_win_read_1(sc, SK_EP_ADDR+0x03);
1701 if (testbyte != 0x00) {

Completed in 175 milliseconds