Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dassertions.rs44 ($t1:ty, $t2:ty) => {
81 (@internal $param_name:ident, $ti:ty, $t:ty, $($field:tt)*) => {
95 ($t:ty, $i:tt, $ti:ty) => {
99 ($t:ty, $i:tt, $ti:ty, num = $num:ident) => {
H A Dvmstate.rs60 ($func:expr, $typ:ty, $($field:tt).+) => {
203 …($struct_name:ty, $field_name:ident $([0 .. $num:ident $(* $factor:expr)?])? $(, $test_fn:expr)? $…
316 ($tuple:ty) => {
329 ($type:ty where $base:tt: VMState $($where:tt)*) => {
350 ($type:ty) => {
371 ($info:ident, $type:ty$(, $varray_flag:ident)?) => {
400 ($type:ty where $base:tt: VMState $($where:tt)*) => {
456 ($struct_name:ty, $test_fn:expr) => {{
481 …($struct_name:ty, $field_name:ident $([0 .. $num:ident $(* $factor:expr)?])?, $vmsd:expr, $type:ty
510 ($struct_name:ty, $field_name:ident $([0 .. $num:ident $(* $factor:expr)?])?) => {{
[all …]
H A Dqdev.rs192 …($name:expr, $state:ty, $field:ident, $prop:expr, $type:ty, bit = $bitnr:expr, default = $defval:e…
204 ($name:expr, $state:ty, $field:ident, $prop:expr, $type:ty, default = $defval:expr$(,)*) => {
215 ($name:expr, $state:ty, $field:ident, $prop:expr, $type:ty$(,)*) => {
H A Derrno.rs129 ($t:ty, $out:ty) => {
148 ($t:ty, $out:ty) => {
H A Dbitops.rs77 ($type:ty) => {
H A Dqom.rs146 ($struct:ty : $($parent:ty),* ) => {
/openbmc/libpldm/src/
H A Dcontrol.c150 uint8_t ty = control->types[i].pldm_type; in pldm_control_get_types() local
151 if (ty < 64 && control->types[i].versions) { in pldm_control_get_types()
152 uint8_t bit = 1 << (ty % 8); in pldm_control_get_types()
153 types[ty / 8].byte |= bit; in pldm_control_get_types()
181 uint8_t ty; in pldm_control_get_commands() local
184 cc = decode_get_commands_req(req, req_payload_len, &ty, &version); in pldm_control_get_commands()
192 if (control->types[i].pldm_type == ty && in pldm_control_get_commands()
H A Dmsgbuf.h96 #define pldm_msgbuf_extract_typecheck(ty, fn, dst, ...) \ argument
97 (pldm_require_obj_type(dst, ty), fn(__VA_ARGS__))
/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap151 ty = TypePropertyLookup[sig].field, None
153 ty = TypePropertyLookup[sig].field, None
156 ty = DBusType.ARRAY, parse_signature(sigstream)
159 ty = parse_signature(sigstream)
160 while ty is not StopIteration:
161 collected.append(ty)
162 ty = parse_signature(sigstream)
163 ty = DBusType.STRUCT, collected
165 ty = TypePropertyLookup[sig].field, None
172 return TypeContainer._make(ty)
/openbmc/qemu/ui/
H A Dvnc-enc-zrle.c.inc76 int ty;
78 for (ty = y; ty < y + h; ty += VNC_ZRLE_TILE_HEIGHT) {
82 th = MIN(VNC_ZRLE_TILE_HEIGHT, y + h - ty);
90 buf = zrle_convert_fb(vs, zrle, tx, ty, tw, th, ZRLE_BPP);
/openbmc/qemu/docs/sphinx/
H A Ddbusdomain.py147 ty, sg, name = field[0].astext().split(None, 2)
152 if ty == "arg":
154 elif ty == "ret":
239 ty = self.options.get("type")
244 signode += addnodes.desc_sig_keyword_type(ty, ty)
/openbmc/openbmc/meta-openembedded/
H A D.b4-config3 #b4.ty-send-email = yes
/openbmc/qemu/rust/bits/src/
H A Dlib.rs94 $struct_vis:vis struct $struct_name:ident($field_vis:vis $type:ty) {
382 { $type:ty: $expr:expr } => {
386 { $type:ty as $int_type:ty: $expr:expr } => {
/openbmc/libpldm/tests/
H A Dmsgbuf.hpp190 #define pldm_msgbuf_extract_typecheck(ty, fn, dst, ...) \ argument
191 pldm_msgbuf_typecheck_##ty<decltype(dst)>(__VA_ARGS__)
/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_pcap_loader.js209 const ty = fixed_header[0][1];
218 switch (ty) {
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A DAdded-support-for-PPC-instructions-mfatbu-mfatbl.patch86 + mkWidenFrom32(ty, mkexpr(val), False/*unsigned*/) );
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drust-oe-selftest.patch220 ($sort_impl:ty, miri_yes, $test_fn_name:ident) => {
227 ($sort_impl:ty, miri_no, $test_fn_name:ident) => {
H A Drevert-link-std-statically-in-rustc_driver-feature.patch46 @@ -161,44 +161,19 @@ fn calculate_type(tcx: TyCtxt<'_>, ty: CrateType) -> DependencyList {
95 @@ -207,6 +182,7 @@ fn calculate_type(tcx: TyCtxt<'_>, ty: CrateType) -> DependencyList {
/openbmc/openbmc/poky/scripts/
H A Dpatchtest73 (ty, va, trace) = err
/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c892 gint ty = (gint) event->y; in on_treeview2_button_press_event() local
895 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event()
1008 gint ty = (gint) event->y; in on_treeview1_button_press_event() local
1011 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs116 let typ = &field.ty; in derive_opaque_or_error()
/openbmc/qemu/target/hppa/
H A Dtranslate.c4334 TCGv_i32 ta, tb, tc, ty; in trans_fcmp_f() local
4340 ty = tcg_constant_i32(a->y); in trans_fcmp_f()
4343 gen_helper_fcmp_s(tcg_env, ta, tb, ty, tc); in trans_fcmp_f()
4351 TCGv_i32 tc, ty; in trans_fcmp_d() local
4357 ty = tcg_constant_i32(a->y); in trans_fcmp_d()
4360 gen_helper_fcmp_d(tcg_env, ta, tb, ty, tc); in trans_fcmp_d()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h6838 int ty = not_a_2digit_year;
6842 rs{ty, 1, 2});
6843 checked_set(y, ty, not_a_2digit_year, is);
6935 int ty = not_a_2digit_year;
6938 rs{ty, 1, 2});
6939 checked_set(y, ty, not_a_2digit_year, is);
7380 int ty = not_a_2digit_year;
7381 read(is, ru{ty, 1, width == -1 ? 2u : static_cast<unsigned>(width)});
7382 checked_set(y, ty, not_a_2digit_year, is);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/
H A D0001-Upgrade-radium-to-1.0.patch447 ($($size:tt, $base:ty => $atom:ident);+ $(;)?) => { $(
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch76 …�����Ɩ��~��Shw@OaBM[?P]*FQ2O]9Qa<K\AP`>M^BM\ANZ<MU?RY=RZ<QW6Ra9R^@RYCRXq{tyqv|gkoVdoTdpTdoK]kM`…