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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
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))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Drelocate_kernel.S70 .size kexec_start_address, PTRSIZE
75 .size kexec_indirection_page, PTRSIZE
82 .size relocate_new_kernel_size, PTRSIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dint-handler.S154 addu t1,2*PTRSIZE # delay slot
159 lw a0,(-PTRSIZE)(t1)
203 addu t1,2*PTRSIZE # delay slot
208 lw a0,%lo(-PTRSIZE)(t1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dasm.h358 #define PTRSIZE 4 macro
383 #define PTRSIZE 8 macro

Completed in 85 milliseconds