Searched refs:cnt (Results 126 - 150 of 458) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Devent_listener.cc122 size_t cnt,
128 for (size_t index = 0; index < cnt; index++) {
136 for (size_t index = 0; index < cnt; index++) {
170 for (size_t index = 0; index < cnt; index++) {
121 WaitOnAny(EventRequest* requests, size_t cnt, int ms_timeout) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp40 int32_t cnt; local
46 month=symbol->getMonths(cnt);
48 logln((UnicodeString)"size = " + cnt);
50 for (int32_t i=0; i<cnt; ++i)
70 int32_t cnt; local
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
73 logln((UnicodeString)"size = " + cnt);
75 for (int32_t k = 0; k < cnt; k++) {
95 int32_t cnt; local
96 const UnicodeString * wd = symbol->getWeekdays(cnt,contex
112 int32_t cnt; local
[all...]
/external/chromium_org/third_party/opus/src/silk/
H A Ddebug.h249 static opus_int init = 0, cnt = 0; \
253 cnt = silk_debug_store_count++; \
254 silk_debug_store_fp[ cnt ] = fopen(#FILE_NAME, "wb"); \
256 fwrite((DATA_PTR), (N_BYTES), 1, silk_debug_store_fp[ cnt ]); \
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-token.re101 size_t cnt = s->tok - s->bot;
102 if(cnt){
105 s->ptr -= cnt;
106 cursor -= cnt;
107 s->lim -= cnt;
123 if((cnt = preproc_input(parser_gas, s->lim, BSIZE)) == 0) {
124 s->eof = &s->lim[cnt]; *s->eof++ = '\n';
126 s->lim += cnt;
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp40 int32_t cnt; local
46 month=symbol->getMonths(cnt);
48 logln((UnicodeString)"size = " + cnt);
50 for (int32_t i=0; i<cnt; ++i)
70 int32_t cnt; local
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
73 logln((UnicodeString)"size = " + cnt);
75 for (int32_t k = 0; k < cnt; k++) {
95 int32_t cnt; local
96 const UnicodeString * wd = symbol->getWeekdays(cnt,contex
112 int32_t cnt; local
[all...]
/external/libedit/src/
H A Dparse.c207 int cnt, ch; local
209 for (cnt = 0, c = 0; cnt < 3; cnt++) {
/external/libopus/silk/
H A Ddebug.h249 static opus_int init = 0, cnt = 0; \
253 cnt = silk_debug_store_count++; \
254 silk_debug_store_fp[ cnt ] = fopen(#FILE_NAME, "wb"); \
256 fwrite((DATA_PTR), (N_BYTES), 1, silk_debug_store_fp[ cnt ]); \
/external/ppp/pppd/include/
H A Dpcap-int.h108 int pcap_read(pcap_t *, int cnt, pcap_handler, u_char *);
/external/qemu/include/qemu/
H A Derror-report.h34 void loc_set_cmdline(char **argv, int idx, int cnt);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRPtrBuffer.h55 +(ANTLRPtrBuffer *)newANTLRPtrBufferWithLen:(NSInteger)cnt;
57 -(id)initWithLen:(NSUInteger)cnt;
/external/chromium_org/ppapi/generators/
H A Didl_diff.py195 cnt = len(last.was)
196 for i in range(cnt):
198 for j in range(cnt):
199 if last.was[j] != next.now[(i + j) % cnt]:
204 cnt = len(last.now)
205 for i in range(cnt):
207 for j in range(cnt):
208 if last.now[i] != next.was[(i + j) % cnt]:
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.cpp94 int cnt = (int) filters->size(); local
95 for (int i = cnt - 1; i >= 0; i--) {
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3internalh.tcl30 set cnt 0
35 incr cnt
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang_x86.h20 INLINE void proc_yield(int cnt) { argument
22 for (int i = 0; i < cnt; i++)
/external/elfutils/0.153/libelf/
H A Delf32_updatenull.c195 assert (elf->state.ELFW(elf,LIBELFBITS).scns.cnt > 0);
217 for (size_t cnt = first == true; cnt < list->cnt; ++cnt)
219 Elf_Scn *scn = &list->data[cnt];
280 if (list->data[cnt].data_list_rear != NULL)
399 assert (list->next == NULL || list->cnt == list->max);
H A Delf32_updatefile.c117 for (size_t cnt = 0; cnt < list->cnt; ++cnt)
118 *scnp++ = &list->data[cnt];
245 for (size_t cnt = 0; cnt < shnum; ++cnt)
247 Elf_Scn *scn = scns[cnt];
294 for (size_t cnt
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.cpp94 int cnt = (int) filters->size(); local
95 for (int i = cnt - 1; i >= 0; i--) {
/external/srec/srec/cfront/
H A Dcheldsp4.c199 size_t ii, cnt; local
201 cnt = 0;
202 for (ii = 0; ii < cepobj->mel_dim; ii++, cnt++)
203 dest_frame[cnt] = (featdata) mel_data[ii];
204 for (ii = 0; ii < cepobj->mel_dim; ii++, cnt++)
205 dest_frame[cnt] = (featdata) del_data[ii];
207 for (ii = 0; ii < cepobj->mel_dim; ii++, cnt++)
208 dest_frame[cnt] = (featdata) deldel_data[ii];
/external/strace/test/
H A Dthreaded_execve.c102 int cnt = NUM_THREADS; local
103 while (--cnt >= 0) {
/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.cpp80 deUint64 cnt = 0; local
82 for (;; cnt++)
84 if (((cnt&(1<<14)) != 0) && (deGetMicroseconds()-startTime >= THREAD_TEST_TIME))
116 deUint64 cnt = 0; local
118 for (;; cnt++)
120 if (((cnt&(1<<14)) != 0) && (deGetMicroseconds()-startTime >= THREAD_TEST_TIME))
/external/openssl/crypto/rsa/
H A Drsa_oaep.c216 unsigned char cnt[4]; local
228 cnt[0] = (unsigned char)((i >> 24) & 255);
229 cnt[1] = (unsigned char)((i >> 16) & 255);
230 cnt[2] = (unsigned char)((i >> 8)) & 255;
231 cnt[3] = (unsigned char)(i & 255);
234 || !EVP_DigestUpdate(&c, cnt, 4))
/external/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl62 $cnt="%l7";
110 mov 13,$cnt
133 ldub [$inp+$cnt],$nlo
136 ldub [$Xi+$cnt],$xi1
150 addcc $cnt,-1,$cnt
246 mov 13,$cnt
268 ldub [$Xi+$cnt],$nlo
283 addcc $cnt,-1,$cnt
[all...]
/external/iptables/utils/
H A Dnfnl_osf.c272 int i, cnt = 0; local
285 cnt++;
288 if (cnt != 8) {
289 ulog("Wrong input line '%s': cnt: %d, must be 8, i: %d, must be %d.\n", buffer, cnt, i, len);
347 cnt = snprintf(obuf, sizeof(obuf), "%s,", pbeg);
355 cnt = snprintf(f.genre, sizeof(f.genre), "%s", pbeg + 1);
357 cnt = snprintf(f.genre, sizeof(f.genre), "%s", pbeg);
364 cnt = snprintf(f.version, sizeof(f.version), "%s", pbeg);
371 cnt
[all...]
/external/aac/libAACenc/src/
H A Dbitenc.cpp679 INT cnt = dataElementLength; local
696 for (i=0; i<cnt; i++) {
700 extBitsUsed += DATA_EL_VERSION_BITS + (loopCounter*8) + (cnt*8);
756 int cnt = 0; local
766 cnt = fixMin(MAX_DSE_DATA_BYTES, dataPayloadBytes);
767 if ( cnt >= 255 ) {
768 esc_count = cnt - 255;
772 dataPayloadBytes -= cnt;
773 dseBitsUsed += cnt * 8;
791 FDKwriteBits(hBitStream, cnt, DATA_LEN_COUNT_BIT
930 INT cnt, esc_count=-1, alignBits=7; local
[all...]
/external/bison/lib/
H A Dspawni.c240 int cnt; local
242 for (cnt = 0; cnt < file_actions->_used; ++cnt)
244 struct __spawn_action *action = &file_actions->_actions[cnt];

Completed in 1804 milliseconds

1234567891011>>