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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dclean-diff3 expand -t `seq -s , 9 8 200` |\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dcomp.h18 int (*expand)(); member in struct:comp_method_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/comp/
H A Dcomp.h18 int (*expand)(); member in struct:comp_method_st
H A Dcomp_lib.c66 if (ctx->meth->expand == NULL)
71 ret=ctx->meth->expand(ctx,out,olen,in,ilen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Dtas3001c_tables.c6 .above = { .val = 3.0 * (1<<8), .expand = 0 },
7 .below = { .val = 1.0 * (1<<8), .expand = 0 },
46 .above = { .val = 3.0 * (1<<8), .expand = 0 },
47 .below = { .val = 1.0 * (1<<8), .expand = 0 },
86 .above = { .val = 3.0 * (1<<8), .expand = 0 },
87 .below = { .val = 1.0 * (1<<8), .expand = 0 },
126 .above = { .val = 3.0 * (1<<8), .expand = 0 },
127 .below = { .val = 1.0 * (1<<8), .expand = 0 },
166 .above = { .val = 3.0 * (1<<8), .expand = 0 },
167 .below = { .val = 1.0 * (1<<8), .expand
[all...]
H A Dtas3004.c66 .above = { .val = MAKE_RATIO(16,0), .expand = 0 },
67 .below = { .val = MAKE_RATIO(2,0), .expand = 0 },
77 .above = { .val = MAKE_RATIO(1,500), .expand = 1 },
78 .below = { .val = MAKE_RATIO(2,0), .expand = 1 },
745 self->drce_state.above.expand = drce->above.expand;
750 } else if (drce->above.expand) {
762 self->drce_state.below.expand = drce->below.expand;
767 } else if (drce->below.expand) {
[all...]
H A Dtas3004_tables.c6 .above = { .val = 3.0 * (1<<8), .expand = 0 },
7 .below = { .val = 1.0 * (1<<8), .expand = 0 },
48 .above = { .val = 3.0 * (1<<8), .expand = 0 },
49 .below = { .val = 1.0 * (1<<8), .expand = 0 },
90 .above = { .val = 3.0 * (1<<8), .expand = 0 },
91 .below = { .val = 1.0 * (1<<8), .expand = 0 },
132 .above = { .val = 3.0 * (1<<8), .expand = 0 },
133 .below = { .val = 1.0 * (1<<8), .expand = 0 },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/sparc/
H A Dsimple_idct_vis.c42 static const DECLARE_ALIGNED_8(uint16_t, expand[4]) = {
526 : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size), "5" (expand)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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 \
H A Dmcat.c103 expand(dev->name,name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Duptodate.c349 mlog(0, "Inode %llu, block %llu, expand = %d\n",
427 int expand; local
451 expand = 0;
454 expand = 1;
458 __ocfs2_set_buffer_uptodate(oi, bh->b_blocknr, expand);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dgtkdictbrowser.py60 vbox.pack_end(hbox, expand = 0, padding = 5)
64 hbox.pack_start(label, expand = 0, padding = 5)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dhelp2man26 use Text::Tabs qw(expand);
178 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dhelp2man26 use Text::Tabs qw(expand);
178 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds3_enc.c224 if (s->expand != NULL)
226 COMP_CTX_free(s->expand);
227 s->expand=NULL;
231 s->expand=COMP_CTX_new(comp);
232 if (s->expand == NULL)

Completed in 147 milliseconds

123