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

/freebsd-12-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-12-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-12-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-12-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. */
202 /* Definition of member fields of the function record structure in coverage
283 * This is the header of the data structure tha
[all...]
/freebsd-12-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. */
202 /* Definition of member fields of the function record structure in coverage
283 * This is the header of the data structure tha
[all...]
/freebsd-12-stable/stand/efi/include/
H A Defidebug.h90 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p
/freebsd-12-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-12-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-12-stable/sys/ofed/include/rdma/
H A Dib_pack.h283 void *structure,
289 void *structure);
/freebsd-12-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s88 # define offsets of fields in hash context structure
95 #(Note: buffer[] in context structure is NOT needed here :-)
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex186 \emph{off\_struct} & \dtbeginnode & structure block \\\cline{2-2}
211 the \emph{memory reserve table}, the \emph{structure block} and the
218 structure initialised by the firmware that must be preserved by the
223 the structure block as described below.
225 The structure block contains the device tree proper. Each node is
233 ease of parsing.}. The structure block starts with the \dtbeginnode
247 Having seen how to represent the device tree structure as a flattened
491 \item \emph{syntactic structure}: \dtc checks that node and property
495 \item \emph{semantic structure}: In some cases, \dtc checks that
/freebsd-12-stable/sys/conf/
H A Ddtb.build.mk72 # out-of-tree DTS will have a similar directory structure to in-tree,
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2196 llvm::StructType *structure = local
2200 unsigned numElements = structure->getNumElements();
2223 llvm::Type *baseType = structure->getElementType(fieldIndex);
2262 llvm::Type *baseType = structure->getElementType(fieldIndex);
2270 elements[i] = llvm::Constant::getNullValue(structure->getElementType(i));
2273 return llvm::ConstantStruct::get(structure, elements);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1344 When extending this structure you must:
1501 building the structure, it may need to clean up a partially
1591 # dump the structure
/freebsd-12-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-12-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-12-stable/tools/tools/netmap/
H A Dnmreplay.c500 * communication occurs through this data structure, with fields
1416 see the structure description for that.
/freebsd-12-stable/secure/lib/libcrypto/aarch64/
H A Dvpaes-armv8.S702 ## The structure here is very similar to the 128-bit
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1297 % Adding outlines to PDF; macros for calculating structure of outlines
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex1257 % Adding outlines to PDF; macros for calculating structure of outlines
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c566 ** presents to client programs. If a C-function, structure, datatype,
772 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
1179 ** point to a structure that may contain arguments or space in which to
1362 ** object when the iVersion value is increased. Note that the structure
1368 ** structure used by this VFS. mxPathname is the maximum length of
1379 ** structure that SQLite will ever modify. SQLite will only access
1456 ** to hold the [sqlite3_file] structure passed as the third
1458 ** allocate the structure; it should just fill it in. Note that
1481 ** included in the VFS structure for completeness.
1874 ** instance of the [sqlite3_mem_methods] structure
[all...]

Completed in 510 milliseconds