Searched refs:equiv (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/opt/remote/bin/
H A Dfunc.sh46 echo "<META http-equiv=content-type content='text/html;charset=UTF-8'>"
61 <HEAD><meta http-equiv="Refresh" content="$delay_time; url=$url">
62 <Meta http-equiv="Pragma" Content="no-cache">
63 <META HTTP-equiv="Cache-Control" content="no-cache">
64 <Meta http-equiv="Expires" Content="0">
65 <META http-equiv='Content-Type' content='text/html; charset=$(print_charset)'>
83 <HEAD><meta http-equiv="Refresh">
84 <Meta http-equiv="Pragma" Content="no-cache">
85 <META HTTP-equiv="Cache-Control" content="no-cache">
86 <Meta http-equiv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dcompat.h32 char const *equiv; member in struct:id3_compat
H A Dframe.c350 if (compat && compat->equiv)
351 id = compat->equiv;
447 if (compat && !compat->equiv) {
H A Dtag.c236 if (compat && compat->equiv && !compat->translate) {
237 id = compat->equiv;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dcompat.h32 char const *equiv; member in struct:id3_compat
H A Dframe.c350 if (compat && compat->equiv)
351 id = compat->equiv;
447 if (compat && !compat->equiv) {
H A Dtag.c236 if (compat && compat->equiv && !compat->translate) {
237 id = compat->equiv;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-idn-meta.px16 <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
H A DTest-iri.px49 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
63 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
79 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
H A DTest-iri-list.px49 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
63 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
H A DTest-iri-percent.px36 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
H A DTest-iri-disabled.px47 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
H A DTest-iri-forced-remote.px51 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dutable.c121 smb_ucs2_t equiv[0x10000][MAX_EQUIVALENCE]; local
128 memset(equiv, 0, sizeof(equiv));
174 equiv[c][0] = c;
177 equiv[c][i+1] = c2[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dasm.S95 .equiv r\n, \n
96 .equiv f\n, \n
97 .equiv v\n, \n
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dasm.S103 .equiv r\n, \n
104 .equiv f\n, \n
105 .equiv v\n, \n
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontmap.cpp384 wxFontEncodingArray equiv = wxEncodingConverter::GetAllEquivalents(encoding); local
385 size_t count = equiv.GetCount();
393 if ( equiv[i] == encoding )
396 if ( TestAltEncoding(configEntry, equiv[i], info) )
398 equivEncoding = equiv[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A DMakefile.am231 data/equiv-config-files/basic/basic-1.conf \
232 data/equiv-config-files/basic/basic-2.conf \
233 data/equiv-config-files/basic/basic.d/basic.conf \
234 data/equiv-config-files/entities/basic.d/basic.conf \
235 data/equiv-config-files/entities/entities-1.conf \
236 data/equiv-config-files/entities/entities-2.conf \
H A DMakefile616 data/equiv-config-files/basic/basic-1.conf \
617 data/equiv-config-files/basic/basic-2.conf \
618 data/equiv-config-files/basic/basic.d/basic.conf \
619 data/equiv-config-files/entities/basic.d/basic.conf \
620 data/equiv-config-files/entities/entities-1.conf \
621 data/equiv-config-files/entities/entities-2.conf \
H A DMakefile.in616 data/equiv-config-files/basic/basic-1.conf \
617 data/equiv-config-files/basic/basic-2.conf \
618 data/equiv-config-files/basic/basic.d/basic.conf \
619 data/equiv-config-files/entities/basic.d/basic.conf \
620 data/equiv-config-files/entities/entities-1.conf \
621 data/equiv-config-files/entities/entities-2.conf \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c314 u8 *equiv = EQUIV_TABLE(dfa); local
317 pos = base[state] + equiv[(u8) *str++];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnbtheory.cpp379 bool FirstPrime(Integer &p, const Integer &max, const Integer &equiv, const Integer &mod, const PrimeSelector *pSelector)
381 assert(!equiv.IsNegative() && equiv < mod);
383 Integer gcd = GCD(equiv, mod);
386 // the only possible prime p such that p%mod==equiv where GCD(mod,equiv)!=1 is GCD(mod,equiv)
409 while (pItr < primeTable+primeTableSize && !(*pItr%mod == equiv && (!pSelector || pSelector->IsAcceptable(*pItr))))
424 return FirstPrime(p, max, CRT(equiv, mod, 1, 2, 1), mod<<1, pSelector);
426 p += (equiv
[all...]
H A Dnbtheory.h53 // use a fast sieve to find the first probable prime in {x | p<=x<=max and x%mod==equiv}
55 CRYPTOPP_DLL bool CRYPTOPP_API FirstPrime(Integer &p, const Integer &max, const Integer &equiv, const Integer &mod, const PrimeSelector *pSelector);
H A Dinteger.h109 over {x | min <= x <= max and x is of rnType and x % mod == equiv}.
118 Integer(RandomNumberGenerator &rng, const Integer &min, const Integer &max, RandomNumberType rnType=ANY, const Integer &equiv=Zero(), const Integer &mod=One());
243 //! set this Integer to a random element of {x | min <= x <= max and x is of rnType and x % mod == equiv}
245 bool Randomize(RandomNumberGenerator &rng, const Integer &min, const Integer &max, RandomNumberType rnType, const Integer &equiv=Zero(), const Integer &mod=One());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/build_farm/
H A Dbasicsmb.fns90 echo "127.0.0.1" > $prefix/lib/hosts.equiv

Completed in 205 milliseconds

12