/freebsd/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/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/sys/contrib/device-tree/Bindings/media/ |
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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flat_map.h | 1 //===-- sanitizer_flat_map.h -------- [all...] |
/freebsd/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 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() 92 th->th_flags = 0; in yytbl_hdr_init() 93 th->th_version = xstrdup(version_str); 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 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) 78 YYTD_ID_ACCEPT = 0x01, /**< 1-dim ints */ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Use.h | 1 //===- llvm/Use.h - Definition of the Use class -----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 //===----------------------------------------------------------------------===// 27 #include "llvm-c/Types.h" 39 /// This is notionally a two-dimensional linked list. It supports traversing 48 /// that also works with less standard-compliant compilers 52 /// Destructor - Only for zap() 79 Value *operator->() { return Val; } 80 const Value *operator->() const { return Val; } [all …]
|
/freebsd/share/doc/psd/06.Clang/ |
H A D | Clang.ms | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 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\ -\ 108 eight characters of a non-external name, and perhaps [all …]
|
/freebsd/usr.bin/rs/ |
H A D | rs.1 | 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 204 .Bd -literal -offset indent [all …]
|
/freebsd/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. 7 * This software is available to you under a choice of one of two 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/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | Delinearization.h | 1 //===---- Delinearization.h - MultiDimensional Index Delinearization ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 // use the on-demand SCEVAddRecExpr::delinearize() function. 14 //===----------------------------------------------------------------------===// 47 /// Split this SCEVAddRecExpr into two vectors of SCEVs representing the 50 /// The delinearization is a 3 step process: the first two steps compute the 84 /// -> [2*m, 5, n*m, n*m] 87 /// -> [n*m, 2*m, 5] 90 /// -> [n*m, 2*m] [all …]
|
H A D | DependenceAnalysis.h | 1 //===-- llvm/Analysis/DependenceAnalysis.h -------- [all...] |
/freebsd/share/doc/papers/kerntune/ |
H A D | 2.t | 47 The data is presented to the user in two different formats. 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/share/doc/psd/18.gprof/ |
H A D | present.me | 30 The data is presented to the user in two different formats. 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] 77 Profile entry for \s-1EXAMPLE\s+1. 82 but we are limited by the two-dimensional nature of our output 124 Self-recursive routines have their calls broken [all …]
|
/freebsd/share/man/man3/ |
H A D | intro.3 | 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-purpose data compression library. 268 .Bl -tag -width /usr/lib/libm_p.a -compact 280 .Bd -unfilled -offset indent 305 When the binary is executed, the run-time linker 341 position-independent executables [all …]
|
/freebsd/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. 7 * This software is available to you under a choice of one of two 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/share/man/man9/ |
H A D | osd.9 | 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-use memory previously allocated via 233 argument specifies which high-level type grouping from [all …]
|
/freebsd/contrib/atf/atf-c++/ |
H A D | atf-c++.3 | 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 263 method, which takes two parameters: the first one specifies the [all …]
|
/freebsd/crypto/openssl/include/internal/ |
H A D | constant_time.h | 2 * Copyright 2014-2024 The OpenSSL Project Authors. All Rights Reserved. 18 /*- 42 /* Convenience method for getting an 8-bit mask. */ 51 /* Convenience method for getting an 8-bit mask. */ 57 /* Convenience method for getting an 8-bit mask. */ 59 /* Convenience method for getting a 32-bit mask. */ 65 /* Convenience method for getting an 8-bit mask. */ 70 /* Convenience method for getting an 8-bit mask. */ 73 /*- 102 return 0 - ( in constant_time_msb() [all...] |
/freebsd/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 # ---------------------------------------------------------------------- 33 # ---------------------------------------------------------------------- 34 # Global variables configured by command-line options. 35 floatsuffix = "" # adjusted by --floatsuffix 36 xvarname = "x" # adjusted by --variable 37 epsbits = 256 # adjusted by --bits [all …]
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 42 #include "gtest/internal/gtest-port.h" 69 #include "gtest/gtest-message.h" 70 #include "gtest/internal/gtest-filepath.h" 71 #include "gtest/internal/gtest-string.h" 72 #include "gtest/internal/gtest-type-util.h" 75 // concatenate two tokens when one of them is __LINE__. Writing 81 // https://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-39.6 143 // Appends the user-supplied message to the Google-Test-generated message. 171 // Simple implementation of the Wagner-Fischer algorithm. in GTEST_DISABLE_MSC_WARNINGS_POP_() 172 // See https://en.wikipedia.org/wiki/Wagner-Fischer_algorithm in GTEST_DISABLE_MSC_WARNINGS_POP_() [all …]
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | matchers.md | 4 `EXPECT_CALL()`, or use it to validate a value directly using two macros: 7 | :----------------------------------- | :------------------------------------ | 21 Built-in matchers (where `argument` is the function argument, e.g. 30 :-------------------------- | :----------------------------------------------- 37 | :--------------------- | :-------------------------------------------------- | 47 | `NotNull()` | `argument` is a non-null pointer (raw or smart). | 65 ## Floating-Point Matchers {#FpMatchers} 68 | :------------------------------- | :--------------------------------- | 69 …| `argument` is a `double` value approximately equal to `a_double`, treating two NaNs as unequal. | 70 … | `argument` is a `float` value approximately equal to `a_float`, treating two NaNs as unequal. | [all …]
|
/freebsd/share/doc/usd/06.bc/ |
H A D | bc | 3 .\" Copyright (C) Caldera International Inc. 2001-2002. 39 .EH 'USD:6-%''BC \- An Arbitrary Precision Desk-Calculator Language' 40 .OH 'BC \- An Arbitrary Precision Desk-Calculator Language''USD:6-%' 44 BC \- An Arbitrary Precision Desk-Calculator Language 53 on the PDP-11 under the 55 time-sharing 58 arithmetic on indefinitely large integers and on scaled fixed-point 65 The language has a complete control structure as well as immediate-mode 68 Two five hundred-digit numbers can be multiplied to give a 76 .IP \- [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/ |
H A D | layout_stride.h | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 12 // Under the terms of Contract DE-NA0003525 with NTESS, 15 //===---------------------------------------------------------------------===// 55 { _Mapping::is_always_strided() } -> same_as<bool>; 56 { _Mapping::is_always_exhaustive() } -> same_as<bool>; 57 { _Mapping::is_always_unique() } -> same_as<bool>; 109 index_type __prod = (__ext.extent(__r) - 1); in __required_span_size_is_representable() 137 for (rank_type __i = __rank_ - 1; __i > 0; __i--) { in __bubble_sort_by_strides() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceGraphBuilder.cpp | 1 //===- DependenceGraphBuilder.cpp ------------------------------------------==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 25 STATISTIC(TotalDefUseEdges, "Number of def-use edges created."); 27 STATISTIC(TotalFineGrainedNodes, "Number of fine-grained nodes created."); 28 STATISTIC(TotalPiBlockNodes, "Number of pi-block nodes created."); 30 "Number of confused memory dependencies between two nodes."); 37 //===--------------------------------------------------------------------===// 39 //===--------------------------------------------------------------------===// [all …]
|