Home
last modified time | relevance | path

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

1234

/openbmc/qemu/tests/decode/
H A Dsucc_named_field.decode10 &imm_a imm alpha
11 %foo 0:16 alpha:4
13 i1 ........ 00000000 ........ ........ @foo alpha=1
14 i2 ........ 00000001 ........ ........ @foo alpha=2
18 @bar 00000010 ........ ........ ........ &imm_a alpha=4
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch26 \'id=ID:red=R:green=G:blue=B:alpha=A:buffer=BUF:stencil=STENCIL:samples=SAMPLES'.
28 -default value of '0' (id, stencil, samples) or '1' (red, green, blue, alpha, buffer).
29 +default value of '0' (id, samples), -1 (stencil) or '1' (red, green, blue, alpha, buffer).
41 - id(0), red(1), green(1), blue(1), alpha(1), depth(1), stencil(0), buffer(1), samples(0)
48 score += score_component(alpha, target.alpha, 4);
79 - id(0), red(1), green(1), blue(1), alpha(1), depth(1), stencil(0), buffer(1), samples(0) {}
80 + id(0), red(1), green(1), blue(1), alpha(1), depth(1), stencil(-1), buffer(1), samples(0) {}
89 " target: 'id=ID:red=R:green=G:blue=B:alpha=A:buffer=BUF:\n"
93 - " green, blue, alpha, buffer). If 'id' is set to a non-zero\n"
96 + " '1' (red, green, blue, alpha, buffer). If 'id' is set to\n"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dde-Bayern15 [CH25: Bayerisches Fernsehen, BR-alpha, SWR, EinsExtra]
28 [CH27: Bayerisches Fernsehen, BR-alpha, SWR, EinsExtra]
40 [CH28: Bayerisches Fernsehen, BR-alpha, SWR, EinsExtra]
113 [CH39: Bayerisches Fernsehen, BR-alpha, SWR, EinsExtra]
125 [CH40: Bayerisches Fernsehen, BR-alpha, MDR, hr]
175 [CH46: Bayerisches Fernsehen, BR-alpha, MDR, hr]
187 # CH46: Bayerisches Fernsehen, BR-alpha, SWR, EinsExtra
188 [CH47: Bayerisches Fernsehen, BR-alpha, MDR, hr]
213 [CH53: Bayerisches Fernsehen, BR-alpha, SWR, EinsExtra]
/openbmc/qemu/configs/targets/
H A Dalpha-softmmu.mak1 TARGET_ARCH=alpha
3 TARGET_XML_FILES= gdb-xml/alpha-core.xml
H A Dalpha-linux-user.mak1 TARGET_ARCH=alpha
5 TARGET_XML_FILES= gdb-xml/alpha-core.xml
/openbmc/qemu/tests/tcg/alpha/
H A DMakefile.target5 ALPHA_SRC=$(SRC_PATH)/tests/tcg/alpha
8 ALPHA_TESTS=hello-alpha test-cond test-cmov test-ovf test-cvttq
H A DMakefile.softmmu-target5 ALPHA_SYSTEM_SRC=$(SRC_PATH)/tests/tcg/alpha/system
/openbmc/qemu/tests/tcg/s390x/
H A Dmie3-mvcrl.c18 const char *alpha = "abcdefghijklmnop"; in test() local
29 return strncmp(alpha, tstr, 16ul) == 0; in test()
/openbmc/qemu/target/alpha/
H A Dmeson.build20 target_arch += {'alpha': alpha_ss}
21 target_system_arch += {'alpha': alpha_system_ss}
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-legacy-test-cross.docker6 # libc6.1-dev-alpha-cross: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054412
32 gcc-alpha-linux-gnu \
33 libc6.1-dev-alpha-cross \
45 ENV DEF_TARGET_LIST alpha-linux-user,sh4-linux-user
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gd/gd/
H A D0001-Fix-deprecared-function-prototypes.patch68 /* Move neuron i towards biased (a,b,g,r) by factor alpha
71 -static void altersingle(nnq, alpha,i,al,b,g,r)
73 -register int alpha,i,al,b,g,r;
74 +static void altersingle(nn_quant *nnq, int alpha, int i,int al, int b, int g, int r)
78 @@ -382,10 +369,7 @@ register int alpha,i,al,b,g,r;
79 /* Move adjacent neurons by precomputed alpha*(1-((i-j)^2/[r]^2)) in radpower[|i-j|]
100 int radius,rad,alpha,step,delta,samplepixels;
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/
H A Dtiff_4.7.0.bb28 strip-chopping extrasample-as-alpha check-ycbcr-subsampling"
44 PACKAGECONFIG[extrasample-as-alpha] = "--enable-extrasample-as-alpha,--disable-extrasample-as-alpha
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/
H A D0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch22 -unsupported_cpus = ['alpha', 'ia64', 'm68k', 'sh4', 'sparc', 'sparc64']
23 +unsupported_cpus = ['alpha', 'ia64', 'm68k', 'riscv32', 'sh4', 'sparc', 'sparc64']
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid/
H A Driscv_ucontext.patch20 -#endif /* alpha, ia64, kFreeBSD, arm, hppa, aarch64 */
21 +#endif /* alpha, ia64, kFreeBSD, arm, hppa, aarch64 riscv */
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu-targets.inc2 # aarch64 arm armeb alpha cris i386 x86_64 m68k microblaze
22 for arch in ['armeb', 'alpha', 'ppc64abi32', 'ppc64le', 'sparc32plus', 'aarch64_be']:
/openbmc/qemu/linux-user/alpha/
H A Dmeson.build2 'alpha': generator(sh,
/openbmc/qemu/hw/alpha/
H A Dmeson.build8 hw_arch += {'alpha': alpha_ss}
/openbmc/u-boot/drivers/video/
H A Dmxcfb.h25 int alpha; member
/openbmc/qemu/configs/devices/alpha-softmmu/
H A Ddefault.mak1 # Default configuration for alpha-softmmu
/openbmc/qemu/target/
H A Dmeson.build1 subdir('alpha') subdir
H A DKconfig1 source alpha/Kconfig
/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c26 u32 alpha; member
309 clrsetbits_le32(regs + LTDC_L1CACR, LXCACR_CONSTA, priv->alpha); in stm32_ltdc_set_layer1()
405 priv->alpha = 0xFF; in stm32_ltdc_probe()
412 priv->bg_col_argb, priv->alpha); in stm32_ltdc_probe()
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A D0002-Support-building-allarch-recipes-again.patch24 'alpha',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/
H A Dinotify-tools_4.23.9.0.bb19 # [1] https://sourceware.org/pipermail/libc-alpha/2021-December/134215.html
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/
H A Dlibsquish_git.bb4 LIC_FILES_CHKSUM = "file://alpha.cpp;beginline=3;endline=22;md5=6665e479f71feb92d590ea9ae9b9f6d5"

1234