Searched refs:beg (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-fgrep.c46 const char *beg, *lim, *err; local
51 beg = pattern;
54 for (lim = beg; lim < pattern + pattern_size && *lim != '\n'; ++lim)
56 if ((err = kwsincr (ckwset->kwset, beg, lim - beg)) != NULL)
60 beg = lim;
62 while (beg < pattern + pattern_size);
74 register const char *beg, *curr, *end; local
84 for (beg = buf; beg <
[all...]
H A Dm-regex.c314 register const char *buflim, *beg, *end; local
330 for (beg = end = buf; end < buflim; beg = end)
337 size_t offset = kwsexec (cregex->ckwset.kwset, beg, buflim - beg, &kwsm);
346 beg += offset;
349 end = (const char *) memchr (beg, eol, buflim - beg);
355 if (MB_CUR_MAX > 1 && mb_properties[beg - buf] == 0)
358 while (beg > bu
[all...]
H A Dkwset.c586 char const *beg, *lim, *mch, *lmch; local
635 beg = end - 1;
639 mch = beg;
643 while (beg > text)
645 c = trans ? trans[(unsigned char) *--beg] : *--beg;
657 mch = beg;
682 beg = end - 1;
688 if (trie->accepting && beg <= mch)
690 lmch = beg;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c135 int bmap_n, int *beg, int boundary, int min,
142 int org = *beg;
172 *beg = reiserfs_find_next_zero_le_bit
173 ((unsigned long *)(bh->b_data), boundary, *beg);
175 if (*beg + min > boundary) { /* search for a zero bit fails or the rest of bitmap block
181 if (unfm && is_block_in_journal(s, bmap_n, *beg, beg))
184 for (end = *beg + 1;; end++) {
185 if (end >= *beg + max || end >= boundary
196 /* now (*beg) point
134 scan_bitmap_block(struct reiserfs_transaction_handle *th, int bmap_n, int *beg, int boundary, int min, int max, int unfm) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest019.tcl104 set beg [berkdb random_int 0 [expr $maxndx - 1]]
107 set beg 0
117 $txn {-partial [list $beg $len]} $gflags {$key}]
130 [string range $data $beg [expr $beg + $len - 1]]
H A Dtest110.tcl135 set beg [berkdb random_int 0 [expr $maxndx - 1]]
138 set beg 0
143 {-partial [list $beg $len]}]
152 [string range $dupdata $beg [expr $beg + $len - 1]]
H A Dsdbtest001.tcl101 set beg [expr $subdb * $newent]
102 incr beg
103 set end [expr $beg + $newent - 1]
104 filehead $end $dict $t3 $beg
H A Dsdbtest002.tcl117 set beg [expr $subdb * $newent]
118 set beg [expr $beg + $i]
119 puts $oid $farr($beg)
H A Dtest051.tcl11 # TEST 2. Partial puts for existent record -- replaces at beg, mid, and
139 # Partial puts for existent record -- replaces at beg, mid, and
197 set beg ""
200 set beg [string range $data 0 [expr $doff - 1]]
206 set newdata [format %s%s $beg $end]
213 frecno [format %s%s%s $beg $pdata $end]]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dgeneric.c68 unsigned long beg = from; local
81 flush_cache_range(vma, beg, end);
95 flush_tlb_range(vma, beg, end);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dgeneric.c132 unsigned long beg = from; local
147 flush_cache_range(vma, beg, end);
161 flush_tlb_range(vma, beg, end);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_h323_asn1.c96 unsigned char *beg; member in struct:__anon10906
488 unsigned char *beg = NULL; local
527 beg = bs->cur;
535 bs->cur = beg + len;
585 beg = bs->cur;
592 bs->cur = beg + len;
604 unsigned char *beg = NULL; local
658 beg = bs->cur;
668 bs->cur = beg + len;
693 unsigned char *beg local
773 DecodeH323_UserInformation(unsigned char *buf, unsigned char *beg, size_t sz, H323_UserInformation * uuie) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9966.c163 static int w9966_calcscale(int size, int min, int max, int* beg, int* end, unsigned char* factor);
400 static int w9966_calcscale(int size, int min, int max, int* beg, int* end, unsigned char* factor) argument
403 int len = *end - *beg + 1;
419 *beg -= err / 2;
423 if (*beg < min) {
424 *end += min - *beg;
425 *beg += min - *beg;
428 *beg -= *end - max;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c654 uInt beg = s->pending; /* start of bytes to update crc */ local
658 if (s->gzhead->hcrc && s->pending > beg)
659 strm->adler = crc32(strm->adler, s->pending_buf + beg,
660 s->pending - beg);
662 beg = s->pending;
669 if (s->gzhead->hcrc && s->pending > beg)
670 strm->adler = crc32(strm->adler, s->pending_buf + beg,
671 s->pending - beg);
682 uInt beg = s->pending; /* start of bytes to update crc */ local
687 if (s->gzhead->hcrc && s->pending > beg)
713 uInt beg = s->pending; /* start of bytes to update crc */ local
[all...]
H A Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
102 beg = out - (start - strm->avail_out);
186 op = (unsigned)(out - beg); /* max distance in output */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c654 uInt beg = s->pending; /* start of bytes to update crc */ local
658 if (s->gzhead->hcrc && s->pending > beg)
659 strm->adler = crc32(strm->adler, s->pending_buf + beg,
660 s->pending - beg);
662 beg = s->pending;
669 if (s->gzhead->hcrc && s->pending > beg)
670 strm->adler = crc32(strm->adler, s->pending_buf + beg,
671 s->pending - beg);
682 uInt beg = s->pending; /* start of bytes to update crc */ local
687 if (s->gzhead->hcrc && s->pending > beg)
713 uInt beg = s->pending; /* start of bytes to update crc */ local
[all...]
H A Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
102 beg = out - (start - strm->avail_out);
186 op = (unsigned)(out - beg); /* max distance in output */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member in struct:inffast_ar
130 ar.beg = ar.out - (start - strm->avail_out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member in struct:inffast_ar
130 ar.beg = ar.out - (start - strm->avail_out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinffast.c75 unsigned char *beg; /* inflate()'s initial strm->next_out */ local
102 beg = out - (start - strm->avail_out);
181 op = (unsigned)(out - beg); /* max distance in output */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dialloc.c143 sector_t beg = uspi->s_sbbase + local
146 sector_t end = beg + uspi->s_fpb;
150 for (; beg < end; ++beg) {
151 bh = sb_getblk(sb, beg);
H A Dballoc.c247 static void ufs_change_blocknr(struct inode *inode, sector_t beg, argument
269 end = count + beg;
271 for (i = beg; i < end; i = (i | mask) + 1) {
302 pos = (i - beg) + j;
334 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, argument
338 sector_t end = beg + n;
340 for (; beg < end; ++beg) {
341 bh = sb_getblk(inode->i_sb, beg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c174 static int begins_with(const char *s, const char *beg) argument
176 if (strncmp(s, beg, strlen(beg)) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.c1100 struct curl_slist *beg; local
1117 beg = curl_slist_append(list, line);
1119 if(!beg) {
1123 list = beg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S178 #define beg 40 /* unsigned char* */ define
245 * beg = out - (start - strm->avail_out);
269 movl %ebp, beg(%esp)
614 * nbytes = out - beg;
625 subl beg(%esp), %eax /* nbytes = out - beg */
652 cmpl out_r, beg(%esp)
1004 subl beg(%esp), %eax /* nbytes = out - beg */
1032 cmpl out_r, beg(
[all...]

Completed in 158 milliseconds

12