HomeSort by relevance Sort by last modified time
    Searched defs:rc (Results 176 - 200 of 1081) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 23 RATE_CONTROL rc; member in struct:__anon28779
42 // Does not support temporal combined with spatial RC.
70 // Initialize second pass rc for spatial svc.
  /external/libxml2/
xmlmodule.c 116 int rc = -1; local
122 return rc;
125 rc = xmlModulePlatformSymbol(module->handle, name, symbol);
127 if (rc == -1) {
133 return rc;
136 return rc;
152 int rc; local
161 rc = xmlModulePlatformClose(module->handle);
163 if (rc != 0) {
171 rc = xmlModuleFree(module)
289 int rc; local
322 int rc; local
375 status_t rc; local
394 status_t rc; local
418 int rc; local
449 int rc; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
intlist.c 18 struct rb_node *rc = NULL; local
23 rc = &node->rb_node;
26 return rc;
  /external/llvm/lib/Support/
Regex.cpp 68 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); local
70 if (rc == REG_NOMATCH)
72 if (rc != 0) {
74 error = rc;
  /external/llvm/unittests/Support/
ProgramTest.cpp 97 int rc = ExecuteAndWait(my_exe, argv, &envp[0], redirects, local
101 EXPECT_EQ(0, rc);
  /external/oprofile/libpopt/
poptconfig.c 101 int fd, rc; local
110 rc = errno;
112 errno = rc;
118 rc = errno;
120 errno = rc;
166 int rc; local
170 rc = poptReadConfigFile(con, "/etc/popt");
171 if (rc) return rc;
177 rc = poptReadConfigFile(con, fn)
    [all...]
  /external/qemu/distrib/libselinux/src/
avc_sidtab.c 33 int i, rc = 0; local
39 rc = -1;
46 return rc;
51 int hvalue, rc = 0; local
57 rc = -1;
62 rc = -1;
74 return rc;
81 int hvalue, rc = 0; local
93 rc = sidtab_insert(s, ctx);
94 if (rc)
    [all...]
  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 51 int rc; local
59 rc = AudioSetInputFormat(SAMPLING_RATE, N_CHANNELS_PER_TUPLE);
60 if (rc != 0)
62 printf("ERROR: AudioSetInputFormat() returns %d\n", rc);
81 rc = AudioSetInputFormat(SAMPLING_RATE, N_CHANNELS_PER_TUPLE);
82 if (rc != 0)
84 printf("ERROR: AudioSetInputFormat() returns %d\n", rc);
93 rc = AudioOpen();
94 if (rc < 0)
96 printf("ERROR: AudioOpen() returns %d (device handle/ID)\n", rc);
    [all...]
  /external/srec/shared/src/
IntArrayListImpl.c 61 ESR_ReturnCode rc; local
66 CHK(rc, IntArrayListCreate(self));
71 return rc;
  /external/srec/srec/Semproc/src/
SymbolTable.c 29 ESR_ReturnCode rc; local
43 CHKLOG(rc, HashMapCreate(&(*ptr)->hashmap));
50 return rc;
55 ESR_ReturnCode rc; local
69 CHKLOG(rc, HashMapDestroy(self->hashmap));
76 return rc;
83 ESR_ReturnCode rc; local
92 rc = HashMapGet(self->hashmap, key, (void**) & buf);
93 if (rc == ESR_NO_MATCH_ERROR)
95 CHKLOG(rc, ST_getSymbolSlot(self, &symbol))
151 ESR_ReturnCode rc; local
198 ESR_ReturnCode rc; local
216 ESR_ReturnCode rc; local
238 ESR_ReturnCode rc; local
    [all...]
  /external/srec/srec/ca/
voc_basi.c 142 int rc; local
145 rc = CA_GetFullEntryInDictionary(hVocab, label, pron, pronSize, pronMaxSize);
146 return rc;
  /external/srec/tools/test_swiarb/
test_swiarb.c 62 int rc; local
66 CHKLOG(rc, PMemInit());
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pv_mp3dec_fxd_op_arm_gcc.h 81 register int32 rc = (int32)L_add; local
90 "r"(rc));
194 register int32 rc = (int32)L_add; local
202 "r"(rc));
213 register int32 rc = (int32)L_sub; local
221 "r"(rc));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.h 23 RATE_CONTROL rc; member in struct:__anon39867
42 // Does not support temporal combined with spatial RC.
70 // Initialize second pass rc for spatial svc.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]

Completed in 2253 milliseconds

1 2 3 4 5 6 78 91011>>