ULONG 17 base/allocator/win_allocator.cc ULONG enable_lfh = 2; ULONG 58 base/file_util_unittest.cc ULONG ReparseTag; ULONG 67 base/file_util_unittest.cc ULONG Flags; ULONG 81 base/process/memory_unittest.cc ULONG flag = 0; ULONG 54 base/process/memory_win.cc ULONG lfh_flag = 2; ULONG 33 base/rand_util_win.cc const ULONG output_bytes_this_pass = static_cast<ULONG>(std::min( ULONG 34 base/rand_util_win.cc output_length, static_cast<size_t>(std::numeric_limits<ULONG>::max()))); ULONG 25 base/test/test_process_killer_win.cc IN ULONG ProcessInformationLength, ULONG 46 base/threading/worker_pool_win.cc ULONG flags = 0; ULONG 28 base/win/enum_variant.cc ULONG STDMETHODCALLTYPE EnumVariant::AddRef() { ULONG 32 base/win/enum_variant.cc ULONG STDMETHODCALLTYPE EnumVariant::Release() { ULONG 46 base/win/enum_variant.cc STDMETHODIMP EnumVariant::Next(ULONG requested_count, ULONG 48 base/win/enum_variant.cc ULONG* out_elements_received) { ULONG 58 base/win/enum_variant.cc STDMETHODIMP EnumVariant::Skip(ULONG skip_count) { ULONG 29 base/win/enum_variant.h ULONG STDMETHODCALLTYPE AddRef() OVERRIDE; ULONG 30 base/win/enum_variant.h ULONG STDMETHODCALLTYPE Release() OVERRIDE; ULONG 34 base/win/enum_variant.h STDMETHODIMP Next(ULONG requested_count, ULONG 36 base/win/enum_variant.h ULONG* out_elements_received); ULONG 37 base/win/enum_variant.h STDMETHODIMP Skip(ULONG skip_count); ULONG 32 base/win/enum_variant_unittest.cc ULONG out_received = 0; ULONG 48 base/win/enum_variant_unittest.cc ULONG ev2_finalrefcount = ev2->Release(); ULONG 51 base/win/enum_variant_unittest.cc ULONG ev_finalrefcount = ev->Release(); ULONG 69 base/win/enum_variant_unittest.cc ULONG out_received = 0; ULONG 110 base/win/enum_variant_unittest.cc ULONG ev2_finalrefcount = ev2->Release(); ULONG 113 base/win/enum_variant_unittest.cc ULONG ev_finalrefcount = ev->Release(); ULONG 79 base/win/event_trace_consumer.h static ULONG WINAPI ProcessBufferCallback(PEVENT_TRACE_LOGFILE buffer) { ULONG 121 base/win/event_trace_consumer.h ULONG err = ::ProcessTrace(&trace_handles_[0], ULONG 133 base/win/event_trace_consumer.h ULONG ret = ::CloseTrace(trace_handles_[i]); ULONG 96 base/win/event_trace_controller.cc ULONG flags) { ULONG 97 base/win/event_trace_controller.cc ULONG error = ::EnableTrace(TRUE, flags, level, &provider, session_); ULONG 102 base/win/event_trace_controller.cc ULONG error = ::EnableTrace(FALSE, 0, 0, &provider, session_); ULONG 111 base/win/event_trace_controller.cc ULONG error = ::ControlTrace(session_, NULL, properties->get(), ULONG 126 base/win/event_trace_controller.cc ULONG error = ::ControlTrace(session_, NULL, properties->get(), ULONG 137 base/win/event_trace_controller.cc ULONG err = ::StartTrace(session_handle, session_name, properties->get()); ULONG 143 base/win/event_trace_controller.cc ULONG err = ::ControlTrace(NULL, session_name, properties->get(), ULONG 151 base/win/event_trace_controller.cc ULONG err = ::ControlTrace(NULL, session_name, properties->get(), ULONG 159 base/win/event_trace_controller.cc ULONG err = ::ControlTrace(NULL, session_name, properties->get(), ULONG 167 base/win/event_trace_controller.cc ULONG err = ::ControlTrace(NULL, session_name, properties->get(), ULONG 108 base/win/event_trace_controller.h ULONG flags = 0xFFFFFFFF); ULONG 30 base/win/event_trace_controller_unittest.cc const ULONG kTestProviderFlags = 0xCAFEBABE; ULONG 31 base/win/event_trace_provider.cc ULONG EtwTraceProvider::EnableEvents(void* buffer) { ULONG 46 base/win/event_trace_provider.cc ULONG EtwTraceProvider::DisableEvents() { ULONG 59 base/win/event_trace_provider.cc ULONG EtwTraceProvider::Callback(WMIDPREQUESTCODE request, void* buffer) { ULONG 71 base/win/event_trace_provider.cc ULONG WINAPI EtwTraceProvider::ControlCallback(WMIDPREQUESTCODE request, ULONG 72 base/win/event_trace_provider.cc void* context, ULONG *reserved, void* buffer) { ULONG 78 base/win/event_trace_provider.cc ULONG EtwTraceProvider::Register() { ULONG 86 base/win/event_trace_provider.cc ULONG EtwTraceProvider::Unregister() { ULONG 91 base/win/event_trace_provider.cc ULONG ret = ::UnregisterTraceGuids(registration_handle_); ULONG 98 base/win/event_trace_provider.cc ULONG EtwTraceProvider::Log(const EtwEventClass& event_class, ULONG 107 base/win/event_trace_provider.cc static_cast<ULONG>(sizeof(message[0]) * (1 + strlen(message))) : 0; ULONG 112 base/win/event_trace_provider.cc ULONG EtwTraceProvider::Log(const EtwEventClass& event_class, ULONG 121 base/win/event_trace_provider.cc static_cast<ULONG>(sizeof(message[0]) * (1 + wcslen(message))) : 0; ULONG 126 base/win/event_trace_provider.cc ULONG EtwTraceProvider::Log(EVENT_TRACE_HEADER* event) { ULONG 24 base/win/event_trace_provider.h typedef ULONG EtwEventFlags; ULONG 71 base/win/event_trace_provider.h fields[field].Length = static_cast<ULONG>(size); ULONG 105 base/win/event_trace_provider.h ULONG Register(); ULONG 107 base/win/event_trace_provider.h ULONG Unregister(); ULONG 129 base/win/event_trace_provider.h ULONG Log(const EtwEventClass& event_class, EtwEventType type, ULONG 131 base/win/event_trace_provider.h ULONG Log(const EtwEventClass& event_class, EtwEventType type, ULONG 135 base/win/event_trace_provider.h ULONG Log(EVENT_TRACE_HEADER* event); ULONG 158 base/win/event_trace_provider.h ULONG EnableEvents(PVOID buffer); ULONG 159 base/win/event_trace_provider.h ULONG DisableEvents(); ULONG 160 base/win/event_trace_provider.h ULONG Callback(WMIDPREQUESTCODE request, PVOID buffer); ULONG 161 base/win/event_trace_provider.h static ULONG WINAPI ControlCallback(WMIDPREQUESTCODE request, PVOID context, ULONG 162 base/win/event_trace_provider.h ULONG *reserved, PVOID buffer); ULONG 43 base/win/i18n.cc bool GetMUIPreferredUILanguageList(LanguageFunction function, ULONG flags, ULONG 57 base/win/i18n.cc const ULONG call_flags = flags | MUI_LANGUAGE_NAME; ULONG 58 base/win/i18n.cc ULONG language_count = 0; ULONG 59 base/win/i18n.cc ULONG buffer_length = 0; ULONG 120 base/win/i18n.cc bool GetPreferredUILanguageList(LanguageFunction function, ULONG flags, ULONG 17 base/win/iunknown_impl.cc ULONG STDMETHODCALLTYPE IUnknownImpl::AddRef() { ULONG 22 base/win/iunknown_impl.cc ULONG STDMETHODCALLTYPE IUnknownImpl::Release() { ULONG 22 base/win/iunknown_impl.h virtual ULONG STDMETHODCALLTYPE AddRef() OVERRIDE; ULONG 23 base/win/iunknown_impl.h virtual ULONG STDMETHODCALLTYPE Release() OVERRIDE; ULONG 27 base/win/scoped_comptr.h STDMETHOD_(ULONG, AddRef)() = 0; ULONG 28 base/win/scoped_comptr.h STDMETHOD_(ULONG, Release)() = 0; ULONG 91 base/win/scoped_variant.cc ULONG flags = ignore_case ? NORM_IGNORECASE : 0; ULONG 147 chrome/browser/component_updater/background_downloader_win.cc ULONG num_files = 0; ULONG 152 chrome/browser/component_updater/background_downloader_win.cc for (ULONG i = 0; i != num_files; ++i) { ULONG 260 chrome/browser/component_updater/background_downloader_win.cc ULONG job_count = 0; ULONG 267 chrome/browser/component_updater/background_downloader_win.cc for (ULONG i = 0; i != job_count; ++i) { ULONG 93 chrome/browser/extensions/api/music_manager_private/device_id_win.cc ULONG bufferSize = 15 * 1024; ULONG 95 chrome/browser/extensions/api/music_manager_private/device_id_win.cc ULONG flags = GAA_FLAG_SKIP_ANYCAST | GAA_FLAG_SKIP_DNS_SERVER | ULONG 22 chrome/browser/extensions/api/system_cpu/cpu_info_provider_win.cc ULONG system_info_length, ULONG 43 chrome/browser/extensions/api/system_cpu/cpu_info_provider_win.cc ULONG returned_bytes = 0, bytes = ULONG 202 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc ULONG bufferSize = 15 * 1024; ULONG 204 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc ULONG flags = GAA_FLAG_SKIP_ANYCAST | GAA_FLAG_SKIP_DNS_SERVER | ULONG 56 chrome/browser/speech/tts_win.cc ULONG stream_number_; ULONG 212 chrome/browser/speech/tts_win.cc char_position_ = static_cast<ULONG>(event.lParam) - prefix_len_; ULONG 218 chrome/browser/speech/tts_win.cc char_position_ = static_cast<ULONG>(event.lParam) - prefix_len_; ULONG 154 chrome/installer/util/wmi.cc ULONG items_returned = 0; ULONG 16 chrome/installer/util/wmi_unittest.cc ULONG refs = services->Release(); ULONG 24 chrome/installer/util/wmi_unittest.cc ULONG refs = services->Release(); ULONG 37 chrome/installer/util/wmi_unittest.cc ULONG refs = class_method->Release(); ULONG 487 chrome/service/cloud_print/print_system_win.cc ULONG print_bytes_written = 0; ULONG 498 chrome/service/cloud_print/print_system_win.cc ULONG doc_bytes_written = 0; ULONG 734 chrome/service/cloud_print/print_system_win.cc ULONG bytes_written = 0; ULONG 487 chrome/utility/importer/ie_importer_win.cc ULONG fetched; ULONG 54 chrome_elf/blacklist/blacklist_interceptions.cc ULONG buffer_bytes = MAX_PATH * 2; ULONG 64 chrome_elf/blacklist/blacklist_interceptions.cc ULONG returned_bytes; ULONG 182 chrome_elf/blacklist/blacklist_interceptions.cc ULONG allocation_type, ULONG 183 chrome_elf/blacklist/blacklist_interceptions.cc ULONG protect) { ULONG 251 chrome_elf/blacklist/blacklist_interceptions.cc ULONG allocation_type, ULONG 252 chrome_elf/blacklist/blacklist_interceptions.cc ULONG protect) { ULONG 270 chrome_elf/blacklist/blacklist_interceptions.cc SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { ULONG 28 chrome_elf/blacklist/blacklist_interceptions.h ULONG allocation_type, ULONG 29 chrome_elf/blacklist/blacklist_interceptions.h ULONG protect); ULONG 38 chrome_elf/blacklist/blacklist_interceptions.h SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect); ULONG 155 chrome_elf/create_file/chrome_create_file.cc ULONG flags = 0; ULONG 39 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG file_attributes; ULONG 40 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG share_access; ULONG 41 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG create_disposition; ULONG 42 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG create_options; ULONG 44 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG ea_length; ULONG 59 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG file_attributes, ULONG 60 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG share_access, ULONG 61 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG create_disposition, ULONG 62 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG create_options, ULONG 64 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG ea_length) { ULONG 134 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG file_attributes, ULONG 135 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG share_access, ULONG 136 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG create_disposition, ULONG 137 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG create_options, ULONG 139 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG ea_length, ULONG 171 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG file_attributes, ULONG 172 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG share_access, ULONG 173 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG create_disposition, ULONG 174 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG create_options, ULONG 176 chrome_elf/create_file/chrome_create_file_unittest.cc ULONG ea_length, ULONG 89 cloud_print/service/win/local_security_policy.cc ULONG count = 0; ULONG 38 cloud_print/service/win/service_utils.cc ULONG size = 0; ULONG 1094 components/wifi/wifi_service_win.cc ULONG buffer_length = 0; ULONG 1205 components/wifi/wifi_service_win.cc ssid.uSSIDLength = static_cast<ULONG>(network_guid.length()); ULONG 33 content/browser/device_orientation/data_fetcher_shared_memory_win.cc virtual ULONG STDMETHODCALLTYPE AddRef() OVERRIDE { ULONG 37 content/browser/device_orientation/data_fetcher_shared_memory_win.cc virtual ULONG STDMETHODCALLTYPE Release() OVERRIDE { ULONG 323 content/browser/device_orientation/data_fetcher_shared_memory_win.cc ULONG count = 0; ULONG 355 content/browser/gamepad/raw_input_data_fetcher_win.cc ULONG buttons_length = 0; ULONG 387 content/browser/gamepad/raw_input_data_fetcher_win.cc ULONG axis_value = 0; ULONG 97 content/browser/gamepad/raw_input_data_fetcher_win.h ULONG* UsageLength, ULONG 100 content/browser/gamepad/raw_input_data_fetcher_win.h ULONG ReportLength); ULONG 104 content/browser/gamepad/raw_input_data_fetcher_win.h PCHAR Report, ULONG ReportLength); ULONG 108 content/browser/gamepad/raw_input_data_fetcher_win.h PCHAR Report, ULONG ReportLength); ULONG 110 content/browser/gamepad/raw_input_data_fetcher_win.h HANDLE HidDeviceObject, PVOID Buffer, ULONG BufferLength); ULONG 525 content/browser/geolocation/wifi_data_provider_win.cc static_cast<ULONG>(bss_entry.dot11Ssid.uSSIDLength), ULONG 147 content/child/npapi/webplugin_delegate_impl_win.cc ULONG NameLength; ULONG 155 content/child/npapi/webplugin_delegate_impl_win.cc ULONG length, ULONG 428 content/common/sandbox_win.cc ULONG size = sizeof(buffer) - sizeof(wchar_t); ULONG 72 content/gpu/gpu_idirect3d9_mock_win.h MOCK_METHOD0_WITH_CALLTYPE(STDMETHODCALLTYPE, AddRef, ULONG()); ULONG 73 content/gpu/gpu_idirect3d9_mock_win.h MOCK_METHOD0_WITH_CALLTYPE(STDMETHODCALLTYPE, Release, ULONG()); ULONG 168 device/hid/hid_service_win.cc for (ULONG i = 32; ULONG 90 media/audio/win/audio_device_listener_win.cc STDMETHODIMP_(ULONG) AudioDeviceListenerWin::AddRef() { ULONG 94 media/audio/win/audio_device_listener_win.cc STDMETHODIMP_(ULONG) AudioDeviceListenerWin::Release() { ULONG 39 media/audio/win/audio_device_listener_win.h STDMETHOD_(ULONG, AddRef)(); ULONG 40 media/audio/win/audio_device_listener_win.h STDMETHOD_(ULONG, Release)(); ULONG 188 media/audio/win/audio_manager_win.cc ULONG device_interface_name_size = 0; ULONG 34 media/video/capture/win/filter_base_win.cc STDMETHOD_(ULONG, AddRef)() { ULONG 39 media/video/capture/win/filter_base_win.cc STDMETHOD_(ULONG, Release)() { ULONG 45 media/video/capture/win/filter_base_win.cc STDMETHOD(Next)(ULONG count, IPin** pins, ULONG* fetched) { ULONG 46 media/video/capture/win/filter_base_win.cc ULONG pins_fetched = 0; ULONG 59 media/video/capture/win/filter_base_win.cc STDMETHOD(Skip)(ULONG count) { ULONG 167 media/video/capture/win/filter_base_win.cc ULONG STDMETHODCALLTYPE FilterBase::AddRef() { ULONG 172 media/video/capture/win/filter_base_win.cc ULONG STDMETHODCALLTYPE FilterBase::Release() { ULONG 34 media/video/capture/win/filter_base_win.h STDMETHOD_(ULONG, AddRef)(); ULONG 35 media/video/capture/win/filter_base_win.h STDMETHOD_(ULONG, Release)(); ULONG 34 media/video/capture/win/pin_base_win.cc STDMETHOD_(ULONG, AddRef)() { ULONG 39 media/video/capture/win/pin_base_win.cc STDMETHOD_(ULONG, Release)() { ULONG 45 media/video/capture/win/pin_base_win.cc STDMETHOD(Next)(ULONG count, AM_MEDIA_TYPE** types, ULONG* fetched) { ULONG 46 media/video/capture/win/pin_base_win.cc ULONG types_fetched = 0; ULONG 84 media/video/capture/win/pin_base_win.cc STDMETHOD(Skip)(ULONG count) { ULONG 103 media/video/capture/win/pin_base_win.cc void FreeAllocatedMediaTypes(ULONG allocated, AM_MEDIA_TYPE** types) { ULONG 104 media/video/capture/win/pin_base_win.cc for (ULONG i = 0; i < allocated; ++i) { ULONG 208 media/video/capture/win/pin_base_win.cc STDMETHODIMP PinBase::QueryInternalConnections(IPin** pins, ULONG* no_pins) { ULONG 280 media/video/capture/win/pin_base_win.cc STDMETHODIMP_(ULONG) PinBase::AddRef() { ULONG 285 media/video/capture/win/pin_base_win.cc STDMETHODIMP_(ULONG) PinBase::Release() { ULONG 66 media/video/capture/win/pin_base_win.h STDMETHOD(QueryInternalConnections)(IPin** pins, ULONG* no_pins); ULONG 93 media/video/capture/win/pin_base_win.h STDMETHOD_(ULONG, AddRef)(); ULONG 95 media/video/capture/win/pin_base_win.h STDMETHOD_(ULONG, Release)(); ULONG 196 media/video/capture/win/video_capture_device_mf_win.cc STDMETHOD_(ULONG, AddRef)() { ULONG 201 media/video/capture/win/video_capture_device_mf_win.cc STDMETHOD_(ULONG, Release)() { ULONG 145 net/base/net_util_win.cc ULONG len = 0; ULONG 146 net/base/net_util_win.cc ULONG flags = is_xp ? GAA_FLAG_INCLUDE_PREFIX : 0; ULONG 148 net/base/net_util_win.cc ULONG result = GetAdaptersAddresses(AF_UNSPEC, flags, NULL, NULL, &len); ULONG 164 net/base/net_util_win.cc ULONG ipv6_valid_lifetime = 0; ULONG 116 net/dns/dns_config_service_win.cc scoped_ptr<IP_ADAPTER_ADDRESSES, base::FreeDeleter> ReadIpHelper(ULONG flags) { ULONG 120 net/dns/dns_config_service_win.cc ULONG len = 15000; // As recommended by MSDN for GetAdaptersAddresses. ULONG 91 net/http/http_auth_handler_negotiate.cc ULONG max_token_length, ULONG 86 net/http/http_auth_handler_negotiate.h ULONG max_token_length_; ULONG 95 net/http/http_auth_handler_negotiate.h ULONG max_token_length, ULONG 63 net/http/http_auth_handler_ntlm.h ULONG max_token_length_; ULONG 103 net/http/http_auth_handler_ntlm.h HttpAuthHandlerNTLM(SSPILibrary* sspi_library, ULONG max_token_length, ULONG 23 net/http/http_auth_handler_ntlm_win.cc SSPILibrary* sspi_library, ULONG max_token_length, ULONG 191 net/http/http_auth_sspi_win.cc ULONG max_token_length) ULONG 409 net/http/http_auth_sspi_win.cc ULONG* max_token_length) { ULONG 131 net/http/http_auth_sspi_win.h ULONG max_token_length); ULONG 173 net/http/http_auth_sspi_win.h ULONG max_token_length_; ULONG 205 net/http/http_auth_sspi_win.h ULONG* max_token_length); ULONG 26 net/http/http_auth_sspi_win_unittest.cc const ULONG kMaxTokenLength = 100; ULONG 42 net/http/http_auth_sspi_win_unittest.cc ULONG max_token_length = kMaxTokenLength; ULONG 52 net/http/http_auth_sspi_win_unittest.cc ULONG max_token_length = kMaxTokenLength; ULONG 322 net/proxy/dhcp_proxy_script_fetcher_win.cc ULONG adapters_size = 15000; ULONG 324 net/proxy/dhcp_proxy_script_fetcher_win.cc ULONG error = ERROR_SUCCESS; ULONG 35 printing/backend/win_helper.cc ULONG devmode_size_in_bytes, ULONG 45 printing/backend/win_helper.cc ULONG* devmode_byte_count, ULONG 89 printing/backend/win_helper.cc ULONG bytes_written = 0; ULONG 91 printing/backend/win_helper.cc base::checked_cast<ULONG>(print_ticket.length()), ULONG 199 printing/backend/win_helper.cc ULONG devmode_size_in_bytes, ULONG 215 printing/backend/win_helper.cc ULONG* devmode_byte_count, ULONG 410 printing/backend/win_helper.cc ULONG size = 0; ULONG 106 printing/backend/win_helper.h ULONG devmode_size_in_bytes, ULONG 115 printing/backend/win_helper.h ULONG* devmode_byte_count, ULONG 94 printing/printing_context_win.cc virtual ULONG WINAPI AddRef() { ULONG 97 printing/printing_context_win.cc virtual ULONG WINAPI Release() { ULONG 148 remoting/host/desktop_session_win.cc STDMETHOD_(ULONG, AddRef)() OVERRIDE; ULONG 149 remoting/host/desktop_session_win.cc STDMETHOD_(ULONG, Release)() OVERRIDE; ULONG 157 remoting/host/desktop_session_win.cc ULONG ref_count_; ULONG 313 remoting/host/desktop_session_win.cc ULONG STDMETHODCALLTYPE RdpSession::EventHandler::AddRef() { ULONG 319 remoting/host/desktop_session_win.cc ULONG STDMETHODCALLTYPE RdpSession::EventHandler::Release() { ULONG 70 remoting/host/win/launch_process_with_token.cc ULONG name_length; ULONG 16 remoting/host/win/security_descriptor.cc ULONG length = 0; ULONG 76 remoting/tools/winext/manifest/rdp.h ULONG cElements; ULONG 83 remoting/tools/winext/manifest/rdp.h ULONG cbElements; ULONG 84 remoting/tools/winext/manifest/rdp.h ULONG cLocks; ULONG 226 remoting/tools/winext/manifest/rdp.h HRESULT OnRemoteProgramDisplayed(VARIANT_BOOL vbDisplayed, ULONG uDisplayInformation); ULONG 234 remoting/tools/winext/manifest/rdp.h HRESULT OnNetworkStatusChanged(ULONG qualityLevel, long bandwidth, long rtt); ULONG 537 remoting/tools/winext/manifest/rdp.h HRESULT put_GatewayUsageMethod(ULONG pulProxyUsageMethod); ULONG 538 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayUsageMethod([out] ULONG* pulProxyUsageMethod); ULONG 539 remoting/tools/winext/manifest/rdp.h HRESULT put_GatewayProfileUsageMethod(ULONG pulProxyProfileUsageMethod); ULONG 540 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayProfileUsageMethod([out] ULONG* pulProxyProfileUsageMethod); ULONG 541 remoting/tools/winext/manifest/rdp.h HRESULT put_GatewayCredsSource(ULONG pulProxyCredsSource); ULONG 542 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayCredsSource([out] ULONG* pulProxyCredsSource); ULONG 543 remoting/tools/winext/manifest/rdp.h HRESULT put_GatewayUserSelectedCredsSource(ULONG pulProxyCredsSource); ULONG 544 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayUserSelectedCredsSource([out] ULONG* pulProxyCredsSource); ULONG 546 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayDefaultUsageMethod([out] ULONG* pulProxyDefaultUsageMethod); ULONG 602 remoting/tools/winext/manifest/rdp.h HRESULT get_DeviceByIndex(ULONG index, [out] IMsRdpDevice** ppDevice); ULONG 604 remoting/tools/winext/manifest/rdp.h HRESULT get_DeviceCount([out] ULONG* pDeviceCount); ULONG 615 remoting/tools/winext/manifest/rdp.h HRESULT get_DriveByIndex(ULONG index, [out] IMsRdpDrive** ppDevice); ULONG 616 remoting/tools/winext/manifest/rdp.h HRESULT get_DriveCount([out] ULONG* pDriveCount); ULONG 661 remoting/tools/winext/manifest/rdp.h HRESULT put_GatewayCredSharing(ULONG pulProxyCredSharing); ULONG 662 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayCredSharing([out] ULONG* pulProxyCredSharing); ULONG 663 remoting/tools/winext/manifest/rdp.h HRESULT put_GatewayPreAuthRequirement(ULONG pulProxyPreAuthRequirement); ULONG 664 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayPreAuthRequirement([out] ULONG* pulProxyPreAuthRequirement); ULONG 671 remoting/tools/winext/manifest/rdp.h HRESULT put_GatewayEncryptedOtpCookieSize(ULONG pulEncryptedOtpCookieSize); ULONG 672 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayEncryptedOtpCookieSize([out] ULONG* pulEncryptedOtpCookieSize); ULONG 711 remoting/tools/winext/manifest/rdp.h HRESULT put_SuperPanAccelerationFactor(ULONG puAccelFactor); ULONG 712 remoting/tools/winext/manifest/rdp.h HRESULT get_SuperPanAccelerationFactor([out] ULONG* puAccelFactor); ULONG 724 remoting/tools/winext/manifest/rdp.h HRESULT put_GatewayCredSourceCookie(ULONG pulProxyCredSourceCookie); ULONG 725 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayCredSourceCookie([out] ULONG* pulProxyCredSourceCookie); ULONG 730 remoting/tools/winext/manifest/rdp.h HRESULT put_GatewayEncryptedAuthCookieSize(ULONG pulEncryptedAuthCookieSize); ULONG 731 remoting/tools/winext/manifest/rdp.h HRESULT get_GatewayEncryptedAuthCookieSize([out] ULONG* pulEncryptedAuthCookieSize); ULONG 758 remoting/tools/winext/manifest/rdp.h HRESULT get_RemoteMonitorCount([out] ULONG* pcRemoteMonitors); ULONG 790 remoting/tools/winext/manifest/rdp.h HRESULT Reconnect(ULONG ulWidth, ULONG ulHeight, [out] ControlReconnectStatus* pReconnectStatus); ULONG 803 remoting/tools/winext/manifest/rdp.h HRESULT OnNetworkStatusChanged(ULONG qualityLevel, long bandwidth, long rtt); ULONG 821 remoting/tools/winext/manifest/rdp.h HRESULT GetSnapshot(SnapshotEncodingType snapshotEncoding, SnapshotFormatType snapshotFormat, ULONG snapshotWidth, ULONG snapshotHeight, [out] BSTR* snapshotData); ULONG 829 remoting/tools/winext/manifest/rdp.h HRESULT put_PointerSpeed(ULONG PointerSpeed); ULONG 830 remoting/tools/winext/manifest/rdp.h HRESULT get_PointerSpeed([out] ULONG* PointerSpeed); ULONG 836 remoting/tools/winext/manifest/rdp.h HRESULT Reconnect(ULONG width, ULONG height); ULONG 845 remoting/tools/winext/manifest/rdp.h HRESULT GetProcessId([out] ULONG* pulProcessId); ULONG 88 rlz/win/lib/machine_id_win.cc ULONG authority = 0; ULONG 65 sandbox/win/sandbox_poc/pocdll/handles.cc for (ULONG i = 0; i < system_handles->NumberOfHandles; ++i) { ULONG 71 sandbox/win/sandbox_poc/pocdll/handles.cc ULONG name_size = 0; ULONG 92 sandbox/win/sandbox_poc/pocdll/handles.cc ULONG type_size = 0; ULONG 122 sandbox/win/sandbox_poc/pocdll/handles.cc ULONG size_file = MAX_PATH; ULONG 23 sandbox/win/src/Wow64.cc ULONG pad1; ULONG 25 sandbox/win/src/Wow64.cc ULONG pad2; ULONG 27 sandbox/win/src/Wow64.cc ULONG pad3; ULONG 29 sandbox/win/src/Wow64.cc ULONG original_high; ULONG 31 sandbox/win/src/Wow64.cc ULONG pad4; ULONG 33 sandbox/win/src/Wow64.cc ULONG patch_high; ULONG 154 sandbox/win/src/Wow64.cc bit_cast<ULONG>(buffer); ULONG 24 sandbox/win/src/app_container_test.cc const ULONG kSharing = FILE_SHARE_WRITE | FILE_SHARE_READ | FILE_SHARE_DELETE; ULONG 27 sandbox/win/src/file_policy_test.cc const ULONG kSharing = FILE_SHARE_WRITE | FILE_SHARE_READ | FILE_SHARE_DELETE; ULONG 97 sandbox/win/src/filesystem_dispatcher.cc ULONG broker = TRUE; ULONG 139 sandbox/win/src/filesystem_dispatcher.cc ULONG broker = TRUE; ULONG 179 sandbox/win/src/filesystem_dispatcher.cc ULONG broker = TRUE; ULONG 217 sandbox/win/src/filesystem_dispatcher.cc ULONG broker = TRUE; ULONG 269 sandbox/win/src/filesystem_dispatcher.cc ULONG broker = TRUE; ULONG 23 sandbox/win/src/filesystem_interception.cc ULONG file_attributes, ULONG sharing, ULONG 24 sandbox/win/src/filesystem_interception.cc ULONG disposition, ULONG options, ULONG 25 sandbox/win/src/filesystem_interception.cc PVOID ea_buffer, ULONG ea_length) { ULONG 55 sandbox/win/src/filesystem_interception.cc ULONG broker = FALSE; ULONG 97 sandbox/win/src/filesystem_interception.cc PIO_STATUS_BLOCK io_status, ULONG sharing, ULONG 98 sandbox/win/src/filesystem_interception.cc ULONG options) { ULONG 126 sandbox/win/src/filesystem_interception.cc ULONG broker = FALSE; ULONG 193 sandbox/win/src/filesystem_interception.cc ULONG broker = FALSE; ULONG 251 sandbox/win/src/filesystem_interception.cc ULONG broker = FALSE; ULONG 277 sandbox/win/src/filesystem_interception.cc PIO_STATUS_BLOCK io_status, PVOID file_info, ULONG length, ULONG 323 sandbox/win/src/filesystem_interception.cc ULONG broker = FALSE; ULONG 20 sandbox/win/src/filesystem_interception.h ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options, ULONG 21 sandbox/win/src/filesystem_interception.h PVOID ea_buffer, ULONG ea_length); ULONG 27 sandbox/win/src/filesystem_interception.h ULONG sharing, ULONG options); ULONG 46 sandbox/win/src/filesystem_interception.h PIO_STATUS_BLOCK io_status, PVOID file_information, ULONG length, ULONG 24 sandbox/win/src/filesystem_policy.cc ULONG file_attributes, ULONG 25 sandbox/win/src/filesystem_policy.cc ULONG share_access, ULONG 26 sandbox/win/src/filesystem_policy.cc ULONG create_disposition, ULONG 27 sandbox/win/src/filesystem_policy.cc ULONG create_options, ULONG 29 sandbox/win/src/filesystem_policy.cc ULONG ea_lenght, ULONG 183 sandbox/win/src/handle_closer.cc ULONG size = MAX_PATH; ULONG 18 sandbox/win/src/handle_closer_agent.cc ULONG* size) { ULONG 103 sandbox/win/src/handle_closer_agent.cc ULONG size = static_cast<ULONG>(type_info_buffer.size()); ULONG 67 sandbox/win/src/handle_dispatcher.cc ULONG size = sizeof(buffer) - sizeof(wchar_t); ULONG 47 sandbox/win/src/handle_table.cc ULONG size = 0x15000; ULONG 67 sandbox/win/src/handle_table.cc HandleTable::Iterator HandleTable::HandlesForProcess(ULONG process_id) const { ULONG 104 sandbox/win/src/handle_table.cc ULONG size = static_cast<ULONG>(type_info_buffer_.size()); ULONG 123 sandbox/win/src/handle_table.cc ULONG size = MAX_PATH; ULONG 141 sandbox/win/src/handle_table.h Iterator HandlesForProcess(ULONG process_id) const; ULONG 125 sandbox/win/src/interception_agent.cc ULONG old_protect; ULONG 26 sandbox/win/src/interceptors_64.cc SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { ULONG 45 sandbox/win/src/interceptors_64.cc PVOID thread_information, ULONG thread_information_bytes) { ULONG 64 sandbox/win/src/interceptors_64.cc ULONG handle_attributes, PHANDLE token) { ULONG 93 sandbox/win/src/interceptors_64.cc PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG 94 sandbox/win/src/interceptors_64.cc ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) { ULONG 106 sandbox/win/src/interceptors_64.cc ULONG sharing, ULONG options) { ULONG 134 sandbox/win/src/interceptors_64.cc ULONG length, FILE_INFORMATION_CLASS file_information_class) { ULONG 182 sandbox/win/src/interceptors_64.cc HANDLE process, ACCESS_MASK desired_access, ULONG handle_attributes, ULONG 224 sandbox/win/src/interceptors_64.cc POBJECT_ATTRIBUTES object_attributes, ULONG title_index, ULONG 225 sandbox/win/src/interceptors_64.cc PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) { ULONG 243 sandbox/win/src/interceptors_64.cc POBJECT_ATTRIBUTES object_attributes, ULONG open_options) { ULONG 21 sandbox/win/src/interceptors_64.h SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect); ULONG 35 sandbox/win/src/interceptors_64.h PVOID thread_information, ULONG thread_information_bytes); ULONG 45 sandbox/win/src/interceptors_64.h ULONG handle_attributes, PHANDLE token); ULONG 63 sandbox/win/src/interceptors_64.h PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG 64 sandbox/win/src/interceptors_64.h ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length); ULONG 70 sandbox/win/src/interceptors_64.h ULONG sharing, ULONG options); ULONG 85 sandbox/win/src/interceptors_64.h ULONG length, FILE_INFORMATION_CLASS file_information_class); ULONG 115 sandbox/win/src/interceptors_64.h HANDLE process, ACCESS_MASK desired_access, ULONG handle_attributes, ULONG 140 sandbox/win/src/interceptors_64.h POBJECT_ATTRIBUTES object_attributes, ULONG title_index, ULONG 141 sandbox/win/src/interceptors_64.h PUNICODE_STRING class_name, ULONG create_options, PULONG disposition); ULONG 151 sandbox/win/src/interceptors_64.h POBJECT_ATTRIBUTES object_attributes, ULONG open_options); ULONG 63 sandbox/win/src/nt_internals.h ULONG Length; ULONG 66 sandbox/win/src/nt_internals.h ULONG Attributes; ULONG 144 sandbox/win/src/nt_internals.h IN ULONG FileAttributes, ULONG 145 sandbox/win/src/nt_internals.h IN ULONG ShareAccess, ULONG 146 sandbox/win/src/nt_internals.h IN ULONG CreateDisposition, ULONG 147 sandbox/win/src/nt_internals.h IN ULONG CreateOptions, ULONG 149 sandbox/win/src/nt_internals.h IN ULONG EaLength); ULONG 156 sandbox/win/src/nt_internals.h IN ULONG ShareAccess, ULONG 157 sandbox/win/src/nt_internals.h IN ULONG OpenOptions); ULONG 169 sandbox/win/src/nt_internals.h ULONG FileNameLength; ULONG 177 sandbox/win/src/nt_internals.h IN ULONG Length, ULONG 185 sandbox/win/src/nt_internals.h ULONG FileAttributes; ULONG 199 sandbox/win/src/nt_internals.h ULONG FileAttributes; ULONG 214 sandbox/win/src/nt_internals.h IN ULONG SectionPageProtection, ULONG 215 sandbox/win/src/nt_internals.h IN ULONG AllocationAttributes, ULONG 218 sandbox/win/src/nt_internals.h typedef ULONG SECTION_INHERIT; ULONG 231 sandbox/win/src/nt_internals.h IN ULONG AllocationType, ULONG 232 sandbox/win/src/nt_internals.h IN ULONG Win32Protect); ULONG 245 sandbox/win/src/nt_internals.h ULONG Attributes; ULONG 301 sandbox/win/src/nt_internals.h IN ULONG ThreadInformationLength); ULONG 317 sandbox/win/src/nt_internals.h ULONG UniqueProcessId; ULONG 318 sandbox/win/src/nt_internals.h ULONG InheritedFromUniqueProcessId; ULONG 325 sandbox/win/src/nt_internals.h IN ULONG ProcessInformationLength, ULONG 332 sandbox/win/src/nt_internals.h IN ULONG ProcessInformationLength); ULONG 344 sandbox/win/src/nt_internals.h IN ULONG HandleAttributes, ULONG 355 sandbox/win/src/nt_internals.h IN ULONG HandleAttributes, ULONG 362 sandbox/win/src/nt_internals.h IN ULONG ZeroBits, ULONG 377 sandbox/win/src/nt_internals.h IN ULONG TitleIndex, ULONG 379 sandbox/win/src/nt_internals.h IN ULONG CreateOptions, ULONG 403 sandbox/win/src/nt_internals.h IN ULONG Flags, ULONG 415 sandbox/win/src/nt_internals.h IN ULONG Flags, ULONG 420 sandbox/win/src/nt_internals.h IN ULONG Flags, ULONG 428 sandbox/win/src/nt_internals.h IN ULONG AllocationType, ULONG 429 sandbox/win/src/nt_internals.h IN ULONG Protect); ULONG 435 sandbox/win/src/nt_internals.h IN ULONG FreeType); ULONG 453 sandbox/win/src/nt_internals.h IN ULONG MemoryInformationLength, ULONG 460 sandbox/win/src/nt_internals.h IN ULONG NewProtect, ULONG 481 sandbox/win/src/nt_internals.h ULONG Attributes; ULONG 483 sandbox/win/src/nt_internals.h ULONG HandleCount; ULONG 484 sandbox/win/src/nt_internals.h ULONG PointerCount; ULONG 485 sandbox/win/src/nt_internals.h ULONG Reserved[10]; // reserved for internal use ULONG 490 sandbox/win/src/nt_internals.h ULONG Reserved[22]; // reserved for internal use ULONG 504 sandbox/win/src/nt_internals.h ULONG Attributes; ULONG 506 sandbox/win/src/nt_internals.h ULONG HandleCount; ULONG 507 sandbox/win/src/nt_internals.h ULONG PointerCount; ULONG 508 sandbox/win/src/nt_internals.h ULONG PagedPoolUsage; ULONG 509 sandbox/win/src/nt_internals.h ULONG NonPagedPoolUsage; ULONG 510 sandbox/win/src/nt_internals.h ULONG Reserved[3]; ULONG 511 sandbox/win/src/nt_internals.h ULONG NameInformationLength; ULONG 512 sandbox/win/src/nt_internals.h ULONG TypeInformationLength; ULONG 513 sandbox/win/src/nt_internals.h ULONG SecurityDescriptorLength; ULONG 519 sandbox/win/src/nt_internals.h ULONG TotalNumberOfObjects; ULONG 520 sandbox/win/src/nt_internals.h ULONG TotalNumberOfHandles; ULONG 521 sandbox/win/src/nt_internals.h ULONG TotalPagedPoolUsage; ULONG 522 sandbox/win/src/nt_internals.h ULONG TotalNonPagedPoolUsage; ULONG 523 sandbox/win/src/nt_internals.h ULONG TotalNamePoolUsage; ULONG 524 sandbox/win/src/nt_internals.h ULONG TotalHandleTableUsage; ULONG 525 sandbox/win/src/nt_internals.h ULONG HighWaterNumberOfObjects; ULONG 526 sandbox/win/src/nt_internals.h ULONG HighWaterNumberOfHandles; ULONG 527 sandbox/win/src/nt_internals.h ULONG HighWaterPagedPoolUsage; ULONG 528 sandbox/win/src/nt_internals.h ULONG HighWaterNonPagedPoolUsage; ULONG 529 sandbox/win/src/nt_internals.h ULONG HighWaterNamePoolUsage; ULONG 530 sandbox/win/src/nt_internals.h ULONG HighWaterHandleTableUsage; ULONG 531 sandbox/win/src/nt_internals.h ULONG InvalidAttributes; ULONG 533 sandbox/win/src/nt_internals.h ULONG ValidAccess; ULONG 538 sandbox/win/src/nt_internals.h ULONG PagedPoolUsage; ULONG 539 sandbox/win/src/nt_internals.h ULONG NonPagedPoolUsage; ULONG 557 sandbox/win/src/nt_internals.h ULONG NumberOfHandles; ULONG 569 sandbox/win/src/nt_internals.h IN ULONG ObjectInformationLength, ULONG 578 sandbox/win/src/nt_internals.h IN ULONG Attributes, ULONG 579 sandbox/win/src/nt_internals.h IN ULONG Options); ULONG 590 sandbox/win/src/nt_internals.h IN ULONG SystemInformationLength, ULONG 597 sandbox/win/src/nt_internals.h IN ULONG ObjectInformationLength, ULONG 76 sandbox/win/src/policy_target.cc ULONG thread_information_bytes) { ULONG 118 sandbox/win/src/policy_target.cc ACCESS_MASK desired_access, BOOLEAN open_as_self, ULONG handle_attributes, ULONG 26 sandbox/win/src/policy_target.h ULONG thread_information_bytes); ULONG 38 sandbox/win/src/policy_target.h ACCESS_MASK desired_access, BOOLEAN open_as_self, ULONG handle_attributes, ULONG 97 sandbox/win/src/process_mitigations.cc ULONG dep = MEM_EXECUTE_OPTION_DISABLE | MEM_EXECUTE_OPTION_PERMANENT; ULONG 166 sandbox/win/src/process_mitigations_test.cc ULONG size = 0; ULONG 167 sandbox/win/src/process_mitigations_test.cc ULONG dep_flags = 0; ULONG 219 sandbox/win/src/process_thread_interception.cc ACCESS_MASK desired_access, ULONG handle_attributes, PHANDLE token) { ULONG 69 sandbox/win/src/process_thread_interception.h ACCESS_MASK desired_access, ULONG handle_attributes, PHANDLE token); ULONG 104 sandbox/win/src/registry_dispatcher.cc ULONG disposition = 0; ULONG 19 sandbox/win/src/registry_interception.cc ULONG title_index, PUNICODE_STRING class_name, ULONG 20 sandbox/win/src/registry_interception.cc ULONG create_options, PULONG disposition) { ULONG 36 sandbox/win/src/registry_interception.cc if (disposition && !ValidParameter(disposition, sizeof(ULONG), WRITE)) ULONG 162 sandbox/win/src/registry_interception.cc ULONG open_options) { ULONG 19 sandbox/win/src/registry_interception.h POBJECT_ATTRIBUTES object_attributes, ULONG title_index, ULONG 20 sandbox/win/src/registry_interception.h PUNICODE_STRING class_name, ULONG create_options, PULONG disposition); ULONG 32 sandbox/win/src/registry_interception.h POBJECT_ATTRIBUTES object_attributes, ULONG open_options); ULONG 57 sandbox/win/src/registry_policy.cc ULONG title_index, ULONG 59 sandbox/win/src/registry_policy.cc ULONG create_options, ULONG 60 sandbox/win/src/registry_policy.cc ULONG* disposition, ULONG 177 sandbox/win/src/registry_policy.cc ULONG* disposition) { ULONG 42 sandbox/win/src/registry_policy.h ULONG* disposition); ULONG 50 sandbox/win/src/registry_policy_test.cc ULONG options = 0; ULONG 44 sandbox/win/src/resolver_32.cc ULONG opcodes_1; // = 0x5208ec83 ULONG 45 sandbox/win/src/resolver_32.cc ULONG opcodes_2; // = 0x0c24548b ULONG 46 sandbox/win/src/resolver_32.cc ULONG opcodes_3; // = 0x08245489 ULONG 47 sandbox/win/src/resolver_32.cc ULONG opcodes_4; // = 0x0c2444c7 ULONG 48 sandbox/win/src/resolver_32.cc ULONG extra_argument; ULONG 49 sandbox/win/src/resolver_32.cc ULONG opcodes_5; // = 0x042444c7 ULONG 50 sandbox/win/src/resolver_32.cc ULONG interceptor_function; ULONG 70 sandbox/win/src/resolver_32.cc thunk->interceptor_function = reinterpret_cast<ULONG>(interceptor); ULONG 71 sandbox/win/src/resolver_32.cc thunk->extra_argument = reinterpret_cast<ULONG>(original_function); ULONG 13 sandbox/win/src/resolver_64.cc const ULONG kMovRspRax = 0x24048948; ULONG 37 sandbox/win/src/resolver_64.cc ULONG mov_rsp_rax; // = 48 89 04 24 ULONG 29 sandbox/win/src/sandbox_nt_util.cc ULONG type = MEM_RESERVE; ULONG 268 sandbox/win/src/sandbox_nt_util.cc NTSTATUS GetProcessId(HANDLE process, ULONG *process_id) { ULONG 270 sandbox/win/src/sandbox_nt_util.cc ULONG bytes_returned; ULONG 286 sandbox/win/src/sandbox_nt_util.cc static ULONG s_process_id = 0; ULONG 294 sandbox/win/src/sandbox_nt_util.cc ULONG process_id; ULONG 396 sandbox/win/src/sandbox_nt_util.cc ULONG buffer_bytes = MAX_PATH * 2; ULONG 405 sandbox/win/src/sandbox_nt_util.cc ULONG returned_bytes; ULONG 476 sandbox/win/src/sandbox_nt_util.cc ULONG protect) { ULONG 164 sandbox/win/src/sandbox_nt_util.h NTSTATUS ChangeProtection(void* address, size_t bytes, ULONG protect); ULONG 173 sandbox/win/src/sandbox_nt_util.h ULONG old_protect_; ULONG 23 sandbox/win/src/sandbox_utils.cc ULONG attributes, ULONG 21 sandbox/win/src/sandbox_utils.h ULONG attributes, ULONG 90 sandbox/win/src/service_resolver.h ULONG relative_jump_; ULONG 24 sandbox/win/src/service_resolver_32.cc const ULONG kLeaEdx = 0x0424548D; ULONG 25 sandbox/win/src/service_resolver_32.cc const ULONG kCallFs1 = 0xC015FF64; ULONG 45 sandbox/win/src/service_resolver_32.cc ULONG service_id; ULONG 47 sandbox/win/src/service_resolver_32.cc ULONG stub; ULONG 65 sandbox/win/src/service_resolver_32.cc ULONG service_id; ULONG 67 sandbox/win/src/service_resolver_32.cc ULONG call_offset; ULONG 96 sandbox/win/src/service_resolver_32.cc ULONG service_id; ULONG 98 sandbox/win/src/service_resolver_32.cc ULONG lea_edx; // = 8D 54 24 04 ULONG 99 sandbox/win/src/service_resolver_32.cc ULONG call_fs1; // = 64 FF 15 C0 ULONG 115 sandbox/win/src/service_resolver_32.cc ULONG service_id; ULONG 116 sandbox/win/src/service_resolver_32.cc ULONG call_fs1; // = 64 FF 15 C0 ULONG 280 sandbox/win/src/service_resolver_32.cc intercepted_code.stub = bit_cast<ULONG>(&full_remote_thunk->internal_thunk); ULONG 333 sandbox/win/src/service_resolver_32.cc ULONG relative = function_code.service_id; ULONG 336 sandbox/win/src/service_resolver_32.cc relative += bit_cast<ULONG>(target_) - bit_cast<ULONG>(remote_thunk); ULONG 344 sandbox/win/src/service_resolver_32.cc const ULONG kJmp32Size = 5; ULONG 346 sandbox/win/src/service_resolver_32.cc relative_jump_ = bit_cast<ULONG>(&full_thunk->internal_thunk) - ULONG 347 sandbox/win/src/service_resolver_32.cc bit_cast<ULONG>(target_) - kJmp32Size; ULONG 14 sandbox/win/src/service_resolver_64.cc const ULONG kMmovR10EcxMovEax = 0xB8D18B4C; ULONG 19 sandbox/win/src/service_resolver_64.cc const ULONG kMov3 = 0x20244C89; ULONG 31 sandbox/win/src/service_resolver_64.cc ULONG mov_r10_rcx_mov_eax; // = 4C 8B D1 B8 ULONG 32 sandbox/win/src/service_resolver_64.cc ULONG service_id; ULONG 55 sandbox/win/src/service_resolver_64.cc ULONG mov_3; // = 89 4C 24 20 ULONG 56 sandbox/win/src/service_resolver_64.cc ULONG mov_r10_rcx_mov_eax; // = 4C 8B D1 B8 ULONG 57 sandbox/win/src/service_resolver_64.cc ULONG service_id; ULONG 74 sandbox/win/src/service_resolver_unittest.cc ULONG delta; ULONG 84 sandbox/win/src/service_resolver_unittest.cc ULONG source_addr = bit_cast<ULONG>(source); ULONG 85 sandbox/win/src/service_resolver_unittest.cc ULONG target_addr = bit_cast<ULONG>(target); ULONG 22 sandbox/win/src/target_interceptions.cc ULONG allocation_type, ULONG protect) { ULONG 22 sandbox/win/src/target_interceptions.h ULONG allocation_type, ULONG protect); ULONG 246 sandbox/win/src/win_utils.cc ULONG size = sizeof(initial_buffer); ULONG 69 sandbox/win/src/win_utils_unittest.cc const ULONG kSharing = FILE_SHARE_WRITE | FILE_SHARE_READ | FILE_SHARE_DELETE; ULONG 10 sandbox/win/tests/common/test_utils.cc ULONG ReparseTag; ULONG 19 sandbox/win/tests/common/test_utils.cc ULONG Flags; ULONG 8 sandbox/win/tools/finder/ntundoc.h #define NTSTATUS ULONG ULONG 27 sandbox/win/tools/finder/ntundoc.h ULONG Length; ULONG 30 sandbox/win/tools/finder/ntundoc.h ULONG Attributes; ULONG 36 sandbox/win/tools/finder/ntundoc.h ULONG Attributes; ULONG 38 sandbox/win/tools/finder/ntundoc.h ULONG HandleCount; ULONG 39 sandbox/win/tools/finder/ntundoc.h ULONG PointerCount; ULONG 40 sandbox/win/tools/finder/ntundoc.h ULONG Reserved[10]; // reserved for internal use ULONG 45 sandbox/win/tools/finder/ntundoc.h ULONG Reserved [22]; // reserved for internal use ULONG 60 sandbox/win/tools/finder/ntundoc.h ULONG TotalNumberOfObjects; ULONG 61 sandbox/win/tools/finder/ntundoc.h ULONG TotalNumberOfHandles; ULONG 62 sandbox/win/tools/finder/ntundoc.h ULONG TotalPagedPoolUsage; ULONG 63 sandbox/win/tools/finder/ntundoc.h ULONG TotalNonPagedPoolUsage; ULONG 64 sandbox/win/tools/finder/ntundoc.h ULONG TotalNamePoolUsage; ULONG 65 sandbox/win/tools/finder/ntundoc.h ULONG TotalHandleTableUsage; ULONG 66 sandbox/win/tools/finder/ntundoc.h ULONG HighWaterNumberOfObjects; ULONG 67 sandbox/win/tools/finder/ntundoc.h ULONG HighWaterNumberOfHandles; ULONG 68 sandbox/win/tools/finder/ntundoc.h ULONG HighWaterPagedPoolUsage; ULONG 69 sandbox/win/tools/finder/ntundoc.h ULONG HighWaterNonPagedPoolUsage; ULONG 70 sandbox/win/tools/finder/ntundoc.h ULONG HighWaterNamePoolUsage; ULONG 71 sandbox/win/tools/finder/ntundoc.h ULONG HighWaterHandleTableUsage; ULONG 72 sandbox/win/tools/finder/ntundoc.h ULONG InvalidAttributes; ULONG 74 sandbox/win/tools/finder/ntundoc.h ULONG ValidAccess; ULONG 79 sandbox/win/tools/finder/ntundoc.h ULONG PagedPoolUsage; ULONG 80 sandbox/win/tools/finder/ntundoc.h ULONG NonPagedPoolUsage; ULONG 96 sandbox/win/tools/finder/ntundoc.h ULONG FileNameLength; ULONG 174 sandbox/win/tools/finder/ntundoc.h ULONG NumberOfHandles; ULONG 251 sandbox/win/tools/finder/ntundoc.h ULONG, ULONG 257 sandbox/win/tools/finder/ntundoc.h ULONG SystemInformationLength, ULONG 264 sandbox/win/tools/finder/ntundoc.h ULONG ObjectInformationLength, ULONG 20 sandbox/win/wow_helper/service64_resolver.cc const ULONG kLeaEdx = 0x0424548D; ULONG 21 sandbox/win/wow_helper/service64_resolver.cc const ULONG kCallFs1 = 0xC015FF64; ULONG 22 sandbox/win/wow_helper/service64_resolver.cc const ULONG kCallFs2Ret = 0xC2000000; ULONG 27 sandbox/win/wow_helper/service64_resolver.cc const ULONG kMmovR10EcxMovEax = 0xB8D18B4C; ULONG 34 sandbox/win/wow_helper/service64_resolver.cc const ULONG kXorRaxMovEax = 0xB8C03148; ULONG 35 sandbox/win/wow_helper/service64_resolver.cc const ULONG kSaveRcx = 0x10488948; ULONG 36 sandbox/win/wow_helper/service64_resolver.cc const ULONG kMovRcxRaxJmp = 0xE9C88B48; ULONG 48 sandbox/win/wow_helper/service64_resolver.cc ULONG mov_r10_ecx_mov_eax; // = 4C 8B D1 B8 ULONG 49 sandbox/win/wow_helper/service64_resolver.cc ULONG service_id; ULONG 69 sandbox/win/wow_helper/service64_resolver.cc ULONG relative; ULONG 89 sandbox/win/wow_helper/service64_resolver.cc ULONG xor_rax_mov_eax; // = 48 31 C0 B8 ULONG 90 sandbox/win/wow_helper/service64_resolver.cc ULONG patch_info; ULONG 91 sandbox/win/wow_helper/service64_resolver.cc ULONG save_rcx; // = 48 89 48 10 ULONG 92 sandbox/win/wow_helper/service64_resolver.cc ULONG mov_rcx_rax_jmp; // = 48 8b c8 e9 ULONG 93 sandbox/win/wow_helper/service64_resolver.cc ULONG relative; ULONG 298 sandbox/win/wow_helper/service64_resolver.cc local_service.relative = static_cast<ULONG>(diff); ULONG 319 sandbox/win/wow_helper/service64_resolver.cc my_thunk.patch_info = static_cast<ULONG>(patch_info); ULONG 322 sandbox/win/wow_helper/service64_resolver.cc my_thunk.relative = static_cast<ULONG>(diff); ULONG 13 sandbox/win/wow_helper/target_code.cc SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { ULONG 32 sandbox/win/wow_helper/target_code.h SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect); ULONG 63 third_party/harfbuzz-ng/src/hb-open-file-private.hh ULONG offset; /* Offset from beginning of TrueType font ULONG 65 third_party/harfbuzz-ng/src/hb-open-file-private.hh ULONG length; /* Length of this table. */ ULONG 597 third_party/harfbuzz-ng/src/hb-open-type-private.hh ULONG minor; ULONG 604 third_party/harfbuzz-ng/src/hb-open-type-private.hh struct Tag : ULONG ULONG 632 third_party/harfbuzz-ng/src/hb-open-type-private.hh struct LongOffset : ULONG ULONG 641 third_party/harfbuzz-ng/src/hb-open-type-private.hh struct CheckSum : ULONG ULONG 644 third_party/harfbuzz-ng/src/hb-open-type-private.hh static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length) ULONG 647 third_party/harfbuzz-ng/src/hb-open-type-private.hh const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size; ULONG 656 third_party/harfbuzz-ng/src/hb-open-type-private.hh { set (CalcTableChecksum ((const ULONG *) data, length)); } ULONG 859 third_party/harfbuzz-ng/src/hb-open-type-private.hh struct LongArrayOf : GenericArrayOf<ULONG, Type> {}; ULONG 63 third_party/harfbuzz-ng/src/hb-ot-head-table.hh ULONG checkSumAdjustment; /* To compute: set it to 0, sum the ULONG 66 third_party/harfbuzz-ng/src/hb-ot-head-table.hh ULONG magicNumber; /* Set to 0x5F0F3CF5. */ ULONG 2169 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh ULONG extensionOffset; /* Offset to the extension subtable, ULONG 809 third_party/harfbuzz-ng/src/hb-uniscribe.cc ULONG script_tags[MAX_ITEMS]; ULONG 2843 third_party/libevent/evdns.c ULONG size = sizeof(FIXED_INFO); ULONG 1008 third_party/libusb/src/libusb/os/windows_usb.c cd_buf_short.req.ConnectionIndex = (ULONG)priv->port; ULONG 1036 third_party/libusb/src/libusb/os/windows_usb.c cd_buf_actual->ConnectionIndex = (ULONG)priv->port; ULONG 1134 third_party/libusb/src/libusb/os/windows_usb.c conn_info.ConnectionIndex = (ULONG)port_number; ULONG 2645 third_party/libusb/src/libusb/os/windows_usb.c ULONG timeout = 0; ULONG 2656 third_party/libusb/src/libusb/os/windows_usb.c PIPE_TRANSFER_TIMEOUT, sizeof(ULONG), &timeout)) { ULONG 2870 third_party/libusb/src/libusb/os/windows_usb.c ULONG size; ULONG 3427 third_party/libusb/src/libusb/os/windows_usb.c if (HidD_GetPhysicalDescriptor(hid_handle, data, (ULONG)*size)) ULONG 3657 third_party/libusb/src/libusb/os/windows_usb.c ULONG size[3]; ULONG 399 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, CONFIGRET, CM_Get_Parent, (PDEVINST, DEVINST, ULONG)); ULONG 400 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, CONFIGRET, CM_Get_Child, (PDEVINST, DEVINST, ULONG)); ULONG 401 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, CONFIGRET, CM_Get_Sibling, (PDEVINST, DEVINST, ULONG)); ULONG 402 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, CONFIGRET, CM_Get_Device_IDA, (DEVINST, PCHAR, ULONG, ULONG)); ULONG 456 third_party/libusb/src/libusb/os/windows_usb.h ULONG ConnectionIndex; ULONG 478 third_party/libusb/src/libusb/os/windows_usb.h ULONG ConnectionIndex; ULONG 500 third_party/libusb/src/libusb/os/windows_usb.h ULONG ActualLength; ULONG 505 third_party/libusb/src/libusb/os/windows_usb.h ULONG ActualLength; ULONG 510 third_party/libusb/src/libusb/os/windows_usb.h ULONG ConnectionIndex; ULONG 511 third_party/libusb/src/libusb/os/windows_usb.h ULONG ActualLength; ULONG 516 third_party/libusb/src/libusb/os/windows_usb.h ULONG ConnectionIndex; ULONG 517 third_party/libusb/src/libusb/os/windows_usb.h ULONG ActualLength; ULONG 534 third_party/libusb/src/libusb/os/windows_usb.h ULONG NumberOfInterfaces; ULONG 547 third_party/libusb/src/libusb/os/windows_usb.h ULONG ScheduleOffset; ULONG 551 third_party/libusb/src/libusb/os/windows_usb.h ULONG ConnectionIndex; ULONG 557 third_party/libusb/src/libusb/os/windows_usb.h ULONG NumberOfOpenPipes; ULONG 563 third_party/libusb/src/libusb/os/windows_usb.h ULONG HubIsHighSpeedCapable:1; ULONG 564 third_party/libusb/src/libusb/os/windows_usb.h ULONG HubIsHighSpeed:1; ULONG 565 third_party/libusb/src/libusb/os/windows_usb.h ULONG HubIsMultiTtCapable:1; ULONG 566 third_party/libusb/src/libusb/os/windows_usb.h ULONG HubIsMultiTt:1; ULONG 567 third_party/libusb/src/libusb/os/windows_usb.h ULONG HubIsRoot:1; ULONG 568 third_party/libusb/src/libusb/os/windows_usb.h ULONG HubIsArmedWakeOnConnect:1; ULONG 569 third_party/libusb/src/libusb/os/windows_usb.h ULONG ReservedMBZ:26; ULONG 573 third_party/libusb/src/libusb/os/windows_usb.h ULONG HubIs2xCapable : 1; ULONG 633 third_party/libusb/src/libusb/os/windows_usb.h ULONG BufferLength, ULONG 659 third_party/libusb/src/libusb/os/windows_usb.h ULONG BufferLength, ULONG 671 third_party/libusb/src/libusb/os/windows_usb.h ULONG PolicyType, ULONG 677 third_party/libusb/src/libusb/os/windows_usb.h ULONG PolicyType, ULONG 687 third_party/libusb/src/libusb/os/windows_usb.h ULONG InformationType, ULONG 706 third_party/libusb/src/libusb/os/windows_usb.h ULONG BufferLength, ULONG 721 third_party/libusb/src/libusb/os/windows_usb.h ULONG PolicyType, ULONG 722 third_party/libusb/src/libusb/os/windows_usb.h ULONG ValueLength, ULONG 727 third_party/libusb/src/libusb/os/windows_usb.h ULONG PolicyType, ULONG 728 third_party/libusb/src/libusb/os/windows_usb.h ULONG ValueLength, ULONG 735 third_party/libusb/src/libusb/os/windows_usb.h ULONG BufferLength, ULONG 793 third_party/libusb/src/libusb/os/windows_usb.h ULONG DriverID, ULONG 794 third_party/libusb/src/libusb/os/windows_usb.h ULONG FunctionID ULONG 833 third_party/libusb/src/libusb/os/windows_usb.h ULONG Size; ULONG 883 third_party/libusb/src/libusb/os/windows_usb.h ULONG UnitsExp; ULONG 884 third_party/libusb/src/libusb/os/windows_usb.h ULONG Units; ULONG 907 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetManufacturerString, (HANDLE, PVOID, ULONG)); ULONG 908 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetProductString, (HANDLE, PVOID, ULONG)); ULONG 909 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetSerialNumberString, (HANDLE, PVOID, ULONG)); ULONG 911 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_SetNumInputBuffers, (HANDLE, ULONG)); ULONG 912 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_SetFeature, (HANDLE, PVOID, ULONG)); ULONG 913 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetFeature, (HANDLE, PVOID, ULONG)); ULONG 914 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetPhysicalDescriptor, (HANDLE, PVOID, ULONG)); ULONG 915 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetInputReport, (HANDLE, PVOID, ULONG)); ULONG 916 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_SetOutputReport, (HANDLE, PVOID, ULONG)); ULONG 61 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ulTIDPID; ULONG 62 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG hevSem; ULONG 63 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG cLocks; ULONG 70 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ulReserved[4]; /* Same size as RAMSEM */ ULONG 74 third_party/npapi/npspy/extern/nspr/md/_os2.h APIRET _Optlink SemRequest486(PRAMSEM, ULONG); ULONG 75 third_party/npapi/npspy/extern/nspr/md/_os2.h APIRET _Optlink SemReleasex86(PRAMSEM, ULONG); ULONG 527 third_party/npapi/npspy/extern/nspr/md/_os2.h typedef ULONG DWORD, *PDWORD; ULONG 540 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG losig; /* Low 32-bits of the significand. */ ULONG 541 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG hisig; /* High 32-bits of the significand. */ ULONG 545 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ContextFlags; ULONG 546 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_env[7]; ULONG 548 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_SegGs; /* GS register. */ ULONG 549 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_SegFs; /* FS register. */ ULONG 550 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_SegEs; /* ES register. */ ULONG 551 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_SegDs; /* DS register. */ ULONG 552 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_RegEdi; /* EDI register. */ ULONG 553 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_RegEsi; /* ESI register. */ ULONG 554 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_RegEax; /* EAX register. */ ULONG 555 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_RegEbx; /* EBX register. */ ULONG 556 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_RegEcx; /* ECX register. */ ULONG 557 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_RegEdx; /* EDX register. */ ULONG 558 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_RegEbp; /* EBP register. */ ULONG 559 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_RegEip; /* EIP register. */ ULONG 560 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_SegCs; /* CS register. */ ULONG 561 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_EFlags; /* EFLAGS register. */ ULONG 562 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_RegEsp; /* ESP register. */ ULONG 563 third_party/npapi/npspy/extern/nspr/md/_os2.h ULONG ctx_SegSs; /* SS register. */ ULONG 568 third_party/npapi/npspy/extern/nspr/md/_os2.h extern APIRET (* APIENTRY QueryThreadContext)(TID, ULONG, PCONTEXTRECORD); ULONG 16908 third_party/sqlite/amalgamation/sqlite3.c ULONG ulCount; ULONG 16925 third_party/sqlite/amalgamation/sqlite3.c ULONG ulCount; ULONG 16936 third_party/sqlite/amalgamation/sqlite3.c ULONG ulCount; ULONG 16947 third_party/sqlite/amalgamation/sqlite3.c ULONG ulCount; ULONG 22140 third_party/sqlite/amalgamation/sqlite3.c ULONG fileLocation = 0L; ULONG 22141 third_party/sqlite/amalgamation/sqlite3.c ULONG got; ULONG 22152 third_party/sqlite/amalgamation/sqlite3.c if( got == (ULONG)amt ) ULONG 22171 third_party/sqlite/amalgamation/sqlite3.c ULONG fileLocation = 0L; ULONG 22173 third_party/sqlite/amalgamation/sqlite3.c ULONG wrote; ULONG 22850 third_party/sqlite/amalgamation/sqlite3.c ULONG mode, timeout; ULONG 22862 third_party/sqlite/amalgamation/sqlite3.c timeout = (ULONG)-1; /* wait forever */ ULONG 22899 third_party/sqlite/amalgamation/sqlite3.c ULONG action; ULONG 23395 third_party/sqlite/amalgamation/sqlite3.c ULONG ulDriveNum, ulDriveMap; ULONG 23479 third_party/sqlite/amalgamation/sqlite3.c ULONG ulOpenFlags = 0; ULONG 23480 third_party/sqlite/amalgamation/sqlite3.c ULONG ulOpenMode = 0; ULONG 23481 third_party/sqlite/amalgamation/sqlite3.c ULONG ulAction = 0; ULONG 23482 third_party/sqlite/amalgamation/sqlite3.c ULONG rc; ULONG 23748 third_party/sqlite/amalgamation/sqlite3.c static ULONG svIdx[6] = { QSV_MS_COUNT, QSV_TIME_LOW, ULONG 23762 third_party/sqlite/amalgamation/sqlite3.c if( (int)sizeof(ULONG) <= nBuf - n ){ ULONG 23766 third_party/sqlite/amalgamation/sqlite3.c n += sizeof(ULONG); ULONG 23770 third_party/sqlite/amalgamation/sqlite3.c for( i = 0; i < 6 && (int)sizeof(ULONG) <= nBuf - n; i++ ){ ULONG 23772 third_party/sqlite/amalgamation/sqlite3.c (PULONG)&zBuf[n], sizeof(ULONG)); ULONG 23773 third_party/sqlite/amalgamation/sqlite3.c n += sizeof(ULONG); ULONG 165 third_party/sqlite/src/src/mutex_os2.c ULONG ulCount; ULONG 182 third_party/sqlite/src/src/mutex_os2.c ULONG ulCount; ULONG 193 third_party/sqlite/src/src/mutex_os2.c ULONG ulCount; ULONG 204 third_party/sqlite/src/src/mutex_os2.c ULONG ulCount; ULONG 128 third_party/sqlite/src/src/os_os2.c ULONG fileLocation = 0L; ULONG 129 third_party/sqlite/src/src/os_os2.c ULONG got; ULONG 140 third_party/sqlite/src/src/os_os2.c if( got == (ULONG)amt ) ULONG 159 third_party/sqlite/src/src/os_os2.c ULONG fileLocation = 0L; ULONG 161 third_party/sqlite/src/src/os_os2.c ULONG wrote; ULONG 838 third_party/sqlite/src/src/os_os2.c ULONG mode, timeout; ULONG 850 third_party/sqlite/src/src/os_os2.c timeout = (ULONG)-1; /* wait forever */ ULONG 887 third_party/sqlite/src/src/os_os2.c ULONG action; ULONG 1383 third_party/sqlite/src/src/os_os2.c ULONG ulDriveNum, ulDriveMap; ULONG 1467 third_party/sqlite/src/src/os_os2.c ULONG ulOpenFlags = 0; ULONG 1468 third_party/sqlite/src/src/os_os2.c ULONG ulOpenMode = 0; ULONG 1469 third_party/sqlite/src/src/os_os2.c ULONG ulAction = 0; ULONG 1470 third_party/sqlite/src/src/os_os2.c ULONG rc; ULONG 1736 third_party/sqlite/src/src/os_os2.c static ULONG svIdx[6] = { QSV_MS_COUNT, QSV_TIME_LOW, ULONG 1750 third_party/sqlite/src/src/os_os2.c if( (int)sizeof(ULONG) <= nBuf - n ){ ULONG 1754 third_party/sqlite/src/src/os_os2.c n += sizeof(ULONG); ULONG 1758 third_party/sqlite/src/src/os_os2.c for( i = 0; i < 6 && (int)sizeof(ULONG) <= nBuf - n; i++ ){ ULONG 1760 third_party/sqlite/src/src/os_os2.c (PULONG)&zBuf[n], sizeof(ULONG)); ULONG 1761 third_party/sqlite/src/src/os_os2.c n += sizeof(ULONG); ULONG 62 third_party/tcmalloc/chromium/src/stacktrace_win32-inl.h IN ULONG frames_to_skip, ULONG 63 third_party/tcmalloc/chromium/src/stacktrace_win32-inl.h IN ULONG frames_to_capture, ULONG 65 third_party/tcmalloc/chromium/src/windows/nm-pdb.c ULONG flags; ULONG 87 third_party/tcmalloc/chromium/src/windows/nm-pdb.c ULONG symbol_size, ULONG 62 third_party/tcmalloc/vendor/src/stacktrace_win32-inl.h IN ULONG frames_to_skip, ULONG 63 third_party/tcmalloc/vendor/src/stacktrace_win32-inl.h IN ULONG frames_to_capture, ULONG 65 third_party/tcmalloc/vendor/src/windows/nm-pdb.c ULONG flags; ULONG 87 third_party/tcmalloc/vendor/src/windows/nm-pdb.c ULONG symbol_size, ULONG 355 third_party/wtl/include/atlapp.h #define HandleToUlong( h ) ((ULONG)(ULONG_PTR)(h) ) ULONG 364 third_party/wtl/include/atlapp.h #define PtrToUlong( p ) ((ULONG)(ULONG_PTR) (p) ) ULONG 1440 third_party/wtl/include/atlctrlx.h ULONG ulCount = cchValue; ULONG 3379 third_party/wtl/include/atlctrlx.h static const ULONG powersOfTen[] = ULONG 3455 third_party/wtl/include/atlctrlx.h ULONG carry = static_cast<ULONG>(product >> 32); ULONG 3456 third_party/wtl/include/atlctrlx.h temp.Lo32 = static_cast<ULONG>(product); ULONG 3458 third_party/wtl/include/atlctrlx.h carry = static_cast<ULONG>(product >> 32); ULONG 3459 third_party/wtl/include/atlctrlx.h temp.Mid32 = static_cast<ULONG>(product); ULONG 3461 third_party/wtl/include/atlctrlx.h if (static_cast<ULONG>(product >> 32)) ULONG 3466 third_party/wtl/include/atlctrlx.h temp.Hi32 = static_cast<ULONG>(product); ULONG 1102 third_party/wtl/include/atldlgs.h virtual ULONG STDMETHODCALLTYPE AddRef() ULONG 1107 third_party/wtl/include/atldlgs.h virtual ULONG STDMETHODCALLTYPE Release() ULONG 2594 third_party/wtl/include/atldlgs.h virtual ULONG STDMETHODCALLTYPE AddRef() ULONG 2599 third_party/wtl/include/atldlgs.h virtual ULONG STDMETHODCALLTYPE Release() ULONG 3096 third_party/wtl/include/atlmisc.h ULONG ulCount = t_cchItemLen; ULONG 447 third_party/wtl/include/atltheme.h HRESULT GetThemeBitmap(int nPartID, int nStateID, int nPropID, ULONG uFlags, HBITMAP& hBitmap) ULONG 1122 third_party/wtl/include/atlwince.h if(0 != SetForegroundWindow(reinterpret_cast<HWND>(reinterpret_cast<ULONG>(hwnd) | 0x1))) ULONG 117 tools/win/static_initializers/static_initializers.cc ULONG element_count = 0; ULONG 136 tools/win/static_initializers/static_initializers.cc ULONG children = 0; ULONG 45 ui/base/dragdrop/drag_source_win.cc ULONG DragSourceWin::AddRef() { ULONG 50 ui/base/dragdrop/drag_source_win.cc ULONG DragSourceWin::Release() { ULONG 40 ui/base/dragdrop/drag_source_win.h ULONG __stdcall AddRef(); ULONG 41 ui/base/dragdrop/drag_source_win.h ULONG __stdcall Release(); ULONG 111 ui/base/dragdrop/drop_target_win.cc ULONG DropTargetWin::AddRef() { ULONG 115 ui/base/dragdrop/drop_target_win.cc ULONG DropTargetWin::Release() { ULONG 49 ui/base/dragdrop/drop_target_win.h ULONG __stdcall AddRef(); ULONG 50 ui/base/dragdrop/drop_target_win.h ULONG __stdcall Release(); ULONG 75 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG count, FORMATETC* elements_array, ULONG* elements_fetched); ULONG 76 ui/base/dragdrop/os_exchange_data_provider_win.cc HRESULT __stdcall Skip(ULONG skip_count); ULONG 82 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG __stdcall AddRef(); ULONG 83 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG __stdcall Release(); ULONG 136 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG count, FORMATETC* elements_array, ULONG* elements_fetched) { ULONG 142 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG index = 0; ULONG 156 ui/base/dragdrop/os_exchange_data_provider_win.cc STDMETHODIMP FormatEtcEnumerator::Skip(ULONG skip_count) { ULONG 188 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG FormatEtcEnumerator::AddRef() { ULONG 192 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG FormatEtcEnumerator::Release() { ULONG 194 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG copied_refcnt = ref_count_; ULONG 869 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG DataObjectImpl::AddRef() { ULONG 874 ui/base/dragdrop/os_exchange_data_provider_win.cc ULONG DataObjectImpl::Release() { ULONG 80 ui/base/dragdrop/os_exchange_data_provider_win.h ULONG __stdcall AddRef(); ULONG 81 ui/base/dragdrop/os_exchange_data_provider_win.h ULONG __stdcall Release(); ULONG 199 ui/base/dragdrop/os_exchange_data_win_unittest.cc ULONG retrieved = 0; ULONG 219 ui/base/dragdrop/os_exchange_data_win_unittest.cc ULONG retrieved = 0; ULONG 232 ui/base/dragdrop/os_exchange_data_win_unittest.cc ULONG retrieved = 0; ULONG 250 ui/base/dragdrop/os_exchange_data_win_unittest.cc ULONG retrieved = 0; ULONG 259 ui/base/dragdrop/os_exchange_data_win_unittest.cc ULONG retrieved = 0; ULONG 39 ui/base/ime/win/tsf_input_scope.cc STDMETHOD_(ULONG, AddRef)() OVERRIDE { ULONG 43 ui/base/ime/win/tsf_input_scope.cc STDMETHOD_(ULONG, Release)() OVERRIDE { ULONG 49 ui/base/ime/win/tsf_input_scope.cc return static_cast<ULONG>(count); ULONG 119 win8/metro_driver/ime/text_store.cc ULONG num_filter_attributes, ULONG 207 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetSelection(ULONG selection_index, ULONG 208 win8/metro_driver/ime/text_store.cc ULONG selection_buffer_size, ULONG 210 win8/metro_driver/ime/text_store.cc ULONG* fetched_count) { ULONG 243 win8/metro_driver/ime/text_store.cc ULONG text_buffer_size, ULONG 244 win8/metro_driver/ime/text_store.cc ULONG* text_buffer_copied, ULONG 246 win8/metro_driver/ime/text_store.cc ULONG run_info_buffer_size, ULONG 247 win8/metro_driver/ime/text_store.cc ULONG* run_info_buffer_copied, ULONG 392 win8/metro_driver/ime/text_store.cc ULONG text_buffer_size, ULONG 436 win8/metro_driver/ime/text_store.cc ULONG text_size, ULONG 463 win8/metro_driver/ime/text_store.cc ULONG attribute_buffer_size, ULONG 474 win8/metro_driver/ime/text_store.cc ULONG attribute_buffer_size, ULONG 580 win8/metro_driver/ime/text_store.cc ULONG attribute_buffer_size, ULONG 595 win8/metro_driver/ime/text_store.cc ULONG attribute_buffer_size, ULONG 597 win8/metro_driver/ime/text_store.cc ULONG* attribute_buffer_copied) { ULONG 620 win8/metro_driver/ime/text_store.cc ULONG selection_buffer_size, ULONG 642 win8/metro_driver/ime/text_store.cc ULONG text_buffer_size, ULONG 108 win8/metro_driver/ime/text_store.h ULONG num_filter_attributes, ULONG 128 win8/metro_driver/ime/text_store.h STDMETHOD(GetSelection)(ULONG selection_index, ULONG 129 win8/metro_driver/ime/text_store.h ULONG selection_buffer_size, ULONG 131 win8/metro_driver/ime/text_store.h ULONG* fetched_count) OVERRIDE; ULONG 136 win8/metro_driver/ime/text_store.h ULONG text_buffer_size, ULONG 137 win8/metro_driver/ime/text_store.h ULONG* text_buffer_copied, ULONG 139 win8/metro_driver/ime/text_store.h ULONG run_info_buffer_size, ULONG 140 win8/metro_driver/ime/text_store.h ULONG* run_info_buffer_copied, ULONG 160 win8/metro_driver/ime/text_store.h ULONG text_buffer_size, ULONG 166 win8/metro_driver/ime/text_store.h ULONG text_size, ULONG 173 win8/metro_driver/ime/text_store.h ULONG attribute_buffer_size, ULONG 178 win8/metro_driver/ime/text_store.h ULONG attribute_buffer_size, ULONG 183 win8/metro_driver/ime/text_store.h ULONG attribute_buffer_size, ULONG 185 win8/metro_driver/ime/text_store.h STDMETHOD(RetrieveRequestedAttrs)(ULONG attribute_buffer_size, ULONG 187 win8/metro_driver/ime/text_store.h ULONG* attribute_buffer_copied) OVERRIDE; ULONG 188 win8/metro_driver/ime/text_store.h STDMETHOD(SetSelection)(ULONG selection_buffer_size, ULONG 194 win8/metro_driver/ime/text_store.h ULONG text_buffer_size, ULONG 45 win8/metro_driver/metro_dialog_box.h virtual ULONG STDMETHODCALLTYPE AddRef(void) { ULONG 50 win8/metro_driver/metro_dialog_box.h virtual ULONG STDMETHODCALLTYPE Release(void) { ULONG 475 win8/metro_driver/print_handler.cc ULONG bytes_written = 0; ULONG 477 win8/metro_driver/print_handler.cc base::checked_cast<ULONG>(data_size),