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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/DumpRenderTree/win/
MD5.h 32 typedef unsigned long ULONG;
35 ULONG i[2];
36 ULONG buf[4];
  /development/host/windows/usb/api/
adb_endpoint_object.h 77 ULONG bytes_to_transfer,
78 ULONG* bytes_transferred,
80 ULONG time_out) = 0;
96 ULONG bytes_to_transfer,
97 ULONG* bytes_transferred,
98 ULONG time_out) = 0;
128 ULONG bytes_to_read,
129 ULONG* bytes_read,
131 ULONG time_out);
148 ULONG bytes_to_write,
    [all...]
adb_legacy_endpoint_object.h 74 ULONG bytes_to_transfer,
75 ULONG* bytes_transferred,
77 ULONG time_out);
93 ULONG bytes_to_transfer,
94 ULONG* bytes_transferred,
95 ULONG time_out);
adb_legacy_io_completion.h 50 ULONG expected_trans_size,
87 ULONG* bytes_transferred,
102 ULONG* transferred_bytes_ptr() {
109 ULONG transferred_bytes_;
adb_endpoint_object.cpp 51 ULONG bytes_to_read,
52 ULONG* bytes_read,
54 ULONG time_out) {
64 ULONG bytes_to_write,
65 ULONG* bytes_written,
67 ULONG time_out) {
77 ULONG bytes_to_read,
78 ULONG* bytes_read,
79 ULONG time_out) {
88 ULONG bytes_to_write,
    [all...]
  /external/openssl/crypto/rand/
rand_os2.c 71 ULONG ulTimeLow; /* Low 32 bits of time stamp */
72 ULONG ulTimeHigh; /* High 32 bits of time stamp */
73 ULONG ulIdleLow; /* Low 32 bits of idle time */
74 ULONG ulIdleHigh; /* High 32 bits of idle time */
75 ULONG ulBusyLow; /* Low 32 bits of busy time */
76 ULONG ulBusyHigh; /* High 32 bits of busy time */
77 ULONG ulIntrLow; /* Low 32 bits of interrupt time */
78 ULONG ulIntrHigh; /* High 32 bits of interrupt time */
82 APIRET APIENTRY(*DosPerfSysCall) (ULONG ulCommand, ULONG ulParm1, ULONG ulParm2, ULONG ulParm3) = NULL
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.h 97 ULONG bytes_to_transfer,
98 ULONG* bytes_transferred,
100 ULONG time_out);
116 ULONG bytes_to_transfer,
117 ULONG* bytes_transferred,
118 ULONG time_out);
141 virtual bool SetTimeout(ULONG timeout);
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 119 ULONG Id;
123 ULONG(*TypeSpecific)(struct QOSDATA *DataObject, ULONG FunctionCode,
124 ULONG Parameter1);
127 ULONG Size; /* size of data plus this header */
143 typedef ULONG(*QOSFNTYPESPECIFIC)(struct QOSDATA *DataObject,ULONG FunctionCode,
144 ULONG Parameter1);
146 ULONG QOS_Memory_Scratch_FunctionHandler(struct QOSDATA *DataObject,
147 ULONG FunctionCode, ULONG Parameter1);
    [all...]
mgrpriv.h 46 ULONG ulDspVirt; /* DSP virtual address */
47 ULONG ulGppPhys; /* GPP physical address */
cmmdefs.h 47 ULONG ulMinBlockSize; /* Minimum SM allocation; default 32 bytes. */
52 ULONG ulSegId; /* 1,2... are SM segments. 0 is not. */
53 ULONG ulAlignment; /* 0,1,2,4....ulMinBlockSize */
80 ULONG ulTotalSizePA; /* Size of SM segment in GPP bytes. */
96 ULONG ulTotalSegSize; /* Total size in bytes of segment: DSP+GPP */
98 ULONG ulGPPSize; /* Size of Gpp SM seg in bytes */
100 ULONG ulDSPSize; /* DSP seg size in bytes */
101 ULONG ulInUseCnt; /* # of current GPP allocations from this segment */
108 ULONG ulNumGPPSMSegs; /* # of SM segments registered with this Cmm. */
109 ULONG ulTotalInUseCnt; /* Total # of allocations outstanding for CMM *
    [all...]
memry.h 82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type);
99 extern bool MEMRY_BindMem(PVOID pVA, PVOID pPA, ULONG ulBytes);
117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type);
167 ULONG cSize);
187 extern inline PVOID MEMRY_LinearAddress(PVOID pPhyAddr, ULONG cBytes) {
207 */ extern DSPAPIDLL MEMRY_PageUnlock(PVOID pBuffer, ULONG cSize);
220 extern PVOID MEMRY_ReserveVM(ULONG cBytes);
mem.h 99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
146 IN ULONG ulAlign,
147 OUT ULONG * pPhysicalAddress);
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
197 extern VOID MEM_FlushCache(PVOID pMemBuf, ULONG cBytes,INT FlushType);
252 DWORD pPhysicalAddress, ULONG cBytes);
286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes);
340 extern PVOID MEM_LinearAddress(IN PVOID pPhyAddr, IN ULONG cBytes);
367 extern PVOID MEM_PageLock(IN PVOID pBuffer, IN ULONG cSize)
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 113 ULONG Id;
117 ULONG(*TypeSpecific)(struct QOSDATA *DataObject, ULONG FunctionCode,
118 ULONG Parameter1);
121 ULONG Size; /* size of data plus this header */
137 typedef ULONG(*QOSFNTYPESPECIFIC)(struct QOSDATA *DataObject,ULONG FunctionCode,
138 ULONG Parameter1);
140 ULONG QOS_Memory_Scratch_FunctionHandler(struct QOSDATA *DataObject,
141 ULONG FunctionCode, ULONG Parameter1)
    [all...]
