| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | assertions.rs | 44 ($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 D | vmstate.rs | 60 ($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 D | qdev.rs | 192 …($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 D | errno.rs | 129 ($t:ty, $out:ty) => { 148 ($t:ty, $out:ty) => {
|
| H A D | bitops.rs | 77 ($type:ty) => {
|
| H A D | qom.rs | 146 ($struct:ty : $($parent:ty),* ) => {
|
| /openbmc/libpldm/src/ |
| H A D | control.c | 150 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 D | msgbuf.h | 96 #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 D | dbus-pcap | 151 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 D | vnc-enc-zrle.c.inc | 76 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 D | dbusdomain.py | 147 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-config | 3 #b4.ty-send-email = yes
|
| /openbmc/qemu/rust/bits/src/ |
| H A D | lib.rs | 94 $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 D | msgbuf.hpp | 190 #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 D | dbus_pcap_loader.js | 209 const ty = fixed_header[0][1]; 218 switch (ty) {
|
| /openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | Added-support-for-PPC-instructions-mfatbu-mfatbl.patch | 86 + mkWidenFrom32(ty, mkexpr(val), False/*unsigned*/) );
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | rust-oe-selftest.patch | 220 ($sort_impl:ty, miri_yes, $test_fn_name:ident) => { 227 ($sort_impl:ty, miri_no, $test_fn_name:ident) => {
|
| H A D | revert-link-std-statically-in-rustc_driver-feature.patch | 46 @@ -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 D | patchtest | 73 (ty, va, trace) = err
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | gconf.c | 892 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 D | lib.rs | 116 let typ = &field.ty; in derive_opaque_or_error()
|
| /openbmc/qemu/target/hppa/ |
| H A D | translate.c | 4334 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 D | date.h | 6838 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 D | 0001-Upgrade-radium-to-1.0.patch | 447 ($($size:tt, $base:ty => $atom:ident);+ $(;)?) => { $(
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0003-wayland-Add-Wayland-example.patch | 76 …�����Ɩ��~��Shw@OaBM[?P]*FQ2O]9Qa<K\AP`>M^BM\ANZ<MU?RY=RZ<QW6Ra9R^@RYCRXq{tyqv|gkoVdoTdpTdoK]kM`…
|