Home
last modified time | relevance | path

Searched refs:Stamp (Results 1 – 11 of 11) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c51 UInt32 Stamp; member
119 ((CPpmd8_Node *)node)->Stamp = EMPTY_NODE; in InsertNode()
158 ((CPpmd8_Node *)p->LoUnit)->Stamp = 0; in GlueFreeBlocks()
173 while ((node2 = node + node->NU)->Stamp == EMPTY_NODE) in GlueFreeBlocks()
310 ((CPpmd8_Node *)p->LoUnit)->Stamp = 0; in ExpandTextArea()
314 for (; node->Stamp == EMPTY_NODE; node += node->NU) in ExpandTextArea()
316 node->Stamp = 0; in ExpandTextArea()
328 while (node->Stamp == 0) in ExpandTextArea()
H A Darchive_ppmd7.c66 UInt16 Stamp; /* must be at offset 0 as CPpmd7_Context::NumStats. Stamp=0 means free */ member
203 node->Stamp = 0; in GlueFreeBlocks()
207 NODE(head)->Stamp = 1; in GlueFreeBlocks()
211 ((CPpmd7_Node *)p->LoUnit)->Stamp = 1; in GlueFreeBlocks()
222 if (node2->Stamp != 0 || nu >= 0x10000) in GlueFreeBlocks()
/src/sys/dev/hptmv/
H A Dgui_lib.c563 ULONG Stamp = GetStamp(); in hpt_create_array_v2() local
620 pArray->u.array.dArStamp = Stamp; in hpt_create_array_v2()
669 pChild->u.array.dArStamp = Stamp; in hpt_create_array_v2()
705 pArray->u.array.dArStamp = Stamp; in hpt_create_array_v2()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp946 uint32_t Stamp = JC.getCRC(); in emitProfileNotes() local
947 FileChecksums.push_back(Stamp); in emitProfileNotes()
968 write(Stamp); in emitProfileNotes()
975 Func->writeOut(Stamp); in emitProfileNotes()
/src/crypto/openssl/test/
H A DCAtsa.cnf3 # This config is used by the Time Stamp Authority tests.
/src/crypto/openssl/doc/man3/
H A DTS_VERIFY_CTX.pod46 The Time-Stamp Protocol (TSP) is defined by RFC 3161. TSP is a protocol used to
H A DOPENSSL_ia32cap.pod39 =item bit #0+4 denoting presence of Time-Stamp Counter;
/src/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daes.txt131 rdtsc.h a header file that provides access to the Time Stamp Counter
/src/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in65 server application as specified in RFC 3161 (Time-Stamp Protocol, TSP). A
/src/contrib/file/magic/Magdir/
H A Dwindows1557 #Tag|Version|Vendor|Vendor ID|Creation Time Stamp|Cartridge Label|Side|Media ID|Media Domain ID|Ven…
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsX86.td45 // Read Time Stamp Counter.