Searched refs:expand (Results 1 - 25 of 114) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dclean-diff3 expand -t $(seq -s , 9 8 200) |\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sha.c141 #define expand(W,i) ( W[ i & 15 ] = ROTL( 1, ( W[ i & 15 ] ^ W[ (i - 14) & 15 ] ^ \ macro
201 subRound (E, A, B, C, D, f1, K1, expand ( eData, 16) );
202 subRound (D, E, A, B, C, f1, K1, expand ( eData, 17) );
203 subRound (C, D, E, A, B, f1, K1, expand ( eData, 18) );
204 subRound (B, C, D, E, A, f1, K1, expand ( eData, 19) );
206 subRound (A, B, C, D, E, f2, K2, expand ( eData, 20) );
207 subRound (E, A, B, C, D, f2, K2, expand ( eData, 21) );
208 subRound (D, E, A, B, C, f2, K2, expand ( eData, 22) );
209 subRound (C, D, E, A, B, f2, K2, expand ( eData, 23) );
210 subRound (B, C, D, E, A, f2, K2, expand ( eDat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkpod40 ($name, $expand) = split (/\t+/, $_, 2) ;
42 $expand =~ s/^\s*// ;
43 $expand =~ s/\s*$// ;
45 if ($expand =~ /\[#/ )
49 $Macros{$name} = $expand ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dcomp_lib.c60 if (ctx->meth->expand == NULL)
65 ret=ctx->meth->expand(ctx,out,olen,in,ilen);
H A Dcomp.h22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/comp/
H A Dcomp_lib.c56 if (ctx->meth->expand == NULL) {
60 ret = ctx->meth->expand(ctx, out, olen, in, ilen);
H A Dcomp.h25 int (*expand) (COMP_CTX *ctx, member in struct:comp_method_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/comp/
H A Dcomp_lib.c56 if (ctx->meth->expand == NULL) {
60 ret = ctx->meth->expand(ctx, out, olen, in, ilen);
H A Dcomp.h25 int (*expand) (COMP_CTX *ctx, member in struct:comp_method_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dopenssl-format-source78 # expand a directory tree we need to ignore any located symlinks
102 # messing with them, run expand then indent as usual but with the
110 expand | \
139 expand "$j" | indent $INDENT_ARGS > "$tmp"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dcomp.h22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dopenssl-format-source78 # expand a directory tree we need to ignore any located symlinks
102 # messing with them, run expand then indent as usual but with the
110 expand | \
139 expand "$j" | indent $INDENT_ARGS > "$tmp"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_file.l17 CSCfileExpandPath - expand ~ and environment variables in pathname
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sparc/
H A Dsimple_idct_vis.c43 static const DECLARE_ALIGNED(8, uint16_t, expand)[4] = {
527 : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size), "5" (expand)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpand.c0 /* expand - convert tabs to spaces
10 * Options for expand:
21 * Caveat: this versions of expand and unexpand don't accept tab lists.
39 static void expand(FILE *file, unsigned tab_size, unsigned opt) function
188 USE_EXPAND(expand(file, tab_size, opt));
H A Dtr.c49 static unsigned int expand(const char *arg, char *buffer) function
202 input_length = expand(argv[idx++], tr_buf);
208 output_length = expand(argv[idx], output);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dexpand.c64 const char *expand(const char *input, char *ans) function
77 /* any thing to expand? */
H A DMakefile.Be31 directory.o expand.o fat.o fat_free.o file.o file_name.o file_read.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-172 <expand>True</expand>
430 <expand>True</expand>
478 <expand>True</expand>
494 <expand>False</expand>
965 <expand>True</expand>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dglob.c108 static void expand(const char *);
192 expand(as);
217 expand(const char *as) function
380 expand(restbuf);
506 expand(p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobjects.pl192 sub expand subroutine
205 print OUT expand("#define SN_$Cname\t\t\"$sn{$Cname}\"\n") if $sn{$Cname} ne "";
206 print OUT expand("#define LN_$Cname\t\t\"$ln{$Cname}\"\n") if $ln{$Cname} ne "";
207 print OUT expand("#define NID_$Cname\t\t$nid{$Cname}\n") if $nid{$Cname} ne "";
208 print OUT expand("#define OBJ_$Cname\t\t$obj{$Cname}\n") if $obj{$Cname} ne "";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobjects.pl192 sub expand subroutine
205 print OUT expand("#define SN_$Cname\t\t\"$sn{$Cname}\"\n") if $sn{$Cname} ne "";
206 print OUT expand("#define LN_$Cname\t\t\"$ln{$Cname}\"\n") if $ln{$Cname} ne "";
207 print OUT expand("#define NID_$Cname\t\t$nid{$Cname}\n") if $nid{$Cname} ne "";
208 print OUT expand("#define OBJ_$Cname\t\t$obj{$Cname}\n") if $obj{$Cname} ne "";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlhash.c83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
85 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992
110 static void expand(LHASH *lh);
187 expand(lh);
305 static void expand(LHASH *lh) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/lhash/
H A Dlhash.c84 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
86 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992
111 static void expand(_LHASH *lh);
186 expand(lh);
303 static void expand(_LHASH *lh) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/lhash/
H A Dlhash.c84 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
86 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992
111 static void expand(_LHASH *lh);
186 expand(lh);
303 static void expand(_LHASH *lh) function

Completed in 168 milliseconds

12345