HomeSort by: relevance | last modified time | path
    Searched defs:Block (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libtelnet/
encrypt.h 63 #define Block des_cblock
70 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_allocator.h 154 /// N is the lower-bound size of the block of memory to return from the
155 /// allocation function. N is used to compute the size of a block, which is
156 /// cache-line-size multiples worth of memory. We compute the size of a block by
166 // The Allocator returns memory as Block instances.
167 struct Block {
213 if (((AllocatedBlocks + 1) * Block::Size) > MaxMemory)
220 reinterpret_cast<unsigned char *>(AlignedNextBlock) + Block::Size;
278 Block Allocate() XRAY_NEVER_INSTRUMENT { return {Alloc()}; }
  /src/usr.bin/xlint/lint1/
README.md 158 To distinguish the identifiers, each symbol has a block level.
164 ## Block scope
167 end of analyzing the block, that is, after the closing `}`.
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 961 UINT32 Block = 0;
973 Block = 0;
992 GpeType = "FADT-defined GPE block";
996 GpeType = "GPE Block Device";
1001 Block, GpeBlock, GpeBlock->Node, Buffer, GpeType);
1023 /* Examine each GPE Register within the block */
1130 Block++;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 991 // PXE_VOID Block(PXE_UINT32 enable);
993 // UNDI may need to block multi-threaded/multi-processor access to
996 // When UNDI needs a block, it will call Block() passing a non-zero
997 // value. When UNDI no longer needs a block, it will call Block()
998 // with a zero value. When called, if the Block() is already enabled,
999 // do not return control to the UNDI until the previous Block() is
1004 PXE_UINT64 Block;

Completed in 54 milliseconds