HomeSort by relevance Sort by last modified time
    Searched refs:psz (Results 1 - 25 of 65) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidbg.h 32 typedef char *PSZ;
45 #define TrapSz(psz) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz))
46 #define TrapSz1(psz,a1) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1))
47 #define TrapSz2(psz,a1,a2) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2))
48 #define TrapSz3(psz,a1,a2,a3) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3))
49 #define TrapSz4(psz,a1,a2,a3,a4) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4)
    [all...]
propvarutil.h 83 HRESULT InitPropVariantFromString(PCWSTR psz, PROPVARIANT *ppropvar);
95 inline HRESULT InitPropVariantFromString(PCWSTR psz, PROPVARIANT *ppropvar)
99 hres = SHStrDupW(psz, &ppropvar->pwszVal);
strsafe.h 141 STRSAFEAPI StringLengthWorkerA(STRSAFE_LPCSTR psz,size_t cchMax,size_t *pcchLength);
142 STRSAFEAPI StringLengthWorkerW(STRSAFE_LPCWSTR psz,size_t cchMax,size_t *pcchLength);
    [all...]
ddeml.h 244 HSZ WINAPI DdeCreateStringHandleA(DWORD idInst,LPCSTR psz,int iCodePage);
245 HSZ WINAPI DdeCreateStringHandleW(DWORD idInst,LPCWSTR psz,int iCodePage);
246 DWORD WINAPI DdeQueryStringA(DWORD idInst,HSZ hsz,LPSTR psz,DWORD cchMax,int iCodePage);
247 DWORD WINAPI DdeQueryStringW(DWORD idInst,HSZ hsz,LPWSTR psz,DWORD cchMax,int iCodePage);
shlwapi.h 68 LWSTDAPI_(LPSTR) StrPBrkA(LPCSTR psz,LPCSTR pszSet);
69 LWSTDAPI_(LPWSTR) StrPBrkW(LPCWSTR psz,LPCWSTR pszSet);
76 LWSTDAPI_(int) StrSpnA(LPCSTR psz,LPCSTR pszSet);
77 LWSTDAPI_(int) StrSpnW(LPCWSTR psz,LPCWSTR pszSet);
90 LWSTDAPI_(WINBOOL) StrTrimA(LPSTR psz,LPCSTR pszTrimChars);
91 LWSTDAPI_(WINBOOL) StrTrimW(LPWSTR psz,LPCWSTR pszTrimChars);
120 LWSTDAPI SHStrDupA(LPCSTR psz,WCHAR **ppwsz);
121 LWSTDAPI SHStrDupW(LPCWSTR psz,WCHAR **ppwsz);
    [all...]
