Searched refs:PTRSIZE (Results 1 - 16 of 16) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dinststr.c11 #define PTRSIZE sizeof(void *) macro
34 UL mask = ~(UL)(PTRSIZE == 4 ? 3 : PTRSIZE == 8 ? 7 : PTRSIZE == 16 ? 15 : 0);
42 (aligned && argv[count] > ptr && argv[count] <= (char *)((UL)(ptr + PTRSIZE) & mask))
53 (aligned && argv[count] > ptr && argv[count] <= (char *)((UL)(ptr + PTRSIZE) & mask))
62 (aligned && environ[count] > ptr && environ[count] <= (char *)((UL)(ptr + PTRSIZE) & mask))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dgdb-stub.h24 * The first PTRSIZE*5 bytes are argument save space for C subroutines.
28 #define GDB_FR_REG0 (PTRSIZE*5) /* 0 */
133 #define GDB_FR_SIZE ((((GDB_FR_CP0_PRID) + 4) + (PTRSIZE-1)) & ~(PTRSIZE-1))
H A Dasm.h346 #define PTRSIZE 4 macro
370 #define PTRSIZE 8 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dgdb-stub.h24 * The first PTRSIZE*5 bytes are argument save space for C subroutines.
28 #define GDB_FR_REG0 (PTRSIZE*5) /* 0 */
133 #define GDB_FR_SIZE ((((GDB_FR_CP0_PRID) + 4) + (PTRSIZE-1)) & ~(PTRSIZE-1))
H A Dasm.h338 #define PTRSIZE 4 macro
362 #define PTRSIZE 8 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dgdb-stub.h24 * The first PTRSIZE*5 bytes are argument save space for C subroutines.
28 #define GDB_FR_REG0 (PTRSIZE*5) /* 0 */
133 #define GDB_FR_SIZE ((((GDB_FR_CP0_PRID) + 4) + (PTRSIZE-1)) & ~(PTRSIZE-1))
H A Dasm.h346 #define PTRSIZE 4 macro
370 #define PTRSIZE 8 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dgdb-stub.h24 * The first PTRSIZE*5 bytes are argument save space for C subroutines.
28 #define GDB_FR_REG0 (PTRSIZE*5) /* 0 */
133 #define GDB_FR_SIZE ((((GDB_FR_CP0_PRID) + 4) + (PTRSIZE-1)) & ~(PTRSIZE-1))
H A Dasm.h338 #define PTRSIZE 4 macro
362 #define PTRSIZE 8 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dgdb-stub.h24 * The first PTRSIZE*5 bytes are argument save space for C subroutines.
28 #define GDB_FR_REG0 (PTRSIZE*5) /* 0 */
133 #define GDB_FR_SIZE ((((GDB_FR_CP0_PRID) + 4) + (PTRSIZE-1)) & ~(PTRSIZE-1))
H A Dasm.h346 #define PTRSIZE 4 macro
370 #define PTRSIZE 8 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dgdb-stub.h24 * The first PTRSIZE*5 bytes are argument save space for C subroutines.
28 #define GDB_FR_REG0 (PTRSIZE*5) /* 0 */
133 #define GDB_FR_SIZE ((((GDB_FR_CP0_PRID) + 4) + (PTRSIZE-1)) & ~(PTRSIZE-1))
H A Dasm.h346 #define PTRSIZE 4 macro
370 #define PTRSIZE 8 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/dec/
H A Dint-handler.S156 addu t1,2*PTRSIZE # delay slot
161 lw a0,(-PTRSIZE)(t1)
205 addu t1,2*PTRSIZE # delay slot
210 lw a0,%lo(-PTRSIZE)(t1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dentry.S255 .space (1000)*PTRSIZE
261 .space (1000)*PTRSIZE /* No IRIX syscalls */
265 .space (2000)*PTRSIZE
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jazz/
H A Dint-handler.S46 subu t1,PTRSIZE # delay slot
72 #if PTRSIZE == 8 /* True 64 bit kernel */

Completed in 201 milliseconds