Searched refs:longword (Results 1 - 25 of 35) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Drawmemchr.c26 /* On 32-bit hardware, choosing longword to be a 32-bit unsigned
31 typedef unsigned long int longword; typedef
34 const longword *longword_ptr;
35 longword repeated_one;
36 longword repeated_c;
42 Do this until CHAR_PTR is aligned on a longword boundary. */
44 (size_t) char_ptr % sizeof (longword) != 0;
49 longword_ptr = (const longword *) char_ptr;
54 /* Compute auxiliary longword values:
60 if (0xffffffffU < (longword)
[all...]
H A Dmemchr.c61 /* On 32-bit hardware, choosing longword to be a 32-bit unsigned
66 typedef unsigned long int longword; typedef
69 const longword *longword_ptr;
70 longword repeated_one;
71 longword repeated_c;
77 Do this until CHAR_PTR is aligned on a longword boundary. */
79 n > 0 && (size_t) char_ptr % sizeof (longword) != 0;
84 longword_ptr = (const longword *) char_ptr;
89 /* Compute auxiliary longword values:
95 if (0xffffffffU < (longword)
[all...]
H A Dstrchrnul.c26 /* On 32-bit hardware, choosing longword to be a 32-bit unsigned
31 typedef unsigned long int longword; typedef
34 const longword *longword_ptr;
35 longword repeated_one;
36 longword repeated_c;
44 Do this until CHAR_PTR is aligned on a longword boundary. */
46 (size_t) char_ptr % sizeof (longword) != 0;
51 longword_ptr = (const longword *) char_ptr;
56 /* Compute auxiliary longword values:
62 if (0xffffffffU < (longword)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Drawmemchr.c26 /* On 32-bit hardware, choosing longword to be a 32-bit unsigned
31 typedef unsigned long int longword; typedef
34 const longword *longword_ptr;
35 longword repeated_one;
36 longword repeated_c;
42 Do this until CHAR_PTR is aligned on a longword boundary. */
44 (size_t) char_ptr % sizeof (longword) != 0;
49 longword_ptr = (const longword *) char_ptr;
54 /* Compute auxiliary longword values:
60 if (0xffffffffU < (longword)
[all...]
H A Dmemchr.c61 /* On 32-bit hardware, choosing longword to be a 32-bit unsigned
66 typedef unsigned long int longword; typedef
69 const longword *longword_ptr;
70 longword repeated_one;
71 longword repeated_c;
77 Do this until CHAR_PTR is aligned on a longword boundary. */
79 n > 0 && (size_t) char_ptr % sizeof (longword) != 0;
84 longword_ptr = (const longword *) char_ptr;
89 /* Compute auxiliary longword values:
95 if (0xffffffffU < (longword)
[all...]
H A Dstrchrnul.c26 /* On 32-bit hardware, choosing longword to be a 32-bit unsigned
31 typedef unsigned long int longword; typedef
34 const longword *longword_ptr;
35 longword repeated_one;
36 longword repeated_c;
44 Do this until CHAR_PTR is aligned on a longword boundary. */
46 (size_t) char_ptr % sizeof (longword) != 0;
51 longword_ptr = (const longword *) char_ptr;
56 /* Compute auxiliary longword values:
62 if (0xffffffffU < (longword)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Drawmemchr.c26 /* On 32-bit hardware, choosing longword to be a 32-bit unsigned
31 typedef unsigned long int longword; typedef
34 const longword *longword_ptr;
35 longword repeated_one;
36 longword repeated_c;
42 Do this until CHAR_PTR is aligned on a longword boundary. */
44 (size_t) char_ptr % sizeof (longword) != 0;
49 longword_ptr = (const longword *) char_ptr;
54 /* Compute auxiliary longword values:
60 if (0xffffffffU < (longword)
[all...]
H A Dmemchr.c61 /* On 32-bit hardware, choosing longword to be a 32-bit unsigned
66 typedef unsigned long int longword; typedef
69 const longword *longword_ptr;
70 longword repeated_one;
71 longword repeated_c;
77 Do this until CHAR_PTR is aligned on a longword boundary. */
79 n > 0 && (size_t) char_ptr % sizeof (longword) != 0;
84 longword_ptr = (const longword *) char_ptr;
89 /* Compute auxiliary longword values:
95 if (0xffffffffU < (longword)
[all...]
H A Dstrchrnul.c26 /* On 32-bit hardware, choosing longword to be a 32-bit unsigned
31 typedef unsigned long int longword; typedef
34 const longword *longword_ptr;
35 longword repeated_one;
36 longword repeated_c;
44 Do this until CHAR_PTR is aligned on a longword boundary. */
46 (size_t) char_ptr % sizeof (longword) != 0;
51 longword_ptr = (const longword *) char_ptr;
56 /* Compute auxiliary longword values:
62 if (0xffffffffU < (longword)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dos.S151 clr.l %d0 | clear whole longword
188 clr.l %d0 | clear whole longword
205 | d0 - data longword in d0
210 | Read an instruction longword from user memory.
216 | d0 - instruction longword in d0
226 dmrluae:movs.l (%a0),%d0 | fetch user longword
228 dmrls: move.l (%a0),%d0 | fetch super longword
280 | Write a data longword to user memory.
284 | d0 - data longword in d0
294 dmwluae:movs.l %d0,(%a0) | store user longword
[all...]
H A Diskeleton.S193 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
259 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dos.S151 clr.l %d0 | clear whole longword
188 clr.l %d0 | clear whole longword
205 | d0 - data longword in d0
210 | Read an instruction longword from user memory.
216 | d0 - instruction longword in d0
226 dmrluae:movs.l (%a0),%d0 | fetch user longword
228 dmrls: move.l (%a0),%d0 | fetch super longword
280 | Write a data longword to user memory.
284 | d0 - data longword in d0
294 dmwluae:movs.l %d0,(%a0) | store user longword
[all...]
H A Diskeleton.S193 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
259 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/lib64/
H A Dcopy_user_memcpy.S15 ! Notes: Usually one wants to do small reads and write a longword, but
17 ! into a longword on the SH, so this does a longword read and small
H A Dmemcpy.S17 ! Notes: Usually one wants to do small reads and write a longword, but
19 ! into a longword on the SH, so this does a longword read and small
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/lib64/
H A Dcopy_user_memcpy.S15 ! Notes: Usually one wants to do small reads and write a longword, but
17 ! into a longword on the SH, so this does a longword read and small
H A Dmemcpy.S17 ! Notes: Usually one wants to do small reads and write a longword, but
19 ! into a longword on the SH, so this does a longword read and small
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dhead.S108 st r1, @+r2 ; yep, zero out another longword
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/boot/compressed/
H A Dhead.S108 st r1, @+r2 ; yep, zero out another longword
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dilsp.S81 # remainder is in first longword, quotient is in 2nd. #
272 # where U,V are words of the quadword dividend and longword divisor, #
275 # The most sig. longword of the 64 bit dividend must be in %d5, least #
295 # longword of the dividend as (0) remainder (see Knuth) and merely complete
296 # the last two divisions to get a quotient longword and word remainder:
402 # need to add back divisor longword to current ms 3 digits of dividend
778 # longword size whether the operation is byte, word, or long. The #
861 # sign extend byte to long so we can do simple longword compares.
884 # sign extend word to long so we can do simple longword compares.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S81 # remainder is in first longword, quotient is in 2nd. #
272 # where U,V are words of the quadword dividend and longword divisor, #
275 # The most sig. longword of the 64 bit dividend must be in %d5, least #
295 # longword of the dividend as (0) remainder (see Knuth) and merely complete
296 # the last two divisions to get a quotient longword and word remainder:
402 # need to add back divisor longword to current ms 3 digits of dividend
778 # longword size whether the operation is byte, word, or long. The #
861 # sign extend byte to long so we can do simple longword compares.
884 # sign extend word to long so we can do simple longword compares.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/lib/
H A Dcopy_page.S309 1: ! Read longword, write two words per iteration
331 ! Read longword, write byte, word, byte per iteration
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/lib/
H A Dcopy_page.S309 1: ! Read longword, write two words per iteration
331 ! Read longword, write byte, word, byte per iteration
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/kernel/
H A Dhead.S90 st r1, @+r2 ; yep, zero out another longword
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/kernel/
H A Dhead.S90 st r1, @+r2 ; yep, zero out another longword

Completed in 261 milliseconds

12