HomeSort by relevance Sort by last modified time
    Searched refs:ci (Results 1 - 25 of 765) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
ChannelImpressionsTest.java 33 ChannelImpressions ci = new ChannelImpressions(); local
34 assertFalse(ci.shouldTriggerBlock());
39 ChannelImpressions ci = new ChannelImpressions(); local
42 ci.incrementViews();
43 ci.incrementDismissals();
46 assertFalse(ci.shouldTriggerBlock());
51 ChannelImpressions ci = new ChannelImpressions(); local
54 ci.incrementViews();
55 ci.incrementDismissals();
57 ci.resetStreak()
66 ChannelImpressions ci = new ChannelImpressions(); local
78 ChannelImpressions ci = new ChannelImpressions(); local
91 ChannelImpressions ci = new ChannelImpressions(); local
116 ChannelImpressions ci = new ChannelImpressions(); local
139 ChannelImpressions ci = new ChannelImpressions(); local
    [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...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityLteTest.java 30 private static final int CI = 268435456;
47 CellIdentityLte ci = local
48 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR,
51 assertEquals(CI, ci.getCi());
52 assertEquals(PCI, ci.getPci());
53 assertEquals(TAC, ci.getTac());
54 assertEquals(EARFCN, ci.getEarfcn());
55 assertEquals(EARFCN, ci.getChannelNumber());
56 assertEquals(BANDWIDTH, ci.getBandwidth())
69 CellIdentityLte ci = local
83 CellIdentityLte ci = local
96 CellIdentityLte ci = new CellIdentityLte( local
135 CellIdentityLte ci = local
178 CellIdentityLte ci = local
192 CellIdentityLte ci = new CellIdentityLte( local
216 CellIdentityLte ci = new CellIdentityLte( local
    [all...]
CellIdentityGsmTest.java 47 CellIdentityGsm ci = local
51 assertEquals(LAC, ci.getLac());
52 assertEquals(CID, ci.getCid());
53 assertEquals(ARFCN, ci.getArfcn());
54 assertEquals(ARFCN, ci.getChannelNumber());
55 assertEquals(BSIC, ci.getBsic());
56 assertEquals(MCC, ci.getMcc());
57 assertEquals(MNC, ci.getMnc());
58 assertEquals(MCC_STR, ci.getMccString());
59 assertEquals(MNC_STR, ci.getMncString())
68 CellIdentityGsm ci = local
82 CellIdentityGsm ci = local
95 CellIdentityGsm ci = local
131 CellIdentityGsm ci = local
170 CellIdentityGsm ci = local
184 CellIdentityGsm ci = local
207 CellIdentityGsm ci = local
    [all...]
CellIdentityWcdmaTest.java 46 CellIdentityWcdma ci = local
50 assertEquals(LAC, ci.getLac());
51 assertEquals(CID, ci.getCid());
52 assertEquals(PSC, ci.getPsc());
53 assertEquals(UARFCN, ci.getUarfcn());
54 assertEquals(UARFCN, ci.getChannelNumber());
55 assertEquals(MCC, ci.getMcc());
56 assertEquals(MNC, ci.getMnc());
57 assertEquals(MCC_STR, ci.getMccString());
58 assertEquals(MNC_STR, ci.getMncString())
67 CellIdentityWcdma ci = local
81 CellIdentityWcdma ci = local
95 CellIdentityWcdma ci = local
131 CellIdentityWcdma ci = local
168 CellIdentityWcdma ci = local
182 CellIdentityWcdma ci = local
205 CellIdentityWcdma ci = local
    [all...]
CellIdentityTdscdmaTest.java 30 private static final int CI = 268435456;
54 CellIdentityTdscdma ci = local
57 assertEquals(MCC_STR, ci.getMccString());
58 assertEquals(MNC_STR, ci.getMncString());
59 assertEquals(LAC, ci.getLac());
60 assertEquals(CID, ci.getCid());
61 assertEquals(CPID, ci.getCpid());
66 CellIdentityTdscdma ci = new CellIdentityTdscdma(null, null, LAC, CID, CPID); local
68 assertNull(ci.getMccString());
69 assertNull(ci.getMncString())
89 CellIdentityTdscdma ci = new CellIdentityTdscdma(MCC_STR, MNC_STR, LAC, CID, CPID); local
101 CellIdentityTdscdma ci = local
123 CellIdentityTdscdma ci = local
    [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/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), \
  /external/mockito/src/test/java/org/mockitousage/bugs/
EnabledMockingInterfaceCloneMethodTest.java 17 CloneableInterface ci = Mockito.mock(CloneableInterface.class); local
18 Mockito.when(ci.clone()).thenReturn(ci);
  /frameworks/rs/tests/lldb/tests/testcases/
test_language.py 28 ci = self._ci
30 ci.HasCommands() and
31 ci.CommandExists('language')
  /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, \
605 VexCacheInfo *ci = &vai->hwcache_info; local
762 VexCacheInfo *ci = &vai->hwcache_info; local
    [all...]
  /external/perfetto/infra/perfetto-ci.appspot.com/
Makefile 16 gcloud app deploy app.yaml --project perfetto-ci
  /external/tensorflow/tensorflow/core/graph/
edgeset.cc 22 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);
  /frameworks/base/libs/hwui/tests/common/
TestListViewSceneBase.cpp 45 for (size_t ci = 0; ci < mListItems.size(); ci++) {
46 canvas.drawRenderNode(mListItems[ci].get());
62 for (size_t ci = 0; ci < mListItems.size(); ci++) {
64 auto listItem = mListItems[(ci + itemIndexOffset) % mListItems.size()];
65 int top = ((int)ci) * (mItemSpacing + mItemHeight) + pxOffset;
71 canvas->drawRenderNode(mListItems[ci].get())
    [all...]

Completed in 731 milliseconds

1 2 3 4 5 6 7 8 91011>>