Searched refs:cnt (Results 76 - 100 of 458) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dchoicfmt.cpp89 int32_t cnt )
93 setChoices(limits, NULL, formats, cnt, constructorErrorCode);
101 int32_t cnt )
105 setChoices(limits, closures, formats, cnt, constructorErrorCode);
255 int32_t cnt )
258 setChoices(limits, NULL, formats, cnt, errorCode);
267 int32_t cnt )
270 setChoices(limits, closures, formats, cnt, errorCode);
345 ChoiceFormat::getLimits(int32_t& cnt) const
347 cnt
468 format(const Formattable* objs, int32_t cnt, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp89 int32_t cnt )
93 setChoices(limits, NULL, formats, cnt, constructorErrorCode);
101 int32_t cnt )
105 setChoices(limits, closures, formats, cnt, constructorErrorCode);
255 int32_t cnt )
258 setChoices(limits, NULL, formats, cnt, errorCode);
267 int32_t cnt )
270 setChoices(limits, closures, formats, cnt, errorCode);
345 ChoiceFormat::getLimits(int32_t& cnt) const
347 cnt
468 format(const Formattable* objs, int32_t cnt, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const argument
[all...]
/external/chromium_org/tools/gyp/tools/
H A Dpretty_gyp.py91 cnt = 0
97 cnt += 1
100 cnt -= 1
103 if cnt > 0:
110 if cnt < 0 and closing_prefix_re.match(stripline):
112 return (cnt, after)
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsrc_file.c100 for (size_t cnt = 0; cnt < cu->die.cu->lines->nlines; ++cnt)
102 Dwarf_Line *line = &cu->die.cu->lines->info[cnt];
149 match[inner] = &cu->lines->idx[cnt];
171 match[cur_match++] = &cu->lines->idx[cnt];
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dproc-llist.c33 l->cnt = 0;
65 l->cnt++;
84 l->cnt = 0;
H A Dproc-llist.h48 unsigned int cnt; // How many items in this list member in struct:__anon23579
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DBitstreamReader.java156 int cnt = 0;
158 bits[cnt++] = (curByte >> (7 - i)) & 0x1;
162 bits[cnt++] = (nextByte >> (7 - i)) & 0x1;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_handle.cc98 Error KernelHandle::Read(void* buf, size_t nbytes, int* cnt) { argument
102 Error error = node_->Read(handle_attr_, buf, nbytes, cnt);
104 handle_attr_.offs += *cnt;
108 Error KernelHandle::Write(const void* buf, size_t nbytes, int* cnt) { argument
112 Error error = node_->Write(handle_attr_, buf, nbytes, cnt);
114 handle_attr_.offs += *cnt;
118 Error KernelHandle::GetDents(struct dirent* pdir, size_t nbytes, int* cnt) { argument
120 Error error = node_->GetDents(handle_attr_.offs, pdir, nbytes, cnt);
122 handle_attr_.offs += *cnt;
/external/elfutils/0.153/libelf/
H A Delf_getarsym.c249 for (size_t cnt = 0; cnt < n; ++cnt)
251 arsym[cnt].as_name = str_data;
253 arsym[cnt].as_off = bswap_32 (file_data[cnt]);
255 arsym[cnt].as_off = file_data[cnt];
256 arsym[cnt].as_hash = _dl_elf_hash (str_data);
H A Delf32_offscn.c84 if (runp->cnt > 0
96 for (unsigned int i = 0; i < runp->cnt; ++i)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRPtrStack.h28 + (ANTLRPtrStack *)newANTLRPtrStack:(NSInteger)cnt;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/
H A Dfilter_arm.c55 unsigned int cnt,
64 unsigned int cnt,
73 unsigned int cnt,
84 unsigned int cnt,
/external/elfutils/0.153/libasm/
H A Ddisasm_cb.c94 for (int cnt = 1; cnt < nsyms; ++cnt)
98 GElf_Sym *sym = gelf_getsymshndx (data, xndxdata, cnt, &sym_mem,
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrc_file.c106 for (size_t cnt = 0; cnt < nlines; ++cnt)
108 Dwarf_Line *line = &lines->info[cnt];
/external/libvpx/libvpx/vp8/common/arm/
H A Dfilter_arm.c55 unsigned int cnt,
64 unsigned int cnt,
73 unsigned int cnt,
84 unsigned int cnt,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.h6 size_t cnt; member in struct:cmdnames
/external/oprofile/libop/
H A Dop_cpu_type.c201 int cnt; local
206 cnt = arch_num_counters(cpu_type);
207 if (cnt >= 0)
208 return cnt;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodemv.c346 int cnt[4]; local
347 int *cntx = cnt;
366 cnt[0] = cnt[1] = cnt[2] = cnt[3] = 0;
402 cnt[CNT_INTRA] += 2;
425 cnt[CNT_INTRA] += 1;
428 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_INTRA]] [0]) )
433 cnt[CNT_NEARES
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c346 int cnt[4]; local
347 int *cntx = cnt;
366 cnt[0] = cnt[1] = cnt[2] = cnt[3] = 0;
402 cnt[CNT_INTRA] += 2;
425 cnt[CNT_INTRA] += 1;
428 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_INTRA]] [0]) )
433 cnt[CNT_NEARES
[all...]
/external/elfutils/0.153/src/
H A Dldgeneric.c811 size_t cnt; local
824 cnt = data->d_size / sizeof (Elf32_Word);
827 while (cnt > 1)
828 if (grpref[--cnt] == shndx)
855 size_t cnt; local
876 cnt = data->d_size / sizeof (Elf32_Word);
877 while (cnt > 1)
879 Elf32_Word idx = grpref[--cnt];
1099 size_t cnt; local
1131 for (cnt
1915 size_t cnt; local
2093 int cnt = dynshdr->sh_size / dynshdr->sh_entsize; local
2999 size_t cnt; local
3128 size_t cnt; local
3812 size_t cnt; local
4311 size_t cnt; local
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRPtrBuffer.h56 +(ANTLRPtrBuffer *)newANTLRPtrBufferWithLen:(NSInteger)cnt;
58 -(id)initWithLen:(NSInteger)cnt;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRPtrBuffer.h56 +(ANTLRPtrBuffer *)newANTLRPtrBufferWithLen:(NSInteger)cnt;
58 -(id)initWithLen:(NSInteger)cnt;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRPtrBuffer.h56 +(ANTLRPtrBuffer *)newANTLRPtrBufferWithLen:(NSInteger)cnt;
58 -(id)initWithLen:(NSInteger)cnt;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c68 int k, ind, cnt; local
128 for (cnt = 0; cnt < kSegments; cnt++) {
174 int16_t cnt = 0, frcQQ, indW16 = 0, tmpW16; local
204 for (cnt = 0; cnt < kSegments; cnt++) {
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DDM.java61 int cnt = attributeContainer.getAttributeCount();
62 for (int counter = 0; counter < cnt; counter++) {

Completed in 880 milliseconds

1234567891011>>