Lines Matching refs:nbuf
2237 char nbuf[8]; in build_Mytes() local
2243 nbuf[0] = 0; in build_Mytes()
2244 nbuf[1] = 0; in build_Mytes()
2245 nbuf[2] = 0; in build_Mytes()
2246 nbuf[3] = 0; in build_Mytes()
2247 nbuf[4] = 0; in build_Mytes()
2248 nbuf[5] = 0; in build_Mytes()
2249 nbuf[6] = 0; in build_Mytes()
2250 nbuf[7] = 0; in build_Mytes()
2266 nbuf[index] = i; in build_Mytes()
2274 nbuf[index] = reg_n; in build_Mytes()
2277 nbuf[index] = reg_m; in build_Mytes()
2282 nbuf[index] = (reg_n & 3) | 4; in build_Mytes()
2285 nbuf[index] = reg_n | (reg_m >> 2); in build_Mytes()
2288 nbuf[index] = reg_b | 0x08; in build_Mytes()
2291 nbuf[index] = reg_n | 0x01; in build_Mytes()
2294 nbuf[index] |= 0x08; in build_Mytes()
2299 nbuf[index] |= 0x80; in build_Mytes()
2381 nbuf[index] = opcode->nibbles[3]; in build_Mytes()
2391 output[1] = (nbuf[0] << 4) | (nbuf[1]); in build_Mytes()
2392 output[0] = (nbuf[2] << 4) | (nbuf[3]); in build_Mytes()
2396 output[0] = (nbuf[0] << 4) | (nbuf[1]); in build_Mytes()
2397 output[1] = (nbuf[2] << 4) | (nbuf[3]); in build_Mytes()
2403 output[3] = (nbuf[4] << 4) | (nbuf[5]); in build_Mytes()
2404 output[2] = (nbuf[6] << 4) | (nbuf[7]); in build_Mytes()
2408 output[2] = (nbuf[4] << 4) | (nbuf[5]); in build_Mytes()
2409 output[3] = (nbuf[6] << 4) | (nbuf[7]); in build_Mytes()