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

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/openssl/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...]
  /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);
adb_winusb_io_completion.h 48 ULONG expected_trans_size,
108 ULONG* bytes_transferred,
  /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/chromium_org/base/win/
enum_variant.h 29 ULONG STDMETHODCALLTYPE AddRef() OVERRIDE;
30 ULONG STDMETHODCALLTYPE Release() OVERRIDE;
34 STDMETHODIMP Next(ULONG requested_count,
36 ULONG* out_elements_received);
37 STDMETHODIMP Skip(ULONG skip_count);
iunknown_impl.h 22 virtual ULONG STDMETHODCALLTYPE AddRef() OVERRIDE;
23 virtual ULONG STDMETHODCALLTYPE Release() OVERRIDE;
  /external/chromium_org/chrome_frame/crash_reporting/
nt_loader.h 62 ULONG EnvironmentUpdateCount; // 0x028
64 ULONG SystemReserved[1]; // 0x030
65 ULONG AtlThunkSListPtr32; // 0x034
67 ULONG TlsExpansionCounter; // 0x03c
69 ULONG TlsBitmapBits[2]; // 0x044
76 ULONG NumberOfProcessors; // 0x064
77 ULONG NtGlobalFlag; // 0x068
79 ULONG HeapSegmentReserve; // 0x078
80 ULONG HeapSegmentCommit; // 0x07c
81 ULONG HeapDeCommitTotalFreeThreshold; // 0x08
    [all...]
  /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/chromium_org/sandbox/win/src/
resolver_32.cc 44 ULONG opcodes_1; // = 0x5208ec83
45 ULONG opcodes_2; // = 0x0c24548b
46 ULONG opcodes_3; // = 0x08245489
47 ULONG opcodes_4; // = 0x0c2444c7
48 ULONG extra_argument;
49 ULONG opcodes_5; // = 0x042444c7
50 ULONG interceptor_function;
70 thunk->interceptor_function = reinterpret_cast<ULONG>(interceptor);
71 thunk->extra_argument = reinterpret_cast<ULONG>(original_function);
filesystem_interception.h 20 ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options,
21 PVOID ea_buffer, ULONG ea_length);
27 ULONG sharing, ULONG options);
46 PIO_STATUS_BLOCK io_status, PVOID file_information, ULONG length,
  /external/chromium/base/win/
event_trace_provider.cc 31 ULONG EtwTraceProvider::EnableEvents(void* buffer) {
46 ULONG EtwTraceProvider::DisableEvents() {
59 ULONG EtwTraceProvider::Callback(WMIDPREQUESTCODE request, void* buffer) {
71 ULONG WINAPI EtwTraceProvider::ControlCallback(WMIDPREQUESTCODE request,
72 void* context, ULONG *reserved, void* buffer) {
78 ULONG EtwTraceProvider::Register() {
86 ULONG EtwTraceProvider::Unregister() {
87 ULONG ret = ::UnregisterTraceGuids(registration_handle_);
98 ULONG EtwTraceProvider::Log(const EtwEventClass& event_class,
107 static_cast<ULONG>(sizeof(message[0]) * (1 + strlen(message))) : 0
    [all...]

Completed in 387 milliseconds

1 2 3 4 5 6 7 8 91011>>