Home
last modified time | relevance | path

Searched refs:p_Size (Results 1 – 10 of 10) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/windows/TapDriver6/
H A Dmem.c33 __in ULONG p_Size, in MemAlloc() argument
39 if (p_Size) in MemAlloc()
43 if (NdisAllocateMemoryWithTag (&l_Return, p_Size, 'APAT') in MemAlloc()
48 NdisZeroMemory (l_Return, p_Size); in MemAlloc()
68 __in ULONG p_Size in MemFree() argument
71 if (p_Addr && p_Size) in MemFree()
76 NdisZeroMemory (p_Addr, p_Size); in MemFree()
78 NdisFreeMemory (p_Addr, p_Size, 0); in MemFree()
H A Dmem.h31 __in ULONG p_Size,
38 __in ULONG p_Size
H A Dhexdump.h57 VOID HexDump (unsigned char *p_Buffer, unsigned long p_Size);
/dports/games/briquolo/briquolo-0.5.7/src/MOGL/
H A DMOGL_PoliceTTF.h65 MOGL_PoliceTTF(unsigned int p_Size, int p_Style = MOGL_TTF_STYLE_NORMAL);
H A DMOGL_PoliceTTF.cpp49 MOGL_PoliceTTF::MOGL_PoliceTTF(unsigned int p_Size, int p_Style ): _NbCaractere(0), _Caracteres(NUL… in MOGL_PoliceTTF() argument
50 … _LastTextureY(0), maxHeightCarac(0), _Font(NULL), _Size(p_Size), _Style(p_Style) in MOGL_PoliceTTF()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dtest.cc135 std::clog << _2S(a, r) << ", of size: " << p_Size(a, r); in PrintSized()
/dports/math/singular/Singular-Release-4-2-1/kernel/
H A Dpolys.h318 #define pSize(p) p_Size(p,currRing)
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.h225 int p_Size( poly p, const ring r );
H A Dp_polys.cc3310 int p_Size(poly p, const ring r) in p_Size() function
/dports/math/singular/Singular-Release-4-2-1/libpolys/tests/
H A Dpolys_test.h83 std::clog << _2S(a, r) << ", of size: " << p_Size(a, r);