Searched refs:pp2 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dproposal.c175 cmpsaprop_alloc(ph1, pp1, pp2, side)
177 const struct saprop *pp1, *pp2;
205 if (pp1->lifetime > pp2->lifetime) {
209 pp2->lifetime, pp1->lifetime);
212 if (pp1->lifebyte > pp2->lifebyte) {
216 pp2->lifebyte, pp1->lifebyte);
223 if (pp2->pfs_group != 0 && pp1->pfs_group != pp2->pfs_group) {
227 pp2->pfs_group, pp1->pfs_group);
234 if (pp1->lifetime <= pp2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/
H A Dmtd_pagetest.c209 unsigned char *pp1, *pp2, *pp3, *pp4; local
217 pp2 = pp1 + pgsize;
218 pp3 = pp2 + pgsize;
256 /* Read first page to pp2 */
260 err = mtd->read(mtd, addr, pgsize, &read, pp2);
298 /* pp2 and pp4 should be the same */
301 if (memcmp(pp2, pp4, pgsize)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dprefix.c154 u_char *pp2 = (u_char *)&p2->u.prefix;
163 if (maskbit[shift] & (pp1[offset] ^ pp2[offset]))
167 if (pp1[offset] != pp2[offset])
153 u_char *pp2 = (u_char *)&p2->u.prefix; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A DHelpGen.cpp121 static int Compare(FunctionDocEntry **pp1, FunctionDocEntry **pp2) argument
126 bool isCtor2 = (*pp2)->name == classname;
149 else if ( (*pp2)->name == dtorname ) {
154 return wxStrcmp((*pp1)->name, (*pp2)->name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c538 const char **pp2; local
540 for (pp2 = ca_usage; (*pp2 != NULL); pp2++)
541 BIO_printf(bio_err, "%s", *pp2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c538 const char **pp2; local
540 for (pp2 = ca_usage; (*pp2 != NULL); pp2++)
541 BIO_printf(bio_err, "%s", *pp2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak229 FATE_FILTER_VSYNTH-$(CONFIG_PP_FILTER) += fate-filter-pp2
230 fate-filter-pp2: CMD = video_filter "pp=be/fq|16/h1/v1/lb"

Completed in 209 milliseconds