Searched refs:convert (Results 26 - 50 of 343) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/www/
H A Ddetect_timezone.js27 if (document.getElementById('timezone').options[i].value == convert(std_time_offset)+","+dst) {
35 function convert(value) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ixp23xx/include/mach/
H A Dentry-macro.S19 subne \irqnr, \irqnr, #1 @ convert to 0 based
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ixp23xx/include/mach/
H A Dentry-macro.S19 subne \irqnr, \irqnr, #1 @ convert to 0 based
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Ddos2unix.c23 static void convert(char *fn, int conv_type) function
82 /* -u convert to unix, -d convert to dos */
93 /* might be convert(NULL) if there is no filename given */
94 convert(*argv, conv_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/www/
H A Ddetect_timezone.js27 if (document.getElementById('timezone').options[i].value == convert(std_time_offset)+","+dst) {
35 function convert(value) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Ddos2unix.c23 static void convert(char *fn, int conv_type) function
82 /* -u convert to unix, -d convert to dos */
93 /* might be convert(NULL) if there is no filename given */
94 convert(*argv, conv_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/www/
H A Ddetect_timezone.js27 if (document.getElementById('timezone').options[i].value == convert(std_time_offset)+","+dst) {
35 function convert(value) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2/
H A Dex.S16 ! convert Exception Vector to Exception Number
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dex.S16 ! convert Exception Vector to Exception Number
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmconvert.c138 mlog(ML_ERROR, "attempted to convert a lock with a lock "
144 /* must be on grant queue to convert */
146 mlog(ML_ERROR, "attempted to convert a lock not on grant "
155 /* EX + LKM_VALBLK + convert == set lvb */
213 mlog(0, "doing in-place convert for nonlocal lock\n");
224 mlog(0, "failed to convert NOQUEUE lock %.*s from "
294 /* move lock to local convert queue */
349 struct dlm_convert_lock convert; local
358 memset(&convert, 0, sizeof(struct dlm_convert_lock));
359 convert
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmconvert.c138 mlog(ML_ERROR, "attempted to convert a lock with a lock "
144 /* must be on grant queue to convert */
146 mlog(ML_ERROR, "attempted to convert a lock not on grant "
155 /* EX + LKM_VALBLK + convert == set lvb */
213 mlog(0, "doing in-place convert for nonlocal lock\n");
224 mlog(0, "failed to convert NOQUEUE lock %.*s from "
294 /* move lock to local convert queue */
349 struct dlm_convert_lock convert; local
358 memset(&convert, 0, sizeof(struct dlm_convert_lock));
359 convert
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dplp_snprintf.c864 char convert[sizeof( union value) * 8 + 16]; local
883 convert[place++] =
888 convert[place] = 0;
893 convert,place,signvalue,padlen); / **/
910 while( place > 0 ) dopr_outch( buffer, left, convert[--place] );
933 char convert[2*sizeof(quad_t)+1]; local
945 convert[2*i] =
947 convert[2*i+1] =
950 convert[2*i] = 0;
952 place = safestrlen(convert);
995 char convert[sizeof( union value) * 8 + 512]; local
[all...]
H A Ddebug.c36 * match for the key. We then convert according to the type of
110 char *key, *convert, *end; local
133 (convert = list[i].keyword) && safestrcasecmp( convert, key );
135 if( convert != 0 ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dplp_snprintf.c864 char convert[sizeof( union value) * 8 + 16]; local
883 convert[place++] =
888 convert[place] = 0;
893 convert,place,signvalue,padlen); / **/
910 while( place > 0 ) dopr_outch( buffer, left, convert[--place] );
933 char convert[2*sizeof(quad_t)+1]; local
945 convert[2*i] =
947 convert[2*i+1] =
950 convert[2*i] = 0;
952 place = safestrlen(convert);
995 char convert[sizeof( union value) * 8 + 512]; local
[all...]
H A Ddebug.c36 * match for the key. We then convert according to the type of
110 char *key, *convert, *end; local
133 (convert = list[i].keyword) && safestrcasecmp( convert, key );
135 if( convert != 0 ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dplp_snprintf.c864 char convert[sizeof( union value) * 8 + 16]; local
883 convert[place++] =
888 convert[place] = 0;
893 convert,place,signvalue,padlen); / **/
910 while( place > 0 ) dopr_outch( buffer, left, convert[--place] );
933 char convert[2*sizeof(quad_t)+1]; local
945 convert[2*i] =
947 convert[2*i+1] =
950 convert[2*i] = 0;
952 place = safestrlen(convert);
995 char convert[sizeof( union value) * 8 + 512]; local
[all...]
H A Ddebug.c36 * match for the key. We then convert according to the type of
110 char *key, *convert, *end; local
133 (convert = list[i].keyword) && safestrcasecmp( convert, key );
135 if( convert != 0 ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/w1/slaves/
H A Dw1_therm.c94 int (*convert)(u8 rom[9]); member in struct:w1_therm_family_converter
104 .convert = w1_DS18S20_convert_temp
108 .convert = w1_DS18B20_convert_temp
112 .convert = w1_DS18B20_convert_temp
148 return w1_therm_families[i].convert(rom);
185 /* 750ms strong pullup (or delay) after the convert */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/w1/slaves/
H A Dw1_therm.c94 int (*convert)(u8 rom[9]); member in struct:w1_therm_family_converter
104 .convert = w1_DS18S20_convert_temp
108 .convert = w1_DS18B20_convert_temp
112 .convert = w1_DS18B20_convert_temp
148 return w1_therm_families[i].convert(rom);
185 /* 750ms strong pullup (or delay) after the convert */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A Drecordmcount.pl88 # file after it is linked together. To do this, we convert func1
91 # We can convert func1 back into a local symbol and we are done.
153 my %convert; # List of local functions used that needs conversion
436 $convert{$ref_func} = 1;
538 my @converts = keys %convert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A Drecordmcount.pl88 # file after it is linked together. To do this, we convert func1
91 # We can convert func1 back into a local symbol and we are done.
153 my %convert; # List of local functions used that needs conversion
436 $convert{$ref_func} = 1;
538 my @converts = keys %convert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DConverterReader.java51 /* Read the old format RawObject and convert it. */
58 o = converter.getConversion().convert(o);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dex.S16 ! convert Exception Vector to Exception Number
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh2a/
H A Dex.S16 ! convert Exception Vector to Exception Number
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DConverterReader.java51 /* Read the old format RawObject and convert it. */
58 o = converter.getConversion().convert(o);

Completed in 271 milliseconds

1234567891011>>