/external/oprofile/module/ia64/ |
D | IA64entry.h | 22 #define SW(f) (IA64_SWITCH_STACK_##f##_OFFSET) macro 39 .savesp ar.unat, SW(CALLER_UNAT)+16+(off); \ 40 .savesp ar.fpsr, SW(AR_FPSR)+16+(off); \ 41 .spillsp f2, SW(F2)+16+(off); .spillsp f3, SW(F3)+16+(off); \ 42 .spillsp f4, SW(F4)+16+(off); .spillsp f5, SW(F5)+16+(off); \ 43 .spillsp f16, SW(F16)+16+(off); .spillsp f17, SW(F17)+16+(off); \ 44 .spillsp f18, SW(F18)+16+(off); .spillsp f19, SW(F19)+16+(off); \ 45 .spillsp f20, SW(F20)+16+(off); .spillsp f21, SW(F21)+16+(off); \ 46 .spillsp f22, SW(F22)+16+(off); .spillsp f23, SW(F23)+16+(off); \ 47 .spillsp f24, SW(F24)+16+(off); .spillsp f25, SW(F25)+16+(off); \ [all …]
|
/external/qemu/audio/ |
D | audio_template.h | 30 #define SW SWVoiceOut macro 35 #define SW SWVoiceIn macro 93 static void glue (audio_pcm_sw_free_resources_, TYPE) (SW *sw) in glue() 107 static int glue (audio_pcm_sw_alloc_resources_, TYPE) (SW *sw) in glue() 138 SW *sw, in glue() 176 static void glue (audio_pcm_sw_fini_, TYPE) (SW *sw) in glue() 185 static void glue (audio_pcm_hw_add_sw_, TYPE) (HW *hw, SW *sw) in glue() 190 static void glue (audio_pcm_hw_del_sw_, TYPE) (SW *sw) in glue() 342 static SW *glue (audio_pcm_create_voice_pair_, TYPE) ( in glue() 347 SW *sw; in glue() [all …]
|
/external/skia/gm/ |
D | strokerects.cpp | 27 static const SkScalar SW = SkIntToScalar(W); variable 65 canvas->translate(SW * x, SH * y); in onDraw() 68 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | map.h | 686 typedef StringWeight<typename A::Label, S> SW; typedef 693 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId); in operator() 696 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId); in operator() 700 GW(SW::One(), arc.weight), arc.nextstate); in operator() 704 GW(SW(arc.olabel), arc.weight), arc.nextstate); in operator() 722 typedef StringWeight<Label, S> SW; typedef 731 SW w1 = arc.weight.Value1(); in operator() 762 typedef StringWeight<Label, S> SW; typedef 785 SW w1 = arc.weight.Value1(); in operator() 797 map_.insert(pair<const SW, Label>(w1, l)); in operator() [all …]
|
/external/llvm/lib/Target/MBlaze/Disassembler/ |
D | MBlazeDisassembler.cpp | 57 MBlaze::SB, MBlaze::SH, MBlaze::SW, UNSUPPORTED, //34,35,36,37 399 case 0x0: return MBlaze::SW; in decodeSW() 478 case MBlaze::SW: return decodeSW(insn); in getOPCODE()
|
/external/v8/src/mips/ |
D | constants-mips.cc | 332 case SW: in InstructionType()
|
D | assembler-mips.cc | 210 const Instr kPushRegPattern = SW | (sp.code() << kRsShift) 219 const Instr kSwRegFpOffsetPattern = SW | (s8_fp.code() << kRsShift) 225 const Instr kSwRegFpNegOffsetPattern = SW | (s8_fp.code() << kRsShift) 447 return ((instr & kOpcodeMask) == SW); in IsSw() 1403 GenInstrImmediate(SW, rs.rm(), rd, rs.offset_); in sw() 1406 GenInstrImmediate(SW, at, rd, 0); // Equiv to sw(rd, MemOperand(at, 0)); in sw() 1420 GenInstrImmediate(SW, rs.rm(), rd, rs.offset_); in sw()
|
D | constants-mips.h | 237 SW = ((5 << 3) + 3) << kOpcodeShift, enumerator
|
D | disasm-mips.cc | 872 case SW: in DecodeTypeImmediate()
|
D | simulator-mips.cc | 2099 case SW: in DecodeTypeImmediate() 2178 case SW: in DecodeTypeImmediate()
|
/external/oprofile/events/arm/armv7-common/ |
D | events | 16 event:0x0C counters:1,2,3,4,5,6 um:zero minimum:500 name:PC_WRITE : SW change of PC, architecturall…
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 71 if ((MI->getOpcode() == Mips::SW) || (MI->getOpcode() == Mips::SWC1) || in isStoreToStackSlot() 172 BuildMI(MBB, I, DL, get(Mips::SW)).addReg(SrcReg, getKillRegState(isKill)) in storeRegToStackSlot()
|
D | MipsInstrInfo.td | 529 def SW : StoreM<0x2b, "sw", store>; 738 def : Pat<(store (i32 0), addr:$dst), (SW ZERO, addr:$dst)>;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_lfz3.pkb | 120 …��g�> >%��?�]���B_��uE��J;(BM�TېI_]�O��#�|����Q9a�V%�>-��r!.�1,̗oI�5SW���ŃŤZ�Bm���A��H�=…
|
/external/oprofile/events/i386/p4/ |
D | unit_masks | 60 0x8000 count HW/SW prefetch requests
|
/external/qemu/android/ |
D | hw-events.h | 25 EV_TYPE(SW, 0x05) \
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kpdf_phs.pkb | 2429 G������{\SW^hrvhID
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 469 def SW : StoreM<0x36, 0x000, "sw ">; 866 def : Pat<(store (i32 GPR:$dst), xaddr:$addr), (SW GPR:$dst, xaddr:$addr)>;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_g2p.pkb | 331 …L��H���J�l� ��%tᨽ��@Up�)X�BW���]PD"�F����Ȁ�e`!���Lʍ�}.cX�'#� SW�>��r'q��J�eA` PSX…
|
D | en-GB_kh0_kpdf_mgc.pkb | 1087 ����/](<('#T%<C:>|SW=A;FWO#%3tj�uKVIOQ]mPMgct�|zz���STA��zGMXXXc^WOe_owjsur~���& c��5
|
/external/mesa3d/docs/ |
D | README.3DFX | 183 Desc: enable large texture support using SW rescaling
|
/external/jpeg/ |
D | testimg.ppm | 4 …SW�DP�;J�9I�=N�@Q�:L�4H�?S�9M�4K�3K�1J�/I�0N�6S�3T�4V�6W�7W�9Z�=\�>^�@a�Cf�@f�?e�?g�?h�Cm�Er�Is�Ou…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_mgc.pkb | 1892 �v�(:��7�;N8 6SW�x��D�H@L^<2s4+6`����ļd��|Q����ו��gW_[nn�zt~c�������ιEXVNrwgr���B2�����H
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 2638 B� �����p��,������������b]�*�!�K ���?~Z�q`;g�W�f��_SW\3")104@�R�eos������NZX[c^…
|
/external/sonivox/jet_tools/JetCreator/ |
D | img_splash.py | 471 K!;^\x14\xc8\x92o\xd7\xb2J\x17\xae`\x8e\xb7\xb2\xe8,SW,\xeb\xf3Q\x91\x1aI\
|