Searched refs:LEN (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | bindec.S | 43 | A6. Calculate LEN. 44 | LEN is the number of digits to be displayed. The 49 | If LEN is computed to be greater than 17, set OPERR in 50 | USER_FPSR. LEN is stored in d4. 54 | of decimal places needed to insure LEN integer digits 85 | A13. Check for LEN digits. 86 | If the int operation results in more than LEN digits, 87 | or less than LEN -1 digits, adjust ILOG and repeat from 89 | result is exactly 10^LEN, decrement ILOG and divide 93 | The binstr routine is used to convert the LEN digit [all …]
|
D | binstr.S | 7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in 12 | Output: LEN bcd digits representing the 64-bit integer. 19 | LEN digits are formed. 43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero. 49 | d0: LEN counter 80 subql #1,%d0 |for dbf d0 would have LEN+1 passes 121 swap %d7 |put LEN counter in word d7a 128 swap %d7 |put LEN counter in word d7a
|
/linux-2.4.37.9/fs/isofs/ |
D | rock.c | 50 #define SETUP_ROCK_RIDGE(DE,CHR,LEN) \ argument 51 {LEN= sizeof(struct iso_directory_record) + DE->name_len[0]; \ 52 if(LEN & 1) LEN++; \ 53 CHR = ((unsigned char *) DE) + LEN; \ 54 LEN = *((unsigned char *) DE) - LEN; \ 55 if (LEN<0) LEN=0; \ 58 LEN-=inode->i_sb->u.isofs_sb.s_rock_offset; \ 60 if (LEN<0) LEN=0; \
|
/linux-2.4.37.9/lib/zlib_inflate/ |
D | infcodes.c | 76 c->mode = LEN; 77 case LEN: /* i: get length/literal/eob next */
|
D | infutil.h | 144 LEN, /* i: get length/literal/eob next */ enumerator
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 13456 # A6. Calculate LEN. # 13457 # LEN is the number of digits to be displayed. The # 13462 # If LEN is computed to be greater than 17, set OPERR in # 13463 # USER_FPSR. LEN is stored in d4. # 13467 # of decimal places needed to insure LEN integer digits # 13498 # A13. Check for LEN digits. # 13499 # If the int operation results in more than LEN digits, # 13500 # or less than LEN -1 digits, adjust ILOG and repeat from # 13502 # result is exactly 10^LEN, decrement ILOG and divide # 13506 # The binstr routine is used to convert the LEN digit # [all …]
|
D | fpsp.S | 23496 # A6. Calculate LEN. # 23497 # LEN is the number of digits to be displayed. The # 23502 # If LEN is computed to be greater than 17, set OPERR in # 23503 # USER_FPSR. LEN is stored in d4. # 23507 # of decimal places needed to insure LEN integer digits # 23538 # A13. Check for LEN digits. # 23539 # If the int operation results in more than LEN digits, # 23540 # or less than LEN -1 digits, adjust ILOG and repeat from # 23542 # result is exactly 10^LEN, decrement ILOG and divide # 23546 # The binstr routine is used to convert the LEN digit # [all …]
|
/linux-2.4.37.9/arch/sh/lib/ |
D | checksum.S | 178 ! r6: int LEN
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | zlib.c | 1644 LEN, /* i: get length/literal/eob next */ enumerator 1738 c->mode = LEN; 1739 case LEN: /* i: get length/literal/eob next */
|
/linux-2.4.37.9/arch/ppc/boot/lib/ |
D | zlib.c | 1628 LEN, /* i: get length/literal/eob next */ enumerator 1722 c->mode = LEN; 1723 case LEN: /* i: get length/literal/eob next */
|
/linux-2.4.37.9/Documentation/ |
D | DMA-mapping.txt | 703 1) Use DECLARE_PCI_UNMAP_{ADDR,LEN} in state saving structures. 747 It really should be self-explanatory. We treat the ADDR and LEN
|
D | Configure.help | 14528 setting of the CONFIG_MTD_CSTM_MIPS_IXX_START/LEN/BUSWIDTH
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_xtree.c | 52 #define XT_PUTENTRY(XAD, FLAG, OFF, LEN, ADDR)\ argument 56 XADlength((XAD), (LEN));\
|