Searched refs:or_in2 (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/accelerants/skeleton/engine/ |
H A D | info.c | 928 uint32 reg, reg2, data, data2, and_out, and_out2, or_in, or_in2, safe32, offset32, size32; in exec_type2_script_mode() local 1262 or_in2 = *((uint8*)(&(rom[(*adress + (offset32 << 1))]))); in exec_type2_script_mode() 1267 and_out, or_in, or_in2)); in exec_type2_script_mode() 1273 or_in2 = *((uint8*)(&(rom[*adress]))); in exec_type2_script_mode() 1281 data |= or_in2; in exec_type2_script_mode()
|
/haiku/src/add-ons/accelerants/nvidia/engine/ |
H A D | nv_info.c | 1015 uint32 reg, reg2, data, data2, and_out, and_out2, or_in, or_in2, safe32, offset32, size32; in exec_type2_script_mode() local 1349 or_in2 = *((uint8*)(&(rom[(*adress + (offset32 << 1))]))); in exec_type2_script_mode() 1354 and_out, or_in, or_in2)); in exec_type2_script_mode() 1360 or_in2 = *((uint8*)(&(rom[*adress]))); in exec_type2_script_mode() 1368 data |= or_in2; in exec_type2_script_mode()
|