/openbmc/qemu/target/xtensa/core-fsf/ |
H A D | xtensa-modules.c.inc | 2092 { "art", 0, 0, 1, 2329 { { 6 /* art */ }, 'o' }, 2369 { { 6 /* art */ }, 'o' }, 2380 { { 6 /* art */ }, 'i' }, 2391 { { 6 /* art */ }, 'o' } 2401 { { 6 /* art */ }, 'i' } 2411 { { 6 /* art */ }, 'm' } 2421 { { 6 /* art */ }, 'o' } 2431 { { 6 /* art */ }, 'i' } 2441 { { 6 /* art */ }, 'm' } [all …]
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | xtensa-modules.c.inc | 2625 { "art", 0, 0, 1, 2915 { { 6 /* art */ }, 'o' }, 2955 { { 6 /* art */ }, 'o' }, 2966 { { 6 /* art */ }, 'i' }, 2977 { { 6 /* art */ }, 'o' } 2987 { { 6 /* art */ }, 'i' } 2997 { { 6 /* art */ }, 'm' } 3007 { { 6 /* art */ }, 'o' } 3017 { { 6 /* art */ }, 'i' } 3027 { { 6 /* art */ }, 'm' } [all …]
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.c | 141 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, in acpi_parse_art() 148 struct art *arts; in acpi_parse_art() 168 arts = kcalloc(*art_count, sizeof(struct art), GFP_KERNEL); in acpi_parse_art() 175 struct art *art = &arts[i - nr_bad_entries]; in acpi_parse_art() local 177 element.length = sizeof(struct art); in acpi_parse_art() 178 element.pointer = art; in acpi_parse_art() 190 if (!acpi_fetch_acpi_dev(art->source)) in acpi_parse_art() 193 if (!acpi_fetch_acpi_dev(art->target)) in acpi_parse_art() 371 struct art *arts = NULL; in fill_art() 496 struct art *arts = NULL; in acpi_thermal_rel_ioctl()
|
H A D | acpi_thermal_rel.h | 27 struct art { struct 140 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
|
H A D | int3400_thermal.c | 54 struct art *arts;
|
/openbmc/linux/Documentation/crypto/ |
H A D | architecture.rst | 249 The following ASCII art decomposes the kernel crypto API layers when 253 For other use cases of AEAD ciphers, the ASCII art applies as well, but 268 following ASCII art applies too. However, the decomposition of GCM into 272 Each block in the following ASCII art is an independent cipher instance 280 The ASCII art picture also indicates the call structure, i.e. who calls 320 the ASCII art above: 365 art picture above. 368 ASCII art picture above applies as well with the difference that only 375 depicted in the ASCII art picture above. 378 sha256_generic.c. The following ASCII art illustrates the
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32h750i-art-pi.dts | 42 * For art-pi board resources, you can refer to link: 43 * https://art-pi.gitee.io/website/ 54 compatible = "st,stm32h750i-art-pi", "st,stm32h750";
|
H A D | Makefile | 30 stm32h750i-art-pi.dtb \
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | tsc.h | 30 extern struct system_counterval_t convert_art_to_tsc(u64 art);
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libmediaart/ |
H A D | libmediaart-2.0_1.9.6.bb | 1 SUMMARY = "Library tasked with managing, extracting and handling media art caches"
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/xfwm4-themes/ |
H A D | xfwm4-themes_4.10.0.bb | 8 SRC_URI = "http://archive.xfce.org/src/art/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2"
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kerneldoc-preamble.sty | 157 % For CJK ascii-art alignment 171 % For CJK ascii-art alignment 183 % For CJK ascii-art alignment (still misaligned for Hangul) 195 % For CJK ascii-art alignment
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | GPL-2.0-with-lmbench-restriction | 56 Operating system design is a largely an art of balancing tradeoffs. 58 on other parts of the system. The art is choosing which parts to 64 than required). The art lies in knowing which operations are
|
/openbmc/linux/Documentation/networking/ |
H A D | tc-actions-env-rules.rst | 25 #) Thou art responsible for freeing anything returned as being
|
/openbmc/linux/arch/mips/boot/dts/qca/ |
H A D | ar9132_tl_wr1043nd_v1.dts | 105 label = "art";
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | bt8xxgpio.rst | 24 The physical pinouts are drawn in the following ASCII art.
|
/openbmc/linux/Documentation/arch/arm/sunxi/ |
H A D | clocks.rst | 6 about the sunxi clock system, as well as accompanying ASCII art when adequate.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | LAL-1.2 | 10 … Elle en reformule le principe en permettant au public de faire un usage créatif des oeuvres d’art. 16 Ainsi, l’objet de l’art n’est pas confondu avec l’objet d’art fini et défini comme tel. C’est la ra…
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | README | 50 an ASCII art showing the topology.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | taglib-2.patch | 58 msg_Dbg( p_demux_meta, "Found embedded art (%s) is %i bytes",
|
/openbmc/linux/arch/x86/kernel/ |
H A D | tsc.c | 1300 struct system_counterval_t convert_art_to_tsc(u64 art) in convert_art_to_tsc() argument 1304 rem = do_div(art, art_to_tsc_denominator); in convert_art_to_tsc() 1306 res = art * art_to_tsc_numerator; in convert_art_to_tsc()
|
/openbmc/docs/designs/ |
H A D | design-template.md | 100 Show that you did an extensive survey about the state of the art. Compares your
|
/openbmc/linux/Documentation/trace/rv/ |
H A D | deterministic_automata.rst | 133 using the dot utility, or into an ASCII art using graph-easy. For
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-nice-design.rst | 20 understand it, the timeslice graph went like this (cheesy ASCII art
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | kernel-docs.rst | 169 El sitio web kernelnewbies también alberga artículos, documentos, FAQs...
|