Searched refs:duplicate (Results 1 - 25 of 96) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsguniq.x2 msguniq \- unify duplicate translations in message catalog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_load.c18 int ch, i, count, duplicate; local
24 duplicate = 0;
36 duplicate = 1;
74 if (duplicate && (type == DB_QUEUE || type == DB_RECNO)) {
85 if (duplicate)
92 if (duplicate)
114 if (duplicate) {
147 count, ts, duplicate ? "duplicate " : "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_load.c18 int ch, i, count, duplicate; local
24 duplicate = 0;
35 duplicate = 1;
73 if (duplicate && (type == DB_QUEUE || type == DB_RECNO)) {
84 if (duplicate)
91 if (duplicate)
113 if (duplicate) {
146 count, ts, duplicate ? "duplicate " : "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfmt-940 mf-test9.in1:17: duplicate message definition...
H A Dmsgfmt-737 mf-test7.in1:17: duplicate message definition...
H A Dmsgfmt-837 mf-test8.in1:17: duplicate message definition...
H A Dmsgmerge-229 mm-test2.in1:3: duplicate message definition...
H A Dmsgmerge-932 mm-test9.in1:3: duplicate message definition...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-config-files/
H A Dserver.conf217 ;duplicate-cn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_mem.l13 CSCmemDup - duplicate (dynamically allocate and copy) memory
H A Dcsc_symbol.l22 CSCsymbolDup - dynamically allocate and duplicate a symbol
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_netem.c63 u32 duplicate; member in struct:netem_sched_data
167 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor))
183 * If we need to duplicate packet, then re-insert at top of the
189 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */
190 q->duplicate = 0;
193 q->duplicate = dupsave;
421 q->duplicate = qopt->duplicate;
581 qopt.duplicate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dhead.S63 # masking, and we cannot duplicate the effort without causing problems
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_netem.c35 " [ duplicate PERCENT [CORRELATION]]\n" \
202 } else if (matches(*argv, "duplicate") == 0) {
204 if (get_percent(&opt.duplicate, *argv)) {
205 explain1("duplicate");
211 explain1("duplicate");
315 if (qopt.duplicate) {
316 fprintf(f, " duplicate %s",
317 sprint_percent(qopt.duplicate, b1));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dinst.h377 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16b1_format
383 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16b0_format
465 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16_m_format
473 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16_rb_format
480 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16_r5_format
487 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16_r3_format
666 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16b1_format
673 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16b0_format
753 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16_m_format
761 unsigned int duplicate member in struct:mm16_rb_format
769 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16_r5_format
776 unsigned int duplicate:16; /* a copy of the instn */ member in struct:mm16_r3_format
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c62 * Called from hash_access to add a duplicate key. nval is the new
66 * Case 1: The existing duplicate set already resides on a separate page.
71 * Case 4: The element is large enough to push the duplicate set onto a
107 * Check if resulting duplicate set is going to need to go
108 * onto a separate duplicate page. If so, convert the
109 * duplicate set and add the new one. After conversion,
111 * current pointer into the duplicate set.
161 /* Now make the new entry a duplicate. */
200 /* Add the duplicate. */
228 * If we get here, then we're on duplicate page
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_cs.c40 bool duplicate; local
58 duplicate = false;
63 duplicate = true;
67 if (!duplicate) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.cpp906 CContact *duplicate = GetContact(toCheck->GetClientID()); local
907 if (duplicate != NULL) {
908 if ((duplicate->IsIPVerified() && duplicate->GetIPAddress() != toCheck->GetIPAddress()) || duplicate->GetUDPPort() != toCheck->GetUDPPort()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DEntry.cpp402 bool duplicate = false; local
407 duplicate = true;
414 if (!duplicate) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dmount.testroot141 with duplicate entries in fstab
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h445 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
453 __u32 dup_corr; /* duplicate correlation */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dmemset.S48 slli a7, a3, 8 # duplicate character in all bytes of word
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h448 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
455 __u32 dup_corr; /* duplicate correlation */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl173 that supports duplicate records. Partial puts in databases supporting
174 duplicate records must be done using a m4_tcl_dbc_put command.])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...

Completed in 243 milliseconds

1234