/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | variables.scss | 9 $standard-easing--productive: cubic-bezier(0.2, 0, 0.38, 0.9); 10 $standard-easing--expressive: cubic-bezier(0.4, 0.14, 0.3, 1); 11 $entrance-easing--productive: cubic-bezier(0, 0, 0.38, 0.9); 12 $entrance-easing--expressive: cubic-bezier(0, 0, 0.3, 1); 13 $exit-easing--productive: cubic-bezier(0.2, 0, 1, 0.9); 14 $exit-easing--expressive: cubic-bezier(0.4, 0.14, 1, 1);
|
H A D | mixins.scss | 58 transition: 110ms cubic-bezier(0.4, 0.14, 1, 1);
|
/openbmc/webui-vue/src/assets/styles/bmc/helpers/ |
H A D | _motion.scss | 9 $standard-easing--productive: cubic-bezier(0.2, 0, 0.38, 0.9); 10 $standard-easing--expressive: cubic-bezier(0.4, 0.14, 0.3, 1); 11 $entrance-easing--productive: cubic-bezier(0, 0, 0.38, 0.9); 12 $entrance-easing--expressive: cubic-bezier(0, 0, 0.3, 1); 13 $exit-easing--productive: cubic-bezier(0.2, 0, 1, 0.9); 14 $exit-easing--expressive: cubic-bezier(0.4, 0.14, 1, 1);
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp_release.c | 14 const char cubic[] = "cubic"; variable 19 (void *)cubic, sizeof(cubic)); in BPF_STRUCT_OPS()
|
H A D | connect4_prog.c | 72 char cubic[TCP_CA_NAME_MAX] = "cubic"; in set_cc() local 79 if (bpf_setsockopt(ctx, SOL_TCP, TCP_CONGESTION, &cubic, sizeof(cubic))) in set_cc() 81 if (verify_cc(ctx, cubic)) in set_cc()
|
H A D | bpf_cubic.c | 533 struct tcp_congestion_ops cubic = { variable
|
/openbmc/webui-vue/docs/guide/guidelines/ |
H A D | motion.md | 27 $standard-easing--productive: cubic-bezier(0.2, 0, 0.38, 0.9); 28 $standard-easing--expressive: cubic-bezier(0.4, 0.14, 0.3, 1); 29 $entrance-easing--productive: cubic-bezier(0, 0, 0.38, 0.9); 30 $entrance-easing--expressive: cubic-bezier(0, 0, 0.3, 1); 31 $exit-easing--productive: cubic-bezier(0.2, 0, 1, 0.9); 32 $exit-easing--expressive: cubic-bezier(0.4, 0.14, 1, 1);
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-struct_ops.rst | 80 105: cubic tcp_congestion_ops 86 Unregistered tcp_congestion_ops cubic id 105 92 Registered tcp_congestion_ops cubic id 110
|
/openbmc/webui-vue/docs/customization/ |
H A D | readme.md | 227 $standard-easing--productive: cubic-bezier(0.2, 0, 0.38, 0.9); 228 $standard-easing--expressive: cubic-bezier(0.4, 0.14, 0.3, 1); 229 $entrance-easing--productive: cubic-bezier(0, 0, 0.38, 0.9); 230 $entrance-easing--expressive: cubic-bezier(0, 0, 0.3, 1); 231 $exit-easing--productive: cubic-bezier(0.2, 0, 1, 0.9); 232 $exit-easing--expressive: cubic-bezier(0.4, 0.14, 1, 1);
|
/openbmc/linux/samples/bpf/ |
H A D | do_hbm_test.sh | 190 cubic) 191 cc=cubic
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_iter_setsockopt.c | 205 cubic_link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in serial_test_bpf_iter_setsockopt()
|
H A D | bpf_tcp_ca.c | 180 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()
|
/openbmc/openbmc/poky/meta/recipes-graphics/cairo/ |
H A D | cairo_1.18.0.bb | 4 of line segments and cubic splines and can be rendered at any width \
|
/openbmc/docs/designs/ |
H A D | virtual-sensors.md | 14 1. Airflow: Function of Fan RPM reported in units of cubic-feet per second.
|
/openbmc/linux/net/ipv4/ |
H A D | Kconfig | 500 This is version 2.0 of BIC-TCP which uses a cubic growth function 502 See http://www.csc.ncsu.edu/faculty/rhee/export/bitcp/cubic-paper.pdf 732 default "cubic" if DEFAULT_CUBIC 742 default "cubic"
|
/openbmc/u-boot/board/freescale/m5373evb/ |
H A D | README | 302 drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver TCP cubic registered
|
/openbmc/u-boot/board/freescale/m54455evb/ |
H A D | README | 393 TCP cubic registered
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 153 "one cubic)"
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery.dataTables-1.13.8.min.css | 1 …10, 253);background:rgb(var(--dt-row-selected));animation-timing-function:cubic-bezier(0, 1, 1, 0)…
|
/openbmc/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 542 control algorithms are using Hybrid Slow Start, they are cubic (the 1222 …ts sack cubic wscale:7,7 rto:204 rtt:0.98/0.49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:10 b…
|