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

  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 718 Int lr_min = offsetof(VexGuestPPC32State, guest_LR); local
719 Int lr_max = lr_min + 4 - 1;
733 if (maxoff < lr_min || minoff > lr_max) {
756 Int lr_min = offsetof(VexGuestPPC64State, guest_LR); local
757 Int lr_max = lr_min + 8 - 1;
773 if (maxoff < lr_min || minoff > lr_max) {
guest_s390_helpers.c 159 Int lr_min = S390X_GUEST_OFFSET(guest_LR); local
160 Int lr_max = lr_min + 8 - 1;
176 if (maxoff < lr_min || minoff > lr_max) {
    [all...]

Completed in 77 milliseconds