/external/elfutils/libelf/ |
elf_end.c | 162 size_t cnt = list->max; local 164 while (cnt-- > 0) 168 Elf_Scn *scn = &list->data[cnt]; 203 assert (list == NULL || oldp->cnt == oldp->max);
|
elf32_offscn.c | 84 if (runp->cnt > 0 96 for (unsigned int i = 0; i < runp->cnt; ++i)
|
/external/icu4c/tools/tzcode/ |
icuzones | 49 Link America/St_Johns CNT
|
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
OGGLoader.java | 91 int bytesRead = 0, cnt = 0;
local 95 if ((cnt = vs.readPcm(buf, offset + bytesRead,length - bytesRead)) <= 0) {
96 System.out.println("Read "+cnt+" bytes");
110 bytesRead += cnt;
|
/external/kernel-headers/original/asm-mips/ |
jazzdma.h | 64 #define JAZZ_R4030_CHNL_COUNT 0xE0000110 /* 8 DMA Channel Byte Cnt Regs, */
|
/external/openssl/crypto/modes/asm/ |
ghash-s390x.pl | 68 $cnt="%r11"; 168 lghi $cnt,14 196 llgc $xi,0($cnt,$Xi) 216 brct $cnt,.Lghash_inner
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebIconDatabase.mm | 461 CFIndex cnt; 468 for (cnt = 0; cnt < len; cnt++) { 469 hash1 += (hash1 << 8) + s[cnt]; 475 for (cnt = 0; cnt < len; cnt++) { 476 hash2 = (37 * hash2) ^ s[cnt];
|
/system/core/libmincrypt/ |
sha.c | 172 uint64_t cnt = ctx->count * 8; local 180 uint8_t tmp = cnt >> ((7 - i) * 8); 261 uint64_t cnt = ctx->count * 8; local 269 uint8_t tmp = cnt >> ((7 - i) * 8);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 1148 TSAN_INTERCEPTOR(long_t, readv, int fd, void *vec, int cnt) { 1149 SCOPED_TSAN_INTERCEPTOR(readv, fd, vec, cnt); 1150 int res = REAL(readv)(fd, vec, cnt); 1157 TSAN_INTERCEPTOR(long_t, preadv64, int fd, void *vec, int cnt, u64 off) { 1158 SCOPED_TSAN_INTERCEPTOR(preadv64, fd, vec, cnt, off); 1159 int res = REAL(preadv64)(fd, vec, cnt, off); 1187 TSAN_INTERCEPTOR(long_t, writev, int fd, void *vec, int cnt) { 1188 SCOPED_TSAN_INTERCEPTOR(writev, fd, vec, cnt); 1190 int res = REAL(writev)(fd, vec, cnt); 1194 TSAN_INTERCEPTOR(long_t, pwritev64, int fd, void *vec, int cnt, u64 off) [all...] |
tsan_clock.cc | 41 // if (sync_clock.dirty_count == sync_clock.cnt 42 // || (sync_clock.dirty_count == sync_clock.cnt - 1
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ArrayIterator.m | 178 - (void) setCount:(NSInteger)cnt 180 count = cnt;
|
/external/clang/test/Analysis/ |
objc-arc.m | 30 - (id)initWithObjects:(const id [])objects count:(NSUInteger)cnt; 32 + (id)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt;
|
/external/clang/test/Index/ |
annotate-literals.m | 25 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 29 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
|
/external/clang/test/SemaObjC/ |
objc-literal-comparison.m | 24 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 28 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
|
/external/clang/test/SemaObjCXX/ |
literals.mm | 46 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id<NSCopying> [])keys count:(unsigned long)cnt;
|
/external/elfutils/libdw/ |
dwarf_getabbrevattr.c | 71 size_t cnt = 0; 89 while (cnt++ < idx);
|
/external/icu4c/i18n/ |
rbtz.cpp | 587 int32_t cnt = 0; local 589 if (fHistoricRules != NULL && cnt < trscount) { 592 while (cnt < trscount && idx < historicCount) { 593 trsrules[cnt++] = (const TimeZoneRule*)fHistoricRules->elementAt(idx++); 596 if (fFinalRules != NULL && cnt < trscount) { 599 while (cnt < trscount && idx < finalCount) { 600 trsrules[cnt++] = (const TimeZoneRule*)fFinalRules->elementAt(idx++); 604 trscount = cnt;
|
/external/llvm/test/CodeGen/X86/ |
2007-10-19-SpillerUnfold.ll | 8 %cnt.0 = phi i32 [ 0, %entry ], [ %tmp422445, %cond_next391 ] ; <i32> [#uses=1] 23 %tmp160 = or i32 %tmp158, %cnt.0 ; <i32> [#uses=1]
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlSerializer.java | 427 // int cnt = nspCounts[depth]; 443 /* if (cnt != nspCounts[depth]) { 446 if (nspStack[cnt * 2] != null) { 448 writer.write(nspStack[cnt * 2]); 451 writeEscaped(nspStack[cnt * 2 + 1], '"');
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
libc-lock.h | 47 typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t; member in struct:__anon23896 262 ++(NAME).cnt; \ 293 (NAME).cnt = 1; \ 299 ++(NAME).cnt; \ 326 if (--(NAME).cnt == 0) \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 47 typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t; member in struct:__anon25486 262 ++(NAME).cnt; \ 293 (NAME).cnt = 1; \ 299 ++(NAME).cnt; \ 326 if (--(NAME).cnt == 0) \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 47 typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t; member in struct:__anon26998 262 ++(NAME).cnt; \ 293 (NAME).cnt = 1; \ 299 ++(NAME).cnt; \ 326 if (--(NAME).cnt == 0) \
|
/external/openssh/ |
scp.c | 342 size_t cnt; member in struct:__anon11209 545 off_t *cnt = (off_t *)_cnt; local 547 *cnt += s; 810 for (haderr = i = 0; i < stb.st_size; i += bp->cnt) { 811 amt = bp->cnt; 1084 for (count = i = 0; i < size; i += bp->cnt) { 1085 amt = bp->cnt; 1102 if (count == bp->cnt) { 1309 if (bp->cnt >= size) 1316 bp->cnt = size [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | 654 int cnt = 0; local 655 while (cnt < blockSize) { 656 int n = is.read(buf, cnt, blockSize-cnt); 660 cnt += n; 664 cnt = blockSize; 667 while (cnt >= 2) { 668 short smp = (short)((buf[cnt - 1] << 8) + (buf[cnt - 2] & 0xFF)); 671 cnt -= 2 [all...] |
/external/openssl/crypto/aes/asm/ |
aes-mips.pl | 106 my ($key0,$cnt)=($gp,$fp); 120 lw $cnt,240($key) 128 sub $cnt,1 229 sub $cnt,1 236 bnez $cnt,.Loop_enc 451 lw $cnt,240($key) 459 sub $cnt,1 563 sub $cnt,1 570 bnez $cnt,.Loop_dec 786 my ($rcon,$cnt)=($gp,$fp) [all...] |