Searched refs:combine (Results 1 - 25 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-mul2.S75 addq $5,$0,$0 # combine carries
87 addq $5,$0,$0 # combine carries
H A Dmpih-mul3.S73 addq $5,$0,$0 # combine carries
85 addq $5,$0,$0 # combine carries
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-mul2.S75 addq $5,$0,$0 # combine carries
87 addq $5,$0,$0 # combine carries
H A Dmpih-mul3.S73 addq $5,$0,$0 # combine carries
85 addq $5,$0,$0 # combine carries
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dtasn_fre.c66 int combine);
81 int combine)
126 if (!combine) {
170 if (!combine) {
80 asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
H A Dtasn_new.c68 int combine);
89 int combine)
153 if (!combine) {
178 if (!combine) {
305 * NB: could probably combine most of the real XXX_new() behaviour and junk
88 asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
H A Dtasn_dec.c183 int combine = aclass & ASN1_TFLG_COMBINE; local
505 if (combine == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
129 if (!combine)
176 if (!combine)
H A Dtasn_new.c68 int combine);
89 int combine)
103 if (!combine) *pval = NULL;
161 if (!combine)
189 if (!combine)
321 /* NB: could probably combine most of the real XXX_new() behaviour and junk
88 asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dtasn_fre.c66 int combine);
81 int combine)
126 if (!combine) {
170 if (!combine) {
80 asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
H A Dtasn_new.c68 int combine);
89 int combine)
153 if (!combine) {
178 if (!combine) {
305 * NB: could probably combine most of the real XXX_new() behaviour and junk
88 asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
H A Dtasn_dec.c183 int combine = aclass & ASN1_TFLG_COMBINE; local
505 if (combine == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpower7-pmu.c230 unsigned int pmc, unit, combine, l2sel, psel; local
250 combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK;
269 mmcr1 |= (unsigned long) combine
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/
H A Delf2ecoff.c99 static void combine(struct sect *base, struct sect *new, int pad) function
372 combine(&data, &ndata, 0);
373 combine(&bss, &nbss, 1);
380 combine(&text, &ntxt, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c38 /* Whether to combine actions of sequential rules with identical conditions */
39 static int combine = 0; variable
43 {"combine", 0, NULL, 'c'},
52 " [--combine ]\n"
524 NOTE: We don't want to combine actions if there were no criteria
538 * to combine further actions into the same xml */
562 // This means we don't combine target-less rules, which is good
573 if (combine && argc > 2 && !isTarget(argv[2]) && compareRules()) {
629 combine = 1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Diptables-xml.c38 /* Whether to combine actions of sequential rules with identical conditions */
39 static int combine = 0; variable
43 {"combine", 0, NULL, 'c'},
52 " [--combine ]\n"
524 NOTE: We don't want to combine actions if there were no criteria
538 * to combine further actions into the same xml */
562 // This means we don't combine target-less rules, which is good
573 if (combine && argc > 2 && !isTarget(argv[2]) && compareRules()) {
629 combine = 1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables-xml.c50 /* Whether to combine actions of sequential rules with identical conditions */
51 static int combine = 0; variable
55 {"combine", 0, 0, 'c'},
64 " [--combine ]\n"
526 NOTE: We don't want to combine actions if there were no criteria
552 // This means we don't combine target-less rules, which is good
563 if (combine && argc > 2 && !isTarget(argv[2]) && compareRules()) {
626 combine = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dluac.c136 static const Proto* combine(lua_State* L, int n) function
174 f=combine(L,argc);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A DMakefile.IMA132 $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) --combine $(WHOLE_PROGRAM) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dabort-lv4t.S91 orrne r6, r5, r6, lsr #4 @ combine nibbles } else
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_nfa.c823 switch (combine(con, a)) {
940 switch (combine(con, a)) {
969 - combine - constraint lands on an arc, what happens?
973 ^ static int combine(struct arc *, struct arc *);
983 combine(con, a) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Drelaxng.c112 xmlRelaxNGCombine combine; /* the default combine value */ member in struct:_xmlRelaxNGGrammar
5561 * Applies the 4.17. combine attribute rule for all the define
5611 * Applies the 4.17. combine attribute rule for all the define
5618 xmlChar *combine; local
5627 combine = xmlGetProp(cur->node, BAD_CAST "combine");
5628 if (combine != NULL) {
5629 if (xmlStrEqual(combine, BAD_CAST "choice")) {
5637 } else if (xmlStrEqual(combine, BAD_CAS
5738 xmlChar *combine; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Drelaxng.c112 xmlRelaxNGCombine combine; /* the default combine value */ member in struct:_xmlRelaxNGGrammar
5561 * Applies the 4.17. combine attribute rule for all the define
5611 * Applies the 4.17. combine attribute rule for all the define
5618 xmlChar *combine; local
5627 combine = xmlGetProp(cur->node, BAD_CAST "combine");
5628 if (combine != NULL) {
5629 if (xmlStrEqual(combine, BAD_CAST "choice")) {
5637 } else if (xmlStrEqual(combine, BAD_CAS
5738 xmlChar *combine; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Drelaxng.c112 xmlRelaxNGCombine combine; /* the default combine value */ member in struct:_xmlRelaxNGGrammar
5561 * Applies the 4.17. combine attribute rule for all the define
5611 * Applies the 4.17. combine attribute rule for all the define
5618 xmlChar *combine; local
5627 combine = xmlGetProp(cur->node, BAD_CAST "combine");
5628 if (combine != NULL) {
5629 if (xmlStrEqual(combine, BAD_CAST "choice")) {
5637 } else if (xmlStrEqual(combine, BAD_CAS
5738 xmlChar *combine; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Drelaxng.c112 xmlRelaxNGCombine combine; /* the default combine value */ member in struct:_xmlRelaxNGGrammar
5561 * Applies the 4.17. combine attribute rule for all the define
5611 * Applies the 4.17. combine attribute rule for all the define
5618 xmlChar *combine; local
5627 combine = xmlGetProp(cur->node, BAD_CAST "combine");
5628 if (combine != NULL) {
5629 if (xmlStrEqual(combine, BAD_CAST "choice")) {
5637 } else if (xmlStrEqual(combine, BAD_CAS
5738 xmlChar *combine; local
[all...]

Completed in 212 milliseconds

12