Searched refs:head2 (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dqueue.h227 #define STAILQ_CONCAT(head1, head2) do { \
228 if (!STAILQ_EMPTY((head2))) { \
229 *(head1)->stqh_last = (head2)->stqh_first; \
230 (head1)->stqh_last = (head2)->stqh_last; \
231 STAILQ_INIT((head2)); \
388 #define TAILQ_CONCAT(head1, head2, field) do { \
389 if (!TAILQ_EMPTY(head2)) { \
390 *(head1)->tqh_last = (head2)->tqh_first; \
391 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
392 (head1)->tqh_last = (head2)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dqueue.h302 #define STAILQ_CONCAT(head1, head2) do { \
303 if (!STAILQ_EMPTY((head2))) { \
304 *(head1)->stqh_last = (head2)->stqh_first; \
305 (head1)->stqh_last = (head2)->stqh_last; \
306 STAILQ_INIT((head2)); \
463 #define TAILQ_CONCAT(head1, head2, field) do { \
464 if (!TAILQ_EMPTY(head2)) { \
465 *(head1)->tqh_last = (head2)->tqh_first; \
466 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
467 (head1)->tqh_last = (head2)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm668 =head2 Using DB_File with Berkeley DB version 2 or greater
691 =head2 Interface to Berkeley DB
703 =head2 Opening a Berkeley DB Database File
823 =head2 Default Parameters
847 =head2 In Memory Databases
859 =head2 A Simple Example
910 =head2 Changing the BTREE sort order
1004 =head2 Handling Duplicate Keys
1116 =head2 The get_dup() Method
1181 =head2 Th
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm128 =head2 I love it when a plan comes together
230 =head2 Test names
254 =head2 I'm ok, you're not ok.
624 =head2 Diagnostics
675 =head2 Module tests
813 =head2 Conditional tests
985 =head2 Comparison functions
1286 =head2 Extending and Embedding Test::More
H A DBuilder.pm107 =head2 Construction
187 =head2 Setting up tests
342 =head2 Running tests
862 =head2 Test style
967 =head2 Output
1202 =head2 Test Status and Info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_type.h79 u32 head2; member in struct:_riva_hw_state
H A Dnvidia.c452 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) | 0x00001000;
460 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) & ~0x00001000;
H A Dnv_hw.c1501 NV_WR32(par->PCRTC0, 0x2860, state->head2);
1637 state->head2 = NV_RD32(par->PCRTC0, 0x2860);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dpod2man.pl93 Minor headers may be included using C<=head2>, and are
113 up into subsections using the C<=head2> directives, like
115 =head2 A Sample Subection
117 =head2 Yet Another Sample Subection
242 C<=head1>, C<=head2>, C<=item>, C<=over>, C<=back>, or C<=cut>.
818 # LREF: a =head2 (head1?), maybe on a manpage, maybe right here
852 elsif ($Cmd eq 'head2') {
875 elsif ($Cmd eq 'head2') {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl93 Minor headers may be included using C<=head2>, and are
113 up into subsections using the C<=head2> directives, like
115 =head2 A Sample Subection
117 =head2 Yet Another Sample Subection
242 C<=head1>, C<=head2>, C<=item>, C<=over>, C<=back>, or C<=cut>.
819 # LREF: a =head2 (head1?), maybe on a manpage, maybe right here
853 elsif ($Cmd eq 'head2') {
876 elsif ($Cmd eq 'head2') {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/riva/
H A Driva_hw.h515 U032 head2; member in struct:_riva_hw_state
H A Dfbdev.c812 newmode.ext.head2 = NV_RD32(par->riva.PCRTC0, 0x00002860) |
820 newmode.ext.head2 = NV_RD32(par->riva.PCRTC0, 0x00002860) &
H A Driva_hw.c1544 NV_WR32(chip->PCRTC0, 0x00002860, state->head2);
1790 state->head2 = NV_RD32(chip->PCRTC0, 0x00002860);

Completed in 163 milliseconds