/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_cmd.c | 241 ent->lay->sig = ~xor8_buf(ent->lay, sizeof(*ent->lay)); in set_signature() 255 own = ent->lay->status_own; in poll_timeout() 281 sig = xor8_buf(ent->lay, sizeof(*ent->lay)); in verify_signature() 722 u16 op = MLX5_GET(mbox_in, ent->lay->in, opcode); in dump_command() 743 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); in dump_command() 744 offset += sizeof(ent->lay in dump_command() 869 struct mlx5_cmd_layout *lay; cmd_work_handler() local [all...] |
H A D | mlx5_pagealloc.c | 548 struct mlx5_cmd_layout *lay; in optimal_reclaimed_pages() local 551 ret = (sizeof(lay->out) + MLX5_BLKS_FOR_RECLAIM_PAGES * sizeof(block->data) - in optimal_reclaimed_pages()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | VTTBuilder.h | 108 /// Lay out the secondary VTTs of the given base subobject. 111 /// Lay out the secondary virtual pointers for the given base 122 /// Lay out the secondary virtual pointers for the given base 127 /// Lay out the VTTs for the virtual base classes of the given 132 /// Lay out the VTT for the given subobject, including any
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | FuncletLayout.cpp | 1 //===-- FuncletLayout.cpp - Contiguously lay out funclets -----------------===// 41 "Contiguously Lay Out Funclets", false, false)
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | VTTBuilder.cpp | 37 // Lay out this VTT. in VTTBuilder() 139 // And lay out the secondary virtual pointers for the base class. in LayoutSecondaryVirtualPointers() 207 // If this is the primary VTT, we want to lay out virtual VTTs as well. in LayoutVTT()
|
H A D | RecordLayoutBuilder.cpp | 763 /// lays it out. Will then proceed to lay out all non-virtual base clasess. 779 /// LayoutBase - Will lay out a base and return the offset where it was 1040 // If we have a primary base class, lay it out. in LayoutNonVirtualBases() 1083 // Now lay out the non-virtual bases. in LayoutNonVirtualBases() 1098 // Lay out the base. in LayoutNonVirtualBases() 1175 // Only lay out the virtual base if it's not an indirect primary base. in LayoutVirtualBases() 1199 assert(!Base->Derived && "Trying to lay out a primary virtual base!"); in LayoutVirtualBase() 1393 // Lay out the vtable and the non-virtual bases. in Layout() 1403 // Lay out the virtual bases and add the primary virtual base offsets. in Layout() 2841 // Iterate through the bases and lay out the non-virtual ones. in layoutNonVirtualBases() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 207 // to lay out virtual bases. in initializeChildren() 259 // Only lay this virtual base out directly inside of *this* class if this in initializeChildren() 261 // physically lay it out if it's a topmost derived class. in initializeChildren()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_update.3 | 84 flag is not set on the ELF descriptor, the ELF library will lay out 104 In this case the library will lay out the ELF object using
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | fse_decompress.c | 87 /* Init, lay down lowprob symbols */ in FSE_buildDTable_internal() 108 /* First lay down the symbols in order. in FSE_buildDTable_internal() 109 * We use a uint64_t to lay down 8 bytes at a time. This reduces branch in FSE_buildDTable_internal()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpEmitter.cpp | 127 // Lay out the thread context data, (which is not a part of the stream). in layout() 165 // Lay out the auxiliary data, (which is not a part of the stream). in layout()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LowerTypeTests.h | 146 /// sequence. For example, suppose we have 15 bit sets to lay out: 190 /// Processing Time) multiprocessor scheduling algorithm to lay out the bits
|
/freebsd/share/doc/smm/01.setup/ |
H A D | 0.t | 113 An explanation of how to lay out filesystems on available disks
|
/freebsd/share/doc/usd/contents/ |
H A D | contents.ms | 193 to lay out most documents.
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | direntry.h | 117 * arbitrary machines will lay them out.
|
/freebsd/sys/fs/msdosfs/ |
H A D | direntry.h | 117 * arbitrary machines will lay them out.
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | brcm,brcmnand.yaml | 130 determines how the hardware BCH engine will lay
|
H A D | brcm,brcmnand.txt | 116 determines how the hardware BCH engine will lay
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOBuilder.h | 348 // Lay out header, segment load command, and other load commands. 361 // Lay out content, set segment / section addrs and offsets.
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | SequenceToOffsetTable.h | 107 // Lay out the table in Seqs iteration order. in layout()
|
/freebsd/share/man/man4/ |
H A D | cxgbev.4 | 241 1 allows the driver to lay down one or more mbufs within the receive buffer
|
/freebsd/share/man/man9/ |
H A D | mbuf.9 | 751 are contiguous and lay in the data area of 784 are contiguous and lay in the data area of
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 182 * We just always try to lay things out contiguously. in ffs_blkpref_ufs1() 223 * We just always try to lay things out contiguously. in ffs_blkpref_ufs2()
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_ec.c | 312 * compiler to lay this all out linearly with LIKELY annotations on
|
/freebsd/sys/kern/ |
H A D | imgact_aout.c | 239 if (/* entry point must lay with text region */ in exec_aout_imgact()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 462 But before they lay down, the men of the city, even the men of Sodom, compassed the house round, bo… 491 … wine that night: and the firstborn went in, and lay with her father; and he perceived not when sh… 492 And it came to pass on the morrow, that the firstborn said unto the younger, Behold, I lay yesterni… 493 …ink wine that night also: and the younger arose, and lay with him; and he perceived not when she l… 560 And he said, Lay not thine hand upon the lad, neither do thou any thing unto him: for now I know th… 785 …and he took of the stones of that place, and put them for his pillows, and lay down in that place … 847 …e in unto me; for surely I have hired thee with my son's mandrakes. And he lay with her that night. 983 And when Shechem the son of Hamor the Hivite, prince of the country, saw her, he took her, and lay … 1034 And it came to pass, when Israel dwelt in that land, that Reuben went and lay with Bilhah his fathe… 1106 …, Shed no blood, but cast him into this pit that is in the wilderness, and lay no hand upon him; t… [all …]
|