Home
last modified time | relevance | path

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

/trueos/sys/libkern/
HDstrlen.c75 #define testbyte(x) \ macro
114 testbyte(0); in strlen()
115 testbyte(1); in strlen()
116 testbyte(2); in strlen()
117 testbyte(3); in strlen()
119 testbyte(4); in strlen()
120 testbyte(5); in strlen()
121 testbyte(6); in strlen()
122 testbyte(7); in strlen()
/trueos/lib/libc/string/
HDstrlen.c76 #define testbyte(x) \ macro
115 testbyte(0); in strlen()
116 testbyte(1); in strlen()
117 testbyte(2); in strlen()
118 testbyte(3); in strlen()
120 testbyte(4); in strlen()
121 testbyte(5); in strlen()
122 testbyte(6); in strlen()
123 testbyte(7); in strlen()
/trueos/sys/dev/ppbus/
HDlpt.c303 static u_char testbyte[18] = { in lpt_detect() local
323 if (!lpt_port_test(ppbus, testbyte[i], 0xff)) { in lpt_detect()
/trueos/sys/dev/sk/
HDif_sk.c1693 u_int8_t testbyte; local
1699 testbyte = sk_win_read_1(sc, SK_EP_ADDR+0x03);
1701 if (testbyte != 0x00) {