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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/fakeprom/
H A Dklgraph_init.c47 #define convert(a,b,c) temp = (u64 *)a; *temp = b; temp++; *temp = c macro
115 convert(0x8000000000002000, 0x0000000000000000, 0x0000000000000000);
116 convert(0x8000000000002010, 0x0000000000000000, 0x0000000000000000);
117 convert(0x8000000000002020, 0x0000000000000000, 0x0000000000000000);
118 convert(0x8000000000002030, 0x0000000000000000, 0x0000000000000000);
119 convert(0x8000000000002040, 0x434d5f53505f5357, 0x0000000000030000);
120 convert(0x8000000000002050, 0x0000000000000000, 0x0000000000010000);
121 convert(0x8000000000002060, 0x0000000000000001, 0x0000000000000000);
122 convert(0x8000000000002070, 0x0000000000000000, 0x0000000000000000);
123 convert(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/scripts/
H A Dmk2knr.pl6 # - In the busybox directory type 'scripts/mk2knr.pl files-you-want-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;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhfs_fs_i.h27 int convert; member in struct:hfs_inode_info
H A Dsmb_fs_sb.h57 int (*convert)(char *, int, const char *, int, member in struct:smb_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhfs_fs_i.h27 int convert; member in struct:hfs_inode_info
H A Dsmb_fs_sb.h57 int (*convert)(char *, int, const char *, int, member in struct:smb_sb_info
/asus-wl-520gu-7.0.1.45/src/router/attr/doc/ea-conv/
H A Dea-conv55 sub convert($) {
89 $0 -- convert between aget and getfattr format
93 and convert the result to getfattr format, use the following command:
97 To get all attributes with getfattr and convert the result to aget
115 $good = 0 unless convert $fh;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddos2unix.c45 static int convert(char *fn, int ConvType) function
180 if ((o = convert(argv[optind++], ConvType)) < 0)
184 o = convert(NULL, ConvType);
H A Dtr.c47 static void convert() function
209 convert();
/asus-wl-520gu-7.0.1.45/src/router/LPRng/PrintingCookbook/source/images/
H A Dfiximages43 convert -frame 6x6 -mattecolor "#ccc" -geometry "$s%" $1 x_$f.png
51 convert -frame 6x6 -mattecolor "#ccc" -geometry "$s%" $1 x_$f.eps
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dplp_snprintf.c848 char convert[sizeof( union value) * 8 + 16]; local
867 convert[place++] =
872 convert[place] = 0;
877 convert,place,signvalue,padlen); / **/
894 while( place > 0 ) dopr_outch( buffer, left, convert[--place] );
917 char convert[2*sizeof(quad_t)+1]; local
929 convert[2*i] =
931 convert[2*i+1] =
934 convert[2*i] = 0;
936 place = safestrlen(convert);
979 char convert[sizeof( union value) * 8 + 512]; local
[all...]
H A Ddebug.c20 * match for the key. We then convert according to the type of
94 char *key, *convert, *end; local
117 (convert = list[i].keyword) && safestrcasecmp( convert, key );
119 if( convert != 0 ){
H A Dlpr.c1407 char *convert; local
1412 convert = arg;
1413 *value = strtol( arg, &convert, 10 );
1414 if( *value < 0 || convert == arg || *convert ){
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dfile.c282 int convert = HFS_I(inode)->convert; local
380 if (convert) {
437 int convert = HFS_I(inode)->convert; local
464 c -= convert ? xlate_from_user(p, buf, c) :
H A Dinode.c32 HFS_I(inode)->convert = 0;
36 HFS_I(inode)->convert = 0;
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/src/
H A Diconv.c114 static int convert (iconv_t cd, FILE* infile, const char* infilename) function
159 fprintf(stderr,_("iconv: %s: cannot convert\n"),infilename);
210 fprintf(stderr,_("iconv: %s: cannot convert\n"),infilename);
328 status = convert(cd,stdin,_("(stdin)"));
341 status |= convert(cd,infile,infilename);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dtlbex-r4k.S181 PTE_SRL k0, k0, 6 # convert to entrylo0
183 PTE_SRL k1, k1, 6 # convert to entrylo1
234 PTE_SRL k0, k0, 6 # convert to entrylo0
236 PTE_SRL k1, k1, 6 # convert to entrylo1
267 PTE_SRL k0, k0, 6 # convert to entrylo0
269 PTE_SRL k1, k1, 6 # convert to entrylo1
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dtlbex-r4k.S85 dsrl \pte0, 6 # convert to entrylo0
87 dsrl \pte1, 6 # convert to entrylo1
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsnprintf.c512 char convert[20]; local
538 convert[place++] =
544 convert[place] = 0;
582 dopr_outch (buffer, currlen, maxlen, convert[--place]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S572 # copy, convert, and tag input argument
629 # copy, convert, and tag input argument
687 # copy, convert, and tag input argument
749 # copy, convert, and tag input argument
806 # copy, convert, and tag input argument
864 # copy, convert, and tag input argument
926 # copy, convert, and tag input argument
983 # copy, convert, and tag input argument
1041 # copy, convert, and tag input argument
1103 # copy, convert, an
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dhead-armv.S47 * can convert the page table base address to the base address of the section
366 sub r5, r5, r10 @ convert addresses
406 sub r5, r4, r5 @ convert addresses
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dhead.S288 bo .Ldocv # yes -> convert from EBCDIC
294 tr 0(256,%r4),0(%r3) # convert parameters to ascii
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dhead.S288 bo .Ldocv # yes -> convert from EBCDIC
294 tr 0(256,%r4),0(%r3) # convert parameters to ascii
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dres_func.S215 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal format
868 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
896 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
920 bfclr ETEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
946 bfclr FPTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1043 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1071 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1104 bfclr ETEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1127 bfclr FPTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
1250 bfclr WBTEMP_SGN(%a6){#0:#8} |convert bac
[all...]
H A Dsint.S142 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal extended

Completed in 145 milliseconds

12