Home
last modified time | relevance | path

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

12

/openbmc/qemu/hw/display/
H A Dpl110_template.h34 #define FN_2(x, y) FN(x, y) FN(x+1, y)
45 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 7 - (x))) & 1]); in glue() macro
47 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x) + y)) & 1]); in glue() macro
60 #undef FN in glue()
73 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 6 - (x)*2)) & 3]); in glue() macro
75 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x)*2 + y)) & 3]); in glue() macro
88 #undef FN in glue()
101 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 4 - (x)*4)) & 0xf]); in glue() macro
103 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x)*4 + y)) & 0xf]); in glue() macro
116 #undef FN in glue()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-hook-Do-not-append-int-to-std-string.patch10 | || sprintf(syspath, "%s/%s", sysconfdir, FN + 1) < 0)
25 - syspath = malloc(strlen(sysconfdir) + sizeof FN);
26 + syspath = malloc(strlen(sysconfdir) + sizeof FN + 2);
27 + syspath[strlen(sysconfdir) + sizeof FN + 1] = '\0';
29 - || sprintf(syspath, "%s/%s", sysconfdir, FN + 1) < 0)
30 + || sprintf(syspath, "%s/%s", sysconfdir, FN) < 0)
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c827 #define DO_1OP(OP, ESIZE, TYPE, FN) \ argument
834 mergemask(&d[H##ESIZE(e)], FN(m[H##ESIZE(e)]), mask); \
892 #define DO_1OP_IMM(OP, FN) \ argument
899 mergemask(&da[H8(e)], FN(da[H8(e)], imm), mask); \
912 #define DO_2OP(OP, ESIZE, TYPE, FN) \ in DO_1OP_IMM() argument
921 FN(n[H##ESIZE(e)], m[H##ESIZE(e)]), mask); \ in DO_1OP_IMM()
927 #define DO_2OP_U(OP, FN) \ argument
928 DO_2OP(OP##b, 1, uint8_t, FN) \
929 DO_2OP(OP##h, 2, uint16_t, FN) \
930 DO_2OP(OP##w, 4, uint32_t, FN)
[all …]
H A Dtranslate-mve.c531 #define DO_1OP_VEC(INSN, FN, VECFN) \ argument
535 gen_helper_mve_##FN##b, \
536 gen_helper_mve_##FN##h, \
537 gen_helper_mve_##FN##w, \
543 #define DO_1OP(INSN, FN) DO_1OP_VEC(INSN, FN, NULL) argument
635 #define DO_VCVT_SH(INSN, FN) \ in DO_VCVT_RMODE() argument
641 return do_1op(s, a, gen_helper_mve_##FN); \ in DO_VCVT_RMODE()
695 #define DO_VMOVN(INSN, FN) \ argument
699 gen_helper_mve_##FN##b, \
700 gen_helper_mve_##FN##h, \
[all …]
H A Dvec_helper.c1310 #define WRAP_CMP0_FWD(FN, CMPOP, TYPE) \ in DO_2OP() argument
1311 static TYPE TYPE##_##FN##0(TYPE op, float_status *stat) \ in DO_2OP()
1316 #define WRAP_CMP0_REV(FN, CMPOP, TYPE) \ argument
1317 static TYPE TYPE##_##FN##0(TYPE op, float_status *stat) \
1322 #define DO_2OP_CMP0(FN, CMPOP, DIRN) \ argument
1323 WRAP_CMP0_##DIRN(FN, CMPOP, float16) \
1324 WRAP_CMP0_##DIRN(FN, CMPOP, float32) \
1325 WRAP_CMP0_##DIRN(FN, CMPOP, float64) \
1326 DO_2OP(gvec_f##FN##0_h, float16_##FN##0, float16) \
1327 DO_2OP(gvec_f##FN##0_s, float32_##FN##0, float32) \
[all …]
H A Dtranslate-vfp.c2393 #define DO_VFP_2OP(INSN, PREC, FN, CHECK) \ argument
2400 return do_vfp_2op_##PREC(s, FN, a->vd, a->vm); \
2403 #define DO_VFP_VMOV(INSN, PREC, FN) \ argument
2411 return do_vfp_2op_##PREC(s, FN, a->vd, a->vm); \
H A Dtranslate-neon.c2912 #define DO_2MISC_VEC(INSN, FN) \ argument
2915 return do_2misc_vec(s, a, FN); \
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0001-Allow-applications-to-set-next-resource-handle.patch189 @@ -56,7 +56,8 @@ FN(int, eglIntCreateSurface_impl, (
197 FN(int, eglIntCreatePbufferFromVGImage_impl, (
199 @@ -110,7 +111,7 @@ FN(void, eglIntMakeCurrent_impl, (uint32_t pid_0, uint32_t pid_1, uint32_t glver
200 FN(int, eglIntFlushAndWait_impl, (uint32_t flushgl, uint32_t flushvg))
201 FN(void, eglIntFlush_impl, (uint32_t flushgl, uint32_t flushvg))
203 -FN(void, eglIntSwapBuffers_impl, (EGL_SURFACE_ID_T s, uint32_t width, uint32_t height, uint32_t ha…
204 +FN(void, eglIntSwapBuffers_impl, (EGL_SURFACE_ID_T s, uint32_t width, uint32_t height, uint32_t ha…
205 FN(void, eglIntSelectMipmap_impl, (EGL_SURFACE_ID_T s, int level))
207FN(void, eglIntGetColorData_impl, (EGL_SURFACE_ID_T s, KHRN_IMAGE_FORMAT_T format, uint32_t width,…
H A D0002-wayland-Add-support-for-the-Wayland-winsys.patch1120 @@ -57,7 +57,7 @@ FN(int, eglIntCreateSurface_impl, (
1127 FN(int, eglIntCreatePbufferFromVGImage_impl, (
H A D0003-wayland-Add-Wayland-example.patch74 …BL8AK-AH1<D58C38B(6B���j~�?N\>RW:OSASZ?PY?MW@PV:LOERT@TY<OT9IO9JP<JP=IO>HO=FN<KN8HK:FK:EI9DH9CF39>…
/openbmc/qemu/accel/tcg/
H A Datomic_template.h194 #define GEN_ATOMIC_HELPER_FN(X, FN, XDATA_TYPE, RET) \
203 old = cmp; new = FN(old, val); \
352 #define GEN_ATOMIC_HELPER_FN(X, FN, XDATA_TYPE, RET) \
361 ldo = ldn; old = BSWAP(ldo); new = FN(old, val); \
158 GEN_ATOMIC_HELPER_FN(X,FN,XDATA_TYPE,RET) GEN_ATOMIC_HELPER() argument
280 GEN_ATOMIC_HELPER_FN(X,FN,XDATA_TYPE,RET) global() argument
/openbmc/qemu/target/microblaze/
H A Dtranslate.c253 #define DO_TYPEA(NAME, SE, FN) \ argument
255 { return do_typea(dc, a, SE, FN); }
257 #define DO_TYPEA_CFG(NAME, CFG, SE, FN) \ argument
259 { return dc->cfg->CFG && do_typea(dc, a, SE, FN); }
261 #define DO_TYPEA0(NAME, SE, FN) \ argument
263 { return do_typea0(dc, a, SE, FN); }
265 #define DO_TYPEA0_CFG(NAME, CFG, SE, FN) \ argument
267 { return dc->cfg->CFG && do_typea0(dc, a, SE, FN); }
277 #define DO_TYPEBV(NAME, SE, FN) \ argument
279 { return do_typeb_val(dc, a, SE, FN); }
[all...]
/openbmc/openbmc-test-automation/openpower/vpd/
H A Dtest_vpd_tool.robot69 # VPD fields "DR", "CC" and "FN" will be added later.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.111.bb253 FN=$DN/$BN.so
254 shlibsign -i $FN
256 echo "shlibsign -i $FN failed"
/openbmc/qemu/target/loongarch/tcg/
H A Dvec_helper.c2254 #define VPCNT(NAME, BIT, E, FN) \ argument
2264 Vd->E(i) = FN(Vj->E(i)); \
2404 #define DO_3OP_F(NAME, BIT, E, FN) \ argument
2416 Vd->E(i) = FN(Vj->E(i), Vk->E(i), &env->fp_status); \
2438 #define DO_4OP_F(NAME, BIT, E, FN, flags) \ argument
2451 Vd->E(i) = FN(Vj->E(i), Vk->E(i), Va->E(i), flags, &env->fp_status); \
2467 #define DO_2OP_F(NAME, BIT, E, FN) \ argument
2478 Vd->E(i) = FN(env, Vj->E(i)); \
2500 #define FCLASS(NAME, BIT, E, FN) \ argument
2510 Vd->E(i) = FN(env, Vj->E(i)); \
[all …]
/openbmc/docs/designs/
H A Dvpd-collection.md153 record) which will have each keyword as a property (ex, FN, PN). This will
158 containing keywords SN, FN and CCIN, the representation in D-Bus would look
165 FN
/openbmc/openbmc-test-automation/lib/
H A Dvpd_tool_resource.robot33 # [FN]: F123456
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0003-contact-Replace-the-Novell-sample-contact-with-somet.patch98 +"FN:Yocto Project\n" \
/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c225 #define DEF_GVEC_VOP2_FN(NAME, FN, BITS) \ argument
233 vop##BITS##_2(v1, v2, env, se, XxC, erm, FN, GETPC()); \
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.min.css.map1FN,0BnB++FV,0BAHA,0BmB7+FM,0BnB++FN,0BAHA,0BDFC,yCoB3+FK,yCnB++FN,yCmB1+FE,MAAA,KnBk/FA,iBAAkB,QAC…
/openbmc/qemu/target/i386/
H A Dops_sse.h703 #define WRAP_FLOATCONV(RETTYPE, FN, FLOATTYPE, INDEFVALUE) \ argument
704 static inline RETTYPE x86_##FN(FLOATTYPE a, float_status *s) \
711 r = FN(a, s); \
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc-r8a7792.c39 GP_ALL(FN),
H A Dpfc-r8a77970.c325 GP_ALL(FN),
H A Dpfc-r8a77995.c455 GP_ALL(FN),
/openbmc/phosphor-logging/extensions/openpower-pels/
H A DREADME.md247 callout, using the VPD properties (location code, FN, CCIN) from that

12