Searched refs:exp (Results 76 - 100 of 267) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c6702 * @exp: the expression
6707 xmlExpFree(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp) { argument
6708 if ((exp == NULL) || (exp == forbiddenExp) || (exp == emptyExp))
6710 exp->ref--;
6711 if (exp->ref == 0) {
6715 key = exp->key % ctxt->size;
6716 if (ctxt->table[key] == exp) {
6717 ctxt->table[key] = exp
6749 xmlExpRef(xmlExpNodePtr exp) argument
6858 xmlExpGetLanguageInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
6903 xmlExpGetLanguage(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**langList, int len) argument
6911 xmlExpGetStartInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
6971 xmlExpGetStart(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**tokList, int len) argument
6987 xmlExpIsNillable(xmlExpNodePtr exp) argument
6994 xmlExpStringDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str) argument
7116 xmlExpStringDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str, int len) argument
7135 xmlExpCheckCard(xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7169 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7230 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7684 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7718 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dfpu.c189 int exp = 1023 - 126; local
195 exp--;
198 du |= (exp << 20) | (x >> 3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dsingle.h29 unsigned exp : _FP_EXPBITS_S; member in struct:_FP_UNION_S::__anon3665
33 unsigned exp : _FP_EXPBITS_S;
H A Ddouble.h38 unsigned exp : _FP_EXPBITS_D; member in struct:_FP_UNION_D::__anon3663
44 unsigned exp : _FP_EXPBITS_D;
87 unsigned exp : _FP_EXPBITS_D; member in struct:_FP_UNION_D::__anon3664
91 unsigned exp : _FP_EXPBITS_D;
H A Dsfp-machine.h121 X##_e = _flo->bits.exp; \
132 X##_e = _flo->bits.exp; \
151 _flo->bits.exp = X##_e; \
162 _flo->bits.exp = X##_e; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_sip.c49 struct nf_conntrack_expect *exp,
371 struct nf_conntrack_expect *exp; local
377 exp = nf_conntrack_expect_alloc(ct);
378 if (exp == NULL)
380 nf_conntrack_expect_init(exp, family,
386 ret = nf_nat_sdp(pskb, ctinfo, exp, dptr);
388 if (nf_conntrack_expect_related(exp) != 0)
393 nf_conntrack_expect_put(exp);
H A Dnf_conntrack_pptp.c65 struct nf_conntrack_expect *exp) __read_mostly;
78 struct nf_conntrack_expect *exp)
93 nf_nat_pptp_expectfn(ct, exp);
99 nf_ct_invert_tuplepr(&inv_t, &exp->tuple);
119 struct nf_conntrack_expect *exp; local
122 DEBUGP("trying to timeout ct or exp for tuple ");
136 exp = nf_conntrack_expect_find_get(t);
137 if (exp) {
138 DEBUGP("unexpect_related of expect %p\n", exp);
139 nf_conntrack_unexpect_related(exp);
77 pptp_expectfn(struct nf_conn *ct, struct nf_conntrack_expect *exp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural-exp.h110 extern void FREE_EXPRESSION (struct expression *exp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dsoftfloat.c70 printf("test2 sf =%d (%d %d)\n", av_sf2int(sf1, 24), sf1.exp, sf1.mant);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3.c55 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, argument
62 psd[bin]=(3072 - (exp[bin] << 7));
208 int8_t *exp, int start, int end,
218 ff_ac3_bit_alloc_calc_psd(exp, start, end, psd, band_psd);
207 ac3_parametric_bit_allocation(AC3BitAllocParameters *s, uint8_t *bap, int8_t *exp, int start, int end, int snr_offset, int fast_gain, int is_lfe, int dba_mode, int dba_nsegs, uint8_t *dba_offsets, uint8_t *dba_lengths, uint8_t *dba_values) argument
H A Dacelp_pitch_delay.c117 mr_energy = gain_corr_factor * exp(M_LN10 / (20 << 23) * mr_energy) /
H A Dac3enc.c241 uint8_t exp[NB_BLOCKS][AC3_MAX_CHANNELS][N/2],
251 exp_diff = calc_exp_diff(exp[i][ch], exp[i-1][ch], N/2);
286 /* set exp[i] to min(exp[i], exp1[i]) */
287 static void exponent_min(uint8_t exp[N/2], uint8_t exp1[N/2], int n) argument
292 if (exp1[i] < exp[i])
293 exp[i] = exp1[i];
300 uint8_t exp[N/2],
322 exp1[0] = exp[
240 compute_exp_strategy(uint8_t exp_strategy[NB_BLOCKS][AC3_MAX_CHANNELS], uint8_t exp[NB_BLOCKS][AC3_MAX_CHANNELS][N/2], int ch, int is_lfe) argument
299 encode_exp(uint8_t encoded_exp[N/2], uint8_t exp[N/2], int nb_exps, int exp_strategy) argument
1153 uint8_t exp[NB_BLOCKS][AC3_MAX_CHANNELS][N/2]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Ddouble.h61 unsigned exp : _FP_EXPBITS_D; member in struct:_FP_UNION_D::__anon10473
67 unsigned exp : _FP_EXPBITS_D;
135 unsigned exp : _FP_EXPBITS_D; member in struct:_FP_UNION_D::__anon10474
139 unsigned exp : _FP_EXPBITS_D;
H A Dquad.h62 unsigned exp : _FP_EXPBITS_Q; member in struct:_FP_UNION_Q::__anon10475
72 unsigned exp : _FP_EXPBITS_Q;
140 unsigned exp : _FP_EXPBITS_Q; member in struct:_FP_UNION_Q::__anon10476
146 unsigned exp : _FP_EXPBITS_Q;
H A Dsingle.h52 unsigned exp : _FP_EXPBITS_S; member in struct:_FP_UNION_S::__anon10477
56 unsigned exp : _FP_EXPBITS_S;
H A Dop-1.h80 X##_e = _flo.bits.exp; \
90 X##_e = _flo->bits.exp; \
103 _flo.bits.exp = X##_e; \
115 _flo->bits.exp = X##_e; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Ddecbin.S50 | A4. Calculate the factor 10^exp in FP1 using a table of
168 movel %d1,L_SCR1(%a6) |save exp in memory
240 | for the adjusted exponent. That number is subtracted from the exp
241 | if the exp was positive, and added if it was negative. The purpose
246 | 2p.(positive exp)
249 | 4. Subtract the count from the exp.
250 | 5. Check if the exp has crossed zero in #3 above; make the exp abs
253 | 2n.(negative exp)
256 | 4. Add the count to the exp
[all...]
H A Dscosh.S26 | y = |X|, z = exp(Y), and
33 | cosh(X) = sign(X) * exp(|X|)/2.
34 | However, invoking exp(|X|) may cause premature overflow.
39 | cosh(X) := Fact * exp(Y').
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c1251 static void check_for_gpl_usage(enum export exp, const char *m, const char *s) argument
1255 switch (exp) {
1276 static void check_for_unused(enum export exp, const char* m, const char* s) argument
1280 switch (exp) {
1294 struct symbol *s, *exp; local
1298 exp = find_symbol(s->name);
1299 if (!exp || exp->module == mod)
1307 check_for_gpl_usage(exp->export, basename, exp
1341 struct symbol *s, *exp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dvfs.c108 struct svc_export *exp = *expp, *exp2 = NULL; local
110 struct vfsmount *mnt = mntget(exp->ex_mnt);
116 exp2 = exp_get_by_name(exp->ex_client, mnt, mounts, &rqstp->rq_chandle);
123 if (exp2 && ((exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2))) {
125 exp_put(exp);
154 struct svc_export *exp; local
168 exp = fhp->fh_export;
169 exp_get(exp);
177 else if (dparent != exp->ex_dentry) {
179 } else if (!EX_NOHIDE(exp))
910 struct svc_export *exp; local
1774 nfsd_permission(struct svc_export *exp, struct dentry *dentry, int acc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Delevator.h180 #define rq_set_fifo_time(rq,exp) ((rq)->donelist.next = (void *) (exp))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsharedbook.c49 long exp; local
55 exp= floor(log(val)/log(2.f));
56 mant=rint(ldexp(val,(VQ_FMAN-1)-exp));
57 exp=(exp+VQ_FEXP_BIAS)<<VQ_FMAN;
59 return(sign|exp|mant);
65 long exp =(val&0x7fe00000L)>>VQ_FMAN; local
67 return(ldexp(mant,exp-(VQ_FMAN-1)-VQ_FEXP_BIAS));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dcfe_osl.c159 osl_assert(char *exp, char *file, int line) argument
161 printf("assertion \"%s\" failed: file \"%s\", line %d\n", exp, file, line);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_util.S107 move.l %d1,(%a0)+ | set sign / exp
140 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp
178 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp

Completed in 338 milliseconds

1234567891011