OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Block
(Results
1 - 16
of
16
) sorted by relevancy
/src/lib/libtelnet/
key-proto.h
60
void key_lookup(unsigned char *,
Block
);
61
void key_stream_init(
Block
,
Block
, int);
enc_des.c
66
Block
krbdes_key;
68
Block
temp_feed;
75
Block
str_output;
76
Block
str_feed;
77
Block
str_iv;
78
Block
str_ikey;
114
void fb64_stream_iv(
Block
, struct stinfo *);
120
void fb64_stream_key(
Block
*, struct stinfo *);
216
for (x = 0; x < sizeof(
Block
); ++x) {
259
if (cnt != sizeof(
Block
)) {
[
all
...]
encrypt.h
63
#define
Block
des_cblock
70
#define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(
Block
)))
/src/sys/external/bsd/acpica/dist/tools/examples/
extables.c
316
[0004] PM1A Event
Block
Address : 00000001
317
[0004] PM1B Event
Block
Address : 00000000
318
[0004] PM1A Control
Block
Address : 00000001
319
[0004] PM1B Control
Block
Address : 00000000
320
[0004] PM2 Control
Block
Address : 00000001
321
[0004] PM Timer
Block
Address : 00000001
322
[0004] GPE0
Block
Address : 00000001
323
[0004] GPE1
Block
Address : 00000000
324
[0001] PM1 Event
Block
Length : 04
325
[0001] PM1 Control
Block
Length : 0
[
all
...]
/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/sys/arch/vax/boot/common/
srt0.S
68
mtpr $0x1f,$0x12 #
Block
all interrupts
/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
853
UINT32
Block
= 0;
865
Block
= 0;
884
GpeType = "FADT-defined GPE
block
";
888
GpeType = "GPE
Block
Device";
893
Block
, GpeBlock, GpeBlock->Node, Buffer, GpeType);
915
/* Examine each GPE Register within the
block
*/
1022
Block
++;
/src/common/dist/zlib/contrib/delphi/
ZLib.pas
20
TFree = procedure (AppData,
Block
: Pointer); cdecl;
112
compressed data is exhausted and the next
block
is read from the input stream.
223
procedure _free(
Block
: Pointer); cdecl;
225
FreeMem(
Block
);
260
procedure zlibFreeMem(AppData,
Block
: Pointer); cdecl;
262
FreeMem(
Block
);
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
261
procedure _free(
Block
: Pointer); cdecl;
263
FreeMem(
Block
);
/src/sys/dev/pci/
cs4281reg.h
273
0000h - 03FFh FIFO RAM Audio Sample RAM Memory
Block
- FIFOs
/src/sys/arch/sandpoint/
README
81
The Embedded Utilities Memory
Block
(EUMB) is set to be 1M below the end
/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
;
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc
24
#include <
Block
.h>
159
dispatch_block_t
block
= (dispatch_block_t)param;
local
160
block
();
164
dispatch_block_t
block
= (dispatch_block_t)param;
local
165
block
();
166
Block_release(
block
);
170
TSAN_INTERCEPTOR(void, name, dispatch_queue_t q, dispatch_block_t
block
) { \
171
SCOPED_TSAN_INTERCEPTOR(name, q,
block
); \
173
dispatch_block_t heap_block = Block_copy(
block
); \
186
DISPATCH_NOESCAPE dispatch_block_t
block
) { \
[
all
...]
/src/sys/arch/mac68k/obio/
iwm.s
37
* o The local routines do not
block
any interrupts.
40
* time critical and do not
block
interrupts.
43
*
block
all interrupts because otherwise the current sector data
54
* may be necessary to
block
interrupts after completion of the routine
211
movel %a6@(0x08),%a4 | Get param
block
address
671
oriw #0x0600,%sr |
Block
all interrupts
985
oriw #0x0600,%sr |
Block
all interrupts
/src/common/lib/libc/arch/sparc64/string/
memcpy.S
273
!! Finished 8 byte
block
, unload the regs.
470
*
Block
copy. Useful for >256 byte copies.
485
brnz,pn %o3, Lmemcpy_fancy ! No, then don't use
block
load/store
491
* Here we use VIS instructions to do a
block
clear of a page.
550
add %o0, %o2, %o5 ! End of source
block
552
andn %o0, 7, %o3 ! Start of
block
638
!! Continue until our dest is
block
aligned
643
btst BLOCK_ALIGN, %o1 !
Block
aligned?
662
* 64-byte aligned -- ready for
block
operations.
664
* Here we have the destination
block
aligned, but th
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026