Searched refs:transform (Results 1 - 25 of 792) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dso/
H A Ddso_dlfcn.c262 int len, rsize, transform; local
266 transform = (strstr(filename, "/") == NULL);
267 if(transform)
281 if(transform)
H A Ddso_win32.c254 int len, transform; local
257 transform = ((strstr(filename, "/") == NULL) &&
260 if(transform)
272 if(transform)
H A Ddso_dl.c254 int len, rsize, transform; local
258 transform = (strstr(filename, "/") == NULL);
272 if(transform)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dentry-macro.S29 @ transform illegal source (0xffff) as -1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djpegtran.c93 select_transform (JXFORM_CODE transform) argument
94 /* Silly little routine to detect multiple transform options,
99 if (transformoption.transform == JXFORM_NONE ||
100 transformoption.transform == transform) {
101 transformoption.transform = transform;
136 transformoption.transform = JXFORM_NONE;
255 /* Fail if there is any partial edge MCUs that the transform can't
324 /* Trim off any partial edge MCUs that the transform ca
[all...]
H A Dtransupp.h20 /* If you happen not to want the image transform support, disable it here */
22 #define TRANSFORMS_SUPPORTED 1 /* 0 disables transform code */
61 * If both crop and a rotate/flip transform are requested, the crop is applied
121 JXFORM_CODE transform; /* image transform operator */ member in struct:__anon1008
175 JXFORM_CODE transform));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_dlfcn.c338 int len, rsize, transform; local
342 transform = (strstr(filename, "/") == NULL);
343 if(transform)
357 if(transform)
H A Ddso_dl.c323 int len, rsize, transform; local
327 transform = (strstr(filename, "/") == NULL);
341 if(transform)
H A Ddso_win32.c622 int len, transform; local
625 transform = ((strstr(filename, "/") == NULL) &&
628 if(transform)
640 if(transform)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dblock.c196 b->transform[0]=_ogg_calloc(VI_TRANSFORMB,sizeof(*b->transform[0]));
197 b->transform[1]=_ogg_calloc(VI_TRANSFORMB,sizeof(*b->transform[1]));
201 b->transform[0][0]=_ogg_calloc(1,sizeof(mdct_lookup));
202 b->transform[1][0]=_ogg_calloc(1,sizeof(mdct_lookup));
203 mdct_init(b->transform[0][0],ci->blocksizes[0]>>hs);
204 mdct_init(b->transform[1][0],ci->blocksizes[1]>>hs);
318 if(b->transform[0]){
319 mdct_clear(b->transform[
[all...]
H A Dcodec_internal.h65 vorbis_look_transform **transform[2]; /* block, type */ member in struct:private_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd4.c89 * transform 64 bytes
92 transform ( MD4_CONTEXT *ctx, const unsigned char *data ) function
201 transform( hd, hd->buf );
221 transform( hd, inbuf );
285 transform( hd, hd->buf );
H A Dmd5.c79 * transform n*64 bytes
82 transform ( MD5_CONTEXT *ctx, const unsigned char *data ) function
226 transform( hd, hd->buf );
246 transform( hd, inbuf );
311 transform( hd, hd->buf );
H A Dsha256.c143 transform (SHA256_CONTEXT *hd, const unsigned char *data) function
273 transform (hd, hd->buf);
291 transform (hd, inbuf);
354 transform (hd, hd->buf);
H A Dsha512.c135 transform (SHA512_CONTEXT *hd, const unsigned char *data) function
314 transform (hd, hd->buf);
332 transform (hd, inbuf);
407 transform (hd, hd->buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dsha1.c48 static void transform(uint32_t state[5], const uint8_t buffer[64]){ function
117 transform(ctx->state, ctx->buffer);
124 transform(ctx->state, ctx->buffer);
126 transform(ctx->state, &data[i]);
143 av_sha1_update(ctx, (uint8_t *)&finalcount, 8); /* Should cause a transform() */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_vxworks165 transform() function
277 # Lots of noise to transform random paths into VxWorks conventions.
281 cat ../$i | transform dbdemo > $s
285 cat ../$i | transform `basename $i .c` > $s
289 cat ../$i | transform `basename $i .c` > $s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A DMakefile.in55 transform = @program_transform_name@
H A DMakefile55 transform = s,x,x, macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A DMakefile.in47 transform = $(program_transform_name)
430 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
449 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile25 transform = $(program_transform_name) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/m4/
H A DMakefile28 transform = $(program_transform_name) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A DMakefile55 transform = s,x,x, macro
215 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
224 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A DMakefile55 transform = s,x,x, macro
208 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
217 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c130 transform (hmac256_context_t hd, const void *data_arg)
279 transform (hd, hd->buf);
395 transform (hd, hd->buf);
413 transform (hd, inbuf);
129 transform (hmac256_context_t hd, const void *data_arg) function

Completed in 321 milliseconds

1234567891011>>