Home
last modified time | relevance | path

Searched +full:function +full:- +full:mask (Results 1 – 25 of 1075) sorted by relevance

12345678910>>...43

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp1 //===- BlockVerifier.cpp - FDR Block Verifier --------
15 constexpr unsigned long long mask(BlockVerifier::State S) { mask() function
[all...]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c1 /*-
45 * This function removes the element at the given index and returns
55 retval = radix_tree_delete(&xa->xa_head, index); in __xa_erase()
75 * This function returns the element pointer at the given index. A
84 retval = radix_tree_lookup(&xa->xa_head, index); in xa_load()
94 * This is an internal function used to sleep until more memory
106 * This function iterates the xarray until it finds a free slot where
109 * "mask" argument defines the maximum index allowed, inclusivly, and
112 * or not. This function returns zero upon success or a negative error
113 * code on failure. A typical error code is -ENOMEM which means either
[all …]
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
53 * Drivers should only use function for functionality that is not
54 * available via another bhnd_chipc() function.
65 * Write @p value with @p mask to a PMU chipctrl register.
70 * @param mask The mask of bits to be written from @p value.
72 * Drivers should only use function for functionality that is not
73 * available via another bhnd_pmu() function.
77 uint32_t mask) in bhnd_pmu_write_chipctrl() argument
79 return (BHND_PMU_WRITE_CHIPCTRL(dev, reg, value, mask)); in bhnd_pmu_write_chipctrl()
[all …]
H A Dbhnd_pmu_if.m1 #-
59 uint32_t mask)
72 uint32_t mask)
85 uint32_t mask)
139 * Drivers should only use function for functionality that is not
140 * available via another bhnd_chipc() function.
150 * Write @p value with @p mask to a PMU chipctrl register.
155 * @param mask The mask of bits to be written from @p value.
157 * Drivers should only use function for functionality that is not
158 * available via another bhnd_pmu() function.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-single.txt1 One-register-per-pin type device tree based pinctrl driver
4 - compatible : "pinctrl-single" or "pinconf-single".
5 "pinctrl-single" means that pinconf isn't supported.
6 "pinconf-single" means that generic pinconf is supported.
8 - reg : offset and length of the register set for the mux registers
10 - #pinctrl-cells : number of cells in addition to the index, set to 1
11 or 2 for pinctrl-single,pins and set to 2 for pinctrl-single,bits
13 - pinctrl-single,register-width : pinmux register access width in bits
15 - pinctrl-single,function-mask : mask of allowed pinmux function bits
19 - pinctrl-single,function-off : function off mode for disabled state if
[all …]
H A Dpinctrl-single.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tony Lindgren <tony@atomide.com>
21 - enum:
22 - pinctrl-single
23 - pinconf-single
24 - items:
25 - enum:
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h1 //===- llvm/Analysis/VectorUtils.h - Vector utilities -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
26 /// The Vector Function Database.
39 /// Retrieve the scalar-to-vector mappings associated to the rule of
40 /// a vector Function ABI.
46 const StringRef ScalarName = CI.getCalledFunction()->getName(); in getVFABIMappings()
49 // The check for the vector-function-abi-variant attribute is done when in getVFABIMappings()
60 // function in the Module M. in getVFABIMappings()
[all …]
/freebsd/lib/libc/compat-43/
H A Dsigpause.230 .\" IEEE Std 1003.1-2008
66 function modifies signal dispositions.
87 to the signal mask of the calling process before executing the signal
89 signal mask of the calling process to its state prior to the delivery
99 mask of the calling process and
109 is removed from the signal mask of the calling process.
113 function adds
115 to the signal mask of the calling process.
119 function removes
121 from the signal mask of the calling process.
[all …]
/freebsd/contrib/lua/src/
H A Dldblib.c25 ** hook function.
89 ** Auxiliary function used by several library functions: check for
90 ** an optional thread as function's first argument and set 'arg' with
101 return L; /* function will operate over current thread */ in getthread()
113 lua_setfield(L, -2, k); in settabss()
118 lua_setfield(L, -2, k); in settabsi()
123 lua_setfield(L, -2, k); in settabsb()
128 ** In function 'db_getinfo', the call to 'lua_getinfo' may push
130 ** these objects. Function 'treatstackoption' puts the result from
136 lua_rotate(L, -2, 1); /* exchange object and table */ in treatstackoption()
[all …]
/freebsd/share/man/man9/
H A Dmicroseq.942 .Bl -enum -offset indent
64 Mask macros are defined in the standard ppbus include files for each valid
69 In any other mode, drivers may be tri-stated by
74 This read-only register reflects the inputs on the parallel port interface.
76 .Bl -column "Bit" "Name" "Description" -compact
90 .Bl -column "Bit" "Name " "Description" -compact
108 .Bd -literal
111 #define MS_OP_RFETCH 2 /* rfetch <reg>, <mask>, <ptr> */
112 #define MS_OP_RSET 3 /* rset <reg>, <mask>, <mask> */
113 #define MS_OP_RASSERT 4 /* rassert <reg>, <mask> */
[all …]
H A Dsuperio.92 .\" SPDX-License-Identifier: BSD-2-Clause
53 .Fn superio_dev_disable "device_t dev" "uint8_t mask"
55 .Fn superio_dev_enable "device_t dev" "uint8_t mask"
57 .Fn superio_dev_enabled "device_t dev" "uint8_t mask"
91 function is used to get a vendor of the Super I/O controller
100 function is used to get a device ID of the Super I/O controller
105 function is used to get a revision ID of the Super I/O controller
110 function is used to find a device on the
127 is -1.
131 function is used to read data from the Super I/O configuration register
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp1 //===-- StackMapLivenessAnalysis.cpp - StackMap live Out Analysis ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // the liveness for each basic block in a function and attaches the register
11 // live-out information to a stackmap or patchpoint intrinsic if present.
13 //===----------------------------------------------------------------------===//
32 "enable-patchpoint-liveness", cl::Hidden, cl::init(true),
43 /// a function and attaches the register live-out information to a patchpoint
46 /// This pass can be disabled via the -enable-patchpoint-liveness=false flag.
49 /// aformentioned intrinsic to function.
[all …]
/freebsd/crypto/libecc/src/nn/
H A Dnn.c2 * Copyright (C) 2017 - This file is part of libecc project
7 * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
37 * above wlen is made of zero words. The function does NOT check
44 * (error in -Werror) is triggered at compilation time.
52 for (i = A->wlen; i < NN_MAX_WORD_LEN; i++) { in __nn_is_wlen_consistent()
53 val |= (A)->val[i]; in __nn_is_wlen_consistent()
60 * Verify that pointed nn has already been initialized. This function
61 * should be used as a safety net in all function before using a nn
62 * received as parameter. Returns 0 on success, -1 on error.
69 MUST_HAVE((A->magic == NN_MAGIC), ret, err); in nn_check_initialized()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h1 //==- AMDGPUArgumentrUsageInfo.h - Function Arg Usage Info -------*- C++ -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 class Function; variable
35 unsigned Mask; member
41 ArgDescriptor(unsigned Val = 0, unsigned Mask = ~0u, bool IsStack = false,
43 : Reg(Val), Mask(Mask), IsStack(IsStack), IsSet(IsSet) {} in Reg()
45 static ArgDescriptor createRegister(Register Reg, unsigned Mask = ~0u) {
46 return ArgDescriptor(Reg, Mask, false, true);
49 static ArgDescriptor createStack(unsigned Offset, unsigned Mask = ~0u) {
[all …]
/freebsd/contrib/openbsm/libbsm/
H A Dau_mask.31 .\"-
45 These interfaces support processing of an audit mask represented by type
48 or not an event is matched by a mask.
52 function
55 is matched by the audit mask passed via
71 which causes the event to be re-looked up rather than read from the cache,
78 function
79 converts a string representation of an audit mask passed via a character
82 returning the resulting mask, if valid, via
87 function
[all …]
/freebsd/sys/dev/ppbus/
H A Dppb_msq.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
37 #define MS_INS_MASK 0x00ff /* mask to retrieve the instruction position < 256 XXX */
38 #define MS_ARG_MASK 0x0f00 /* mask to retrieve the argument number */
39 #define MS_TYP_MASK 0xf000 /* mask to retrieve the type of the param */
41 /* offset of each mask (see above) */
50 #define MS_TYP_FUN 0x3 /* function pointer */
61 /* microsequence opcodes - do not change! */
65 #define MS_OP_RFETCH 2 /* rfetch <reg>, <mask>, <ptr> */
66 #define MS_OP_RSET 3 /* rset <reg>, <mask>, <mask> */
[all …]
/freebsd/sys/dev/ice/
H A Dice_bitops.h1 /* SPDX-License-Identifier: BSD-3-Clause */
53 #define BITS_TO_CHUNKS(sz) (((sz) + BITS_PER_CHUNK - 1) / BITS_PER_CHUNK)
57 #define LAST_CHUNK_BITS(nr) ((((nr) - 1) % BITS_PER_CHUNK) + 1)
60 (BITS_PER_CHUNK - LAST_CHUNK_BITS(nr)))
80 * and define macro ICE_ATOMIC_BITOPS to overwrite the default non-atomic
113 * ice_is_bit_set - Check state of a bit in a bitmap
127 * ice_clear_bit - Clea
214 ice_bitmap_t res = 0, mask; ice_and_bitmap() local
251 ice_bitmap_t mask; ice_or_bitmap() local
282 ice_bitmap_t mask; ice_xor_bitmap() local
313 ice_bitmap_t mask; ice_andnot_bitmap() local
473 ice_bitmap_t mask; ice_cmp_bitmap() local
[all...]
/freebsd/contrib/ncurses/man/
H A Dcurs_mouse.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
32 .TH curs_mouse 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
56 \fB\%mouseinterval\fP \-
90 pseudo-key values in the \fB\%wgetch\fP(3X) input stream.
92 The \fB\%has_mouse\fP function returns \fBTRUE\fP if the mouse driver
98 function such as \fB\%getstr\fP that expects a linefeed for input-loop
101 To make mouse events visible, use the \fB\%mousemask\fP function.
105 The function returns an updated copy of \fInewmask\fP
109 or if the terminal does not support mouse-events,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp1 //===-- SystemZTDC.cpp - Utilize Test Data Class instruction --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 // 1: fcmp pred X, 0 -> tdc X, mask
15 // 2: fcmp pred X, +-inf -> tdc X, mask
16 // 3: fcmp pred X, +-minnorm -> tdc X, mask
17 // 4: tdc (fabs X), mask -> tdc X, newmask
18 // 5: icmp slt (bitcast float X to int), 0 -> tdc X, mask [ie. signbit]
19 // 6: icmp sgt (bitcast float X to int), -1 -> tdc X, mask
20 // 7: icmp ne/eq (call @llvm.s390.tdc.*(X, mask)) -> tdc X, mask/~mask
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c45 * ---------
54 /* ------------------------------------------------------------------------ */
55 /* Function: count_mask_bits */
56 /* Returns: number of consecutive bits starting at "mask". */
57 /* Parameters: mask(I) - netmask */
58 /* lastp(I) - pointer to last word with a bit set */
64 /* ------------------------------------------------------------------------ */
66 count_mask_bits(addrfamily_t *mask, u_32_t **lastp) in count_mask_bits() argument
68 u_32_t *mp = (u_32_t *)&mask->adf_addr; in count_mask_bits()
73 mlen = mask->adf_len - offsetof(addrfamily_t, adf_addr); in count_mask_bits()
[all …]
/freebsd/share/man/man3/
H A Dpthread_sigmask.332 .Nd examine and/or change a thread's signal mask
44 function examines and/or changes the calling thread's signal mask.
52 specifies what to set the signal mask to:
53 .Bl -tag -width SIG_UNBLOCK
55 Union of the current mask and
58 Intersection of the current mask and the complement of
66 is not NULL, the previous signal mask is stored in the location pointed to by
72 cannot be blocked, and will be silently ignored if included in the signal mask.
81 function will fail if:
82 .Bl -tag -width Er
[all …]
/freebsd/contrib/libbegemot/
H A Drpoll.man2 '\" Copyright (c)1996-2006 by Hartmut Brandt
33 rpoll - callback functions for file descriptors and timers
43 .RB "func" ", void *" "arg" ", int " "mask" ");"
66 probably not portable to other systems - not all systems support both calls.
79 defined callback function. These functions need to be registered.
84 .I mask
85 is an event mask.
96 is the user function to be called and
98 is a user supplied argument for this function.
99 The callback functions is called with the file descriptor, a mask
[all …]
/freebsd/sys/dev/ixl/
H A Di40e_lan_hmc.c3 Copyright (c) 2013-2018, Intel Corporation
44 * i40e_align_l2obj_base - aligns base object pointer to 512 bytes
47 * Aligns the layer 2 function private memory so it's 512-byte aligned.
54 aligned_offset += (I40E_HMC_L2OBJ_BASE_ALIGNMENT - in i40e_align_l2obj_base()
61 * i40e_calculate_l2fpm_size - calculates layer 2 FPM memory size
67 * Calculates the maximum amount of memory for the function required, based
91 * i40e_init_lan_hmc - initialize i40e_hmc_info struct
98 * This function will be called once per physical function initialization.
104 * - HMC Resource Profile has been selected before calling this function.
115 hw->hmc.signature = I40E_HMC_INFO_SIGNATURE; in i40e_init_lan_hmc()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1 //===- IRBuilder.cpp - Builder for LLVM Instrs ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
20 #include "llvm/IR/Function.h"
40 /// CreateGlobalString - Make a new global variable with an initializer that
50 M = BB->getParent()->getParent(); in CreateGlobalString()
52 *M, StrConstant->getType(), true, GlobalValue::PrivateLinkage, in CreateGlobalString()
54 GV->setUnnamedAddr(GlobalValue::UnnamedAddr::Global); in CreateGlobalString()
55 GV->setAlignment(Align(1)); in CreateGlobalString()
[all …]
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_key.h5 * Copyright(c) 2007-2023 Intel Corporation. All rights reserved.
46 * @defgroup cpaCyKeyGen Cryptographic Key and Mask Generation API
51 * These functions specify the API for key and mask generation
107 * @par SSL Master-Secret Derivation:
109 * <br> secret = pre-master secret key
113 * @par SSL Key-Material Derivation:
120 * used for master-secret derivation.
137 /**< Flat buffer containing a pointer to either the master or pre-master
139 * bytes. Implementation-specific limits may apply to this length. */
142 * Implementation-specific limits may apply to this length. */
[all …]

12345678910>>...43