Home
last modified time | relevance | path

Searched refs:label1 (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/
H A Dtest_smack_tcp_sockets.sh29 $tcp_server 50016 label1 &>/dev/null &
32 $tcp_client 50016 label2 label1 &>/dev/null &
49 $tcp_server 50017 label1 2>$test_file &
52 $tcp_client 50017 label2 label1 2>$test_file &
64 $tcp_server 50018 label1 2>$test_file &
67 $tcp_client 50018 label1 label1 2>$test_file &
83 $tcp_client 50019 label1 label1 2>$test_file &
96 $tcp_server 50020 label1 2>$test_file &
99 $tcp_client 50020 label1 \* 2>$test_file &
/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/
H A Dtest_smack_udp_sockets.sh33 $udp_client 50021 label1 2>$test_file &
51 $udp_client 50022 label1 2>$test_file &
63 $udp_server 50023 label1 &
66 $udp_client 50023 label1 2>$test_file &
82 $udp_client 50024 label1 2>$test_file &
95 $udp_server 50025 label1 2>$test_file &
/openbmc/u-boot/arch/x86/lib/
H A Dcrt0_x86_64_efi.S47 label1: label
48 .long dummy-label1 /* Page RVA */
/openbmc/qemu/target/hexagon/
H A Dgenptr.c856 TCGLabel *label1 = gen_new_label(); in gen_endloop0() local
857 tcg_gen_brcondi_tl(TCG_COND_NE, lpcfg, 1, label1); in gen_endloop0()
861 gen_set_label(label1); in gen_endloop0()
919 TCGLabel *label1 = gen_new_label(); in gen_endloop01() local
931 tcg_gen_brcondi_tl(TCG_COND_NE, lpcfg, 1, label1); in gen_endloop01()
935 gen_set_label(label1); in gen_endloop01()
/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js1610 let label1 = '' + t1.toFixed(toFixedPrecision) + 's';
1612 let width1 = ctx.measureText(label1).width;
1621 ctx.fillText(label1, x1, LINE_SPACING + TEXT_Y0);
1626 ctx.fillText(label1, x1, LINE_SPACING + TEXT_Y0);
1631 label1 = 'Duration: ' + (t1 - t0).toFixed(toFixedPrecision) + 's';
1632 ctx.fillText(label1, (x0 + x1) / 2, height - LINE_SPACING * 2);
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c117 #define GET_MTF_VAL(label1,label2,lval) \ argument
132 GET_BITS(label1, zvec, zn); \
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c711 static void gen_op_j_ecx(DisasContext *s, TCGCond cond, TCGLabel *label1) in gen_op_j_ecx() argument
715 tcg_gen_brcondi_tl(cond, tmp, 0, label1); in gen_op_j_ecx()
718 static inline void gen_op_jz_ecx(DisasContext *s, TCGLabel *label1) in gen_op_jz_ecx() argument
720 gen_op_j_ecx(s, TCG_COND_EQ, label1); in gen_op_jz_ecx()
723 static inline void gen_op_jnz_ecx(DisasContext *s, TCGLabel *label1) in gen_op_jnz_ecx() argument
725 gen_op_j_ecx(s, TCG_COND_NE, label1); in gen_op_jnz_ecx()
H A Demit.c.inc2699 TCGLabel *label1 = gen_new_label();
2701 gen_set_label(label1);
2706 tcg_gen_brcond_tl(TCG_COND_NE, oldv, cmpv, label1);
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1949 TCGLabel *label1 = gen_new_label(); in translate_quos() local
1953 label1); in translate_quos()
1955 label1); in translate_quos()
1959 gen_set_label(label1); in translate_quos()