Searched refs:conversion (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgconv.x2 msgconv \- character set conversion for message catalog
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/evolve/
H A DConverter.java52 private Conversion conversion; field in class:Converter
60 Conversion conversion) {
61 this(className, classVersion, null, conversion);
72 Conversion conversion) {
74 this.conversion = conversion;
77 Class cls = conversion.getClass();
95 return conversion;
99 * Returns true if the conversion objects are equal in this object and
107 return conversion
58 Converter(String className, int classVersion, Conversion conversion) argument
69 Converter(String declaringClassName, int declaringClassVersion, String fieldName, Conversion conversion) argument
[all...]
H A DEntityConverter.java43 Conversion conversion,
45 super(entityClassName, classVersion, null, conversion);
41 EntityConverter(String entityClassName, int classVersion, Conversion conversion, Set<String> deletedKeys) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprintf-parse.h54 char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon2349
83 uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon2351
110 uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon2353
137 uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon2355
H A Dvasnprintf.c1535 if (dp->conversion == '%')
1551 if (dp->conversion == 'n')
1578 else if (dp->conversion == 'U')
2041 else if ((dp->conversion == 'a' || dp->conversion == 'A')
2175 if (dp->conversion == 'A')
2206 if (dp->conversion == 'A')
2256 *p++ = dp->conversion - 'A' + 'X';
2278 : dp->conversion - 10);
2289 *p++ = dp->conversion
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf-parse.h48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon2223
H A Dwprintf-parse.h48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon2227
H A Dvasnprintf.c1536 if (dp->conversion == '%')
1552 if (dp->conversion == 'n')
1579 else if (dp->conversion == 'U')
2042 else if ((dp->conversion == 'a' || dp->conversion == 'A')
2176 if (dp->conversion == 'A')
2207 if (dp->conversion == 'A')
2257 *p++ = dp->conversion - 'A' + 'X';
2279 : dp->conversion - 10);
2290 *p++ = dp->conversion
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dprintf-parse.h48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon2233
H A Dvasnprintf.c1536 if (dp->conversion == '%')
1552 if (dp->conversion == 'n')
1579 else if (dp->conversion == 'U')
2042 else if ((dp->conversion == 'a' || dp->conversion == 'A')
2176 if (dp->conversion == 'A')
2207 if (dp->conversion == 'A')
2257 *p++ = dp->conversion - 'A' + 'X';
2279 : dp->conversion - 10);
2290 *p++ = dp->conversion
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dtrsa11 echo skipping rsa conversion test
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtrsa4 echo skipping rsa conversion test
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/winmsi/
H A Dwinbuild.bat54 echo When prompted during the conversion, say: Yes-to-All.
55 echo When finished with the conversion, do a Save-All and Exit.
65 echo Trying the conversion again...
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dswarm_cs4297a.c42 * 09/18/00 trw - added 16bit only record with conversion
292 unsigned conversion:1; // conversion from 16 to 8 bit in progress member in struct:cs4297a_state
844 if (s->conversion == 1) {
845 s->conversion = 0;
890 s->conversion = 1;
1074 /* XXXKW stereo? conversion? Just assume 2 16-bit samples for now */
1688 if (s->conversion) {
2175 if (s->conversion) {
2222 if (s->conversion) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dscale.S87 fmovel #rz_mode,%fpcr |force rz for src conversion
H A Dx_snan.S6 | SNAN for float -> integer conversions (integer conversion of
H A Dbindec.S55 | in the output before conversion to bcd. LAMBDA is the
331 | in the output before conversion to bcd. LAMBDA is the sign
748 fmovel #rz_mode,%FPCR |force rz for conversion
H A Dres_func.S13 | reportable exception in the conversion.
1508 fmovel %fp0,L_SCR1(%a6) |let the 040 perform conversion
1554 fmovew %fp0,L_SCR1(%a6) |let the 040 perform conversion
1599 fmoveb %fp0,L_SCR1(%a6) |let the 040 perform conversion
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A Diso2022_jp2.h308 /* This defines the conversion preferences depending on the current
310 enum conversion { none = 0, european, japanese, chinese, korean, other }; enum
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tools/
H A DMakefile2 # Directory containing conversion tables.
3 # You have to unpack the conversion-tables.tar.gz package.
4 TABLESDIR = /home/bruno/chs/conversion-tables
300 # - Their round-trip conversion to Unicode and back must be the identity,
302 # as if no Unicode conversion was involved,
305 # round-trip conversion stability is more important than a particular glyph.

Completed in 215 milliseconds