Home
last modified time | relevance | path

Searched defs:p (Results 19376 – 19400 of 733107) sorted by last modified time

1...<<771772773774775776777778779780>>...29325

/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/C/
H A DSort.c8 #define HeapSortDown(p, k, size, temp) \ argument
17 void HeapSort(UInt32 *p, size_t size) in HeapSort()
63 void HeapSort64(UInt64 *p, size_t size) in HeapSort64()
H A DXz.h50 #define XzBlock_GetNumFilters(p) (((p)->flags & XZ_BF_NUM_FILTERS_MASK) + 1) argument
51 #define XzBlock_HasPackSize(p) (((p)->flags & XZ_BF_PACK_SIZE) != 0) argument
52 #define XzBlock_HasUnpackSize(p) (((p)->flags & XZ_BF_UNPACK_SIZE) != 0) argument
53 #define XzBlock_HasUnsupportedFlags(p) (((p)->flags & ~(XZ_BF_NUM_FILTERS_MASK | XZ_BF_PACK_SIZE | … argument
165 void *p; member
370 #define XzUnpacker_GetPackSizeForIndex(p) ((p)->packSize + (p)->blockHeaderSize + XzFlags_GetCheckS… argument
H A DMtCoder.h40 #define MtProgressThunk_Init(p) { (p)->inSize = 0; (p)->outSize = 0; } argument
H A D7zBuf2.c10 void DynBuf_Construct(CDynBuf *p) in DynBuf_Construct()
17 void DynBuf_SeekToBeg(CDynBuf *p) in DynBuf_SeekToBeg()
22 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in DynBuf_Write()
46 void DynBuf_Free(CDynBuf *p, ISzAllocPtr alloc) in DynBuf_Free()
H A D7zCrcOpt.c14 const Byte *p = (const Byte *)data; in CrcUpdateT4() local
33 const Byte *p = (const Byte *)data; in CrcUpdateT8() local
68 const Byte *p = (const Byte *)data; in CrcUpdateT1_BeT4() local
89 const Byte *p = (const Byte *)data; in CrcUpdateT1_BeT8() local
H A DLzFind.c58 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock()
98 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock()
106 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove()
114 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired()
139 void MatchFinder_Construct(CMatchFinder *p) in MatchFinder_Construct()
271 static void MatchFinder_SetLimits(CMatchFinder *p) in MatchFinder_SetLimits()
301 void MatchFinder_Init_LowHash(CMatchFinder *p) in MatchFinder_Init_LowHash()
311 void MatchFinder_Init_HighHash(CMatchFinder *p) in MatchFinder_Init_HighHash()
337 void MatchFinder_Init(CMatchFinder *p) in MatchFinder_Init()
364 static void MatchFinder_Normalize(CMatchFinder *p) in MatchFinder_Normalize()
[all …]
H A DLzma2Dec.c32 #define LZMA2_IS_UNCOMPRESSED_STATE(p) (((p)->control & (1 << 7)) == 0) argument
35 #define LZMA2_DIC_SIZE_FROM_PROP(p) (((UInt32)2 | ((p) & 1)) << ((p) / 2 + 11)) argument
71 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_AllocateProbs()
78 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_Allocate()
85 void Lzma2Dec_Init(CLzma2Dec *p) in Lzma2Dec_Init()
96 static ELzma2State Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b) in Lzma2Dec_UpdateState()
163 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size) in LzmaDec_UpdateWithUncompressed()
175 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, in Lzma2Dec_DecodeToDic()
306 ELzma2ParseStatus Lzma2Dec_Parse(CLzma2Dec *p, in Lzma2Dec_Parse()
427 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,… in Lzma2Dec_DecodeToBuf()
[all …]
H A DLzma2Enc.c49 static void LimitedSeqInStream_Init(CLimitedSeqInStream *p) in LimitedSeqInStream_Init()
106 static void Lzma2EncInt_InitBlock(CLzma2EncInt *p) in Lzma2EncInt_InitBlock()
231 void Lzma2EncProps_Init(CLzma2EncProps *p) in Lzma2EncProps_Init()
240 void Lzma2EncProps_Normalize(CLzma2EncProps *p) in Lzma2EncProps_Normalize()
419 static void Lzma2Enc_FreeOutBufs(CLzma2Enc *p) in Lzma2Enc_FreeOutBufs()
436 CLzma2Enc *p = (CLzma2Enc *)pp; in Lzma2Enc_Destroy() local
467 CLzma2Enc *p = (CLzma2Enc *)pp; in Lzma2Enc_SetProps() local
480 CLzma2Enc *p = (CLzma2Enc *)pp; in Lzma2Enc_SetDataSize() local
487 CLzma2Enc *p = (CLzma2Enc *)pp; in Lzma2Enc_WriteProperties() local
499 CLzma2EncInt *p, in Lzma2Enc_EncodeMt1()
[all …]
H A DXzDec.c98 CBraState *p = ((CBraState *)pp); in BraState_SetProps() local
139 CBraState *p = ((CBraState *)pp); in BraState_Init() local
151 CBraState *p = ((CBraState *)pp); in BraState_Filter() local
181 CBraState *p = ((CBraState *)pp); in BraState_Code2() local
274 CSbDec *p = (CSbDec *)pp; in SbState_Free() local
297 CSbDec *p = (CSbDec *)pp; in SbState_Code2() local
466 static void MixCoder_Free(CMixCoder *p) in MixCoder_Free()
917 void XzUnpacker_Init(CXzUnpacker *p) in XzUnpacker_Init()
952 void XzUnpacker_Free(CXzUnpacker *p) in XzUnpacker_Free()
1600 CXzDecMt *p = (CXzDecMt *)pp; in XzDecMt_Destroy() local
[all …]
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zIn.cpp20 #define Get16(p) GetUi16(p) argument
21 #define Get32(p) GetUi32(p) argument
22 #define Get64(p) GetUi64(p) argument
53 bool *p = &v[0]; in BoolVector_Fill_False() local
261 static inline bool TestSignature(const Byte *p) in TestSignature()
279 #define TestSignature2(p) TestSignature(p) argument
315 const Byte *p = buf + pos + 1; in FindAndReadSignature() local
590 UInt32 *p = &v.Vals[0]; in Read_UInt32_Vector() local
1023 bool *p = &v[0]; in ReadBoolVector() local
1045 bool *p = &v[0]; in ReadBoolVector2() local
[all …]
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp89 wchar_t *p = path.GetBuf_SetEnd(len) + len; in GetPrefixesPath() local
H A DPropIDUtils.cpp335 static void ParseSid(AString &s, const Byte *p, UInt32 lim, UInt32 &sidSize) in ParseSid()
418 static void ParseOwner(AString &s, const Byte *p, UInt32 size, UInt32 pos) in ParseOwner()
429 static void ParseAcl(AString &s, const Byte *p, UInt32 size, const char *strName, UInt32 flags, UIn… in ParseAcl()
537 static bool CheckAcl(const Byte *p, UInt32 size, UInt32 flags, UInt32 offset) throw() in CheckAcl()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/
H A DArchiveExports.cpp22 const char *p = arcInfo->Name; in RegisterArc() local
H A DXzHandler.cpp251 const char *p = NULL; in AddMethodString() local
410 COpenCallbackWrap *p = CONTAINER_FROM_VTBL(pp, COpenCallbackWrap, vt); in OpenCallbackProgress() local
426 CXzs p; member
673 CXzUnpacker p; member
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DCWrappers.cpp62 CCompressProgressWrap *p = CONTAINER_FROM_VTBL(pp, CCompressProgressWrap, vt); in CompressProgress() local
78 CSeqInStreamWrap *p = CONTAINER_FROM_VTBL(pp, CSeqInStreamWrap, vt); in MyRead() local
90 CSeqOutStreamWrap *p = CONTAINER_FROM_VTBL(pp, CSeqOutStreamWrap, vt); in MyWrite() local
123 CSeekInStreamWrap *p = CONTAINER_FROM_VTBL(pp, CSeekInStreamWrap, vt); in InStreamWrap_Read() local
132 CSeekInStreamWrap *p = CONTAINER_FROM_VTBL(pp, CSeekInStreamWrap, vt); in InStreamWrap_Seek() local
193 CByteInBufWrap *p = CONTAINER_FROM_VTBL_CLS(pp, CByteInBufWrap, vt); in Wrap_ReadByte() local
239 CByteOutBufWrap *p = CONTAINER_FROM_VTBL_CLS(pp, CByteOutBufWrap, vt); in Wrap_WriteByte() local
H A DVirtThread.cpp7 static THREAD_FUNC_DECL CoderThread(void *p) in CoderThread()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Compress/
H A DLzma2Decoder.cpp74 #define LZMA2_DIC_SIZE_FROM_PROP_FULL(p) ((p) == 40 ? 0xFFFFFFFF : (((UInt32)2 | ((p) & 1)) << ((p)… argument
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp671 for (int p = 0; p < 6; p++) in main2() local
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DProgressDialog.h166 CProgressCloser(CProgressDialog &p) : _p(&p) {} in CProgressCloser()
/dports/www/firefox/firefox-99.0/nsprpub/tools/
H A Dhttpget.c397 char *p = line + 14; in main() local
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpHeaderArray.cpp372 char* p = in ParseHeaderLine() local
H A DHttpTransactionChild.h126 inline nsISupports* ToSupports(mozilla::net::HttpTransactionChild* p) { in ToSupports()
H A DHttpBaseChannel.cpp4525 nsCOMPtr<nsISupportsPriority> p = do_QueryInterface(newChannel); in SetupReplacementChannel() local
4850 Tokenizer p(headerValue); in TimingAllowCheck() local
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/netinet/
H A Dsctp_output.c6668 const void *p = NULL; local
6674 const void *p = NULL; local
10846 struct thread *p,
13409 struct proc *p = current_proc(); local
13467 struct thread *p
H A Dsctp_pcb.c3228 struct sctp_ifa *sctp_ifap, struct thread *p)
4861 struct thread *p,

1...<<771772773774775776777778779780>>...29325