Searched refs:or_in (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/accelerants/skeleton/engine/ |
H A D | info.c | 416 uint32 reg, data, data2, and_out, or_in; in exec_type1_script() local 532 or_in = *((uint8*)(&(rom[adress]))); in exec_type1_script() 535 reg, and_out, or_in)); in exec_type1_script() 541 byte |= (uint8)or_in; in exec_type1_script() 591 or_in = *((uint32*)(&(rom[adress]))); in exec_type1_script() 594 reg, and_out, or_in)); in exec_type1_script() 599 data |= or_in; in exec_type1_script() 714 or_in = *((uint8*)(&(rom[adress]))); in exec_type1_script() 717 index, reg, and_out, or_in)); in exec_type1_script() 724 byte |= (uint8)or_in; in exec_type1_script() [all …]
|
/haiku/src/add-ons/accelerants/nvidia/engine/ |
H A D | nv_info.c | 428 uint32 reg, data, data2, and_out, or_in; in exec_type1_script() local 544 or_in = *((uint8*)(&(rom[adress]))); in exec_type1_script() 547 reg, and_out, or_in)); in exec_type1_script() 553 byte |= (uint8)or_in; in exec_type1_script() 603 or_in = *((uint32*)(&(rom[adress]))); in exec_type1_script() 606 reg, and_out, or_in)); in exec_type1_script() 611 data |= or_in; in exec_type1_script() 726 or_in = *((uint8*)(&(rom[adress]))); in exec_type1_script() 729 index, reg, and_out, or_in)); in exec_type1_script() 736 byte |= (uint8)or_in; in exec_type1_script() [all …]
|