Home
last modified time | relevance | path

Searched refs:strptr (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs/
H A Dcompress.c963 const u8 * const strptr = &inbuf[i]; /* String we're matching against */ in ntfs_best_match() local
968 const u8 *best_matchptr = strptr; in ntfs_best_match()
978 hash = ntfs_hash(strptr); in ntfs_best_match()
1009 if (matchptr[best_len] != strptr[best_len] || in ntfs_best_match()
1010 matchptr[best_len - 1] != strptr[best_len - 1] || in ntfs_best_match()
1011 matchptr[0] != strptr[0]) in ntfs_best_match()
1015 if (matchptr[len] != strptr[len]) in ntfs_best_match()
1035 strptr[best_len])) in ntfs_best_match()
1039 } while (best_matchptr[best_len] == strptr[best_len]); in ntfs_best_match()
1056 pctx->rel = best_matchptr - strptr; /* given as a negative number! */ in ntfs_best_match()
/linux/fs/smb/client/
H A Dcifsacl.c112 char *sidstr, *strptr; in sid_to_key_str() local
122 strptr = sidstr; in sid_to_key_str()
123 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str()
125 strptr += len; in sid_to_key_str()
140 len = sprintf(strptr, "-%llu", id_auth_val); in sid_to_key_str()
142 len = sprintf(strptr, "-0x%llx", id_auth_val); in sid_to_key_str()
144 strptr += len; in sid_to_key_str()
148 len = sprintf(strptr, "-%u", saval); in sid_to_key_str()
149 strptr += len; in sid_to_key_str()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3511 u32 curval1, curval2, stpptr, curptr, strptr, val; in wlc_lcnphy_samp_cap() local
3556 strptr = 0x7E00; in wlc_lcnphy_samp_cap()
3557 bcma_write32(pi->d11core, D11REGOFFS(tplatewrptr), strptr); in wlc_lcnphy_samp_cap()
3558 while (strptr < 0x8000) { in wlc_lcnphy_samp_cap()
3569 ptr[(strptr - 0x7E00) / 4] = real; in wlc_lcnphy_samp_cap()
3571 ptr[(strptr - 0x7E00) / 4] = imag; in wlc_lcnphy_samp_cap()
3575 strptr = 0x8000; in wlc_lcnphy_samp_cap()
3580 strptr += 4; in wlc_lcnphy_samp_cap()