HomeSort by relevance Sort by last modified time
    Searched refs:cnt (Results 151 - 175 of 780) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
BitstreamReader.java 156 int cnt = 0; local
158 bits[cnt++] = (curByte >> (7 - i)) & 0x1;
162 bits[cnt++] = (nextByte >> (7 - i)) & 0x1;
  /cts/tools/dasm/src/java_cup/
symbol_set.java 193 int cnt; local
197 for (e = all(), cnt=0 ; e.hasMoreElements() && cnt<5; cnt++)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRPtrStack.h 28 + (ANTLRPtrStack *)newANTLRPtrStack:(NSInteger)cnt;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_handle.cc 98 Error KernelHandle::Read(void* buf, size_t nbytes, int* cnt) {
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) {
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) {
120 Error error = node_->GetDents(handle_attr_.offs, pdir, nbytes, cnt);
122 handle_attr_.offs += *cnt;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/
filter_arm.c 55 unsigned int cnt,
64 unsigned int cnt,
73 unsigned int cnt,
84 unsigned int cnt,
  /external/elfutils/0.153/libasm/
disasm_cb.c 94 for (int cnt = 1; cnt < nsyms; ++cnt)
98 GElf_Sym *sym = gelf_getsymshndx (data, xndxdata, cnt, &sym_mem,
  /external/elfutils/0.153/libdw/
dwarf_getsrc_file.c 106 for (size_t cnt = 0; cnt < nlines; ++cnt)
108 Dwarf_Line *line = &lines->info[cnt];
  /external/elfutils/0.153/libelf/
elf_getarsym.c 249 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);
elf32_offscn.c 84 if (runp->cnt > 0
96 for (unsigned int i = 0; i < runp->cnt; ++i)
  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.h 48 unsigned int cnt; // How many items in this list member in struct:__anon28197
  /external/libvpx/libvpx/vp8/common/arm/
filter_arm.c 55 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/
help.h 6 size_t cnt; member in struct:cmdnames
  /external/oprofile/libop/
op_cpu_type.c 201 int cnt; local
206 cnt = arch_num_counters(cpu_type);
207 if (cnt >= 0)
208 return cnt;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
filter_arm.c 55 unsigned int cnt,
64 unsigned int cnt,
73 unsigned int cnt,
84 unsigned int cnt,
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 120 int cnt = 0; local
126 cnt += len;
127 if (cnt > width) {
129 cnt -= width;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodemv.c 346 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_NEAREST] += ( (cnt[CNT_SPLITMV] > 0)
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 346 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_NEAREST] += ( (cnt[CNT_SPLITMV] > 0)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 346 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_NEAREST] += ( (cnt[CNT_SPLITMV] > 0)
    [all...]
  /bionic/libc/bionic/
getentropy_linux.c 232 int fd, cnt, flags; local
259 if (ioctl(fd, RNDGETENTCNT, &cnt) == -1) {
358 static int cnt; local
385 cnt += (int)tv.tv_sec;
386 cnt += (int)tv.tv_usec;
452 mo = cnt %
455 cnt += (int)((long)(mm[m].p)
465 cnt += (int)ts.tv_nsec;
471 cnt += (int)ru.ru_utime.tv_sec;
472 cnt += (int)ru.ru_utime.tv_usec
    [all...]
  /external/elfutils/0.153/src/
ldgeneric.c 811 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
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/
ANTLRPtrBuffer.h 56 +(ANTLRPtrBuffer *)newANTLRPtrBufferWithLen:(NSInteger)cnt;
58 -(id)initWithLen:(NSInteger)cnt;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRPtrBuffer.h 56 +(ANTLRPtrBuffer *)newANTLRPtrBufferWithLen:(NSInteger)cnt;
58 -(id)initWithLen:(NSInteger)cnt;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRPtrBuffer.h 56 +(ANTLRPtrBuffer *)newANTLRPtrBufferWithLen:(NSInteger)cnt;
58 -(id)initWithLen:(NSInteger)cnt;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 68 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/
DM.java 61 int cnt = attributeContainer.getAttributeCount(); local
62 for (int counter = 0; counter < cnt; counter++) {

Completed in 1989 milliseconds

1 2 3 4 5 67 8 91011>>