Searched refs:ci (Results 1 - 25 of 321) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dwindows-on-arm-stack-probe-size.cpp10 void f(const C &ci) { sc = ci; } argument
H A Dvolatile-1.cpp7 // CHECK: @ci = global [[CINT:.*]] zeroinitializer
8 volatile _Complex int ci; variable
28 (float)(ci);
29 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0)
30 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 1)
36 (void)ci;
39 (void)(ci=ci);
40 // CHECK-NEXT: [[R:%.*]] = load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0)
41 // CHECK-NEXT: [[I:%.*]] = load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i3
103 ci+ci; local
227 __imag ci = __imag ci = __imag ci; local
[all...]
/external/clang/test/CodeGen/
H A Dvolatile-1.c7 // CHECK: @ci = common global [[CINT:.*]] zeroinitializer
8 volatile _Complex int ci; variable
29 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0), align 4
30 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 1), align 4
32 (float)(ci);
33 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0), align 4
34 // CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 1), align 4
35 (void)ci;
39 // CHECK-NEXT: [[R:%.*]] = load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i32 0, i32 0), align 4
40 // CHECK-NEXT: [[I:%.*]] = load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i3
97 ci+ci; local
198 __imag ci = __imag ci = __imag ci; local
[all...]
H A Dunsigned-promotion.c10 unsigned char ci, cj, ck; variable
98 ci = cj + ck;
120 ci = cj - ck;
142 ci = cj * ck;
/external/ltp/testcases/kernel/sched/hyperthreading/ht_interrupt/
H A Dht_interrupt.c30 int ci[32], cj[32]; local
47 %d %d %d %d %d %d %d %d", buf, ci, ci + 1, ci + 2, ci + 3, ci + 4, ci + 5, ci + 6, ci + 7, ci
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCharacterIteration.java32 * @param ci The character iterator
35 public static int next32(CharacterIterator ci) { argument
38 int c = ci.current();
40 c = ci.next();
42 ci.previous();
47 c = ci.next();
52 c = nextTrail32(ci, c);
58 ci.previous();
65 // The call site does an initial ci.next() and calls this function
68 // middle of a surrogate pair. ci
71 nextTrail32(CharacterIterator ci, int lead) argument
89 previous32(CharacterIterator ci) argument
108 current32(CharacterIterator ci) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCharacterIteration.java28 * @param ci The character iterator
31 public static int next32(CharacterIterator ci) { argument
34 int c = ci.current();
36 c = ci.next();
38 ci.previous();
43 c = ci.next();
48 c = nextTrail32(ci, c);
54 ci.previous();
61 // The call site does an initial ci.next() and calls this function
64 // middle of a surrogate pair. ci
67 nextTrail32(CharacterIterator ci, int lead) argument
85 previous32(CharacterIterator ci) argument
104 current32(CharacterIterator ci) argument
[all...]
/external/libnl/lib/route/link/
H A Dcan.c74 struct can_info *ci; local
76 ci = calloc(1, sizeof(*ci));
77 if (!ci)
80 link->l_info = ci;
89 struct can_info *ci; local
100 ci = link->l_info;
103 ci->ci_state = nla_get_u32(tb[IFLA_CAN_STATE]);
104 ci->ci_mask |= CAN_HAS_STATE;
108 ci
155 struct can_info *ci = link->l_info; local
194 struct can_info *ci = link->l_info; local
204 struct can_info *ci = link->l_info; local
294 struct can_info *ci = link->l_info; local
376 struct can_info *ci = link->l_info; local
395 struct can_info *ci = link->l_info; local
417 struct can_info *ci = link->l_info; local
436 struct can_info *ci = link->l_info; local
454 struct can_info *ci = link->l_info; local
473 struct can_info *ci = link->l_info; local
497 struct can_info *ci = link->l_info; local
521 struct can_info *ci = link->l_info; local
545 struct can_info *ci = link->l_info; local
566 struct can_info *ci = link->l_info; local
589 struct can_info *ci = link->l_info; local
608 struct can_info *ci = link->l_info; local
631 struct can_info *ci = link->l_info; local
650 struct can_info *ci = link->l_info; local
673 struct can_info *ci = link->l_info; local
692 struct can_info *ci = link->l_info; local
715 struct can_info *ci = link->l_info; local
735 struct can_info *ci = link->l_info; local
[all...]
/external/tremolo/Tremolo/
H A Dtreminfo.c125 codec_setup_info *ci = (codec_setup_info *)vi->codec_setup; local
126 return ci ? ci->blocksizes[zo] : -1;
136 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; local
139 if(ci){
141 if(ci->mode_param)_ogg_free(ci->mode_param);
143 if(ci->map_param){
144 for(i=0;i<ci->maps;i++) /* unpack does the range checking */
145 mapping_clear_info(ci
180 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; local
252 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; local
[all...]
H A Ddsp.c50 codec_setup_info *ci; local
53 ci=vi->codec_setup;
54 if(!ci)return -1;
69 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; local
76 v->work[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>1)*
78 v->mdctright[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>2)*
146 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; local
153 mdct_unroll_lap(ci->blocksizes[0],ci->blocksizes[1],
155 _vorbis_window(ci
172 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; local
210 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; local
[all...]
/external/syslinux/com32/lua/src/
H A Dlapi.h14 #define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top, \
18 { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
20 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \
H A Dldo.c143 CallInfo *ci; local
148 for (ci = L->ci; ci != NULL; ci = ci->previous) {
149 ci->top = (ci->top - oldstack) + L->stack;
150 ci->func = (ci
195 CallInfo *ci; local
220 CallInfo *ci = L->ci; local
244 callhook(lua_State *L, CallInfo *ci) argument
298 CallInfo *ci; local
365 CallInfo *ci = L->ci; local
409 CallInfo *ci = L->ci; local
452 CallInfo *ci; local
463 CallInfo *ci = findpcall(L); local
499 CallInfo *ci = L->ci; local
568 CallInfo *ci = L->ci; local
[all...]
H A Dldebug.c36 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name);
39 static int currentpc (CallInfo *ci) { argument
40 lua_assert(isLua(ci));
41 return pcRel(ci->u.l.savedpc, ci_func(ci)->p);
45 static int currentline (CallInfo *ci) { argument
46 return getfuncline(ci_func(ci)->p, currentpc(ci));
58 if (isLua(L->ci))
59 L->oldpc = L->ci
85 CallInfo *ci; local
107 findvararg(CallInfo *ci, int n, StkId *pos) argument
118 findlocal(lua_State *L, CallInfo *ci, int n, StkId *pos) argument
215 auxgetinfo(lua_State *L, const char *what, lua_Debug *ar, Closure *f, CallInfo *ci) argument
269 CallInfo *ci; local
445 getfuncname(lua_State *L, CallInfo *ci, const char **name) argument
491 isinstack(CallInfo *ci, const TValue *o) argument
499 getupvalname(CallInfo *ci, const TValue *o, const char **name) argument
514 CallInfo *ci = L->ci; local
558 CallInfo *ci = L->ci; local
[all...]
/external/mockito/src/test/java/org/mockitousage/bugs/
H A DEnabledMockingInterfaceCloneMethodTest.java17 CloneableInterface ci = Mockito.mock(CloneableInterface.class);
18 Mockito.when(ci.clone()).thenReturn(ci);
/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java38 CodeIterator ci = codeAttr.iterator();
39 int length = ci.getCodeLength();
49 visitBytecode(ci, stack, i);
71 private void visitBytecode(CodeIterator ci, int[] stack, int index) argument
75 ci.move(index);
79 while (ci.hasNext()) {
80 index = ci.next();
82 int op = ci.byteAt(index);
83 stackDepth = visitInst(op, ci, index, stackDepth);
87 if (processBranch(op, ci, inde
98 processBranch(int opcode, CodeIterator ci, int index, int codeLength, int[] stack, int stackDepth, int[] jsrDepth) argument
211 visitInst(int op, CodeIterator ci, int index, int stack) argument
258 getFieldSize(CodeIterator ci, int index) argument
[all...]
/external/libopus/src/
H A Dopus_compare.c73 int ci; local
74 for(ci=0;ci<_nchannels;ci++){
76 s=buf[2*(xi*_nchannels+ci)+1]<<8|buf[2*(xi*_nchannels+ci)];
78 samples[(nsamples+xi)*_nchannels+ci]=s;
113 int ci; local
116 for(ci=0;ci<_nchannel
179 int ci; local
[all...]
/external/valgrind/coregrind/
H A Dm_cache.c50 add_cache(VexCacheInfo *ci, VexCache cache) argument
54 if (ci->num_caches == num_allocated) {
56 ci->caches = VG_(realloc)("m_cache", ci->caches,
57 num_allocated * sizeof *ci->caches);
60 if (ci->num_levels < cache.level) ci->num_levels = cache.level;
61 ci->caches[ci->num_caches++] = cache;
67 add_cache(ci, \
113 Intel_cache_info(Int level, VexCacheInfo *ci) argument
411 AMD_cache_info(VexCacheInfo *ci) argument
484 get_caches_from_CPUID(VexCacheInfo *ci) argument
605 VexCacheInfo *ci = &vai->hwcache_info; local
672 write_cache_info(const VexCacheInfo *ci) argument
698 cache_info_is_sensible(const VexCacheInfo *ci) argument
762 VexCacheInfo *ci = &vai->hwcache_info; local
[all...]
/external/perfetto/infra/perfetto-ci.appspot.com/
H A DMakefile16 gcloud app deploy app.yaml --project perfetto-ci
/external/tensorflow/tensorflow/core/graph/
H A Dedgeset.cc22 const_iterator ci; local
23 ci.Init(this);
28 ci.array_iter_ = &ptrs_[i];
29 return std::make_pair(ci, false);
35 ci.array_iter_ = &ptrs_[i];
36 return std::make_pair(ci, true);
49 ci.tree_iter_ = p.first;
50 return std::make_pair(ci, p.second);
/external/libjpeg-turbo/
H A Djcprepct.c138 int numrows, ci; local
158 for (ci = 0; ci < cinfo->num_components; ci++) {
159 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
177 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
178 ci++, compptr++) {
179 expand_bottom_edge(output_buf[ci],
205 int numrows, ci; local
274 int ci, i; local
321 int ci; local
[all...]
H A Djdmainct.h53 int ci, i, rgroup; local
58 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
59 ci++, compptr++) {
62 xbuf0 = main_ptr->xbuffer[0][ci];
63 xbuf1 = main_ptr->xbuffer[1][ci];
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module.cc49 auto ci = acm2::RentACodec::CodecInstById(*codec_id);
50 if (!ci)
52 *codec = *ci;
60 rtc::Optional<CodecInst> ci = acm2::RentACodec::CodecInstByParams( local
62 if (ci) {
63 *codec = *ci;
80 rtc::Optional<acm2::RentACodec::CodecId> ci = local
83 if (!ci)
85 rtc::Optional<int> i = acm2::RentACodec::CodecIndexFromId(*ci);
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp43 void test_C(C<int> ci) { argument
44 int &ir = ci.g1();
45 float &fr = ci.g2();
46 int &ir2 = ci.g3();
47 float &fr2 = ci.g4();
48 int &ir3 = ci.g5();
49 float &fr3 = ci.g6();
50 int &ir4 = ci.g7();
51 float &fr4 = ci.g8();
52 static_assert(!noexcept(ci
[all...]
/external/clang/test/SemaCXX/
H A Dambig-user-defined-conversions.cpp16 void func(const int ci, const char cc); // expected-note {{candidate function}}
17 void func(const char ci, const B b); // expected-note {{candidate function}}
18 void func(const B b, const int ci); // expected-note {{candidate function}}
28 void func2(const int ci); // expected-note {{candidate function}}
/external/testng/src/main/java/org/testng/remote/
H A DRemoteWorker.java24 protected SuiteRunner sendSuite(ConnectionInfo ci, XmlSuite suite) argument
28 + ci.getSocket().getInetAddress().getCanonicalHostName() + ":"
29 + ci.getSocket().getRemoteSocketAddress());
30 ci.getOos().writeObject(suite);
31 ci.getOos().flush();
32 SuiteRunner result = (SuiteRunner) ci.getOis().readObject();

Completed in 6787 milliseconds

1234567891011>>