Home
last modified time | relevance | path

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

/freebsd/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()
305 ((CPpmd8_Node *)p->LoUnit)->Stamp = 0; in ExpandTextArea()
309 for (; node->Stamp == EMPTY_NODE; node += node->NU) in ExpandTextArea()
311 node->Stamp = 0; in ExpandTextArea()
323 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()
/freebsd/crypto/openssl/doc/man3/
H A DTS_VERIFY_CTX_set_certs.pod19 The Time-Stamp Protocol (TSP) is defined by RFC 3161. TSP is a protocol used to
H A DOPENSSL_ia32cap.pod24 =item bit #4 denoting presence of Time-Stamp Counter.
/freebsd/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()
/freebsd/sys/dev/hptmv/
H A Dgui_lib.c565 ULONG Stamp = GetStamp(); in hpt_create_array_v2() local
622 pArray->u.array.dArStamp = Stamp; in hpt_create_array_v2()
671 pChild->u.array.dArStamp = Stamp; in hpt_create_array_v2()
707 pArray->u.array.dArStamp = Stamp; in hpt_create_array_v2()
/freebsd/crypto/openssl/test/
H A DCAtsa.cnf3 # This config is used by the Time Stamp Authority tests.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in63 server application as specified in RFC 3161 (Time-Stamp Protocol, TSP). A
/freebsd/contrib/file/magic/Magdir/
H A Dwindows1557 #Tag|Version|Vendor|Vendor ID|Creation Time Stamp|Cartridge Label|Side|Media ID|Media Domain ID|Ven…
/freebsd/contrib/diff/doc/
H A Ddiff.texi4486 * Time Stamp Order:: Outputting diffs in time stamp order.
4572 @node Time Stamp Order
4573 @subsection Outputting Diffs in Time Stamp Order
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsX86.td45 // Read Time Stamp Counter.