Searched refs:exp (Results 51 - 75 of 267) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_tftp.c36 struct nf_conntrack_expect *exp) __read_mostly;
45 struct nf_conntrack_expect *exp; local
64 exp = nf_conntrack_expect_alloc(ct);
65 if (exp == NULL)
68 nf_conntrack_expect_init(exp, family,
74 NF_CT_DUMP_TUPLE(&exp->tuple);
75 NF_CT_DUMP_TUPLE(&exp->mask);
79 ret = nf_nat_tftp(pskb, ctinfo, exp);
80 else if (nf_conntrack_expect_related(exp) != 0)
82 nf_conntrack_expect_put(exp);
[all...]
H A Dnf_conntrack_ftp.c51 struct nf_conntrack_expect *exp);
352 struct nf_conntrack_expect *exp; local
434 exp = nf_conntrack_expect_alloc(ct);
435 if (exp == NULL) {
443 exp->tuple.dst.u3 = ct->tuplehash[!dir].tuple.dst.u3;
472 memcpy(&exp->tuple.dst.u3, &cmd.u3.all,
473 sizeof(exp->tuple.dst.u3));
476 exp->tuple.src.u3 = ct->tuplehash[!dir].tuple.src.u3;
477 exp->tuple.src.l3num = cmd.l3num;
478 exp
[all...]
H A Dnf_conntrack_amanda.c43 struct nf_conntrack_expect *exp)
88 struct nf_conntrack_expect *exp; local
145 exp = nf_conntrack_expect_alloc(ct);
146 if (exp == NULL) {
151 nf_conntrack_expect_init(exp, family,
158 len, exp);
159 else if (nf_conntrack_expect_related(exp) != 0)
161 nf_conntrack_expect_put(exp);
H A Dnf_conntrack_irc.c36 struct nf_conntrack_expect *exp) __read_mostly;
100 struct nf_conntrack_expect *exp; local
182 exp = nf_conntrack_expect_alloc(ct);
183 if (exp == NULL) {
189 nf_conntrack_expect_init(exp, tuple->src.l3num,
198 exp);
199 else if (nf_conntrack_expect_related(exp) != 0)
201 nf_conntrack_expect_put(exp);
H A Dnf_conntrack_sane.c72 struct nf_conntrack_expect *exp; local
140 exp = nf_conntrack_expect_alloc(ct);
141 if (exp == NULL) {
147 nf_conntrack_expect_init(exp, family,
153 NF_CT_DUMP_TUPLE(&exp->tuple);
154 NF_CT_DUMP_TUPLE(&exp->mask);
157 if (nf_conntrack_expect_related(exp) != 0)
160 nf_conntrack_expect_put(exp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dmpitests.c185 gcry_mpi_t exp = gcry_mpi_set_ui (NULL, e_int); local
189 gcry_mpi_powm (res, base, exp, mod);
192 if (gcry_mpi_cmp_ui (exp, e_int))
193 die ("test_powm_ui failed for exp at %d\n", __LINE__);
199 gcry_mpi_set_ui (exp, e_int);
201 gcry_mpi_powm (base, base, exp, mod);
204 if (gcry_mpi_cmp_ui (exp, e_int))
205 die ("test_powm_ui failed for exp at %d\n", __LINE__);
209 /* Check using exp for the result. */
211 gcry_mpi_set_ui (exp, e_in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_tags.c71 int exp = exponent(ptr); local
73 if ( exp == EXP_BIAS+EXP_UNDER )
75 else if ( exp != EXP_BIAS+EXP_OVER )
H A Dfpu_emu.h123 short exp; member in struct:fpu__reg
171 *(short *)&(y->exp) = *(const short *)&(x->exp);
175 #define exponent(x) (((*(short *)&((x)->exp)) & 0x7fff) - EXTENDED_Ebias)
176 #define setexponentpos(x,y) { (*(short *)&((x)->exp)) = \
178 #define exponent16(x) (*(short *)&((x)->exp))
179 #define setexponent16(x,y) { (*(short *)&((x)->exp)) = (y); }
180 #define addexponent(x,y) { (*(short *)&((x)->exp)) += (y); }
181 #define stdexp(x) { (*(short *)&((x)->exp)) += EXTENDED_Ebias; }
H A Dreg_ld_str.c40 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) argument
44 setexponent16(r, exp);
57 int exp; local
59 exp = exponent16(ptr) & 0x7fff;
60 if ( exp == 0 )
70 if ( exp == 0x7fff )
105 int exp, tag, negative; local
115 exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias + EXTENDED_Ebias;
117 if ( exp > DOUBLE_Emax + EXTENDED_Ebias )
125 exp
178 int exp, tag, negative; local
420 int exp; local
639 int exp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py38 exp = expected.readlines()
50 for i in range(len(exp)):
51 j = string.find(exp[i],base2)
52 if (j == 0) or ((j == 2) and (exp[i][0:2] == './')):
53 col = string.find(exp[i],':')
55 start = string.rfind(exp[i][:col], '/')
57 exp[i] = exp[i][start+1:]
64 # diff = difflib.ndiff(res, exp)
75 el = len(exp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dscales.h68 #define fromdB(x) (exp((x)*.11512925f))
82 #define fromMEL(m) (1000.f*exp((m)/1442.695f)-1000.f)
88 #define fromOC(o) (exp(((o)+5.965784f)*.693147f))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_pptp.c43 struct nf_conntrack_expect *exp)
56 if (exp->dir == IP_CT_DIR_ORIGINAL) {
60 t.src.u3.ip = master->tuplehash[!exp->dir].tuple.src.u3.ip;
62 t.dst.u3.ip = master->tuplehash[!exp->dir].tuple.dst.u3.ip;
69 t.src.u3.ip = master->tuplehash[!exp->dir].tuple.src.u3.ip;
71 t.dst.u3.ip = master->tuplehash[!exp->dir].tuple.dst.u3.ip;
93 = ct->master->tuplehash[!exp->dir].tuple.dst.u3.ip;
94 if (exp->dir == IP_CT_DIR_ORIGINAL) {
96 range.min = range.max = exp->saved_proto;
104 = ct->master->tuplehash[!exp
42 pptp_nat_expected(struct nf_conn *ct, struct nf_conntrack_expect *exp) argument
[all...]
H A Dnf_conntrack_l3proto_ipv4_compat.c245 struct nf_conntrack_expect *exp = v; local
247 if (exp->tuple.src.l3num != AF_INET)
250 if (exp->timeout.function)
251 seq_printf(s, "%ld ", timer_pending(&exp->timeout)
252 ? (long)(exp->timeout.expires - jiffies)/HZ : 0);
256 seq_printf(s, "proto=%u ", exp->tuple.dst.protonum);
258 print_tuple(s, &exp->tuple,
259 __nf_ct_l3proto_find(exp->tuple.src.l3num),
260 __nf_ct_l4proto_find(exp->tuple.src.l3num,
261 exp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/include/private/
H A Dfast_float_math_hack.h21 #define exp expf macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dacct.c322 int exp, rnd; local
324 exp = rnd = 0;
328 exp++;
336 exp++;
342 exp <<= MANTSIZE; /* Shift the exponent into place */
343 exp += value; /* and add on the mantissa. */
344 return exp;
364 int exp, rnd; local
366 exp = (value > (MAXFRACT2>>1));
371 exp
397 unsigned exp = 190; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_sip.h30 struct nf_conntrack_expect *exp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetpwuid.exp5 load_lib util-defs.exp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/server/
H A Dmasktest.exp7 load_lib env-single.exp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dg726.c36 uint8_t exp; /**< 4bit exponent */ member in struct:Float11
45 f->exp = av_log2_16bit(i) + !!i;
46 f->mant = i? (i<<6) >> f->exp : 1<<5;
52 int res, exp; local
54 exp = f1->exp + f2->exp;
56 res = exp > 19 ? res << (exp - 19) : res >> (19 - exp);
152 int sign, exp, i, dln; local
[all...]
H A Dac3.h123 * @param[in] exp frequency coefficient exponents
129 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd,
180 int8_t *exp, int start, int end,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dcnv_float.h108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
111 if (exp >= -2) { \
112 if (exp == 0) { \
156 inexact = Dallp2(srcB) << (2 + exp); \
160 if (exp == -2) dest = Dallp1(srcA); \
161 else Variable_shift_double(Dallp1(srcA),Dallp2(srcB),30-exp,dest); \
167 if (exp > (1 - SGL_P)) { \
168 dest = Dallp1(srcA) >> (- 2 - exp); \
169 inexact = Dallp1(srcA) << (34 + exp); \
178 if (exp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsgetem.S19 | Output: The functions return exp(X) or man(X) in fp0.
52 fmovew %d0,%fp0 |move the exp to fp0
58 bsr nrm_set |normalize (exp will go negative)
61 fmovew %d0,%fp0 |move the exp to fp0
81 movew LOCAL_EX(%a0),%d0 |get the exp (really just want sign bit)
82 orw #0x7fff,%d0 |clear old exp
83 bclrl #14,%d0 |make it the new exp +-3fff
84 movew %d0,LOCAL_EX(%a0) |move the sign & exp back to fsave stack
H A Dsint.S27 | 1. If exp(X) >= 63, return X.
28 | If exp(X) < 0, return +/- 0 or +/- 1, according to
31 | 2. (X is in range) set rsc = 63 - exp(X). Unnormalize the
144 cmpw #0x403e,LOCAL_EX(%a0) |check if (unbiased) exp > 63
145 bgts out_rnge |branch if exp < 63
146 cmpw #0x3ffd,LOCAL_EX(%a0) |check if (unbiased) exp < 0
147 bgt in_rnge |if 63 >= exp > 0, do calc
201 fmovex LOCAL_EX(%a0),%fp0 |if exp > 63
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_emu.h48 #define IS_INF(a) ((a)->exp == 0x7fff)
104 dest->exp = 0x7fff; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c6577 * @exp: the expression
6582 xmlExpFree(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp) { argument
6583 if ((exp == NULL) || (exp == forbiddenExp) || (exp == emptyExp))
6585 exp->ref--;
6586 if (exp->ref == 0) {
6590 key = exp->key % ctxt->size;
6591 if (ctxt->table[key] == exp) {
6592 ctxt->table[key] = exp
6624 xmlExpRef(xmlExpNodePtr exp) argument
6733 xmlExpGetLanguageInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
6778 xmlExpGetLanguage(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**langList, int len) argument
6786 xmlExpGetStartInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
6846 xmlExpGetStart(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**tokList, int len) argument
6862 xmlExpIsNillable(xmlExpNodePtr exp) argument
6869 xmlExpStringDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str) argument
6991 xmlExpStringDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str, int len) argument
7010 xmlExpCheckCard(xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7044 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7105 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7559 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7593 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
[all...]

Completed in 249 milliseconds

1234567891011