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 703 Int lr_min = offsetof(VexGuestPPC32State, guest_LR); local
704 Int lr_max = lr_min + 4 - 1;
710 if (maxoff < lr_min || minoff > lr_max) {
738 Int lr_min = offsetof(VexGuestPPC64State, guest_LR); local
739 Int lr_max = lr_min + 8 - 1;
747 if (maxoff < lr_min || minoff > lr_max) {
guest_s390_helpers.c 155 Int lr_min = S390X_GUEST_OFFSET(guest_LR); local
156 Int lr_max = lr_min + 8 - 1;
164 if (maxoff < lr_min || minoff > lr_max) {
    [all...]

Completed in 1221 milliseconds