Home
last modified time | relevance | path

Searched refs:lowp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dgdbtypes.c663 get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp) in get_discrete_bounds() argument
669 *lowp = TYPE_LOW_BOUND (type); in get_discrete_bounds()
679 *lowp = *highp = TYPE_FIELD_BITPOS (type, 0); in get_discrete_bounds()
682 if (TYPE_FIELD_BITPOS (type, i) < *lowp) in get_discrete_bounds()
683 *lowp = TYPE_FIELD_BITPOS (type, i); in get_discrete_bounds()
689 if (*lowp >= 0) in get_discrete_bounds()
696 *lowp = 0; in get_discrete_bounds()
701 *lowp = 0; in get_discrete_bounds()
709 *lowp = -(1 << (TYPE_LENGTH (type) * TARGET_CHAR_BIT - 1)); in get_discrete_bounds()
710 *highp = -*lowp - 1; in get_discrete_bounds()
[all …]
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clstate.c4101 struct nfsclowner *owp, *lowp, *nowp; in nfscl_recalldeleg() local
4158 LIST_FOREACH(lowp, &dp->nfsdl_owner, nfsow_list) { in nfscl_recalldeleg()
4159 lop = LIST_FIRST(&lowp->nfsow_open); in nfscl_recalldeleg()
4167 if (!NFSBCMP(lowp->nfsow_owner, in nfscl_recalldeleg()
4194 NULL, lowp->nfsow_owner, dp->nfsdl_fh, in nfscl_recalldeleg()