commctrl.h 2199 LPCSTR psz; member in struct:tagLVFINDINFOA
2207 LPCWSTR psz; member in struct:tagLVFINDINFOW
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 194 const FX_WCHAR* psz = pSyntax->GetCurrentString(iLen); local
196 FDE_GetCSSMediaTypeByName(psz, iLen);
385 int32_t FDE_GetCSSPersudoLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) {
386 FXSYS_assert(*psz == ':');
387 const FX_WCHAR* pStart = psz;
388 while (psz < pEnd) {
389 FX_WCHAR wch = *psz;
391 ++psz;
396 return psz - pStart;
398 int32_t FDE_GetCSSNameLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) {
    [all...]
fde_cssstylesheet.h 13 const FX_WCHAR* psz,
17 m_dwHash(FX_HashCode_String_GetW(psz, iLen, bIgnoreCase)),
25 const FX_WCHAR* psz,
31 const FX_WCHAR* psz,
fde_cssdatatable.h 102 CFDE_CSSValueListParser(const FX_WCHAR* psz, int32_t iLen, FX_WCHAR separator)
103 : m_Separator(separator), m_pCur(psz), m_pEnd(psz + iLen) {
104 FXSYS_assert(psz != NULL && iLen > 0);
fde_csssyntax.cpp 301 const FX_WCHAR* psz = m_TextData.GetBuffer(); local
302 if (FXSYS_wcsncmp(L"charset", psz, iLen) == 0) {
304 } else if (FXSYS_wcsncmp(L"import", psz, iLen) == 0) {
312 } else if (FXSYS_wcsncmp(L"media", psz, iLen) == 0) {
316 } else if (FXSYS_wcsncmp(L"font-face", psz, iLen) == 0) {
319 } else if (FXSYS_wcsncmp(L"page", psz, iLen) == 0) {
fde_cssstyleselector.cpp 551 const FX_WCHAR* psz,
553 FXSYS_assert(pDecl != NULL && psz != NULL && iLen > 0);
558 if (pSyntax->Init(psz, iLen, 32, TRUE)) {
560 const FX_WCHAR* psz; local
569 psz = pSyntax->GetCurrentString(iLen);
570 args.pProperty = FDE_GetCSSPropertyByName(psz, iLen);
572 wsName = CFX_WideStringC(psz, iLen);
576 psz = pSyntax->GetCurrentString(iLen);
578 pDecl->AddProperty(&args, psz, iLen);
581 psz = pSyntax->GetCurrentString(iLen);
    [all...]
fde_cssdeclaration.cpp 62 FX_WCHAR* psz = local
64 if (psz == NULL) {
67 FXSYS_wcsncpy(psz, pszValue, iValueLen);
68 psz[iValueLen] = '\0';
70 pCache->SetAt(pKey, psz);
72 return psz;
    [all...]
  /external/jemalloc/test/integration/
rallocx.c 117 size_t psz, qsz, i, j; local
126 psz = sallocx(p, 0);
128 assert_false(validate_fill(p, 0, 0, psz),
130 memset(p, FILL_BYTE, psz);
131 assert_false(validate_fill(p, FILL_BYTE, 0, psz),
138 if (q != p || qsz != psz) {
140 psz), "Expected filled memory");
141 assert_false(validate_fill(q, 0, psz, qsz-psz),
144 if (psz != qsz)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 452 GLfloat psz[4], col[4], restore_psz, restore_alpha; local
454 _tnl_get_attr(ctx, v0, _TNL_ATTRIB_POINTSIZE, psz);
457 restore_psz = psz[0];
460 if (psz[0] >= ctx->Point.Threshold) {
461 psz[0] = MIN2(psz[0], ctx->Point.MaxSize);
464 GLfloat dsize = psz[0] / ctx->Point.Threshold;
465 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
469 if (psz[0] < 1.0)
470 psz[0] = 1.0
    [all...]
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 201 int psz = getpagesize(); local
227 outsize = (outsize + psz - 1) & ~(psz - 1);
  /external/toybox/toys/pending/
file.c 85 psz = sysconf(_SC_PAGE_SIZE), lib = 0; local
87 mapoff = phoff^(phoff&(psz-1));
  /external/jemalloc/test/unit/
mallctl.c 251 size_t sz, psz, qsz; local
255 psz = 42;
256 qsz = nallocx(psz, 0) + 1;
286 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i]));
300 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i]));
  /ndk/sources/host-tools/nawk-20071023/
lex.c 101 int gettok(char **pbuf, int *psz) /* get next input token */
105 int sz = *psz;
160 *psz = sz;
  /external/lzma/CPP/Common/
MyWindows.h 194 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 310 int psz = preds.size(); local
311 for (int i = 0; i < psz; i++) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 346 int psz = preds.size(); local
348 for (int i = 0; i < psz; i++) {
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 352 int psz = preds.size(); local
354 for (int i = 0; i < psz; i++) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 353 int psz = preds.size(); local
355 for (int i = 0; i < psz; i++) {
  /external/v8/benchmarks/
regexp.js 113 var s20 = computeInputVariants('uggc://ubzr.zlfcnpr.pbz/vaqrk.psz', 93);
116 var s23 = computeInputVariants('uggc://cebsvyr.zlfcnpr.pbz/vaqrk.psz', 85);
225 var s44 = computeInputVariants('uggc://zrffntvat.zlfcnpr.pbz/vaqrk.psz', 77);
238 var s57 = computeInputVariants('uggc://sevraqf.zlfcnpr.pbz/vaqrk.psz', 44);
    [all...]
  /external/opencv3/modules/features2d/src/kaze/
AKAZEFeatures.cpp 1638 int psz = (int)ceil(2.f*pattern_size \/ (float)gdiv); local
    [all...]

Completed in 1329 milliseconds

1 2 3