Searched refs:cend (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c625 UCHAR cend = *p++; local
646 if (cend == L_('[') && *p == L_('.'))
676 cend = startp[1];
761 cend = wextra[1 + wextra[idx]];
766 cend = *((int32_t *) &extra[idx]);
771 cend = str[0];
781 if (!(flags & FNM_NOESCAPE) && cend == L_('\\'))
782 cend = *p++;
783 if (cend == L_('\0'))
785 cend
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2fw.c387 u32 cend; local
399 cend = fchunk[c].addr + fchunk[c].len;
404 /* if (crcstart-2 >= cstart && crcend <= cend) break; */
408 if (crcstart - 2 >= cstart && crcstart < cend)
502 u32 cend; local
554 cend = cstart + clist[j].len - 1;
555 if (s3start >= cstart && s3end <= cend)
668 u32 cend; local
706 cend = fchunk[c].addr + fchunk[c].len;
707 if (pstart >= cstart && pend <= cend)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcmpt.c1175 register char cstart = c, cend = c;
1178 cstart = cend = *p++;
1192 cend = *p++;
1193 if (!(flags & FNM_NOESCAPE) && cend == '\\')
1194 cend = *p++;
1195 if (cend == '\0')
1200 if (*n >= cstart && *n <= cend)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.c804 unsigned int cend = cstart + clen - 1; local
816 mlog(0, "claim bits: cstart: %u cend: %u clen: %u r_start: %u "
818 cstart, cend, clen, resv->r_start, ocfs2_resv_end(resv),
823 BUG_ON(cend > ocfs2_resv_end(resv));
825 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend);
H A Daops.c923 u32 cend; local
932 cend = (pos + len - 1) >> osb->s_clustersize_bits;
933 wc->w_clen = cend - wc->w_cpos + 1;
H A Ddir.c872 unsigned int cend, uninitialized_var(clen); local
884 cend = cpos + clen;
885 if (name_hash >= cend) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dfile.c483 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; local
544 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits;
768 if (likely(vcn + vcn_len >= cend)) {
844 if ((bh_cend <= cpos || bh_cpos >= cend)) {
1079 if (likely(vcn + vcn_len >= cend)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_ctrl.c1649 struct uvc_control_info *cend = ctrl + ARRAY_SIZE(uvc_ctrls); local
1654 for (; ctrl < cend; ++ctrl)

Completed in 147 milliseconds