Searched refs:Stamp (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/hptmv/
H A Dgui_lib.c565 ULONG Stamp = GetStamp(); local
622 pArray->u.array.dArStamp = Stamp;
671 pChild->u.array.dArStamp = Stamp;
707 pArray->u.array.dArStamp = Stamp;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c66 UInt16 Stamp; /* must be at offset 0 as CPpmd7_Context::NumStats. Stamp=0 means free */ member in struct:CPpmd7_Node_
203 node->Stamp = 0;
207 NODE(head)->Stamp = 1;
211 ((CPpmd7_Node *)p->LoUnit)->Stamp = 1;
222 if (node2->Stamp != 0 || nu >= 0x10000)
H A Darchive_ppmd8.c51 UInt32 Stamp; member in struct:CPpmd8_Node_
119 ((CPpmd8_Node *)node)->Stamp = EMPTY_NODE;
158 ((CPpmd8_Node *)p->LoUnit)->Stamp = 0;
173 while ((node2 = node + node->NU)->Stamp == EMPTY_NODE)
305 ((CPpmd8_Node *)p->LoUnit)->Stamp = 0;
309 for (; node->Stamp == EMPTY_NODE; node += node->NU)
311 node->Stamp = 0;
323 while (node->Stamp == 0)
515 Successors may refer to same context. So we check Flags == 0xFF (Stamp == EMPTY_NODE) */

Completed in 244 milliseconds