Searched refs:in (Results 101 - 125 of 4382) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dbloat-o-meter18 for l in os.popen("nm --size-sort " + file).readlines():
20 if type in "tTdDbB":
21 if "." in name: name = "static." + name.split(".")[0]
30 for a in old:
31 if a in new:
34 for name in old:
35 if name not in common:
40 for name in new:
41 if name not in common:
46 for name in commo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmd5.c18 * written by Colin Plumb in 1993, no copyright is claimed.
19 * This code is in the public domain; do with it what you wish.
34 * Still in the public domain.
37 * Still in the public domain.
48 /* This is the central step in the MD5 algorithm. */
49 #define MD5STEP(f,w,x,y,z,in,s) \
50 (w += f(x,y,z) + in, w = (w<<s | w>>(32-s)) + x)
57 static void FLAC__MD5Transform(FLAC__uint32 buf[4], FLAC__uint32 const in[16]) argument
66 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
67 MD5STEP(F1, d, a, b, c, in[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmd5.c18 ** Digest Algorithm" in all material mentioning or referencing this **
23 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
31 ** These notices must be retained in any copies of any part of this **
46 ** The message digest is now in mdContext->digest[0...15] **
120 in the message whose digest is being computed.
127 UINT4 in[16]; local
142 mdContext->in[mdi++] = *inBuf++;
147 in[i] = (((UINT4)mdContext->in[ii+3]) << 24) |
148 (((UINT4)mdContext->in[i
164 UINT4 in[16]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dswat.postrm5 case "$1" in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dswat.postrm5 case "$1" in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_crypto13 echo "s_crypto: no crypto sources found in the source tree."
29 f=win_config.in
38 f=srcfiles.in
40 f=srcfiles.in
52 f=vx_config.in
H A Ds_java_const19 for i in `egrep '^DB_.*J$' pubdef.in | awk '{print $1}'`; do \
21 ../dbinc_auto/api_flags.in ../dbinc/db.in | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhostsyn.c10 * This software is licensed as described in the file COPYING, which
29 #include <netinet/in.h>
41 #include <in.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/winbuild/
H A Dgen_resp_file.bat4 @for %%i in (%*) do @echo %LIBCURL_DIROBJ%/%%i \>> %OUTFILE%
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dtenc.bat4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/scripts/
H A Dmcheck11 # Mtools is distributed in the hope that it will be useful,
23 # Requires: mdir and mread utilities from mtools in user's path.
40 case $? in
54 echo "Disk in drive ${DRIVE} is OK." >&2
57 echo "Disk in drive ${DRIVE} has errors." >&2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dmd5.h14 unsigned char in[64]; member in struct:MD5Context
21 void MD5Transform (uint32 buf[4], uint32 const in[16]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dacelp_filters.h13 * FFmpeg is distributed in the hope that it will be useful,
34 * This filter is likely identical to the one used in G.729, though this
42 * @param in input data
56 const int16_t* in,
67 * @param hpf_f [in/out] past filtered data from previous (2 items long)
69 * @param in speech data to process
72 * out[i] = 0.93980581 * in[i] - 1.8795834 * in[i-1] + 0.93980581 * in[i-2] +
80 * @remark It is safe to pass the same array in i
[all...]
H A Dcelp_filters.h13 * FFmpeg is distributed in the hope that it will be useful,
49 * @param in input signal
66 const int16_t* in,
78 * @param in input signal
90 const float* in,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtenc.bat4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dexports.c11 * This program is distributed in the hope that it will be useful,
23 #define LV1_CALL(name, in, out, num) \
24 extern s64 _lv1_##name(LV1_##in##_IN_##out##_OUT_ARG_DECL); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsmovecr.S5 | offset given in the instruction field.
7 | Input: An offset in the instruction word.
19 | file, README, in this same directory.
53 bles Z_VAL |if in this range, return zero
55 bles SM_TBL |valid constants in this range
57 bles Z_VAL |if in this range, return zero
59 ble BG_TBL |valid constants in this range
69 leal PIRZRM,%a0 |rmode is rz or rm, load PIRZRM in a0
72 leal PIRN,%a0 |rmode is rn, load PIRN in a0
75 leal PIRP,%a0 |rmode is rp, load PIRP in a
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsencrypt.h8 * so we do not have to put them in cifsproto.h
15 * This library is distributed in the hope that it will be useful,
26 extern void mdfour(unsigned char *out, unsigned char *in, int n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/dpsta/
H A Ddpsta_ksyms.sh7 # copyright notice and this permission notice appear in all copies.
25 for file in $* ; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/debian/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
23 avahi-daemon.in \
24 avahi-dnsconfd.in
34 avahi-daemon: avahi-daemon.in
41 avahi-dnsconfd: avahi-dnsconfd.in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/freebsd/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
23 avahi-daemon.sh.in \
24 avahi-dnsconfd.sh.in
34 avahi-daemon.sh: avahi-daemon.sh.in
38 avahi-dnsconfd.sh: avahi-dnsconfd.sh.in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/gentoo/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
27 avahi-daemon.in \
28 avahi-dnsconfd.in
38 avahi-daemon: avahi-daemon.in
43 avahi-dnsconfd: avahi-dnsconfd.in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/mandriva/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
22 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
28 avahi-daemon: avahi-daemon.in
32 avahi-dnsconfd: avahi-dnsconfd.in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dconfig.charset11 # This program is distributed in the hope that it will be useful,
24 # ALIAS is compared in a case sensitive way.
104 # Note: Names which are not marked as being a MIME name should not be used in
122 case "$os" in
129 for l in af af_ZA ca ca_ES da da_DK de de_AT de_BE de_CH de_DE de_LU \
134 fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \
150 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
158 for l in mk mk_MK ru ru_RU; do
166 for l in ar ar_SA; do
174 for l in e
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dconfig.charset11 # This program is distributed in the hope that it will be useful,
25 # ALIAS is compared in a case sensitive way.
105 # Note: Names which are not marked as being a MIME name should not be used in
123 case "$os" in
130 for l in af af_ZA ca ca_ES da da_DK de de_AT de_BE de_CH de_DE de_LU \
135 fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \
151 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
159 for l in mk mk_MK ru ru_RU; do
167 for l in ar ar_SA; do
175 for l in e
[all...]

Completed in 270 milliseconds

1234567891011>>