Searched refs:ULONG (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/openssl/openssl/crypto/rand/
H A Drand_os2.c71 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 ulParm
[all...]
/external/openssl/crypto/rand/
H A Drand_os2.c71 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 ulParm
[all...]
/external/chromium_org/chrome_frame/crash_reporting/
H A Dnt_loader.h62 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 HeapDeCommitTotalFreeThreshol
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Ddls.h158 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 ulOffse
[all...]
/external/chromium_org/sandbox/win/src/
H A Dresolver_32.cc44 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);
H A Dfilesystem_interception.h20 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,
H A Dnt_internals.h62 ULONG Length;
65 ULONG Attributes;
134 IN ULONG FileAttributes,
135 IN ULONG ShareAccess,
136 IN ULONG CreateDisposition,
137 IN ULONG CreateOptions,
139 IN ULONG EaLength);
146 IN ULONG ShareAccess,
147 IN ULONG OpenOptions);
159 ULONG FileNameLengt
[all...]
H A Dregistry_interception.h19 POBJECT_ATTRIBUTES object_attributes, ULONG title_index,
20 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition);
32 POBJECT_ATTRIBUTES object_attributes, ULONG open_options);
H A Dsandbox_utils.h20 ULONG attributes,
H A Dtarget_interceptions.h22 ULONG allocation_type, ULONG protect);
/external/chromium_org/base/win/
H A Denum_variant.h29 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);
H A Devent_trace_provider.cc31 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() {
91 ULONG ret = ::UnregisterTraceGuids(registration_handle_);
98 ULONG EtwTraceProvider::Log(const EtwEventClass& event_class,
107 static_cast<ULONG>(sizeo
[all...]
H A Diunknown_impl.cc17 ULONG STDMETHODCALLTYPE IUnknownImpl::AddRef() {
22 ULONG STDMETHODCALLTYPE IUnknownImpl::Release() {
H A Diunknown_impl.h22 virtual ULONG STDMETHODCALLTYPE AddRef() OVERRIDE;
23 virtual ULONG STDMETHODCALLTYPE Release() OVERRIDE;
H A Devent_trace_provider.h24 typedef ULONG EtwEventFlags;
71 fields[field].Length = static_cast<ULONG>(size);
105 ULONG Register();
107 ULONG Unregister();
129 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
131 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
135 ULONG Log(EVENT_TRACE_HEADER* event);
158 ULONG EnableEvents(PVOID buffer);
159 ULONG DisableEvents();
160 ULONG Callbac
[all...]
/external/chromium/base/win/
H A Devent_trace_provider.cc31 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>(sizeo
[all...]
H A Devent_trace_provider.h25 typedef ULONG EtwEventFlags;
67 fields[field].Length = static_cast<ULONG>(size);
101 ULONG Register();
103 ULONG Unregister();
125 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
127 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
131 ULONG Log(EVENT_TRACE_HEADER* event);
154 ULONG EnableEvents(PVOID buffer);
155 ULONG DisableEvents();
156 ULONG Callbac
[all...]
/external/chromium_org/sandbox/win/tools/finder/
H A Dntundoc.h8 #define NTSTATUS ULONG
27 ULONG Length;
30 ULONG Attributes;
36 ULONG Attributes;
38 ULONG HandleCount;
39 ULONG PointerCount;
40 ULONG Reserved[10]; // reserved for internal use
45 ULONG Reserved [22]; // reserved for internal use
60 ULONG TotalNumberOfObjects;
61 ULONG TotalNumberOfHandle
[all...]
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkIStream.h35 virtual ULONG STDMETHODCALLTYPE AddRef(void);
36 virtual ULONG STDMETHODCALLTYPE Release(void);
40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
43 , ULONG cb
44 , ULONG* pcbWritten);
94 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
97 , ULONG cb
98 , ULONG* pcbWritte
[all...]
/external/skia/include/utils/win/
H A DSkIStream.h35 virtual ULONG STDMETHODCALLTYPE AddRef(void);
36 virtual ULONG STDMETHODCALLTYPE Release(void);
40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
43 , ULONG cb
44 , ULONG* pcbWritten);
94 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
97 , ULONG cb
98 , ULONG* pcbWritte
[all...]
/external/aac/libSBRdec/src/
H A Dsbr_crc.cpp100 static ULONG
101 calcCRC (HANDLE_CRC hCrcBuf, ULONG bValue, int nBits)
104 ULONG bMask = (1UL << (nBits - 1));
124 getCrc (HANDLE_FDK_BITSTREAM hBs, ULONG NrBits)
136 ULONG bValue;
160 ULONG NrCrcBits;
161 ULONG crcCheckResult;
163 ULONG crcCheckSum;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_win32-inl.h62 IN ULONG frames_to_skip,
63 IN ULONG frames_to_capture,
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_win32-inl.h62 IN ULONG frames_to_skip,
63 IN ULONG frames_to_capture,
/external/chromium_org/chrome_frame/
H A Durlmon_bind_status_callback.h33 STDMETHOD(Read)(void* pv, ULONG cb, ULONG* read);
109 STDMETHOD(OnProgress)(ULONG progress, ULONG progress_max, ULONG status_code,
117 bool ShouldCacheProgress(ULONG status_code) const;
125 Progress(ULONG progress, ULONG progress_max, ULONG status_code,
144 ULONG progres
[all...]
/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store.h92 STDMETHOD_(ULONG, AddRef)() OVERRIDE;
93 STDMETHOD_(ULONG, Release)() OVERRIDE;
98 ULONG num_filter_attributes,
118 STDMETHOD(GetSelection)(ULONG selection_index,
119 ULONG selection_buffer_size,
121 ULONG* fetched_count) OVERRIDE;
126 ULONG text_buffer_size,
127 ULONG* text_buffer_copied,
129 ULONG run_info_buffer_size,
130 ULONG* run_info_buffer_copie
[all...]

Completed in 523 milliseconds

1234567891011>>