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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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 292 Int sp_min = offsetof(VexGuestMIPS32State, guest_r29); local
293 Int sp_max = sp_min + 4 - 1;
297 if (maxoff < sp_min || minoff > sp_max) {
327 Int sp_min = offsetof(VexGuestMIPS64State, guest_r29); local
328 Int sp_max = sp_min + 8 - 1;
332 if ( maxoff < sp_min || minoff > sp_max ) {
    [all...]
guest_arm_helpers.c 1053 Int sp_min = offsetof(VexGuestARMState, guest_R13); local
    [all...]
guest_s390_helpers.c 159 Int sp_min = S390X_GUEST_OFFSET(guest_SP); local
160 Int sp_max = sp_min + 8 - 1;
166 if (maxoff < sp_min || minoff > sp_max) {
    [all...]

Completed in 143 milliseconds