Searched refs:structure (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c43 static u64 value_read(int offset, int size, void *structure) argument
46 case 1: return *(u8 *) ((char *)structure + offset);
47 case 2: return be16_to_cpup((__be16 *) ((char *)structure + offset));
48 case 4: return be32_to_cpup((__be32 *) ((char *)structure + offset));
49 case 8: return be64_to_cpup((__be64 *) ((char *)structure + offset));
57 * ib_pack - Pack a structure into a buffer
58 * @desc:Array of structure field descriptions
60 * @structure:Structure to pack from
63 * ib_pack() packs a list of structure fields into a buffer,
68 void *structure,
66 ib_pack(const struct ib_field *desc, int desc_len, void *structure, void *buf) argument
130 value_write(int offset, int size, u64 val, void *structure) argument
152 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) argument
[all...]
/freebsd-13-stable/usr.bin/indent/
H A Dindent_codes.h77 #define structure 37 macro
H A Dlexi.c253 if (state->last_token == structure && !state->p_l_follow) {
263 state->last_u_d = (state->last_token == structure);
304 return (structure);
H A Dindent.c103 int di_stack[20]; /* a stack of structure indentation levels */
620 ps.in_or_st = false; /* turn off flag for structure decl or
763 * structure declaration */
782 * structure declaration, we
852 if (ps.in_decl && ps.in_or_st) { /* this is either a structure
904 if (ps.dec_nest > 0) { /* we are in multi-level structure
967 case structure:
983 ps.in_or_st = true; /* this might be a structure or initialization
/freebsd-13-stable/stand/i386/btx/lib/
H A Dbtxv86.S27 # Fields in V86 interface structure.
47 .set SIZ_V86,0x38 # Size of V86 structure
82 # V86 interface structure.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc9 * This is the master file that defines all the data structure, signature,
23 * declarations for one structure is enabled by defining the field activation
24 * macro associated with that structure. Only one field activation record
28 * Examples of how the template is used to instantiate structure definition:
29 * 1. To declare a structure:
66 /* Definition of member fields of the per-function control structure. */
97 /* This is an internal data structure used by value profiler. It
124 /* Definition of member fields of the raw profile header data structure. */
210 /* Definition of member fields of the function record structure in coverage
308 * This is the header of the data structure tha
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc9 * This is the master file that defines all the data structure, signature,
23 * declarations for one structure is enabled by defining the field activation
24 * macro associated with that structure. Only one field activation record
28 * Examples of how the template is used to instantiate structure definition:
29 * 1. To declare a structure:
66 /* Definition of member fields of the per-function control structure. */
97 /* This is an internal data structure used by value profiler. It
124 /* Definition of member fields of the raw profile header data structure. */
210 /* Definition of member fields of the function record structure in coverage
308 * This is the header of the data structure tha
[all...]
/freebsd-13-stable/stand/efi/include/
H A Defidebug.h90 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh81 * If our p_pgidp points to the same pid structure as our p_pidp, we will
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.cpp31 #define offset_and_size_of(structure, field) \
32 { offsetof(structure, field), sizeof(((structure *)NULL)->field) }
52 /* Change this only if you make a fundamental data structure change here */
57 * structure size if it the runtime is older than the interface */
89 // thread structure information
110 // kmp_desc structure (for info field above)
122 // team structure information
139 // root structure information
146 // ident structure informatio
[all...]
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_pack.h283 void *structure,
289 void *structure);
/freebsd-13-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.S91 # define offsets of fields in hash context structure
98 #(Note: buffer[] in context structure is NOT needed here :-)
/freebsd-13-stable/sys/conf/
H A Ddtb.build.mk67 # out-of-tree DTS will have a similar directory structure to in-tree,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2208 llvm::StructType *structure = local
2212 unsigned numElements = structure->getNumElements();
2235 llvm::Type *baseType = structure->getElementType(fieldIndex);
2274 llvm::Type *baseType = structure->getElementType(fieldIndex);
2282 elements[i] = llvm::Constant::getNullValue(structure->getElementType(i));
2285 return llvm::ConstantStruct::get(structure, elements);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk145 # in .for loops. This would preserve the structure of the expression while
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc524 // The file system can have an arbitrary structure on z/OS; must go with the
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql235 BASE nodes and on top of other WORKING nodes, due to nested tree structure
284 modifying the working copy tree structure. All nodes below the root
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js2914 // Init the element's event structure and main handler, if this is the first
6950 function addToPrefiltersOrTransports( structure ) {
6977 list = structure[ dataType ] = structure[ dataType ] || [];
6978 // then we add to the structure accordingly
6986 function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR,
6994 var list = structure[ dataType ],
6997 executeOnly = ( structure === prefilters ),
7010 structure, options, originalOptions, jqXHR, selection, inspected );
7018 structure, option
[all...]
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c500 * communication occurs through this data structure, with fields
1416 see the structure description for that.
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dvpaes-armv8.S702 ## The structure here is very similar to the 128-bit

Completed in 305 milliseconds