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

  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 686 Int lr_min = offsetof(VexGuestPPC32State, guest_LR); local
687 Int lr_max = lr_min + 4 - 1;
693 if (maxoff < lr_min || minoff > lr_max) {
721 Int lr_min = offsetof(VexGuestPPC64State, guest_LR); local
722 Int lr_max = lr_min + 8 - 1;
730 if (maxoff < lr_min || minoff > lr_max) {
guest_s390_helpers.c 151 Int lr_min = S390X_GUEST_OFFSET(guest_LR); local
152 Int lr_max = lr_min + 8 - 1;
160 if (maxoff < lr_min || minoff > lr_max) {
    [all...]

Completed in 90 milliseconds