Home
last modified time | relevance | path

Searched refs:jc (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/boost/boost/graph/
Dtransitive_closure.hpp357 vertex_iterator ic, ie, jc, je, kc, ke; in warren_transitive_closure() local
361 for (boost::tie(jc, je) = vertices(g); jc != je; ++jc) in warren_transitive_closure()
362 if (!edge(*ic, *jc, g).second && edge(*kc, *jc, g).second) in warren_transitive_closure()
364 add_edge(*ic, *jc, g); in warren_transitive_closure()
375 for (boost::tie(jc, je) = vertices(g); jc != je; ++jc) in warren_transitive_closure()
376 if (!edge(*ic, *jc, g).second && edge(*kc, *jc, g).second) in warren_transitive_closure()
378 add_edge(*ic, *jc, g); in warren_transitive_closure()
/third_party/e2fsprogs/tests/j_long_revoke_trans/
Dscript24 echo "jc" >> $TMPFILE.cmd
27 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_short_trans_open_recover/
Dscript26 echo "jc" >> $TMPFILE.cmd
36 echo "jc" >> $TMPFILE.cmd
Dexpect27 debugfs: jc
/third_party/e2fsprogs/tests/j_long_revoke_trans_mcsum_32bit/
Dscript26 echo "jc" >> $TMPFILE.cmd
29 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_short_revoke_trans/
Dscript26 echo "jc" >> $TMPFILE.cmd
29 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_long_revoke_trans_mcsum_64bit/
Dscript26 echo "jc" >> $TMPFILE.cmd
29 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_short_trans_recover/
Dscript26 echo "jc" >> $TMPFILE.cmd
29 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_short_revoke_trans_mcsum_64bit/
Dscript28 echo "jc" >> $TMPFILE.cmd
31 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_short_trans_recover_mcsum_64bit/
Dscript28 echo "jc" >> $TMPFILE.cmd
31 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_ext_long_revoke_trans/
Dscript35 echo "jc" >> $TMPFILE.cmd
38 echo "jc" >> $TMPFILE.cmd
/third_party/musl/src/string/x86_64/
Dmemcpy.s9 jc 1f
/third_party/boost/libs/graph/doc/
Dtransitive_closure.w613 vertex_iterator ic, ie, jc, je, kc, ke;
617 for (tie(jc, je) = vertices(g); jc != je; ++jc)
618 if (!edge(*ic, *jc, g).second &&
619 edge(*kc, *jc, g).second)
621 add_edge(*ic, *jc, g);
633 for (tie(jc, je) = vertices(g); jc != je; ++jc)
634 if (!edge(*ic, *jc, g).second &&
635 edge(*kc, *jc, g).second)
637 add_edge(*ic, *jc, g);
/third_party/musl/src/string/i386/
Dmemcpy.s14 jc 1f
/third_party/openssl/crypto/
Dx86_64cpuid.s164 jc .Lnotknights
408 jc .Lbreak_rdrand_bytes
451 jc .Lbreak_rdseed_bytes
/third_party/mesa3d/include/drm-uapi/
Dpanfrost_drm.h52 __u64 jc; member
/third_party/ffmpeg/libavcodec/
Dg2meet.c135 JPGContext jc; member
986 jpg_decode_data(&c->jc, awidth, aheight, src, src_size, in epic_jb_decode_tile()
1006 return jpg_decode_data(&c->jc, tile_width, tile_height, src, src_size, in epic_jb_decode_tile()
1080 return jpg_decode_data(&c->jc, width, height, src, src_end - src, in kempf_decode_tile()
1148 jpg_decode_data(&c->jc, width, height, src, src_end - src, in kempf_decode_tile()
1593 if ((ret = jpg_init(avctx, &c->jc)) != 0) { in g2m_decode_init()
1595 jpg_free_context(&c->jc); in g2m_decode_init()
1612 jpg_free_context(&c->jc); in g2m_decode_end()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_device.c76 .jc = batch->scoreboard.first_job, in panvk_queue_submit_batch()
96 .jc = batch->fragment_job, in panvk_queue_submit_batch()
/third_party/e2fsprogs/tests/j_short_trans/
Dscript26 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_long_trans/
Dscript24 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_long_trans_mcsum_64bit/
Dscript26 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_short_trans_old_csum/
Dscript28 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_long_trans_mcsum_32bit/
Dscript26 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/t_replay_and_set/
Dscript26 echo "jc" >> $TMPFILE.cmd
/third_party/e2fsprogs/tests/j_short_uncommitted_trans/
Dscript26 echo "jc" >> $TMPFILE.cmd

1234