Searched refs:cnt (Results 176 - 200 of 458) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libelf/
H A Delf_getphdrnum.c86 if (likely (scns->cnt > 0))
H A Delf_getscn.c89 if (idx < runp->cnt)
H A Delf_getshdrnum.c79 idx = elf->state.elf.scns_last->cnt;
/external/ipsec-tools/src/racoon/
H A Dschedule.c235 int cnt = 0; local
242 cnt++;
245 if (cnt == 0)
248 *len = cnt * sizeof(*dst);
/external/libpcap/
H A Dpcap-snf.c110 snf_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
117 if (!p || cnt == 0)
121 while (n < cnt || PACKET_COUNT_IS_UNLIMITED(cnt)) {
H A Dpcap-usb-linux.c473 int tag, cnt, ep_num, dev_addr, dummy, ret, urb_len, data_len; local
506 &cnt);
518 string += cnt;
572 str5, &cnt);
580 string += cnt;
596 ret = sscanf(string, " %d%n", &urb_len, &cnt);
603 string += cnt;
674 int dummy, ret, consumed, cnt; local
722 * on the return value and explicitly check for cnt assignmet*/
725 cnt
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c315 unsigned i, cnt = 0; local
326 cnt++;
331 assert(cnt == cache->count);
332 assert(cache->size >= cnt);
/external/openssl/crypto/modes/asm/
H A Dghash-s390x.pl68 $cnt="%r11";
168 lghi $cnt,14
196 llgc $xi,0($cnt,$Xi)
216 brct $cnt,.Lghash_inner
H A Dghash-armv4.pl96 $cnt=$len;
163 mov $cnt,#14
190 subs $cnt,$cnt,#1
199 ldrplb $nlo,[$inp,$cnt]
209 ldrplb $Tll,[$Xi,$cnt]
251 mov $cnt,#14
276 subs $cnt,$cnt,#1
285 ldrplb $nlo,[$Xi,$cnt]
[all...]
H A Dghash-parisc.pl61 $cnt="%r19";
148 ldi 13,$cnt
166 ldbx $cnt($Xi),$nlo
178 addib,uv -1,$cnt,L\$oop_gmult_pa2
249 ldi 13,$cnt
260 ldbx $cnt($Xi),$nlo
285 addib,uv -1,$cnt,L\$oop_gmult_pa1
409 ldi 13,$cnt
423 ldbx $cnt($Xi),$nlo
424 ldbx $cnt(
[all...]
H A Dghash-x86.pl150 my $cnt = $inp;
151 &mov ($cnt,15);
163 &mov (&LB($rem),&BP($off,"esp",$cnt));
176 &dec ($cnt);
354 my $cnt;
372 for ($cnt=28;$cnt>=-2;$cnt--) {
373 my $odd = $cnt&1;
381 &mov (&LB($nlo),&BP($cnt/
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
H A Dghash-armv4.pl96 $cnt=$len;
167 mov $cnt,#14
194 subs $cnt,$cnt,#1
203 ldrbpl $nlo,[$inp,$cnt]
213 ldrbpl $Tll,[$Xi,$cnt]
256 mov $cnt,#14
281 subs $cnt,$cnt,#1
290 ldrbpl $nlo,[$Xi,$cnt]
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Danalysis.c39 int cnt[NUM_MB_SEGMENTS] = { 0 }; local
43 cnt[mb[-w - 1].segment_]++; // top-left
44 cnt[mb[-w + 0].segment_]++; // top
45 cnt[mb[-w + 1].segment_]++; // top-right
46 cnt[mb[ - 1].segment_]++; // left
47 cnt[mb[ + 1].segment_]++; // right
48 cnt[mb[ w - 1].segment_]++; // bottom-left
49 cnt[mb[ w + 0].segment_]++; // bottom
50 cnt[mb[ w + 1].segment_]++; // bottom-right
52 if (cnt[
[all...]
/external/tcpdump/
H A Dprint-udp.c213 int cnt; local
221 cnt = (flags >> 8) & 0x1f;
226 if (len != cnt * sizeof(*rr) + sizeof(*sr) + sizeof(*rh))
243 if (len != cnt * sizeof(*rr) + sizeof(*rh))
253 cnt = 0;
259 cnt = 0;
263 cnt = 0;
266 if (cnt > 1)
267 printf(" c%d", cnt);
268 while (--cnt >
[all...]
/external/webp/src/enc/
H A Danalysis.c39 int cnt[NUM_MB_SEGMENTS] = { 0 }; local
43 cnt[mb[-w - 1].segment_]++; // top-left
44 cnt[mb[-w + 0].segment_]++; // top
45 cnt[mb[-w + 1].segment_]++; // top-right
46 cnt[mb[ - 1].segment_]++; // left
47 cnt[mb[ + 1].segment_]++; // right
48 cnt[mb[ w - 1].segment_]++; // bottom-left
49 cnt[mb[ w + 0].segment_]++; // bottom
50 cnt[mb[ w + 1].segment_]++; // bottom-right
52 if (cnt[
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmsgfmt.h522 * @param cnt the size of the array.
524 virtual void setFormats(const Format** newFormats, int32_t cnt);
949 int32_t cnt,
965 * @param cnt The length of arguments (and of argumentNames if that is not NULL).
975 int32_t cnt,
1000 int32_t cnt, UnicodeString& name) const;
1035 int32_t cnt,
/external/chromium_org/third_party/sqlite/src/test/
H A Drandexpr1.tcl184 set cnt 0
186 incr cnt [regsub {EXPR} $e [lindex $re 0] e]
189 incr cnt [regsub {BOOL} $e [lindex $rb 0] e]
192 incr cnt [regsub {AGG} $e [lindex $ra 0] e]
195 if {$cnt==0} break
196 incr i $cnt
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc406 int cnt; local
409 &cnt);
410 if (status >= Success && cnt && *list) {
411 if (cnt > 1) {
412 LOG(LS_INFO) << "Window has " << cnt
/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h522 * @param cnt the size of the array.
524 virtual void setFormats(const Format** newFormats, int32_t cnt);
949 int32_t cnt,
965 * @param cnt The length of arguments (and of argumentNames if that is not NULL).
975 int32_t cnt,
1000 int32_t cnt, UnicodeString& name) const;
1035 int32_t cnt,
/external/elfutils/0.153/src/
H A Delfcmp.c587 for (size_t cnt = 0; cnt < nregions; ++cnt)
589 regionsarr[cnt] = *regions;
622 size_t cnt = 0; local
623 while (cnt < nregions && regionsarr[cnt].to < phdr1->p_offset)
624 ++cnt;
628 while (cnt < nregions && regionsarr[cnt]
[all...]
H A Dldlex.l157 "["([RWX]){0,3}"]" { int cnt = 1 ;
159 while (cnt < yyleng - 1)
160 ldlval.num |= attrib_convert (yytext[cnt++]);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c82 size_t cnt; local
88 cnt = s->tok - s->bot;
89 if (cnt > 0) {
92 s->ptr -= cnt;
93 *cursor -= cnt;
94 s->lim -= cnt;
110 if ((cnt = input_func(input_func_data, s->lim, BSIZE)) == 0) {
111 s->eof = &s->lim[cnt];
114 s->lim += cnt;
/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c137 int cnt = 0; /* Number of matching column names */ local
156 while( pNC && cnt==0 ){
193 cnt++;
230 if( zDb==0 && zTab!=0 && cnt==0 && pParse->pTriggerTab!=0 ){
259 cnt++;
282 if( cnt==0 && cntTab==1 && sqlite3IsRowid(zCol) ){
283 cnt = 1;
300 if( cnt==0 && (pEList = pNC->pEList)!=0 && zTab==0 ){
314 cnt = 1;
323 ** we have a match (cnt>
[all...]
/external/openssl/crypto/aes/asm/
H A Daesv8-armx.pl309 my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");
354 mov $cnt,$rounds
366 subs $cnt,$cnt,#2
394 mov $cnt,$rounds
524 subs $cnt,$cnt,#2
574 mov $cnt,$rounds
590 subs $cnt,$cnt,#
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_lu.c502 int i, idx, cnt; local
508 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
523 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_X509,nm, &cnt);
531 for (i = 0; i < cnt; i++, idx++)
550 int i, idx, cnt; local
557 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt);
569 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_CRL, nm, &cnt);
577 for (i = 0; i < cnt; i++, idx++)

Completed in 325 milliseconds

1234567891011>>