Searched defs:ic (Results 1 - 17 of 17) sorted by relevance

/external/icu4c/layout/
H A DIndicRearrangementProcessor.cpp69 le_int32 ia, ib, ic, id, ix, x; local
166 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
180 glyphStorage.setCharIndex(firstGlyph, ic, success);
187 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
202 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
210 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
225 glyphStorage.setCharIndex(firstGlyph, ic, success);
235 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
251 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
317 ic
[all...]
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
H A Dd8_31pf.cpp174 Word16 ic; local
223 ic = LSBs - ((LSBs >> 2) << 2);
226 pos_indx[index1] = ib + (ic & 1);
242 pos_indx[index2] = ib + (ic >> 1);
247 ic =
253 ic =
255 ic,
262 ic,
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Dc8_31pf.cpp445 Word16 ic; local
461 ic = pos_indxC >> 1;
463 tempWord32 = ((Word32) ic * 25) << 1;
467 ic = (Word16) tempWord32;
469 ib += ic;
479 ic = ((Word16)(pos_indxC & 1)) << 2;
481 ib += ic;
574 Word16 ic; local
587 indx[NB_TRACK] = (ia/2+(ib/2)*5 +(ic/2)*25)*8 + ia%2 + (ib%2)*2 + (ic
[all...]
/external/opencore/pvmi/pvmf/include/
H A Dpvmf_node_interface.h201 OsclAny* ic,
207 , iInfoContext(ic)
199 PVMFNodeSessionInfo(PVMFNodeCmdStatusObserver*c, PVMFNodeInfoEventObserver*i, OsclAny* ic, PVMFNodeErrorEventObserver*e, OsclAny* ec) argument
/external/skia/tests/
H A DMathTest.cpp406 SkFixed ic = SkFloatToFixed(fc); local
409 maxDiff = SkMax32(maxDiff, SkAbs32(ic - c));
/external/speex/libspeex/
H A Dsmallft.c277 int idij,ipph,i,j,k,l,ic,ik,is; local
531 ic=idp2-i;
533 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1];
535 cc[ic+t6]=ch[i+t9]-ch[i+t8];
/external/v8/src/
H A Dic.cc34 #include "ic-inl.h"
81 // ~35% speedup when running DeltaBlue with the '--nouse-ic' flag.
1278 CallIC ic; local
1279 IC::State state = IC::StateFrom(ic.target(), args[0]);
1281 ic.LoadFunction(state, args.at<Object>(0), args.at<String>(1));
1297 InLoopFlag in_loop = ic.target()->ic_in_loop();
1311 LoadIC ic; local
1312 IC::State state = IC::StateFrom(ic.target(), args[0]);
1313 return ic.Load(state, args.at<Object>(0), args.at<String>(1));
1321 KeyedLoadIC ic; local
1331 StoreIC ic; local
1376 KeyedStoreIC ic; local
[all...]
/external/webkit/WebKit/chromium/src/
H A DWebDevToolsAgentImpl.cpp166 InspectorController* ic = m_webViewImpl->page()->inspectorController(); local
167 ic->ensureResourceTrackingSettingsLoaded();
169 ic->resourceTrackingEnabled() ? "true" : "false");
184 InspectorController* ic = inspectorController(); local
193 ic->injectedScriptHost()->setInjectedScriptSource("(" + source + ")");
197 ic->setWindowVisible(true, false);
204 InspectorController* ic = m_webViewImpl->page()->inspectorController(); local
205 ic->hideHighlight();
206 ic->close();
292 InspectorController* ic local
382 InspectorController* ic = inspectorController(); local
390 InspectorController* ic = m_webViewImpl->page()->inspectorController(); local
522 InspectorController* ic = inspectorController(); local
528 InspectorController* ic = inspectorController(); local
[all...]
/external/bluetooth/bluez/tools/
H A Dhciconfig.c739 uint8_t ic; local
746 ic = (vs & 0x0300) >> 8;
750 printf("\tInput Coding: %s\n", icf[ic]);
752 if (!ic) {
/external/bluetooth/hcidump/parser/
H A Drfcomm.h284 uint8_t ic:1; member in struct:v24_signals
424 uint8_t ic:1; member in struct:v24_signals
/external/v8/src/arm/
H A Dfull-codegen-arm.cc642 Handle<Code> ic(Builtins::builtin(Builtins::KeyedStoreIC_Initialize));
643 __ Call(ic, RelocInfo::CODE_TARGET);
703 Handle<Code> ic(Builtins::builtin(Builtins::LoadIC_Initialize));
704 __ Call(ic, RelocInfo::CODE_TARGET_CONTEXT);
742 // Push both as arguments to ic.
746 Handle<Code> ic(Builtins::builtin(Builtins::KeyedLoadIC_Initialize));
747 __ Call(ic, RelocInfo::CODE_TARGET);
820 Handle<Code> ic(Builtins::builtin(Builtins::StoreIC_Initialize));
821 __ Call(ic, RelocInfo::CODE_TARGET);
1000 Handle<Code> ic(Builtin
1192 Handle<Code> ic = CodeGenerator::ComputeCallInitialize(arg_count, in_loop); local
1339 Handle<Code> ic = CodeGenerator::ComputeCallInitialize(arg_count, local
[all...]
H A Dstub-cache-arm.cc30 #include "ic-inl.h"
363 Handle<Code> ic(code);
364 __ Jump(ic, RelocInfo::CODE_TARGET);
810 Handle<Code> ic = ComputeCallMiss(arguments().immediate()); local
811 __ Jump(ic, RelocInfo::CODE_TARGET);
939 Handle<Code> ic = ComputeCallMiss(arguments().immediate()); local
940 __ Jump(ic, RelocInfo::CODE_TARGET);
1053 Handle<Code> ic = ComputeCallMiss(arguments().immediate()); local
1054 __ Jump(ic, RelocInfo::CODE_TARGET);
1136 Handle<Code> ic local
[all...]
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc751 Handle<Code> ic(Builtins::builtin(Builtins::KeyedStoreIC_Initialize));
752 __ call(ic, RelocInfo::CODE_TARGET);
813 Handle<Code> ic(Builtins::builtin(Builtins::LoadIC_Initialize));
814 __ call(ic, RelocInfo::CODE_TARGET_CONTEXT);
859 Handle<Code> ic(Builtins::builtin(Builtins::KeyedLoadIC_Initialize));
860 __ call(ic, RelocInfo::CODE_TARGET);
932 Handle<Code> ic(Builtins::builtin(Builtins::StoreIC_Initialize));
933 __ call(ic, RelocInfo::CODE_TARGET);
1113 Handle<Code> ic(Builtins::builtin(Builtins::LoadIC_Initialize));
1114 __ call(ic, RelocInf
1306 Handle<Code> ic = CodeGenerator::ComputeCallInitialize(arg_count, in_loop); local
1463 Handle<Code> ic = CodeGenerator::ComputeCallInitialize(arg_count, in_loop); local
[all...]
H A Dstub-cache-ia32.cc30 #include "ic-inl.h"
868 Handle<Code> ic(code);
869 __ jmp(ic, RelocInfo::CODE_TARGET);
1206 Handle<Code> ic = ComputeCallMiss(arguments().immediate()); local
1207 __ jmp(ic, RelocInfo::CODE_TARGET);
1362 Handle<Code> ic = ComputeCallMiss(arguments().immediate()); local
1363 __ jmp(ic, RelocInfo::CODE_TARGET);
1428 Handle<Code> ic = ComputeCallMiss(argc); local
1429 __ jmp(ic, RelocInfo::CODE_TARGET);
1512 Handle<Code> ic local
[all...]
/external/v8/src/x64/
H A Dfull-codegen-x64.cc754 Handle<Code> ic(Builtins::builtin(Builtins::KeyedStoreIC_Initialize));
755 __ call(ic, RelocInfo::CODE_TARGET);
816 Handle<Code> ic(Builtins::builtin(Builtins::LoadIC_Initialize));
817 __ Call(ic, RelocInfo::CODE_TARGET_CONTEXT);
861 Handle<Code> ic(Builtins::builtin(Builtins::KeyedLoadIC_Initialize));
862 __ call(ic, RelocInfo::CODE_TARGET);
935 Handle<Code> ic(Builtins::builtin(Builtins::StoreIC_Initialize));
936 __ call(ic, RelocInfo::CODE_TARGET);
1108 Handle<Code> ic(Builtins::builtin(Builtins::LoadIC_Initialize));
1109 __ Call(ic, RelocInf
1302 Handle<Code> ic = CodeGenerator::ComputeCallInitialize(arg_count, local
1456 Handle<Code> ic = CodeGenerator::ComputeCallInitialize(arg_count, in_loop); local
[all...]
H A Dstub-cache-x64.cc31 #include "ic-inl.h"
91 Handle<Code> ic(code);
92 __ Jump(ic, RelocInfo::CODE_TARGET);
782 Handle<Code> ic = ComputeCallMiss(arguments().immediate()); local
783 __ Jump(ic, RelocInfo::CODE_TARGET);
838 Handle<Code> ic = ComputeCallMiss(arguments().immediate()); local
839 __ Jump(ic, RelocInfo::CODE_TARGET);
903 Handle<Code> ic = ComputeCallMiss(argc); local
904 __ Jump(ic, RelocInfo::CODE_TARGET);
987 Handle<Code> ic local
[all...]
/external/grub/netboot/
H A Dvia-rhine.c458 unsigned long ic:1; member in struct:rhine_tx_desc::VTC_tx_ctrl_tag::__anon1143

Completed in 218 milliseconds