Home
last modified time | relevance | path

Searched refs:and_out (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c416 uint32 reg, data, data2, and_out, or_in; in exec_type1_script() local
530 and_out = *((uint8*)(&(rom[adress]))); in exec_type1_script()
535 reg, and_out, or_in)); in exec_type1_script()
540 byte &= (uint8)and_out; in exec_type1_script()
558 and_out = *((uint8*)(&(rom[adress]))); in exec_type1_script()
562 data &= (uint32)and_out; in exec_type1_script()
564 and_out, byte)); in exec_type1_script()
589 and_out = *((uint32*)(&(rom[adress]))); in exec_type1_script()
594 reg, and_out, or_in)); in exec_type1_script()
598 data &= and_out; in exec_type1_script()
[all …]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c428 uint32 reg, data, data2, and_out, or_in; in exec_type1_script() local
542 and_out = *((uint8*)(&(rom[adress]))); in exec_type1_script()
547 reg, and_out, or_in)); in exec_type1_script()
552 byte &= (uint8)and_out; in exec_type1_script()
570 and_out = *((uint8*)(&(rom[adress]))); in exec_type1_script()
574 data &= (uint32)and_out; in exec_type1_script()
576 and_out, byte)); in exec_type1_script()
601 and_out = *((uint32*)(&(rom[adress]))); in exec_type1_script()
606 reg, and_out, or_in)); in exec_type1_script()
610 data &= and_out; in exec_type1_script()
[all …]