Searched refs:is_dup (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c596 int is_dup, is_key; local
711 is_dup = 0;
793 is_dup = 1;
799 is_dup = 1;
812 is_dup = 0;
829 if (!is_dup || dup_off == 0)
839 if (is_dup) {
856 } while (is_dup && dup_off < dup_tlen && no_dup == 0);
1845 __hamc_update(dbc, len, operation, is_dup)
1849 int is_dup;
[all...]
H A Dhash_autop.c467 (void)printf("\tis_dup: %ld\n", (long)argp->is_dup);
H A Dhash_auto.c2177 argp->is_dup = (int)uinttmp;
2194 is_dup, order)
2204 int is_dup;
2322 uinttmp = (u_int32_t)is_dup;
H A Dhash_rec.c1058 (void)__hamc_update(dbc, argp->len, hamc_mode, argp->is_dup);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dhash_auto.h145 int is_dup; member in struct:___ham_curadj_args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_log.c229 int is_dup, master, ret; local
231 is_dup = ret = 0;
237 ret = __rep_apply(env, ip, rp, rec, ret_lsnp, &is_dup, &last_lsn);
259 if (is_dup)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.h359 u8 is_dup; /* 1 = duplicated data streams */ member in struct:iwl_scale_tbl_info
401 u8 is_dup; member in struct:iwl_lq_sta
H A Diwl-agn-rs.c472 if (tbl->is_dup)
512 tbl->is_dup = 0;
535 tbl->is_dup = 1;
817 (tbl_type.is_dup != !!(mac_flags & IEEE80211_TX_RC_DUP_DATA)) ||
970 if (is_siso(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
974 else if (is_mimo2(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
978 else if (is_mimo3(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
1123 tbl->is_dup = lq_sta->is_dup;
1177 tbl->is_dup
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c1028 int first_dup, is_dup, next_dup, n_ok, ret; local
1211 no_check: is_dup = first_dup = next_dup = 0;
1225 if (!is_dup) {
1227 is_dup = 1;
1233 is_dup = 1;
1237 is_dup = 0;
1240 if (is_dup && !first_dup && (pind % 2) == 0) {
1246 is_dup = 0;

Completed in 185 milliseconds