Home
last modified time | relevance | path

Searched defs:jmp (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/src/codec/
DSkJpegCodec.cpp155 skjpeg_error_mgr::AutoPushJmpBuf jmp(decoderMgr->errorMgr()); in ReadHeader() local
407 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onDimensionsSupported() local
447 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in readRows() local
537 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onGetPixels() local
662 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onStartScanlineDecode() local
737 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onSkipScanlines() local
851 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onGetYUVAPlanes() local
972 skjpeg_error_mgr::AutoPushJmpBuf jmp(decoderMgr.errorMgr()); in SkGetJpegInfo() local
/third_party/flutter/skia/src/codec/
DSkJpegCodec.cpp206 skjpeg_error_mgr::AutoPushJmpBuf jmp(decoderMgr->errorMgr()); in ReadHeader() local
458 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onDimensionsSupported() local
498 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in readRows() local
588 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onGetPixels() local
706 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onStartScanlineDecode() local
779 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onSkipScanlines() local
883 skjpeg_error_mgr::AutoPushJmpBuf jmp(fDecoderMgr->errorMgr()); in onGetYUV8Planes() local
999 skjpeg_error_mgr::AutoPushJmpBuf jmp(decoderMgr.errorMgr()); in SkGetJpegInfo() local
/third_party/flutter/skia/src/images/
DSkJpegEncoder.cpp175 skjpeg_error_mgr::AutoPushJmpBuf jmp(encoderMgr->errorMgr()); in Make() local
213 skjpeg_error_mgr::AutoPushJmpBuf jmp(fEncoderMgr->errorMgr()); in onEncodeRows() local
/third_party/skia/src/images/
DSkJpegEncoder.cpp175 skjpeg_error_mgr::AutoPushJmpBuf jmp(encoderMgr->errorMgr()); in Make() local
213 skjpeg_error_mgr::AutoPushJmpBuf jmp(fEncoderMgr->errorMgr()); in onEncodeRows() local
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dfilters_mmx.s122 jmp .while label
/third_party/boost/tools/build/src/engine/
Ddebugger.h27 jmp_buf jmp; member
/third_party/mindspore/mindspore/ccsrc/vm/
Dvm.cc146 BaseRef jmp = jmp_orig; in DoJmp() local
215 int64_t jmp = utils::cast<int64_t>(args[0]); in InstCall() local
234 int64_t jmp = utils::cast<int64_t>(args[jmp_index]); in InstTailCall() local
/third_party/ltp/tools/sparse/sparse-src/
Dir.c98 struct multijmp *jmp; in check_switch() local
Dflow.c72 struct multijmp *jmp; in remove_other_phisources() local
685 struct multijmp *jmp; in rewrite_parent_branch() local
752 struct multijmp *jmp; in vrfy_children() local
Dlinearize.c386 struct multijmp *jmp; in show_instruction() local
399 struct multijmp *jmp; in show_instruction() local
2234 struct multijmp *jmp; in linearize_switch() local
2426 struct multijmp *jmp = alloc_multijmp(bb_computed, 1, 0); in linearize_statement() local
Dsimplify.c2650 struct multijmp *jmp; in simplify_switch() local
2684 struct multijmp *jmp; in simplify_cgoto() local
Dsparse-llvm.c773 struct multijmp *jmp; in output_op_switch() local
/third_party/boost/boost/regex/v4/
Dbasic_regex_parser.hpp1078 re_jump* jmp = static_cast<re_jump*>(this->append_state(syntax_element_jump, sizeof(re_jump))); in parse_repeat() local
2634 re_jump* jmp = static_cast<re_jump*>(this->getaddress(jump_offset)); in parse_perl_extension() local
3139 re_jump* jmp = static_cast<re_jump*>(this->getaddress(jump_offset)); in unwind_alts() local
Dperl_matcher_recursive.hpp269 const re_alt* jmp = static_cast<const re_alt*>(pstate); in match_alt() local
Dperl_matcher_non_recursive.hpp563 const re_alt* jmp = static_cast<const re_alt*>(pstate); in match_alt() local
/third_party/mesa3d/src/glx/tests/
Dquery_renderer_implementation_unittest.cpp47 static jmp_buf jmp; variable
Dquery_renderer_unittest.cpp43 static jmp_buf jmp; variable
/third_party/openh264/codec/common/x86/
Dmc_luma.asm773 jmp near .start label
791 jmp near .xloop label
1675 jmp near .start label
1691 jmp .width_loop label
1808 jmp near .start label
1824 jmp .width_loop label
/third_party/mesa3d/src/freedreno/ir3/
Dir3_legalize.c716 struct ir3_instruction *jmp; in block_sched() local
/third_party/mesa3d/src/compiler/nir/
Dnir_clone.c463 clone_jump(clone_state *state, const nir_jump_instr *jmp) in clone_jump()
Dnir_serialize.c1628 write_jump(write_ctx *ctx, const nir_jump_instr *jmp) in write_jump()
1651 nir_jump_instr *jmp = nir_jump_instr_create(ctx->nir, header.jump.type); in read_jump() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_compile_sf.c759 int jmp; in brw_emit_anyprim_setup() local
Dbrw_fs_generator.cpp429 int jmp = brw_JMPI(p, brw_imm_ud(0), BRW_PREDICATE_NORMAL) - p->store; in generate_fb_write() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.cpp2874 void AssemblerX8632::jmp(GPRRegister reg) { in jmp() function in Ice::X8632::AssemblerX8632
2880 void AssemblerX8632::jmp(Label *label, bool near) { in jmp() function in Ice::X8632::AssemblerX8632
2903 void AssemblerX8632::jmp(const ConstantRelocatable *label) { in jmp() function in Ice::X8632::AssemblerX8632
2912 void AssemblerX8632::jmp(const Immediate &abs_address) { in jmp() function in Ice::X8632::AssemblerX8632
DIceAssemblerX8664.cpp3028 void AssemblerX8664::jmp(GPRRegister reg) { in jmp() function in Ice::X8664::AssemblerX8664
3035 void AssemblerX8664::jmp(Label *label, bool near) { in jmp() function in Ice::X8664::AssemblerX8664
3058 void AssemblerX8664::jmp(const ConstantRelocatable *label) { in jmp() function in Ice::X8664::AssemblerX8664
3067 void AssemblerX8664::jmp(const Immediate &abs_address) { in jmp() function in Ice::X8664::AssemblerX8664

12