Searched refs:cursor1 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Djoin.t140 ok 19, my $cursor1 = $db1->db_join([$cursor2]) ;
148 while ($cursor1->c_get($k, $v) == 0) {
154 ok 21, $cursor1->status() == DB_NOTFOUND ;
166 ok 26, $cursor1 = $db1->db_join([$cursor2, $cursor3]) ;
173 while ($cursor1->c_get($k, $v) == 0) {
179 ok 28, $cursor1->status() == DB_NOTFOUND ;
192 ok 33, $cursor1 = $db1->db_join([$cursor2, $cursor3]) ;
201 while ($cursor1->c_get($k, $v, DB_JOIN_ITEM) == 0) {
207 ok 35, $cursor1->status() == DB_NOTFOUND ;
209 ok 36, $cursor1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_type.h83 u32 cursor1; member in struct:_riva_hw_state
H A Dnv_hw.c75 int cur = par->CurrentState->cursor1;
77 par->CurrentState->cursor1 = (par->CurrentState->cursor1 & 0xFE) |
80 VGA_WR08(par->PCIO, 0x3D5, par->CurrentState->cursor1);
886 state->cursor1 = 0xbC;
888 state->cursor1 |= 2;
922 state->cursor1 = (par->CursorStart >> 11) << 2;
925 state->cursor1 |= 2;
1562 VGA_WR08(par->PCIO, 0x03D5, state->cursor1);
1617 state->cursor1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/riva/
H A Driva_hw.c126 cursor = chip->CurrentState->cursor1;
127 chip->CurrentState->cursor1 = (chip->CurrentState->cursor1 & 0xFE) |
130 VGA_WR08(chip->PCIO, 0x3D5, chip->CurrentState->cursor1);
1266 state->cursor1 = 0x78;
1282 state->cursor1 = 0xFC;
1308 state->cursor1 = (chip->CursorStart >> 11) << 2;
1682 VGA_WR08(chip->PCIO, 0x03D5, state->cursor1);
1744 state->cursor1 = VGA_RD08(chip->PCIO, 0x03D5);
H A Driva_hw.h519 U032 cursor1; member in struct:_riva_hw_state

Completed in 108 milliseconds