Searched +full:sml +full:- +full:size (Results  1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | 
| H A D | AMDGPUSplitModule.cpp | 1 //===- AMDGPUSplitModule.cpp ----------------------------------------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 10 /// FullLTO --lto-partitions option for parallel codegen. This is completely
 15 /// SplitModule: load-balance the module's functions across a set of N
 17 /// differently than the target-agnostic variant:
 18 ///   - The module has "split roots", which are kernels in the vast
 20 ///   - Each root has a set of dependencies, and when a root and its
 24 ///   - There's special care for indirect calls in order to ensure
 65 #define DEBUG_TYPE "amdgpu-split-module"
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/security/tpm/ | 
| H A D | tpm-i2c.txt | 5 - compatible     : 'manufacturer,model', eg. nuvoton,npct6506 - label          : human readable string describing the device, eg. "tpm"
 7 - linux,sml-base : 64-bit base address of the reserved memory allocated for
 9 - linux,sml-size : size of the memory allocated for the firmware event log
 13 - powered-while-suspended: present when the TPM is left powered on between
 18 ----------------------------------------------------------
 24 	linux,sml-base = <0x7f 0xfd450000>;
 25 	linux,sml-size = <0x10000>;
 
 | 
| H A D | ibmvtpm.txt | 5 - compatible            : property name that conveys the platform architecture7 - device_type           : specifies type of virtual device
 8 - interrupts            : property specifying the interrupt source number and
 10 - ibm,my-drc-index      : integer index for the connector between the device
 11                           and its parent - present only if Dynamic
 13 - ibm,#dma-address-cells: specifies the number of cells that are used to
 14                           encode the physical address field of dma-window
 16 - ibm,#dma-size-cells   : specifies the number of cells that are used to
 17                           encode the size field of dma-window properties
 18 - ibm,my-dma-window     : specifies DMA window associated with this virtual
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/tpm/ | 
| H A D | ibm,vtpm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Nayna Jain <nayna@linux.ibm.com>
 23       - IBM,vtpm
 24       - IBM,vtpm20
 30       - IBM,vtpm
 31       - IBM,vtpm20
 36   ibm,#dma-address-cells:
 39       dma-window properties
 [all …]
 
 | 
| H A D | tcg,tpm-tis-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/tpm/tcg,tpm-tis-i2c.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: I²C-attached Trusted Platform Module conforming to TCG TIS specification
 10   - Lukas Wunner <lukas@wunner.de>
 13   The Trusted Computing Group (TCG) has defined a multi-vendor standard
 17 …tps://trustedcomputinggroup.org/resource/pc-client-work-group-pc-client-specific-tpm-interface-spe…
 22   https://trustedcomputinggroup.org/resource/pc-client-platform-tpm-profile-ptp-specification/
 25   vendor-specific I²C interface.
 [all …]
 
 | 
| /freebsd/contrib/file/magic/Magdir/ | 
| H A D | modem | 2 #------------------------------------------------------------------------------7 1	string		PC\ Research,\ Inc	Digifax-G3-File
 18 # 16 0-bits near beginning like True Type fonts *.ttf, Postscript PrinterFontMetric *.pfm, FTYPE.HY…
 20 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
 22 # skip IRCAM file (VAX big-endian)	./audio
 33 # skip MouseTrap/Mt.Defaults with file size 16 found on Golden Orchard Apple II CD Rom
 35 # skip PICTUREH.SML found on Golden Orchard Apple II CD Rom
 37 # skip few (5/41) DEGAS mid-res bitmap (GEMINI01.PI2 GEMINI02.PI2 GEMINI03.PI2 CODE_RAM.PI2 TBX_DEM…
 38 # with file size 32034
 39 >>>>>>>>-0	offset		!32034	raw G3 (Group 3) FAX, byte-padded
 [all …]
 
 | 
| /freebsd/usr.bin/fortune/fortune/ | 
| H A D | fortune.c | 1 /*-59 #define	POS_UNKNOWN	((uint32_t) -1)	/* pos for file unknown */
 60 #define	NO_PROB		(-1)		/* no prob specified for file */
 94 static bool	Equal_probs = FALSE;	/* scatter un-allocted prob equally */
 101 static char	*Fortbuf = NULL;	/* fortune buffer for -m */
 180 		if ((fd = creat(Fortfile->posfile, 0666)) < 0) {  in main()
 181 			perror(Fortfile->posfile);  in main()
 190 		write(fd, (char *) &Fortfile->pos, sizeof Fortfile->pos);  in main()
 191 		if (!Fortfile->was_pos_file)  in main()
 192 		chmod(Fortfile->path, 0666);  in main()
 [all …]
 
 |