Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ntfs/
Drunlist.c537 int dend, send; /* Last index into @[ds]rl. */ in ntfs_runlists_merge() local
562 for (dend = 0; likely(drl[dend].length); dend++) in ntfs_runlists_merge()
564 dend++; in ntfs_runlists_merge()
565 drl = ntfs_rl_realloc(drl, dend, dend + 1); in ntfs_runlists_merge()
569 ntfs_rl_mm(drl, 1, 0, dend); in ntfs_runlists_merge()
610 for (dend = di; drl[dend].length; dend++) in ntfs_runlists_merge()
619 for (dfinal = dend; dfinal >= 0 && drl[dfinal].lcn < LCN_HOLE; dfinal--) in ntfs_runlists_merge()
625 int ds = dend + 1; /* Number of elements in drl & srl */ in ntfs_runlists_merge()
640 ntfs_debug("dfinal = %i, dend = %i", dfinal, dend); in ntfs_runlists_merge()
663 for (ds = dend; drl[ds].length; ds++) in ntfs_runlists_merge()
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dtime.c263 unsigned int dstart, dend; in via_calibrate_decr() local
297 dend = get_dec(); in via_calibrate_decr()
299 ppc_tb_freq = (dstart - dend) * 100 / 6; in via_calibrate_decr()
/linux-3.4.99/net/ceph/
Dauth_x.c163 void *dp, *dend; in ceph_x_proc_ticket_reply() local
198 dend = dbuf + dlen; in ceph_x_proc_ticket_reply()
206 ret = ceph_crypto_key_decode(&new_session_key, &dp, dend); in ceph_x_proc_ticket_reply()