/external/oprofile/module/ia64/ |
H A 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(F1 [all...] |
/external/skia/gm/ |
H A D | strokerects.cpp | 20 static const SkScalar SW = SkIntToScalar(W); member in namespace:skiagm 58 canvas->translate(SW * x, SH * y); 61 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
|
H A D | strokes.cpp | 20 static const SkScalar SW = SkIntToScalar(W); member in namespace:skiagm 63 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) 123 SW - SkIntToScalar(2), 130 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
|
/external/qemu/audio/ |
H A 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) 107 static int glue (audio_pcm_sw_alloc_resources_, TYPE) (SW *sw) 138 SW *sw, 176 static void glue (audio_pcm_sw_fini_, TYPE) (SW *sw) 185 static void glue (audio_pcm_hw_add_sw_, TYPE) (HW *hw, SW *sw) 190 static void glue (audio_pcm_hw_del_sw_, TYPE) (SW *sw) 342 static SW *glue (audio_pcm_create_voice_pair_, TYPE) ( 347 SW *s 572 #undef SW macro [all...] |
/external/openfst/src/include/fst/ |
H A D | arc-map.h | 772 typedef StringWeight<typename A::Label, S> SW; typedef in struct:fst::ToGallicMapper 779 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId); 782 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId); 786 GW(SW::One(), arc.weight), arc.nextstate); 790 GW(SW(arc.olabel), arc.weight), arc.nextstate); 812 typedef StringWeight<Label, S> SW; typedef in struct:fst::FromGallicMapper 824 SW w1 = arc.weight.Value1(); 870 typedef StringWeight<Label, S> SW; typedef in struct:fst::GallicToNewSymbolsMapper 896 SW w1 = arc.weight.Value1(); 908 map_.insert(pair<const SW, Labe [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
H A D | map.h | 686 typedef StringWeight<typename A::Label, S> SW; typedef in struct:fst::ToGallicMapper 693 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId); 696 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId); 700 GW(SW::One(), arc.weight), arc.nextstate); 704 GW(SW(arc.olabel), arc.weight), arc.nextstate); 722 typedef StringWeight<Label, S> SW; typedef in struct:fst::FromGallicMapper 731 SW w1 = arc.weight.Value1(); 762 typedef StringWeight<Label, S> SW; typedef in struct:fst::GallicToNewSymbolsMapper 785 SW w1 = arc.weight.Value1(); 797 map_.insert(pair<const SW, Labe [all...] |
/external/v8/src/mips/ |
H A D | constants-mips.cc | 333 case SW:
|
H A D | assembler-mips.cc | 246 const Instr kPushRegPattern = SW | (kRegister_sp_Code << kRsShift) 255 const Instr kSwRegFpOffsetPattern = SW | (kRegister_fp_Code << kRsShift) 261 const Instr kSwRegFpNegOffsetPattern = SW | (kRegister_fp_Code << kRsShift) 628 return ((instr & kOpcodeMask) == SW); 1431 GenInstrImmediate(SW, rs.rm(), rd, rs.offset_); 1434 GenInstrImmediate(SW, at, rd, 0); // Equiv to sw(rd, MemOperand(at, 0));
|
H A D | constants-mips.h | 291 SW = ((5 << 3) + 3) << kOpcodeShift,
|
H A D | simulator-mips.cc | 2497 case SW: 2576 case SW:
|
/external/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 719 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); local 720 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end()) 803 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel())) 804 if (!isa<SwitchCase>(SW->getSubStmt())) 805 return SW->getSubStmt();
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsSEInstrInfo.cpp | 71 if ((Opc == Mips::SW) || (Opc == Mips::SW_P8) || (Opc == Mips::SD) || 166 Opc = IsN64 ? Mips::SW_P8 : Mips::SW;
|
H A D | MipsLongBranch.cpp | 284 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::SW)).addReg(Mips::RA)
|
/external/llvm/lib/Target/MBlaze/Disassembler/ |
H A D | MBlazeDisassembler.cpp | 56 MBlaze::SB, MBlaze::SH, MBlaze::SW, UNSUPPORTED, //34,35,36,37 406 case 0x0: return MBlaze::SW; 485 case MBlaze::SW: return decodeSW(insn);
|
/external/qemu/android/ |
H A D | hw-events.h | 25 EV_TYPE(SW, 0x05) \
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
H A D | scalar.stderr.exp | 577 Syscall param ioctl(TCSET{S,SW,SF}) points to unaddressable byte(s)
|
/external/sonivox/jet_tools/JetCreator/ |
H A D | img_splash.py | 471 K!;^\x14\xc8\x92o\xd7\xb2J\x17\xae`\x8e\xb7\xb2\xe8,SW,\xeb\xf3Q\x91\x1aI\
|