HomeSort by relevance Sort by last modified time
    Searched refs:rc (Results 251 - 275 of 716) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 131 ldrh r2, [r0, #30] ; rc=15, i=15
136 ldrh r3, [r0, #28] ; rc=14, i=14
142 ldrh r2, [r0, #22] ; rc=11, i=13
148 ldrh r3, [r0, #14] ; rc=7, i=12
153 ldrh r2, [r0, #20] ; rc=10, i=11
159 ldrh r3, [r0, #26] ; rc=13, i=10
164 ldrh r2, [r0, #24] ; rc=12, i=9
170 ldrh r3, [r0, #18] ; rc=9, i=8
175 ldrh r2, [r0, #12] ; rc=6, i=7
181 ldrh r3, [r0, #6] ; rc=3, i=
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testhread.c 14 static void quit(int rc)
17 exit(rc);
torturethread.c 17 static void quit(int rc)
20 exit(rc);
  /external/srec/tools/grxmlcompile/
vocab.cpp 40 ESR_ReturnCode rc; local
41 rc = SR_VocabularyLoad(vocFileName.c_str(), &m_hVocab);
42 if (rc != ESR_SUCCESS)
44 std::cout << "Error: " << ESR_rc2str(rc) <<std::endl;
74 ESR_ReturnCode rc; local
90 rc = SR_VocabularyGetPronunciation( p_SRVocab, c_phrase, prons, &len );
91 if (rc != ESR_SUCCESS)
93 std::cout <<"ERROR: " << ESR_rc2str(rc) << std::endl;
  /external/valgrind/main/none/tests/s390x/
cksm.c 123 int rc = 0; local
126 ++rc;
132 ++rc;
138 ++rc;
144 ++rc;
150 ++rc;
156 ++rc;
161 return rc;
  /external/webkit/LayoutTests/fast/url/script-tests/
anchor.js 12 ["a\\nb\\rc\\td", "abcd"],
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
l_msu.h 131 register Word32 rc = var2; local
139 : "r"(rb), "r"(rc)
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_gcc_armv5.h 107 register int32 rc = (int32)n; local
119 "r"(rc));
160 register int32 rc = L_var3; local
168 "r"(rc));
179 register int32 rc = L_var3; local
187 "r"(rc));
263 register int32 rc = (int32)L_add; local
270 "r"(rc));
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.cpp 58 int rc = sigaction(BLOCKED_THREAD_SIGNAL, &sa, NULL); local
59 if (rc == -1) {
  /device/samsung/manta/
device.mk 25 device/samsung/manta/init.manta.rc:root/init.manta.rc \
26 device/samsung/manta/init.manta.usb.rc:root/init.manta.usb.rc \
27 device/samsung/manta/init.recovery.manta.rc:root/init.recovery.manta.rc \
29 device/samsung/manta/ueventd.manta.rc:root/ueventd.manta.rc
40 device/samsung/manta/init.smdk5250.rc:root/init.smdk5250.rc \
    [all...]
  /external/srec/portable/src/
phashtable.c 233 ESR_ReturnCode rc; local
238 rc = ESR_INVALID_ARGUMENT;
239 PLogError(ESR_rc2str(rc));
242 rc = PHashTableGetEntry(table, key, &entry);
243 if (rc == ESR_SUCCESS)
245 else if (rc == ESR_NO_MATCH_ERROR)
252 return rc;
343 ESR_ReturnCode rc = ESR_SUCCESS; local
363 if ((rc = PHashTableRehash(table)) != ESR_SUCCESS)
364 return rc;
428 ESR_ReturnCode rc; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_data.c 142 int rc = 0; local
186 int32_t rc = 0; local
198 return rc;
203 int32_t rc = 0; local
225 return rc;
  /external/libsepol/src/
assertion.c 87 int rc; local
125 rc = -1;
135 rc = -1;
142 rc = 0;
146 return rc;
context_record.c 286 int rc; local
299 rc = snprintf(str, total_sz + 1, "%s:%s:%s:%s",
301 if (rc < 0 || (rc >= total_sz + 1)) {
306 rc = snprintf(str, total_sz + 1, "%s:%s:%s",
308 if (rc < 0 || (rc >= total_sz + 1)) {
module.c 329 int rc; local
339 rc = next_entry(&buf[offset], file, read_len);
340 if (rc < 0)
359 int rc; local
367 rc = next_entry(buf, file, sizeof(uint32_t) * 3);
368 if (rc < 0) {
400 rc = next_entry(buf, file, sizeof(uint32_t) * nsec);
401 if (rc < 0) {
446 int rc; local
471 rc = next_entry(buf, file, sizeof(uint32_t))
634 int rc; local
    [all...]
conditional.c 574 int rc; local
581 rc = next_entry(buf, fp, sizeof(uint32_t) * 3);
582 if (rc < 0)
596 rc = next_entry(key, fp, len);
597 if (rc < 0)
603 rc = next_entry(buf, fp, sizeof(uint32_t));
604 if (rc < 0)
715 int rc; local
722 rc = next_entry(buf, fp, sizeof(uint32_t));
723 if (rc < 0
766 int len, i, rc; local
842 int i, len, rc; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 237 int rc; local
296 rc = vp8_default_zig_zag1d[i];
297 x = qcoeff_ptr[rc];
328 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
340 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
341 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc]))
497 int rc = vp8_default_zig_zag1d[i]; local
    [all...]
  /device/ti/panda/audio/test/
TestFlinger.py 173 rc = self._proc.returncode
175 if rc is None:
181 if rc < 0 and self._expect_signal:
183 elif rc < 0:
184 return "FAIL/SIGNAL(%d)" % (-rc,)
187 if rc != 0:
192 if rc == 0:
  /external/icu4c/test/intltest/
simplethread.cpp 367 int32_t rc; local
377 rc = pthread_attr_create(&attr);
380 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this);
383 rc = pthread_attr_init(&attr);
399 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this);
402 if (rc != 0) {
408 return rc;
  /system/extras/procrank/
procrank.c 316 int rc = 0; local
324 rc = 1;
330 rc = 2;
335 rc = 3;
344 if (rc != 0) {
351 rc = 4;
355 return rc;
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 25 atomic_uint64_t rc; member in struct:__tsan::FdSync
47 atomic_store(&s->rc, 1, memory_order_relaxed);
52 if (s && atomic_load(&s->rc, memory_order_relaxed) != (u64)-1)
53 atomic_fetch_add(&s->rc, 1, memory_order_relaxed);
58 if (s && atomic_load(&s->rc, memory_order_relaxed) != (u64)-1) {
59 if (atomic_fetch_sub(&s->rc, 1, memory_order_acq_rel) == 1) {
112 atomic_store(&fdctx.globsync.rc, (u64)-1, memory_order_relaxed);
113 atomic_store(&fdctx.filesync.rc, (u64)-1, memory_order_relaxed);
114 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed);
  /external/dnsmasq/src/
helper.c 176 pid_t rc = wait(&status); local
178 if (rc == pid)
188 if (rc == -1 && errno != EINTR)
407 ssize_t rc; local
412 if ((rc = write(daemon->helperfd, buf, bytes_in_buf)) != -1)
414 if (bytes_in_buf != (size_t)rc)
415 memmove(buf, buf + rc, bytes_in_buf - rc);
416 bytes_in_buf -= rc;
  /external/srec/srec/crec/
srec_context.c 159 int rc; local
176 rc = FST_LoadWordMap(&context->olabels, num_words_to_add, fp);
178 if (rc) return rc;
183 rc = FST_LoadGraph(context, context->ilabels, context->olabels, num_words_to_add, fp);
185 if (rc != FST_SUCCESS) return rc;
190 rc = FST_LoadReverseWordGraph(context, num_words_to_add, fp);
192 if (rc != FST_SUCCESS) return rc;
225 int rc = FST_SUCCESS; local
335 ESR_ReturnCode rc; local
457 ESR_ReturnCode rc; local
508 ESR_ReturnCode rc; local
708 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[i], local
758 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[wdID], local
811 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[i], local
865 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[wdID], local
885 int rc = 0; local
908 int i, rc = 0; local
1139 int rc = 0; local
1196 int irc, rc = FST_SUCCESS; local
1571 int i, rc = 0; local
2280 int rc = FST_SUCCESS; local
2694 int rc; local
2781 ESR_ReturnCode rc = ESR_SUCCESS; local
2925 ESR_ReturnCode rc; local
2977 ESR_ReturnCode rc; local
3061 ESR_ReturnCode rc; local
3279 int rc = FST_SUCCESS; local
3535 int rc = FST_SUCCESS; local
    [all...]
  /bionic/libc/bionic/
dirent.cpp 84 int rc = TEMP_FAILURE_RETRY(getdents(d->fd_, d->buff_, sizeof(d->buff_))); local
85 if (rc <= 0) {
88 d->available_bytes_ = rc;
  /external/llvm/lib/Target/R600/
R600RegisterInfo.cpp 69 R600RegisterInfo::getISARegClass(const TargetRegisterClass * rc) const {
70 switch (rc->getID()) {
74 default: return rc;

Completed in 1084 milliseconds

<<11121314151617181920>>