mgrpriv.h 46 ULONG ulDspVirt; /* DSP virtual address */
47 ULONG ulGppPhys; /* GPP physical address */
cmmdefs.h 47 ULONG ulMinBlockSize; /* Minimum SM allocation; default 32 bytes. */
52 ULONG ulSegId; /* 1,2... are SM segments. 0 is not. */
53 ULONG ulAlignment; /* 0,1,2,4....ulMinBlockSize */
80 ULONG ulTotalSizePA; /* Size of SM segment in GPP bytes. */
96 ULONG ulTotalSegSize; /* Total size in bytes of segment: DSP+GPP */
98 ULONG ulGPPSize; /* Size of Gpp SM seg in bytes */
100 ULONG ulDSPSize; /* DSP seg size in bytes */
101 ULONG ulInUseCnt; /* # of current GPP allocations from this segment */
108 ULONG ulNumGPPSMSegs; /* # of SM segments registered with this Cmm. */
109 ULONG ulTotalInUseCnt; /* Total # of allocations outstanding for CMM *
    [all...]
memry.h 82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type);
99 extern bool MEMRY_BindMem(PVOID pVA, PVOID pPA, ULONG ulBytes);
117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type);
167 ULONG cSize);
187 extern inline PVOID MEMRY_LinearAddress(PVOID pPhyAddr, ULONG cBytes) {
207 */ extern DSPAPIDLL MEMRY_PageUnlock(PVOID pBuffer, ULONG cSize);
220 extern PVOID MEMRY_ReserveVM(ULONG cBytes);
mem.h 99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
146 IN ULONG ulAlign,
147 OUT ULONG * pPhysicalAddress);
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
197 extern VOID MEM_FlushCache(PVOID pMemBuf, ULONG cBytes,INT FlushType);
252 DWORD pPhysicalAddress, ULONG cBytes);
286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes);
340 extern PVOID MEM_LinearAddress(IN PVOID pPhyAddr, IN ULONG cBytes);
367 extern PVOID MEM_PageLock(IN PVOID pBuffer, IN ULONG cSize)
    [all...]
  /external/webkit/Source/WebKit/win/
WebTextRenderer.h 42 virtual ULONG STDMETHODCALLTYPE AddRef();
44 virtual ULONG STDMETHODCALLTYPE Release();
53 ULONG m_refCount;
WebWorkersPrivate.h 46 virtual ULONG STDMETHODCALLTYPE AddRef(void);
47 virtual ULONG STDMETHODCALLTYPE Release(void);
53 ULONG m_refCount;
WebCache.h 42 virtual ULONG STDMETHODCALLTYPE AddRef(void);
43 virtual ULONG STDMETHODCALLTYPE Release(void);
59 ULONG m_refCount;
WebCookieManager.h 42 virtual ULONG STDMETHODCALLTYPE AddRef();
44 virtual ULONG STDMETHODCALLTYPE Release();
57 ULONG m_refCount;
WebJavaScriptCollector.h 42 virtual ULONG STDMETHODCALLTYPE AddRef(void);
43 virtual ULONG STDMETHODCALLTYPE Release(void);
55 ULONG m_refCount;
WebKitClassFactory.h 39 virtual ULONG STDMETHODCALLTYPE AddRef(void);
40 virtual ULONG STDMETHODCALLTYPE Release(void);
47 ULONG m_refCount;
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 158 ULONG cbSize; /* size of the connection list structure */
159 ULONG cConnections; /* count of connections in the list */
176 ULONG ulBank;
177 ULONG ulInstrument;
197 ULONG cRegions; /* Count of regions in this instrument */
202 ULONG cInstruments; /* Count of instruments in the collection */
221 ULONG ulChannel; /* channel placement */
222 ULONG ulTableIndex; /* index into the wave pool table, 0 based */
228 // ULONG ulEntryIndex; /* Index entry in the list */
229 ULONG ulOffset; /* Offset to the entry in the list *
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.cpp 44 ULONG STDMETHODCALLTYPE WebInspectorDelegate::AddRef()
49 ULONG STDMETHODCALLTYPE WebInspectorDelegate::Release()
51 ULONG newRef = --m_refCount;

Completed in 238 milliseconds

1 2 3 4 5 6 7 8 91011>>