Searched defs:just_return (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/processor/
H A Ddisassembler_x86_unittest.cc40 unsigned char just_return[] = "\xc3"; // retn member in namespace:__anon7542
83 DisassemblerX86 dis(just_return, sizeof(just_return)-1, 0);
/external/skia/src/jumper/
H A DSkJumper.cpp91 StageFn ASM(just_return, skx),
92 ASM(just_return, hsw),
93 ASM(just_return, avx),
94 ASM(just_return, sse41),
95 ASM(just_return, sse2),
96 ASM(just_return, hsw_lowp),
97 ASM(just_return,sse41_lowp),
98 ASM(just_return, sse2_lowp);
114 StageFn ASM(just_return,sse2),
115 ASM(just_return,sse2_low
282 StageFn* just_return; member in struct:SkJumper_Engine
[all...]
H A DSkJumper_stages_lowp.cpp75 extern "C" ABI void WRAP(just_return)(size_t,void**,size_t,size_t, function
H A DSkJumper_stages.cpp789 // just_return() is a simple no-op stage that only exists to end the chain,
792 extern "C" ABI void WRAP(just_return)(Params*, void**, F,F,F,F) {} function
794 extern "C" ABI void WRAP(just_return)(size_t, void**, size_t,size_t, F,F,F,F, F,F,F,F) {} function
/external/skqp/src/jumper/
H A DSkJumper.cpp91 StageFn ASM(just_return, skx),
92 ASM(just_return, hsw),
93 ASM(just_return, avx),
94 ASM(just_return, sse41),
95 ASM(just_return, sse2),
96 ASM(just_return, hsw_lowp),
97 ASM(just_return,sse41_lowp),
98 ASM(just_return, sse2_lowp);
114 StageFn ASM(just_return,sse2),
115 ASM(just_return,sse2_low
280 StageFn* just_return; member in struct:SkJumper_Engine
[all...]
H A DSkJumper_stages_lowp.cpp75 extern "C" ABI void WRAP(just_return)(size_t,void**,size_t,size_t, function
H A DSkJumper_stages.cpp789 // just_return() is a simple no-op stage that only exists to end the chain,
792 extern "C" ABI void WRAP(just_return)(Params*, void**, F,F,F,F) {} function
794 extern "C" ABI void WRAP(just_return)(size_t, void**, size_t,size_t, F,F,F,F, F,F,F,F) {} function

Completed in 209 milliseconds