/freebsd-src/sys/contrib/device-tree/Bindings/media/ |
H A D | mediatek,mdp3-tdshp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/mediatek,mdp3-tdshp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MediaTek Media Data Path 3 Two-Dimensional Sharpness 10 - Matthias Brugger <matthias.bgg@gmail.com> 11 - Moudy Ho <moudy.ho@mediatek.com> 14 Two-Dimensional Sharpness (TDSHP) is a Media Profile Path 3 (MDP3) component 20 - mediatek,mt8195-mdp3-tdshp 25 mediatek,gce-client-reg: [all …]
|
H A D | video-interface-devices.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/video-interface-devices.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacopo Mondi <jacopo@jmondi.org> 11 - Sakari Ailus <sakari.ailus@linux.intel.com> 14 flash-leds: 15 $ref: /schemas/types.yaml#/definitions/phandle-array 17 An array of phandles, each referring to a flash LED, a sub-node of the LED 20 lens-focus: [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 2 * is the definition of +/- values practical or counterintuitive? 13 that produce three-dimensional data in relation to the world where it is 37 reference. This means that the sensor may be flipped upside-down, left-right, 47 Device-to-world examples for some three-dimensional sensor types: 49 - Accelerometers have their world frame of reference toward the center of 55 9.81 m/s^2 upwards along the (z) axis, i.e. out of the screen when the device 57 as the gravity vector is projected 1:1 onto the sensors (z)-axis. 67 +--------+ +--------+ 69 +--------+ +--------+ 80 (---------) [all …]
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | overflow.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 16 * #define type_min(T) (T)(is_signed_type(T) ? (T)1 << (8*sizeof(T)-1) : 0) 17 * #define type_max(T) (T)(is_signed_type(T) ? ((T)1 << (8*sizeof(T)-1)) - 1 : ~(T)0) 21 * the type_max expression (but not if -fsanitize=undefined is in 27 * a-feature-not-a-bug, since people shouldn't be doing arithmetic on 32 * https://mail-index.netbsd.org/tech-misc/2007/02/05/0000.html - 35 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) 36 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) 37 #define type_min(T) ((T)((T)-type_max(T)-(T)1)) 40 * Avoids triggering -Wtype-limits compilation warning, [all …]
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | nifty | 2 #------------------------------------------------------------------------------ 10 344 string n+1\0 NIfTI-1 neuroimaging data, 14 344 string ni1\0 NIfTI-1 neuroimaging data header, 19 4 string n+2\0\r\n\032\n NIfTI-2 neuroimaging data, 23 4 string ni2\0\r\n\032\n NIfTI-2 neuroimaging data header, 28 # Main subroutine for NIfTI-1 32 >>70 use nifti-datatype-le 34 >>0 use nifti1-dim-le 36 >>>252 use xform-code-nifti1-le 38 >>>254 use xform-code-nifti1-le [all …]
|
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | err.D_AGG_MDIM.bad.d | 33 * An aggregation may not be used as a multi-dimensional array 42 @counts[0][2] = count();
|
/freebsd-src/contrib/flex/src/ |
H A D | tables.c | 1 /* tables.c - tables serialization code 10 * to contract no. DE-AC03-76SF00098 between the United States 21 * 2. Redistributions in binary form must reproduce the above copyright 40 * @param n in {1,2,4} 73 wr->out = out; in yytbl_writer_init() 74 wr->total_written = 0; in yytbl_writer_init() 88 th->th_magic = YYTBL_MAGIC; in yytbl_hdr_init() 89 th->th_hsize = (flex_uint32_t) (14 + strlen (version_str) + 1 + strlen (name) + 1); in yytbl_hdr_init() 90 th->th_hsize += yypad64 (th->th_hsize); in yytbl_hdr_init() 91 th->th_ssize = 0; // Not known at this point. in yytbl_hdr_init() [all …]
|
H A D | tables_shared.h | 3 dnl tables_shared.h - tables serialization header 12 dnl to contract no. DE-AC03-76SF00098 between the United States 23 dnl 2. Redistributions in binary form must reproduce the above copyright 54 * - The format allows many tables per file. 55 * - The tables can be streamed. 56 * - All data is stored in network byte order. 57 * - We do not hinder future unicode support. 58 * - We can lookup tables by name. 66 /** Calculate (0-7) = number bytes needed to pad n to next 64-bit boundary. */ 68 #define yypad64(n) ((8-((n)%8))%8) [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/thermal/ |
H A D | thermal-generic-adc.txt | 6 temperature using voltage-temperature lookup table. 10 - compatible: Must be "generic-adc-thermal". 11 - #thermal-sensor-cells: Should be 1. See Documentation/devicetree/bindings/thermal/thermal-sen… 15 - temperature-lookup-table: Two dimensional array of Integer; lookup table 29 #include <dt-bindings/thermal/thermal.h> 35 sampling-frequency = <3300>; 36 #io-channel-cells = <1>; 40 tboard_thermistor: thermal-sensor { 41 compatible = "generic-adc-thermal"; 42 #thermal-sensor-cells = <0>; [all …]
|
/freebsd-src/contrib/ntp/include/ |
H A D | ntp_worker.h | 80 * dynamically-sized one-dimensional arrays of pointers to 168 extern int pipe_socketpair(int fds[2], int *is_pipe);
|
/freebsd-src/usr.bin/rs/ |
H A D | rs.1 | 9 .\" 2. Redistributions in binary form must reproduce the above copyright 46 of blank-separated entries in an array, 75 .Bl -tag -width indent 122 The gutter width (inter-column space), normally 2, is taken to be 161 unless the first non-ignored line is longer than the display width. 178 .Bd -literal -offset indent 189 .Bd -literal -offset indent 195 .Bd -literal -offset indent 196 % jot \-r 100 | rs 10 10 | tee array | rs \-T > tarray 201 a file consisting of a multi-line vector with 9 elements per line [all …]
|
/freebsd-src/share/doc/psd/06.Clang/ |
H A D | Clang.ms | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 36 .nr Cl 2 38 The C Programming Language - Reference Manual 47 by Brian W. Kernighan and Dennis M. Ritchie, Prentice-Hall, Inc., 1978. 51 .EH 'PSD:6-%''The C Programming Language - Reference Manual' 52 .OH 'The C Programming Language - Reference Manual''PSD:6-%' 56 This manual describes the C language on the DEC PDP-11\(dg, the DEC VAX-11, 59 \(dg DEC PDP-11, and DEC VAX-11 are trademarks of Digital Equipment Corporation. 65 out implementation-dependent details. With few exceptions, these dependencies 71 There are six classes of tokens\ -\ [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | Delinearization.h | 1 //===---- Delinearization.h - MultiDimensional Index Delinearization ----- [all...] |
H A D | DependenceAnalysis.h | 1 //===-- llvm/Analysis/DependenceAnalysis.h -------------------- -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 18 // or a more-or-less detailed description of the dependence between them. 25 // 2) There is a flow of control leading from one instruction to the other. 37 //===----------------------------------------------------------------------===// 57 /// Dependence - This class represents a dependence between two memory 69 /// as singly-linked lists, with the "next" fields stored in the dependence 81 /// Dependence::DVEntry - Each level in the distance/direction vector 88 EQ = 2, [all …]
|
/freebsd-src/share/man/man3/ |
H A D | intro.3 | 9 .\" 2. Redistributions in binary form must reproduce the above copyright 51 .Bl -tag -width "libbluetooth" 68 .Bl -tag -width "XXXXXX" 85 .It regular-expressions 116 for two dimensional non-bitmap display terminals. 167 The general-purpose input output library (GPIO). 263 The general-purpos [all...] |
/freebsd-src/share/doc/papers/kerntune/ |
H A D | 2.t | 10 .\" 2. Redistributions in binary form must reproduce the above copyright 78 but we are limited by the two-dimensional nature of our output 104 0.20 1.20 4/10 \ \ \s-1CALLER1\s+1 [7] 105 0.30 1.80 6/10 \ \ \s-1CALLER2\s+1 [1] 106 [2] 41.5 0.50 3.00 10+4 \s-1EXAMPLE\s+1 [2] 107 1.50 1.00 20/40 \ \ \s-1SUB1\s+1 <cycle1> [4] 108 0.00 0.50 1/5 \ \ \s-1SUB2\s+1 [9] 109 0.00 0.00 0/5 \ \ \s-1SUB3\s+1 [11] 112 Figure 1. Profile entry for \s-1EXAMPLE\s+1. 144 Self-recursive routines have their calls broken [all …]
|
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_mcast_tbl.c | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2009 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 9 * General Public License (GPL) Version 2, available from the file 17 * - Redistributions of source code must retain the above 21 * - Redistributions in binary form must reproduce the above 64 p_tbl->max_block_in_use = -1; in osm_mcast_tbl_init() 74 p_tbl->num_entries = capacity; in osm_mcast_tbl_init() 75 p_tbl->num_ports = num_ports; in osm_mcast_tbl_init() 76 p_tbl->max_position = in osm_mcast_tbl_init() [all …]
|
/freebsd-src/contrib/llvm-project/libcxx/include/__mdspan/ |
H A D | layout_right.h | 1 // -*- C++ -*- 2 //===------ [all...] |
H A D | layout_left.h | 1 // -*- C++ -*- 2 //===------ [all...] |
/freebsd-src/share/man/man9/ |
H A D | osd.9 | 11 .\" 2. The name of the author may not be used to endorse or promote products 110 run-time with any kernel data structure which has been suitably modified for use 113 The one-off modification required involves embedding a 136 and provide a high-level grouping for slots to be registered under. 148 The function may sleep and therefore cannot be called from a non-sleepable 152 argument specifies which high-level type grouping from 176 The function may sleep and therefore cannot be called from a non-sleepable 180 argument specifies which high-level type grouping from 197 argument specifies which high-level type grouping from 223 that is internal-us [all...] |
/freebsd-src/share/doc/psd/18.gprof/ |
H A D | present.me | 9 .\" 2. Redistributions in binary form must reproduce the above copyright 35 .sh 2 "The Flat Profile 56 .sh 2 "The Call Graph Profile" 69 0.20 1.20 4/10 \ \ \s-1CALLER1\s+1 [7] 70 0.30 1.80 6/10 \ \ \s-1CALLER2\s+1 [1] 71 [2] 41.5 0.50 3.00 10+4 \s-1EXAMPLE\s+1 [2] 72 1.50 1.00 20/40 \ \ \s-1SUB1\s+1 <cycle1> [4] 73 0.00 0.50 1/5 \ \ \s-1SUB2\s+1 [9] 74 0.00 0.00 0/5 \ \ \s-1SUB3\s+1 [11] 76 .ce 2 [all …]
|
/freebsd-src/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.inc | 1 // -*- C++ -*- 2 //===------ [all...] |
/freebsd-src/contrib/ofed/opensm/include/opensm/ |
H A D | osm_mcast_tbl.h | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2009 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 9 * General Public License (GPL) Version 2, available from the file 17 * - Redistributions of source code must retain the above 21 * - Redistributions in binary form must reproduce the above 108 * Pointer to a two dimensional array of port_masks for this switch. 188 * Returns 0 on success and non-zero value otherwise. 411 return p_tbl->max_block; in osm_mcast_tbl_get_max_block() 433 * A value of -1 indicates no blocks are in use. [all …]
|
/freebsd-src/contrib/atf/atf-c++/ |
H A D | atf-c++.3 | 9 .\" 2. Redistributions in binary form must reproduce the above copyright 29 .Nm atf-c++ , 63 .Nd C++ API to write ATF-based test programs 145 C++-based test programs follow this template: 146 .Bd -literal -offset indent 148 \&... C-specific includes go here ... 151 \&... C++-specific includes go here ... 153 #include <atf-c++.hpp> 199 .Xr atf-test-case 4 . 261 The test case's header can define the meta-data by using the [all …]
|
/freebsd-src/contrib/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 2 # -*- julia -*- 4 # remez.jl - implementation of the Remez algorithm for polynomial approximation 6 # Copyright (c) 2015-2019, Arm Limited. 7 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 11 # ---------------------------------------------------------------------- 15 array2d(T, d1, d2) = Array{T, 2}(undef, d1, d2) 33 # ---------------------------------------------------------------------- 34 # Global variables configured by command-line options. 35 floatsuffix = "" # adjusted by --floatsuffix 36 xvarname = "x" # adjusted by --variable [all …]
|