HomeSort by relevance Sort by last modified time
    Searched full:ulong (Results 1251 - 1275 of 1810) sorted by null

<<51525354555657585960>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetSetTest.java     [all...]
VLoadTest.java 305 verify(tmp, tmp2, "Data mismatch ulong: ");
319 verify(tmp, tmp2, "Data mismatch ulong: ");
  /external/valgrind/drd/
drd_bitmap.c 47 static ULong s_bitmap_creation_count;
48 static ULong s_bitmap_merge_count;
49 static ULong s_bitmap2_merge_count;
    [all...]
drd_semaphore.c 45 static ULong s_semaphore_segment_creation_count;
442 ULong DRD_(get_semaphore_segment_creation_count)(void)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h     [all...]
d3drm.h 58 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
59 STDMETHOD_(ULONG,Release)(THIS) PURE;
197 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
198 STDMETHOD_(ULONG,Release)(THIS) PURE;
339 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
340 STDMETHOD_(ULONG,Release)(THIS) PURE;
    [all...]
mapitags.h 9 #define FIsTransmittable(ulPropTag) ((PROP_ID (ulPropTag) < (ULONG)0x0E00) || (PROP_ID (ulPropTag) >= (ULONG)0x8000) || ((PROP_ID (ulPropTag) >= (ULONG)0x1000) && (PROP_ID (ulPropTag) < (ULONG)0x6000)) || ((PROP_ID (ulPropTag) >= (ULONG)0x6800) && (PROP_ID (ulPropTag) < (ULONG)0x7C00)))
    [all...]
mfapi.h 86 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
87 STDMETHOD_(ULONG, Release)(THIS) PURE;
418 void* WINAPI MFHeapAlloc(size_t nSize,ULONG dwFlags,char *pszFile,int line,EAllocationType eat);
465 ULONG lSampleSize;
499 HRESULT WINAPI MFStartup(ULONG Version,DWORD dwFlags);
506 extern "C" HRESULT WINAPI MFStartup(ULONG Version,DWORD dwFlags = MFSTARTUP_FULL);
    [all...]
rpcndr.h 342 typedef ULONG (__RPC_API *USER_MARSHAL_SIZING_ROUTINE)(ULONG *,ULONG,void *);
343 typedef unsigned char *(__RPC_API *USER_MARSHAL_MARSHALLING_ROUTINE)(ULONG *,unsigned char *,void *);
344 typedef unsigned char *(__RPC_API *USER_MARSHAL_UNMARSHALLING_ROUTINE)(ULONG *,unsigned char *,void *);
345 typedef void (__RPC_API *USER_MARSHAL_FREEING_ROUTINE)(ULONG *,void *);
    [all...]
_dbdao.h 200 ULONG cBytes() { return SysStringByteLen(m_bstr); }
217 VOID SetRichErrorInfo(LPOLESTR pstrSource,LPOLESTR pstrDescription,LPOLESTR pstrHelpFile,ULONG ulHelpID) const;
tsuserex.h 109 ULONG (WINAPI *AddRef)(IADsTSUserEx *This);
110 ULONG (WINAPI *Release)(IADsTSUserEx *This);
winreg.h 147 WINADVAPI LONG WINAPI RegConnectRegistryExA(LPCSTR lpMachineName,HKEY hKey,ULONG Flags,PHKEY phkResult);
148 WINADVAPI LONG WINAPI RegConnectRegistryExW(LPCWSTR lpMachineName,HKEY hKey,ULONG Flags,PHKEY phkResult);
wmiatlprov.h 62 HRESULT WINAPI ConstructErrorObject (const ULONG ulStatusCode,const BSTR bstrDescription,const BSTR bstrOperation,const BSTR bstrParameter,const BSTR bstrProviderName,IWbemClassObject **ppErrorObject) {
260 hr = pPath->GetInfo((ULONG)0,&ullPathInfo);
wingdi.h 977 ULONG lbHatch;
1013 ULONG elpHatch;
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 106 typedef unsigned long ulong; typedef
107 (void)ulong(i);
  /external/e2fsprogs/intl/
localcharset.c 324 ULONG cp[3];
325 ULONG cplen;
  /external/fonttools/Lib/fontTools/ttLib/tables/
M_E_T_A_.py 29 # USHORT or ULONG hdrOffset
41 # USHORT or ULONG stringOffset
  /external/freetype/src/gzip/
zlib.h 71 uLong total_in; /* total nb of input bytes read so far */
75 uLong total_out; /* total nb of bytes output so far */
85 uLong adler; /* adler32 value of the uncompressed data */
86 uLong reserved; /* reserved for future use */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
zlib.h 71 uLong total_in; /* total nb of input bytes read so far */
75 uLong total_out; /* total nb of bytes output so far */
85 uLong adler; /* adler32 value of the uncompressed data */
86 uLong reserved; /* reserved for future use */
    [all...]
  /external/valgrind/VEX/priv/
ir_inject.c 216 /* Interpret the memory as an ULong. */
217 opnd2 = mkU8(*((ULong *)iricb.opnd2));
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 120 case clang::BuiltinType::ULong:
121 Name = "ulong";
  /toolchain/binutils/binutils-2.25/intl/
localcharset.c 325 ULONG cp[3];
326 ULONG cplen;
  /external/valgrind/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/coregrind/
m_translate.c 69 static ULong n_SP_updates_fast = 0;
70 static ULong n_SP_updates_generic_known = 0;
71 static ULong n_SP_updates_generic_unknown = 0;
73 static ULong n_PX_VexRegUpdSpAtMemAccess = 0;
74 static ULong n_PX_VexRegUpdUnwindregsAtMemAccess = 0;
75 static ULong n_PX_VexRegUpdAllregsAtMemAccess = 0;
76 static ULong n_PX_VexRegUpdAllregsAtEachInsn = 0;
    [all...]
m_main.c     [all...]

Completed in 1803 milliseconds

<<51525354555657585960>>