HomeSort by relevance Sort by last modified time
    Searched refs:MKFSIZ (Results 1 - 7 of 7) sorted by null

  /bionic/libc/arch-mips/bionic/
sigsetjmp.S 42 FRAMESZ= MKFSIZ(1,1)
_setjmp.S 44 FRAMESZ= MKFSIZ(0,4)
setjmp.S 42 FRAMESZ= MKFSIZ(2,6)
  /bionic/libc/arch-mips/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))

Completed in 292 milliseconds