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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
shadow.h 45 long int sp_min; /* Minimum number of days between changes. */ member in struct:spwd
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 45 long int sp_min; /* Minimum number of days between changes. */ member in struct:spwd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 45 long int sp_min; /* Minimum number of days between changes. */ member in struct:spwd
  /external/valgrind/main/VEX/priv/
guest_mips_helpers.c 169 Int sp_min = offsetof(VexGuestMIPS32State, guest_r29); local
170 Int sp_max = sp_min + 4 - 1;
174 if (maxoff < sp_min || minoff > sp_max) {
guest_arm_helpers.c 1053 Int sp_min = offsetof(VexGuestARMState, guest_R13); local
    [all...]
guest_s390_helpers.c 157 Int sp_min = S390X_GUEST_OFFSET(guest_SP); local
158 Int sp_max = sp_min + 8 - 1;
170 if (maxoff < sp_min || minoff > sp_max) {
    [all...]

Completed in 555 milliseconds