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

1 2 3 4 5 6 7 8 91011>>

  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osUtil.h 45 ULONG ioControlCode,
47 ULONG inBufLen,
52 ULONG UtilInfoCodeQueryInformation( PTIWLN_ADAPTER_T pAdapter,PUCHAR pData,PULONG Length);
53 ULONG UtilInfoCodeSetInformation( PTIWLN_ADAPTER_T pAdapter,PUCHAR pData,ULONG Length);
55 ULONG UtilGetSwVersion(PTIWLN_ADAPTER_T pAdapter, PUCHAR pData, PULONG Length);
57 ULONG UtilSetBSSID(PTIWLN_ADAPTER_T pAdapter, PUCHAR pData, ULONG Length);
58 ULONG UtilGetBSSID(PTIWLN_ADAPTER_T pAdapter, PUCHAR pData, PULONG Length);
60 ULONG UtilSetSSID(PTIWLN_ADAPTER_T pAdapter, PUCHAR pData, ULONG Length)
    [all...]
linux_ioctl_common.h 58 ULONG cmd;
59 ULONG cmd_type; /* IOCTL_SET or IOCTL_GET */
60 ULONG length;
61 ULONG user_data_pointer; /* pointer to data or data if length <= sizeof(ULONG) */
  /external/webkit/WebKit/win/
GEN_DOMObject.h 38 virtual ULONG STDMETHODCALLTYPE AddRef();
39 virtual ULONG STDMETHODCALLTYPE Release();
45 ULONG m_refCount;
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;
  /external/webkit/WebKitTools/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...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
ioctl_utils.h 47 int util_get_statistics(struct net_device *dev, ULONG *statistic_data, ULONG *length );
49 int util_get_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len);
50 int util_set_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len );
51 int util_get_report_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len);
52 int util_set_report_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len);
55 int util_get_network_type_in_use(struct net_device *dev, /*int cmd, */ULONG *data );
56 int util_write_hw_register(struct net_device *dev, ULONG *data );
57 int util_read_hw_register(struct net_device *dev, ULONG *data );
58 int util_hal_debug_print(struct net_device *dev, ULONG *data)
    [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);
  /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);
  /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/WebKit/win/WebCoreSupport/
WebInspectorDelegate.cpp 44 ULONG STDMETHODCALLTYPE WebInspectorDelegate::AddRef()
49 ULONG STDMETHODCALLTYPE WebInspectorDelegate::Release()
51 ULONG newRef = --m_refCount;

Completed in 2881 milliseconds

1 2 3 4 5 6 7 8 91011>>