Searched defs:y (Results 276 – 282 of 282) sorted by relevance
1...<<1112
| /openbmc/qemu/accel/kvm/ |
| H A D | kvm-all.c | 767 #define ALIGN(x, y) (((x)+(y)-1) & ~((y)-1)) argument
|
| /openbmc/qemu/target/ppc/ |
| H A D | int_helper.c | 1509 #define I(x, y) (x) argument
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | translate.c | 1744 #define gen_ldcmp_fpr32(ctx, x, y) gen_load_fpr32(ctx, x, y) argument 1745 #define gen_ldcmp_fpr64(ctx, x, y) gen_load_fpr64(ctx, x, y) argument
|
| H A D | msa_helper.c | 75 uint64_t x, y; in msa_nlzc_df() local
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery-3.7.1.min.js | 2 !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports… argument
|
| H A D | jquery.dataTables-1.13.8.min.js | 4 !function(n){"use strict";var a;"function"==typeof define&&define.amd?define(["jquery"],function(t)… function
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate.c | 2596 static inline void gen_mulxy(TCGv_i32 t0, TCGv_i32 t1, int x, int y) in gen_mulxy()
|
1...<<1112