/external/clang/test/CodeGenCXX/ |
windows-on-arm-stack-probe-size.cpp | 10 void f(const C &ci) { sc = ci; }
|
volatile-1.cpp | 7 // 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, i32 0, i32 1 103 ci+ci; local 227 __imag ci = __imag ci = __imag ci; local [all...] |
/external/clang/test/CodeGen/ |
volatile-1.c | 7 // 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, i32 0, i32 1), align 97 ci+ci; local 198 __imag ci = __imag ci = __imag ci; local [all...] |
unsigned-promotion.c | 10 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/ |
ht_interrupt.c | 30 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 + 8, ci + 9, ci + 10, ci + 11, ci + 12, ci + 13, ci + 14, ci + 15, ci + 16, ci + 17, ci + 18, ci + (…) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
CharacterIteration.java | 32 * @param ci The character iterator 35 public static int next32(CharacterIterator ci) { 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.next() will work correctl [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
CharacterIteration.java | 28 * @param ci The character iterator 31 public static int next32(CharacterIterator ci) { 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.next() will work correctl [all...] |
/external/libnl/lib/route/link/ |
can.c | 74 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->ci_restart = nla_get_u32(tb[IFLA_CAN_RESTART]) 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/ |
treminfo.c | 125 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->map_param+i) 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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lapi.h | 14 #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), \
|
ldo.c | 143 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->func - oldstack) + L->stack 195 CallInfo *ci; local 220 CallInfo *ci = L->ci; local 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...] |
/external/skia/third_party/lua/src/ |
lapi.h | 14 #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), \
|
ldo.c | 143 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->func - oldstack) + L->stack 195 CallInfo *ci; local 220 CallInfo *ci = L->ci; local 297 CallInfo *ci; local 358 CallInfo *ci = L->ci; local 402 CallInfo *ci = L->ci; local 445 CallInfo *ci; local 456 CallInfo *ci = findpcall(L); local 492 CallInfo *ci = L->ci; local 560 CallInfo *ci = L->ci; local [all...] |
/external/syslinux/com32/lua/src/ |
lapi.h | 14 #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), \
|
ldo.c | 143 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->func - oldstack) + L->stack 195 CallInfo *ci; local 220 CallInfo *ci = L->ci; local 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...] |
/frameworks/rs/tests/lldb/tests/testcases/ |
test_language.py | 28 ci = self._ci 30 ci.HasCommands() and 31 ci.CommandExists('language')
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/ |
db_iterators_9.pass.cpp | 35 C::const_iterator ci{}; 40 try { ++ci; } catch (int) { ++lib_asserts; } 41 try { ci++; } catch (int) { ++lib_asserts; } 47 try { --ci; } catch (int) { ++lib_asserts; } 48 try { ci--; } catch (int) { ++lib_asserts; } 53 try { *ci; } catch (int) { ++lib_asserts; } 55 try { (void) ci->val; } catch (int) { ++lib_asserts; }
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/ |
db_iterators_9.pass.cpp | 35 C::const_iterator ci{}; 40 try { ++ci; } catch (int) { ++lib_asserts; } 41 try { ci++; } catch (int) { ++lib_asserts; } 47 try { --ci; } catch (int) { ++lib_asserts; } 48 try { ci--; } catch (int) { ++lib_asserts; } 53 try { *ci; } catch (int) { ++lib_asserts; } 55 try { (void) ci->val; } catch (int) { ++lib_asserts; }
|
/external/javassist/src/main/javassist/bytecode/ |
CodeAnalyzer.java | 38 CodeIterator ci = codeAttr.iterator(); local 39 int length = ci.getCodeLength(); 49 visitBytecode(ci, stack, i); 71 private void visitBytecode(CodeIterator ci, int[] stack, int index) 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, index, codeLength, stack, stackDepth, jsrDepth) [all...] |
/external/libopus/src/ |
opus_compare.c | 73 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<_nchannels;ci++) 179 int ci; local [all...] |
/external/valgrind/coregrind/ |
m_cache.c | 50 add_cache(VexCacheInfo *ci, VexCache cache) 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, \ 606 VexCacheInfo *ci = &vai->hwcache_info; local 763 VexCacheInfo *ci = &vai->hwcache_info; local [all...] |
/external/libvorbis/lib/ |
synthesis.c | 30 codec_setup_info *ci= vi ? vi->codec_setup : 0; local 34 if (!vd || !b || !vi || !ci || !opb) { 55 if(!ci->mode_param[mode]){ 59 vb->W=ci->mode_param[mode]->blockflag; 80 vb->pcmend=ci->blocksizes[vb->W]; 86 type=ci->map_type[ci->mode_param[mode]->mapping]; 88 return(_mapping_P[type]->inverse(vb,ci->map_param[ci->mode_param[mode]-> 98 codec_setup_info *ci=vi->codec_setup local 140 codec_setup_info *ci=vi->codec_setup; local 169 codec_setup_info *ci=vi->codec_setup; local 178 codec_setup_info *ci=vi->codec_setup; local [all...] |
info.c | 150 codec_setup_info *ci = vi->codec_setup; local 151 return ci ? ci->blocksizes[zo] : -1; 161 codec_setup_info *ci=vi->codec_setup; local 164 if(ci){ 166 for(i=0;i<ci->modes;i++) 167 if(ci->mode_param[i])_ogg_free(ci->mode_param[i]); 169 for(i=0;i<ci->maps;i++) /* unpack does the range checking */ 170 if(ci->map_param[i]) /* this may be cleaning up an aborte 210 codec_setup_info *ci=vi->codec_setup; local 273 codec_setup_info *ci=vi->codec_setup; local 438 codec_setup_info *ci=vi->codec_setup; local 492 codec_setup_info *ci=vi->codec_setup; local [all...] |
/frameworks/base/libs/hwui/tests/common/ |
TestListViewSceneBase.cpp | 45 for (size_t ci = 0; ci < mListItems.size(); ci++) { 46 canvas.drawRenderNode(mListItems[ci].get()); 61 for (size_t ci = 0; ci < mListItems.size(); ci++) { 63 auto listItem = mListItems[(ci + itemIndexOffset) % mListItems.size()]; 64 int top = ((int)ci) * (mItemSpacing + mItemHeight) + pxOffset; 70 canvas->drawRenderNode(mListItems[ci].get()) [all...] |
/external/libjpeg-turbo/ |
jcprepct.c | 138 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...] |