Searched defs:clr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c272 block if clr is true, and adding empty blocks as needed to get to a byte
273 boundary. If clr is false, then the last block becomes the last block of
278 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, argument
313 if (last && clr)
353 if (last && clr)
366 if (last && clr)
380 if (pos == 0 || !clr)
419 if (!clr) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_init.c153 static unsigned int ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) argument
161 val &= ~clr;
H A Dath9k_eeprom_4k.c1016 u32 pwrctrl, mask, clr; local
1020 clr = mask * 0x1f;
1021 REG_RMW(ah, AR_PHY_TX_PWRCTRL8, pwrctrl, clr);
1022 REG_RMW(ah, AR_PHY_TX_PWRCTRL10, pwrctrl, clr);
1023 REG_RMW(ah, AR_PHY_CH0_TX_PWRCTRL12, pwrctrl, clr);
1027 clr = mask * 0x1f;
1028 REG_RMW(ah, AR_PHY_TX_PWRCTRL9, pwrctrl, clr);
1032 clr = mask * 0x1f;
1033 REG_RMW(ah, AR_PHY_CH0_TX_PWRCTRL11, pwrctrl, clr);
1034 REG_RMW(ah, AR_PHY_CH0_TX_PWRCTRL13, pwrctrl, clr);
[all...]
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.c930 uint8_t rlr, uint8_t clr, uint8_t page, uint8_t dir)
939 if(cul>clr)return;
955 if(clr>=nbcols)clr=nbcols-1;
957 cols=clr-cul+1;
967 if(nblines==0&&rul==0&&cul==0&&rlr==nbrows-1&&clr==nbcols-1)
1002 if(nblines==0&&rul==0&&cul==0&&rlr==nbrows-1&&clr==nbcols-1)
1033 if(nblines==0&&rul==0&&cul==0&&rlr==nbrows-1&&clr==nbcols-1)
929 biosfn_scroll(uint8_t nblines, uint8_t attr, uint8_t rul, uint8_t cul, uint8_t rlr, uint8_t clr, uint8_t page, uint8_t dir) argument

Completed in 119 milliseconds