Searched refs:convert (Results 1 - 25 of 98) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Dmk2knr.pl6 # - In the busybox directory type 'examples/mk2knr.pl files-to-convert'
19 $convert = 0;
25 # prepare the "convert me" file
45 $convert++ if ($var =~ /^[a-z]+[A-Z][a-z]+/);
48 $convert++ if ($var =~ /^[A-Z][a-z]+[A-Z][a-z]+/);
53 if ($convert) {
54 $convert = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.2.0/
H A DMakefile3 BUILD= convert.html disk.html intro.html system.html toc.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Drecode-sr-latin.x2 recode-sr-latin \- convert Serbian text from Cyrillic to Latin script
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dexpand.c1 /* expand - convert tabs to spaces
2 * unexpand - convert spaces to tabs
12 * -i --initial Only convert initial tabs on each line to spaces.
43 int convert; local
50 convert = 1;
55 if (*line == '\t' && convert) {
61 convert = 0;
80 int convert; local
86 convert = 1;
90 while ((*line == ' ' || *line == '\t') && convert) {
[all...]
H A Dprintf.c34 to convert all of the given arguments.
45 static void multiconvert(const char *arg, void *result, converter convert) argument
53 convert(arg, result);
H A Ddos2unix.c23 static int convert(char *fn, int conv_type) function
93 /* -u convert to unix, -d convert to dos */
103 /* might be convert(NULL) if there is no filename given */
104 o = convert(argv[optind], conv_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/evolve/
H A DConversion.java78 * public Object convert(Object fromValue) {
134 * public Object convert(Object fromValue) {
217 * public Object convert(Object fromValue) {
289 * public Object convert(Object fromValue) {
353 * public Object convert(Object fromValue) {
415 Object convert(Object fromValue); method in interface:Conversion
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dex.S16 ! convert Exception Vector to Exception Number
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/tutorial/
H A Dincludeconvert.c7 convert (unsigned char *in, char *encoding)
64 out = convert(content, encoding);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp23xx/
H A Dentry-macro.S19 subne \irqnr, \irqnr, #1 @ convert to 0 based
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimgconvert.c1809 void (*convert)(AVPicture *dst, member in struct:ConvertEntry
1814 to convert from any format to any format, the following constraints
1817 - all FF_COLOR_RGB formats must convert to and from PIX_FMT_RGB24
1819 - all FF_COLOR_GRAY formats must convert to and from PIX_FMT_GRAY8
1821 - all FF_COLOR_RGB formats with alpha must convert to and from PIX_FMT_RGB32
1823 - PIX_FMT_YUV444P and PIX_FMT_YUVJ444P must convert to and from
1826 - PIX_FMT_422 must convert to and from PIX_FMT_422P.
1833 .convert = yuv420p_to_yuyv422,
1836 .convert = yuv420p_to_rgb555
1839 .convert
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dsnprintf.c830 char convert[sizeof( union value) * 8 + 16]; local
849 convert[place++] =
854 convert[place] = 0;
859 convert,place,signvalue,padlen); / **/
876 while( place > 0 ) dopr_outch( buffer, left, convert[--place] );
899 char convert[2*sizeof(quad_t)+1]; local
911 convert[2*i] =
913 convert[2*i+1] =
916 convert[2*i] = 0;
918 place = strlen(convert);
961 char convert[sizeof( union value) * 8 + 16]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dsnprintf.c830 char convert[sizeof( union value) * 8 + 16]; local
849 convert[place++] =
854 convert[place] = 0;
859 convert,place,signvalue,padlen); / **/
876 while( place > 0 ) dopr_outch( buffer, left, convert[--place] );
899 char convert[2*sizeof(quad_t)+1]; local
911 convert[2*i] =
913 convert[2*i+1] =
916 convert[2*i] = 0;
918 place = strlen(convert);
961 char convert[sizeof( union value) * 8 + 16]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmconvert.c140 mlog(ML_ERROR, "attempted to convert a lock with a lock "
146 /* must be on grant queue to convert */
148 mlog(ML_ERROR, "attempted to convert a lock not on grant "
157 /* EX + LKM_VALBLK + convert == set lvb */
215 mlog(0, "doing in-place convert for nonlocal lock\n");
226 mlog(0, "failed to convert NOQUEUE lock %.*s from "
296 /* move lock to local convert queue */
351 struct dlm_convert_lock convert; local
360 memset(&convert, 0, sizeof(struct dlm_convert_lock));
361 convert
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Devp_test.c76 static int convert(unsigned char *s) function
391 kn=convert(key);
392 in=convert(iv);
393 pn=convert(plaintext);
394 cn=convert(ciphertext);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Devp_test.c76 static int convert(unsigned char *s) function
391 kn=convert(key);
392 in=convert(iv);
393 pn=convert(plaintext);
394 cn=convert(ciphertext);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/slaves/
H A Dw1_therm.c92 int (*convert)(u8 rom[9]); member in struct:w1_therm_family_converter
101 .convert = w1_DS18S20_convert_temp
105 .convert = w1_DS18B20_convert_temp
109 .convert = w1_DS18B20_convert_temp
146 return w1_therm_families[i].convert(rom);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DConverterReader.java49 /* Read the old format RawObject and convert it. */
51 o = converter.getConversion().convert(o);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_test.c77 static int convert(unsigned char *s) function
391 kn=convert(key);
392 in=convert(iv);
393 pn=convert(plaintext);
394 cn=convert(ciphertext);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Devp_test.c77 static int convert(unsigned char *s) function
391 kn=convert(key);
392 in=convert(iv);
393 pn=convert(plaintext);
394 cn=convert(ciphertext);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dtestss.bat26 echo convert the certificate request into a self signed certificate using 'x509'
31 echo convert a certificate into a certificate request using 'x509'
80 echo error using 'x509' convert a certificate to a certificate request
H A Dtestssce.bat26 echo convert the certificate request into a self signed certificate using 'x509'
31 echo convert a certificate into a certificate request using 'x509'
86 echo error using 'x509' convert a certificate to a certificate request
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtestss.bat26 echo convert the certificate request into a self signed certificate using 'x509'
31 echo convert a certificate into a certificate request using 'x509'
80 echo error using 'x509' convert a certificate to a certificate request
H A Dtestssce.bat26 echo convert the certificate request into a self signed certificate using 'x509'
31 echo convert a certificate into a certificate request using 'x509'
86 echo error using 'x509' convert a certificate to a certificate request
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dlinear.c40 static void convert(struct snd_pcm_plugin *plugin, function
105 convert(plugin, src_channels, dst_channels, frames);

Completed in 356 milliseconds

1234