h 106 android_webview/browser/aw_form_database_service.cc WebDataServiceBase::Handle h, h 117 android_webview/browser/aw_form_database_service.cc QueryMap::const_iterator it = result_map_.find(h); h 124 android_webview/browser/aw_form_database_service.cc result_map_.erase(h); h 44 android_webview/browser/aw_form_database_service.h WebDataServiceBase::Handle h, h 1660 android_webview/java/src/org/chromium/android_webview/AwContents.java public void onSizeChanged(int w, int h, int ow, int oh) { h 1662 android_webview/java/src/org/chromium/android_webview/AwContents.java mScrollOffsetManager.setContainerViewSize(w, h); h 1665 android_webview/java/src/org/chromium/android_webview/AwContents.java mLayoutSizer.onSizeChanged(w, h, ow, oh); h 1666 android_webview/java/src/org/chromium/android_webview/AwContents.java mContentViewCore.onPhysicalBackingSizeChanged(w, h); h 1667 android_webview/java/src/org/chromium/android_webview/AwContents.java mContentViewCore.onSizeChanged(w, h, ow, oh); h 1668 android_webview/java/src/org/chromium/android_webview/AwContents.java nativeOnSizeChanged(mNativeAwContents, w, h, ow, oh); h 2104 android_webview/java/src/org/chromium/android_webview/AwContents.java private native void nativeOnSizeChanged(long nativeAwContents, int w, int h, int ow, int oh); h 2109 android_webview/java/src/org/chromium/android_webview/AwContents.java private native void nativeOnAttachedToWindow(long nativeAwContents, int w, int h); h 195 android_webview/java/src/org/chromium/android_webview/AwLayoutSizer.java public void onSizeChanged(int w, int h, int ow, int oh) { h 197 android_webview/java/src/org/chromium/android_webview/AwLayoutSizer.java mLastHeight = h; h 225 android_webview/java/src/org/chromium/android_webview/AwLayoutSizer.java private void updateFixedLayoutSize(int w, int h, float pageScaleFactor) { h 757 android_webview/native/aw_contents.cc int w, int h, int ow, int oh) { h 759 android_webview/native/aw_contents.cc browser_view_renderer_.OnSizeChanged(w, h); h 785 android_webview/native/aw_contents.cc void AwContents::OnAttachedToWindow(JNIEnv* env, jobject obj, int w, int h) { h 787 android_webview/native/aw_contents.cc browser_view_renderer_.OnAttachedToWindow(w, h); h 97 android_webview/native/aw_contents.h void OnSizeChanged(JNIEnv* env, jobject obj, int w, int h, int ow, int oh); h 101 android_webview/native/aw_contents.h void OnAttachedToWindow(JNIEnv* env, jobject obj, int w, int h); h 71 android_webview/public/browser/draw_gl.h typedef long AwCreateGraphicBufferFunction(int w, int h); h 105 android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java public void onSizeChanged(int w, int h, int ow, int oh) { h 106 android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java super.onSizeChanged(w, h, ow, oh); h 107 android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java mAwContents.onSizeChanged(w, h, ow, oh); h 29 ash/desktop_background/wallpaper_resizer_unittest.cc int h = size.height(); h 30 ash/desktop_background/wallpaper_resizer_unittest.cc src.setConfig(SkBitmap::kARGB_8888_Config, w, h); h 34 ash/desktop_background/wallpaper_resizer_unittest.cc for (int y = 0; y < h; ++y) { h 755 ash/shelf/shelf_view.cc int h = layout_manager_->PrimaryAxisValue(height(), button_size); h 762 ash/shelf/shelf_view.cc view_model_->set_ideal_bounds(i, gfx::Rect(x, y, w, h)); h 765 ash/shelf/shelf_view.cc y = layout_manager_->PrimaryAxisValue(y, y + h + button_spacing); h 780 ash/shelf/shelf_view.cc layout_manager_->PrimaryAxisValue(h, inset + h)))); h 791 ash/shelf/shelf_view.cc y = layout_manager_->PrimaryAxisValue(y, y - h - button_spacing); h 792 ash/shelf/shelf_view.cc view_model_->set_ideal_bounds(i, gfx::Rect(x, y, w, h)); h 812 ash/shelf/shelf_view.cc layout_manager_->PrimaryAxisValue(height(), h))); h 865 ash/shelf/shelf_view.cc view_model_->set_ideal_bounds(i, gfx::Rect(x, y, w, h)); h 881 ash/shelf/shelf_view.cc y = layout_manager_->PrimaryAxisValue(y, y + h + button_spacing); h 420 ash/wm/window_positioner.cc int h = old_pos.height(); h 425 ash/wm/window_positioner.cc if (last_popup_position_y_ + h > work_area.height() || h 446 ash/wm/window_positioner.cc return gfx::Rect(x + work_area.x(), y + work_area.y(), w, h); h 476 ash/wm/window_positioner.cc int h = old_pos.height(); h 500 ash/wm/window_positioner.cc while (y + h <= work_area.height()) { h 504 ash/wm/window_positioner.cc y + work_area.y(), w, h))) { h 510 ash/wm/window_positioner.cc return gfx::Rect(x + work_area.x(), y + work_area.y(), w, h); h 527 ash/wm/window_positioner.cc int h = pos.height(); h 534 ash/wm/window_positioner.cc y = work_area.bottom() - h; h 535 ash/wm/window_positioner.cc return gfx::Rect(x, y, w, h); h 113 ash/wm/workspace/phantom_window_controller.cc int h = size.height() - kInsetSize * 2; h 114 ash/wm/workspace/phantom_window_controller.cc bool inset = (w > 0 && h > 0); h 119 ash/wm/workspace/phantom_window_controller.cc h = size.height(); h 127 ash/wm/workspace/phantom_window_controller.cc gfx::RectToSkRect(gfx::Rect(x, y, w, h)), h 136 ash/wm/workspace/phantom_window_controller.cc gfx::RectToSkRect(gfx::Rect(x, y, w, h)), SkIntToScalar(kRoundRectSize), h 183 ash/wm/workspace/workspace_window_resizer.cc int h = src.height(); h 195 ash/wm/workspace/workspace_window_resizer.cc h = src.bottom() - y; h 198 ash/wm/workspace/workspace_window_resizer.cc h += attach_origin.y() - src.y(); h 206 ash/wm/workspace/workspace_window_resizer.cc h = src.bottom() - y; h 208 ash/wm/workspace/workspace_window_resizer.cc h += attach_origin.y() - src.y(); h 221 ash/wm/workspace/workspace_window_resizer.cc return gfx::Rect(x, y, w, h); h 71 base/allocator/allocator_shim.cc SpinLockHolder h(&set_new_handler_lock); h 892 base/debug/trace_event.h base::debug::TraceEventHandle h = trace_event_internal::AddTraceEvent( \ h 898 base/debug/trace_event.h INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, h); \ h 372 base/strings/string_piece_unittest.cc Piece h(equals); h 373 base/strings/string_piece_unittest.cc ASSERT_EQ(h.find_first_not_of('='), Piece::npos); h 374 base/strings/string_piece_unittest.cc ASSERT_EQ(h.find_first_not_of('=', 3), Piece::npos); h 375 base/strings/string_piece_unittest.cc ASSERT_EQ(h.find_first_not_of('\0'), 0U); h 389 base/strings/string_piece_unittest.cc ASSERT_EQ(h.find_last_of(a), Piece::npos); h 449 base/strings/string_piece_unittest.cc ASSERT_EQ(h.find_last_not_of('x'), h.size() - 1); h 450 base/strings/string_piece_unittest.cc ASSERT_EQ(h.find_last_not_of('='), Piece::npos); h 452 base/strings/string_piece_unittest.cc ASSERT_EQ(h.find_last_not_of('x', 2), 2U); h 453 base/strings/string_piece_unittest.cc ASSERT_EQ(h.find_last_not_of('=', 2), Piece::npos); h 95 base/synchronization/waitable_event_watcher.h virtual void OnObjectSignaled(HANDLE h) OVERRIDE; h 38 base/synchronization/waitable_event_watcher_win.cc void WaitableEventWatcher::OnObjectSignaled(HANDLE h) { h 1500 base/third_party/dmg_fp/dtoa.cc htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; h 1502 base/third_party/dmg_fp/dtoa.cc htinit(unsigned char *h, unsigned char *s, int inc) h 1507 base/third_party/dmg_fp/dtoa.cc h[j] = i + inc; h 252 base/tuple.h typename TupleTraits<H>::ParamType h) h 253 base/tuple.h : a(a), b(b), c(c), d(d), e(e), f(f), g(g), h(h) { h 263 base/tuple.h H h; h 473 base/tuple.h const G& g, const H& h) { h 474 base/tuple.h return Tuple8<A, B, C, D, E, F, G, H>(a, b, c, d, e, f, g, h); h 521 base/tuple.h G& g, H& h) { h 522 base/tuple.h return Tuple8<A&, B&, C&, D&, E&, F&, G&, H&>(a, b, c, d, e, f, g, h); h 622 base/tuple.h base::internal::UnwrapTraits<H>::Unwrap(arg.h)); h 709 base/tuple.h base::internal::UnwrapTraits<H>::Unwrap(arg.h)); h 43 base/win/dllmain.cc static void NTAPI on_callback(PVOID h, DWORD reason, PVOID reserved); h 94 base/win/dllmain.cc BOOL WINAPI DllMain(PVOID h, DWORD reason, PVOID reserved) { h 107 base/win/dllmain.cc (*it)(h, reason, reserved); h 112 base/win/dllmain.cc static void NTAPI on_callback(PVOID h, DWORD reason, PVOID reserved) { h 382 cc/base/math_util.cc HomogeneousCoordinate h = MapHomogeneousPoint(transform, gfx::Point3F(p)); h 384 cc/base/math_util.cc if (h.w() > 0) { h 386 cc/base/math_util.cc return h.CartesianPoint2d(); h 393 cc/base/math_util.cc if (!h.w()) h 400 cc/base/math_util.cc return h.CartesianPoint2d(); h 406 cc/base/math_util.cc HomogeneousCoordinate h = MapHomogeneousPoint(transform, p); h 408 cc/base/math_util.cc if (h.w() > 0) { h 410 cc/base/math_util.cc return h.CartesianPoint3d(); h 417 cc/base/math_util.cc if (!h.w()) h 424 cc/base/math_util.cc return h.CartesianPoint3d(); h 447 cc/base/math_util.cc HomogeneousCoordinate h = ProjectHomogeneousPoint(transform, p); h 449 cc/base/math_util.cc if (h.w() > 0) { h 452 cc/base/math_util.cc return h.CartesianPoint2d(); h 459 cc/base/math_util.cc if (!h.w()) h 466 cc/base/math_util.cc return h.CartesianPoint2d(); h 562 cc/base/math_util.cc int x, y, w, h; h 567 cc/base/math_util.cc ok &= value->GetInteger(3, &h); h 571 cc/base/math_util.cc *out_rect = gfx::Rect(x, y, w, h); h 12 cc/base/region_unittest.cc #define TEST_INSIDE_RECT(r, x, y, w, h) \ h 15 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x, y + h - 1))); \ h 16 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w - 1, y + h - 1))); \ h 17 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x, y + h / 2))); \ h 18 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w - 1, y + h / 2))); \ h 20 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w / 2, y + h - 1))); \ h 21 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w / 2, y + h / 2))); \ h 23 cc/base/region_unittest.cc #define TEST_LEFT_OF_RECT(r, x, y, w, h) \ h 25 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x - 1, y + h - 1))); \ h 27 cc/base/region_unittest.cc #define TEST_RIGHT_OF_RECT(r, x, y, w, h) \ h 29 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x + w, y + h - 1))); \ h 31 cc/base/region_unittest.cc #define TEST_TOP_OF_RECT(r, x, y, w, h) \ h 35 cc/base/region_unittest.cc #define TEST_BOTTOM_OF_RECT(r, x, y, w, h) \ h 36 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x, y + h))); \ h 37 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x + w - 1, y + h))); \ h 34 cc/layers/picture_layer_impl_unittest.cc explicit MockCanvas(int w, int h) : SkCanvas(w, h) {} h 276 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_8_NEW(Type, a, b, c, d, e, f, g, h) \ h 280 cc/quads/draw_quad_unittest.cc quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d, e, f, g, h); \ h 284 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_8_ALL(Type, a, b, c, d, e, f, g, h) \ h 290 cc/quads/draw_quad_unittest.cc a, b, c, d, e, f, g, h); \ h 294 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_8_NEW_1(Type, a, b, c, d, e, f, g, h, copy_a) \ h 298 cc/quads/draw_quad_unittest.cc quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d, e, f, g, h); \ h 302 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_8_ALL_1(Type, a, b, c, d, e, f, g, h, copy_a) \ h 308 cc/quads/draw_quad_unittest.cc a, b, c, d, e, f, g, h); \ h 312 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_9_NEW(Type, a, b, c, d, e, f, g, h, i) \ h 317 cc/quads/draw_quad_unittest.cc a, b, c, d, e, f, g, h, i); \ h 321 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_9_ALL(Type, a, b, c, d, e, f, g, h, i) \ h 327 cc/quads/draw_quad_unittest.cc a, b, c, d, e, f, g, h, i); \ h 73 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java TextView h = (TextView) section.findViewById(R.id.website_settings_headline); h 74 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java h.setText(headline); h 75 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java if (TextUtils.isEmpty(headline)) h.setVisibility(View.GONE); h 30 chrome/browser/autocomplete/history_provider_util.cc bool HistoryMatch::EqualsGURL(const HistoryMatch& h, const GURL& url) { h 31 chrome/browser/autocomplete/history_provider_util.cc return h.url_info.url() == url; h 25 chrome/browser/autocomplete/history_provider_util.h static bool EqualsGURL(const HistoryMatch& h, const GURL& url); h 38 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc void MakeTestSkBitmap(int w, int h, SkBitmap* bmp) { h 39 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc bmp->setConfig(SkBitmap::kARGB_8888_Config, w, h); h 43 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc for (int i = 0; i < w * h; i++) { h 154 chrome/browser/chromeos/login/user_manager_impl.cc explicit UserHashMatcher(const std::string& h) : username_hash(h) {} h 229 chrome/browser/common/cancelable_request.h CancelableRequestProvider::Handle h, h 236 chrome/browser/common/cancelable_request.h CancelableRequestProvider::Handle h); h 266 chrome/browser/common/cancelable_request.h CancelableRequestProvider::Handle h) h 267 chrome/browser/common/cancelable_request.h : provider(p), handle(h) { h 320 chrome/browser/common/cancelable_request.h CancelableRequestProvider::Handle h, h 322 chrome/browser/common/cancelable_request.h PendingRequest request(p, h); h 330 chrome/browser/common/cancelable_request.h CancelableRequestProvider::Handle h) { h 331 chrome/browser/common/cancelable_request.h PendingRequest request(p, h); h 22 chrome/browser/external_extension_browsertest.cc IsSearchProviderTestData(content::WebContents* t, std::string h, GURL url) h 23 chrome/browser/external_extension_browsertest.cc : tab(t), host(h), test_url(url) { h 29 chrome/browser/favicon/favicon_handler_unittest.cc void FillDataToBitmap(int w, int h, SkBitmap* bmp) { h 30 chrome/browser/favicon/favicon_handler_unittest.cc bmp->setConfig(SkBitmap::kARGB_8888_Config, w, h); h 35 chrome/browser/favicon/favicon_handler_unittest.cc for (int i = 0; i < w * h; i++) { h 44 chrome/browser/favicon/favicon_handler_unittest.cc void FillBitmap(int w, int h, std::vector<unsigned char>* output) { h 46 chrome/browser/favicon/favicon_handler_unittest.cc FillDataToBitmap(w, h, &bitmap); h 321 chrome/browser/first_run/try_chrome_dialog_view.cc void TryChromeDialogView::SetToastRegion(HWND window, int w, int h) { h 325 chrome/browser/first_run/try_chrome_dialog_view.cc {w, h}, {0, h} h 101 chrome/browser/first_run/try_chrome_dialog_view.h void SetToastRegion(HWND window, int w, int h); h 36 chrome/browser/history/select_favicon_frames_unittest.cc SkBitmap MakeBitmap(SkColor color, int w, int h) { h 38 chrome/browser/history/select_favicon_frames_unittest.cc bitmap.setConfig(SkBitmap::kARGB_8888_Config, w, h); h 23 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ProxyConfigHolder h; h 25 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_TRUE(dict.GetMode(&h.mode)); h 26 chrome/browser/prefs/proxy_config_dictionary_unittest.cc EXPECT_EQ(ProxyPrefs::MODE_DIRECT, h.mode); h 27 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetPacUrl(&h.bypass_list)); h 28 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetProxyServer(&h.proxy_server)); h 29 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetBypassList(&h.bypass_list)); h 36 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ProxyConfigHolder h; h 38 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_TRUE(dict.GetMode(&h.mode)); h 39 chrome/browser/prefs/proxy_config_dictionary_unittest.cc EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, h.mode); h 40 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetPacUrl(&h.bypass_list)); h 41 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetProxyServer(&h.proxy_server)); h 42 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetBypassList(&h.bypass_list)); h 49 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ProxyConfigHolder h; h 51 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_TRUE(dict.GetMode(&h.mode)); h 52 chrome/browser/prefs/proxy_config_dictionary_unittest.cc EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, h.mode); h 53 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_TRUE(dict.GetPacUrl(&h.bypass_list)); h 54 chrome/browser/prefs/proxy_config_dictionary_unittest.cc EXPECT_EQ("pac", h.bypass_list); h 55 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetProxyServer(&h.proxy_server)); h 56 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetBypassList(&h.bypass_list)); h 64 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ProxyConfigHolder h; h 66 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_TRUE(dict.GetMode(&h.mode)); h 67 chrome/browser/prefs/proxy_config_dictionary_unittest.cc EXPECT_EQ(ProxyPrefs::MODE_FIXED_SERVERS, h.mode); h 68 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetPacUrl(&h.bypass_list)); h 69 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_TRUE(dict.GetProxyServer(&h.proxy_server)); h 70 chrome/browser/prefs/proxy_config_dictionary_unittest.cc EXPECT_EQ("http://1.2.3.4", h.proxy_server); h 71 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_TRUE(dict.GetBypassList(&h.bypass_list)); h 72 chrome/browser/prefs/proxy_config_dictionary_unittest.cc EXPECT_EQ("http://foo", h.bypass_list); h 79 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ProxyConfigHolder h; h 81 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_TRUE(dict.GetMode(&h.mode)); h 82 chrome/browser/prefs/proxy_config_dictionary_unittest.cc EXPECT_EQ(ProxyPrefs::MODE_SYSTEM, h.mode); h 83 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetPacUrl(&h.bypass_list)); h 84 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetProxyServer(&h.proxy_server)); h 85 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetBypassList(&h.bypass_list)); h 34 chrome/browser/renderer_host/web_cache_manager_unittest.cc WebCacheManager* h) { h 35 chrome/browser/renderer_host/web_cache_manager_unittest.cc return h->stats_; h 38 chrome/browser/renderer_host/web_cache_manager_unittest.cc static void SimulateInactivity(WebCacheManager* h, int renderer_id) { h 39 chrome/browser/renderer_host/web_cache_manager_unittest.cc stats(h)[renderer_id].access = Time::Now() - TimeDelta::FromMinutes( h 41 chrome/browser/renderer_host/web_cache_manager_unittest.cc h->FindInactiveRenderers(); h 44 chrome/browser/renderer_host/web_cache_manager_unittest.cc static std::set<int>& active_renderers(WebCacheManager* h) { h 45 chrome/browser/renderer_host/web_cache_manager_unittest.cc return h->active_renderers_; h 47 chrome/browser/renderer_host/web_cache_manager_unittest.cc static std::set<int>& inactive_renderers(WebCacheManager* h) { h 48 chrome/browser/renderer_host/web_cache_manager_unittest.cc return h->inactive_renderers_; h 50 chrome/browser/renderer_host/web_cache_manager_unittest.cc static void GatherStats(WebCacheManager* h, h 53 chrome/browser/renderer_host/web_cache_manager_unittest.cc h->GatherStats(renderers, stats); h 60 chrome/browser/renderer_host/web_cache_manager_unittest.cc static bool AttemptTactic(WebCacheManager* h, h 66 chrome/browser/renderer_host/web_cache_manager_unittest.cc return h->AttemptTactic( h 73 chrome/browser/renderer_host/web_cache_manager_unittest.cc static void AddToStrategy(WebCacheManager* h, h 78 chrome/browser/renderer_host/web_cache_manager_unittest.cc h->AddToStrategy(renderers, h 80 chrome/browser/safe_browsing/safe_browsing_store.h SBAddFullHash(int32 id, base::Time r, const SBFullHash& h) h 83 chrome/browser/safe_browsing/safe_browsing_store.h full_hash(h) { h 88 chrome/browser/safe_browsing/safe_browsing_store.h SBAddFullHash(int32 id, int32 r, const SBFullHash& h) h 89 chrome/browser/safe_browsing/safe_browsing_store.h : chunk_id(id), received(r), full_hash(h) {} h 102 chrome/browser/safe_browsing/safe_browsing_store.h SBSubFullHash(int32 id, int32 add_id, const SBFullHash& h) h 103 chrome/browser/safe_browsing/safe_browsing_store.h : chunk_id(id), add_chunk_id(add_id), full_hash(h) {} h 23 chrome/browser/safe_browsing/safe_browsing_util.cc SBFullHash h; h 24 chrome/browser/safe_browsing/safe_browsing_util.cc crypto::SHA256HashString(str, &h.full_hash, sizeof(h.full_hash)); h 25 chrome/browser/safe_browsing/safe_browsing_util.cc return h; h 464 chrome/browser/safe_browsing/safe_browsing_util.cc for (size_t h = 0; h < hosts.size(); ++h) { h 466 chrome/browser/safe_browsing/safe_browsing_util.cc urls->push_back(hosts[h] + paths[p]); h 237 chrome/browser/search_engines/search_provider_install_data.cc WebDataService::Handle h, h 69 chrome/browser/search_engines/search_provider_install_data.h WebDataService::Handle h, h 821 chrome/browser/search_engines/template_url_service.cc WebDataService::Handle h, h 295 chrome/browser/search_engines/template_url_service.h WebDataService::Handle h, h 103 chrome/browser/sessions/session_service.cc int32 h; h 112 chrome/browser/sessions/session_service.cc int32 h; h 763 chrome/browser/sessions/session_service.cc payload.h = bounds.height(); h 1069 chrome/browser/sessions/session_service.cc payload.h); h 1085 chrome/browser/sessions/session_service.cc payload.h); h 818 chrome/browser/themes/browser_theme_pack.cc hsl->h = tints_[i].h; h 956 chrome/browser/themes/browser_theme_pack.cc tints_[i].h = -1; h 973 chrome/browser/themes/browser_theme_pack.cc if (tint_list->GetDouble(0, &hsl.h) && h 991 chrome/browser/themes/browser_theme_pack.cc tints_[count].h = it->second.h; h 1403 chrome/browser/themes/browser_theme_pack.cc if (button_tint.h != -1 || button_tint.s != -1 || button_tint.l != -1) { h 1504 chrome/browser/themes/browser_theme_pack.cc hsl.h = tints_[i].h; h 234 chrome/browser/themes/browser_theme_pack.h double h; h 220 chrome/browser/themes/browser_theme_pack_unittest.cc EXPECT_DOUBLE_EQ(expected.h, actual.h); h 440 chrome/browser/themes/browser_theme_pack_unittest.cc EXPECT_DOUBLE_EQ(expected.h, actual.h); h 169 chrome/browser/ui/gtk/gtk_theme_service.cc tint->h = -1; h 182 chrome/browser/ui/gtk/gtk_theme_service.cc tint->h = accent_tint.h; h 127 chrome/browser/ui/gtk/nine_box.cc int h = allocation.height; h 148 chrome/browser/ui/gtk/nine_box.cc int i4h = h - i4y - std::min(std::min(i6h, i7h), i8h); h 170 chrome/browser/ui/gtk/nine_box.cc TileImage(cr, dst, images_[3], 0, i0h, i3w, h - i0h - i6h, opacity); h 172 chrome/browser/ui/gtk/nine_box.cc TileImage(cr, dst, images_[5], w - i5w, i2h, i5w, h - i2h - i8h, opacity); h 175 chrome/browser/ui/gtk/nine_box.cc DrawImage(cr, dst, images_[6], 0, h - i6h, opacity); h 176 chrome/browser/ui/gtk/nine_box.cc TileImage(cr, dst, images_[7], i6w, h - i7h, w - i6w - i8w, i7h, opacity); h 177 chrome/browser/ui/gtk/nine_box.cc DrawImage(cr, dst, images_[8], w - i8w, h - i8h, opacity); h 127 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc color_utils::HSL output = { hue_hsl.h, s, l }; h 157 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc color_utils::HSL output = { hue_hsl.h, s, l }; h 57 chrome/browser/ui/libgtk2ui/gtk2_border.cc int h = size_.height() * scale; h 59 chrome/browser/ui/libgtk2ui/gtk2_border.cc gtk2_ui_->DrawGtkButtonBorder(state_, focused_, w, h), scale); h 253 chrome/browser/ui/libgtk2ui/gtk2_ui.cc tint->h = -1; h 266 chrome/browser/ui/libgtk2ui/gtk2_ui.cc tint->h = accent_tint.h; h 1320 chrome/browser/ui/libgtk2ui/gtk2_ui.cc int w, h; h 1321 chrome/browser/ui/libgtk2ui/gtk2_ui.cc gdk_drawable_get_size(GDK_DRAWABLE(pixmap), &w, &h); h 1323 chrome/browser/ui/libgtk2ui/gtk2_ui.cc DCHECK_EQ(h, height); h 1331 chrome/browser/ui/libgtk2ui/gtk2_ui.cc 0, 0, 0, 0, w, h); h 57 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc color_utils::HSL output = { hue_hsl.h, s, l }; h 90 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc color_utils::HSL output = { hue_hsl.h, s, l }; h 44 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc int h = gdk_pixbuf_get_height(pixbuf); h 47 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc ret.setConfig(SkBitmap::kARGB_8888_Config, w, h); h 54 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc int total_length = w * h; h 72 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc for (int y = 0; y < h; ++y) { h 143 chrome/browser/ui/pdf/pdf_browsertest.cc int w, h; h 147 chrome/browser/ui/pdf/pdf_browsertest.cc gfx::PNGCodec::FORMAT_BGRA, &decoded, &w, &h)); h 175 chrome/browser/ui/pdf/pdf_browsertest.cc int y_max = std::min(h, bitmap.height()); h 68 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc int h = std::min(BackForwardMenuModel::kMaxHistoryItems, history_items); h 70 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc EXPECT_EQ(h, model->GetHistoryItemCount()); h 71 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc EXPECT_EQ(c, model->GetChapterStopCount(h)); h 72 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc if (h > 0) h 73 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc h += 2; // Separator and View History link. h 76 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc EXPECT_EQ(h + c, model->GetItemCount()); h 752 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int h = height(); h 765 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc h = GetBookmarkButton(0)->height(); h 773 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc h); h 242 chrome/browser/ui/views/dropdown_bar_host.cc int h = new_pos.height(); h 248 chrome/browser/ui/views/dropdown_bar_host.cc {2, 0}, {3, 1}, {3, h - 2}, {4, h - 1}, h 249 chrome/browser/ui/views/dropdown_bar_host.cc {4, h}, {w+0, h}, h 250 chrome/browser/ui/views/dropdown_bar_host.cc {w+2, h - 1}, {w+3, h - 2}, {w+3, 1}, {w+4, 0} h 473 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc int h = toolbar_bounds.height(); h 484 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc int bottom_edge_height = h - split_point; h 679 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc int h = toolbar_bounds.height(); h 690 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc int bottom_edge_height = std::min(toolbar_left->height(), h) - split_point; h 696 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc h)); h 668 chrome/browser/ui/views/status_bubble_views.cc void StatusBubbleViews::SetBounds(int x, int y, int w, int h) { h 671 chrome/browser/ui/views/status_bubble_views.cc size_.SetSize(w, h); h 101 chrome/browser/ui/views/status_bubble_views.h void SetBounds(int x, int y, int w, int h); h 185 chrome/browser/ui/views/toolbar/wrench_menu.cc int h = view->height(); h 191 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(0, 0, 1, h), h 204 chrome/browser/ui/views/toolbar/wrench_menu.cc DrawBackground(canvas, view, gfx::Rect(1, 1, w, h - 2), state); h 207 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(0, 2, 1, h - 4), border_color); h 208 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(1, h - 2, 1, 1), border_color); h 209 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(2, h - 1, w, 1), border_color); h 213 chrome/browser/ui/views/toolbar/wrench_menu.cc DrawBackground(canvas, view, gfx::Rect(1, 1, w - 2, h - 2), state); h 216 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(0, 0, 1, h), left_color); h 218 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(1, h - 1, w - 2, 1), h 222 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(w - 1, 0, 1, h), right_color); h 227 chrome/browser/ui/views/toolbar/wrench_menu.cc DrawBackground(canvas, view, gfx::Rect(0, 1, w - 1, h - 2), state); h 230 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(w - 1, 2, 1, h - 4), border_color); h 231 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(w - 2, h - 2, 1, 1), border_color); h 232 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(0, h - 1, w - 2, 1), border_color); h 236 chrome/browser/ui/views/toolbar/wrench_menu.cc DrawBackground(canvas, view, gfx::Rect(1, 1, w - 2, h - 2), state); h 239 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(0, 2, 1, h - 4), border_color); h 240 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(1, h - 2, 1, 1), border_color); h 241 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(2, h - 1, w - 4, 1), border_color); h 243 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(w - 1, 2, 1, h - 4), border_color); h 244 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(gfx::Rect(w - 2, h - 2, 1, 1), border_color); h 759 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php foreach ($matches[1] as $i => $h) { h 760 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $params[$h] = OAuthUtil::urldecode_rfc3986(empty($matches[3][$i]) ? $matches[4][$i] : $matches[3][$i]); h 32 chrome/common/spellcheck_result.h uint32 h = 0) h 33 chrome/common/spellcheck_result.h : decoration(d), location(loc), length(len), replacement(rep), hash(h) { h 58 chrome/installer/mac/third_party/bsdiff/goobsdiff.c static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) h 64 chrome/installer/mac/third_party/bsdiff/goobsdiff.c j=1;x=V[I[k]+h]; h 66 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[k+i]+h]<x) { h 67 chrome/installer/mac/third_party/bsdiff/goobsdiff.c x=V[I[k+i]+h]; h 70 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[k+i]+h]==x) { h 81 chrome/installer/mac/third_party/bsdiff/goobsdiff.c x=V[I[start+len/2]+h]; h 84 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[i]+h]<x) jj++; h 85 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[i]+h]==x) kk++; h 91 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[i]+h]<x) { h 93 chrome/installer/mac/third_party/bsdiff/goobsdiff.c } else if(V[I[i]+h]==x) { h 103 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[jj+j]+h]==x) { h 111 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(jj>start) split(I,V,start,jj-start,h); h 116 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(start+len>kk) split(I,V,kk,start+len-kk,h); h 122 chrome/installer/mac/third_party/bsdiff/goobsdiff.c off_t i,h,len; h 137 chrome/installer/mac/third_party/bsdiff/goobsdiff.c for(h=1;I[0]!=-(oldsize+1);h+=h) { h 146 chrome/installer/mac/third_party/bsdiff/goobsdiff.c split(I,V,i,len,h); h 54 components/autofill/core/browser/autocomplete_history_manager.cc WebDataServiceBase::Handle h, h 33 components/autofill/core/browser/autocomplete_history_manager.h WebDataServiceBase::Handle h, h 182 components/autofill/core/browser/personal_data_manager.cc WebDataServiceBase::Handle h, h 188 components/autofill/core/browser/personal_data_manager.cc if (h == pending_creditcards_query_) h 190 components/autofill/core/browser/personal_data_manager.cc else if (h == pending_profiles_query_) h 197 components/autofill/core/browser/personal_data_manager.cc ReceiveLoadedProfiles(h, result); h 200 components/autofill/core/browser/personal_data_manager.cc ReceiveLoadedCreditCards(h, result); h 930 components/autofill/core/browser/personal_data_manager.cc void PersonalDataManager::ReceiveLoadedProfiles(WebDataServiceBase::Handle h, h 932 components/autofill/core/browser/personal_data_manager.cc DCHECK_EQ(pending_profiles_query_, h); h 950 components/autofill/core/browser/personal_data_manager.cc WebDataServiceBase::Handle h, const WDTypedResult* result) { h 951 components/autofill/core/browser/personal_data_manager.cc DCHECK_EQ(pending_creditcards_query_, h); h 68 components/autofill/core/browser/personal_data_manager.h WebDataServiceBase::Handle h, h 250 components/autofill/core/browser/personal_data_manager.h void ReceiveLoadedProfiles(WebDataServiceBase::Handle h, h 255 components/autofill/core/browser/personal_data_manager.h void ReceiveLoadedCreditCards(WebDataServiceBase::Handle h, h 99 components/webdata/common/web_data_request_manager.cc void WebDataRequestManager::CancelRequest(WebDataServiceBase::Handle h) { h 101 components/webdata/common/web_data_request_manager.cc RequestMap::iterator i = pending_requests_.find(h); h 106 components/webdata/common/web_data_request_manager.h void CancelRequest(WebDataServiceBase::Handle h); h 46 components/webdata/common/web_data_service_base.cc void WebDataServiceBase::CancelRequest(Handle h) { h 49 components/webdata/common/web_data_service_base.cc wdbs_->CancelRequest(h); h 56 components/webdata/common/web_data_service_base.h virtual void CancelRequest(Handle h); h 18 components/webdata/common/web_data_service_consumer.h virtual void OnWebDataServiceRequestDone(WebDataServiceBase::Handle h, h 120 components/webdata/common/web_database_service.cc void WebDatabaseService::CancelRequest(WebDataServiceBase::Handle h) { h 123 components/webdata/common/web_database_service.cc wds_backend_->request_manager()->CancelRequest(h); h 97 components/webdata/common/web_database_service.h virtual void CancelRequest(WebDataServiceBase::Handle h); h 114 content/browser/loader/resource_request_info_impl.h void set_cross_site_handler(CrossSiteResourceHandler* h) { h 115 content/browser/loader/resource_request_info_impl.h cross_site_handler_ = h; h 129 content/browser/loader/resource_request_info_impl.h void set_detachable_handler(DetachableResourceHandler* h) { h 130 content/browser/loader/resource_request_info_impl.h detachable_handler_ = h; h 154 content/browser/renderer_host/backing_store_aura.cc int h = pixel_rect.height() + abs(pixel_delta.y()); h 155 content/browser/renderer_host/backing_store_aura.cc SkIRect rect = SkIRect::MakeXYWH(x, y, w, h); h 161 content/browser/renderer_host/media/video_capture_host_unittest.cc int h = it->first; h 165 content/browser/renderer_host/media/video_capture_host_unittest.cc return h; h 41 content/browser/renderer_host/render_widget_helper.cc BackingStoreMsgProxy(RenderWidgetHelper* h, const IPC::Message& m); h 57 content/browser/renderer_host/render_widget_helper.cc RenderWidgetHelper* h, const IPC::Message& m) h 58 content/browser/renderer_host/render_widget_helper.cc : helper_(h), h 385 content/browser/renderer_host/render_widget_host_unittest.cc const int w = 100, h = 100; h 386 content/browser/renderer_host/render_widget_host_unittest.cc const size_t pixel_size = w * h * 4; h 391 content/browser/renderer_host/render_widget_host_unittest.cc params->bitmap_rect = gfx::Rect(0, 0, w, h); h 394 content/browser/renderer_host/render_widget_host_unittest.cc params->view_size = gfx::Size(w, h); h 190 content/browser/web_contents/web_contents_view_gtk.cc int x = 0, y = 0, w, h; h 191 content/browser/web_contents/web_contents_view_gtk.cc gdk_window_get_geometry(window, &x, &y, &w, &h, NULL); h 192 content/browser/web_contents/web_contents_view_gtk.cc rect.SetRect(x, y, w, h); h 847 content/common/gpu/client/gl_helper_unittest.cc void DrawGridToBitmap(int w, int h, h 857 content/common/gpu/client/gl_helper_unittest.cc for (int y = 0; y < h; ++y) { h 872 content/common/gpu/client/gl_helper_unittest.cc void DrawCheckerToBitmap(int w, int h, h 880 content/common/gpu/client/gl_helper_unittest.cc for (int y = 0; y < h; ++y) { h 271 content/public/android/java/src/org/chromium/content/browser/ContentView.java protected void onSizeChanged(int w, int h, int ow, int oh) { h 273 content/public/android/java/src/org/chromium/content/browser/ContentView.java super.onSizeChanged(w, h, ow, oh); h 274 content/public/android/java/src/org/chromium/content/browser/ContentView.java mContentViewCore.onSizeChanged(w, h, ow, oh); h 3327 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java int x, int y, int w, int h); h 90 content/renderer/browser_plugin/browser_plugin_backing_store.cc int h = pixel_rect.height() + abs(pixel_delta.y()); h 91 content/renderer/browser_plugin/browser_plugin_backing_store.cc SkIRect rect = SkIRect::MakeXYWH(x, y, w, h); h 44 content/renderer/pepper/v8_var_converter.cc HashedHandle(v8::Handle<v8::Object> h) : handle(h) {} h 46 content/renderer/pepper/v8_var_converter.cc bool operator==(const HashedHandle& h) const { return handle == h.handle; } h 47 content/renderer/pepper/v8_var_converter.cc bool operator<(const HashedHandle& h) const { return hash() < h.hash(); } h 487 content/shell/tools/plugin/main.cpp Point pt = { event->where.v, event->where.h }; h 503 content/shell/tools/plugin/main.cpp pluginLog(instance, "mouseDown at (%d, %d)", pt.h, pt.v); h 518 content/shell/tools/plugin/main.cpp pluginLog(instance, "mouseUp at (%d, %d)", pt.h, pt.v); h 639 courgette/adjustment_method_2.cc static uint32 hash_combine(uint32 h, uint32 v) { h 640 courgette/adjustment_method_2.cc h += v; h 641 courgette/adjustment_method_2.cc return (h * (37 + 0x0000d100)) ^ (h >> 13); h 621 courgette/disassembler_win32_x64.cc std::map<int, std::vector<RVA> > h; h 625 courgette/disassembler_win32_x64.cc h[p->second].push_back(p->first); h 636 courgette/disassembler_win32_x64.cc for (std::map<int, std::vector<RVA> >::reverse_iterator p = h.rbegin(); h 637 courgette/disassembler_win32_x64.cc p != h.rend(); h 621 courgette/disassembler_win32_x86.cc std::map<int, std::vector<RVA> > h; h 625 courgette/disassembler_win32_x86.cc h[p->second].push_back(p->first); h 636 courgette/disassembler_win32_x86.cc for (std::map<int, std::vector<RVA> >::reverse_iterator p = h.rbegin(); h 637 courgette/disassembler_win32_x86.cc p != h.rend(); h 53 courgette/third_party/bsdiff_create.cc split(PagedArray<int>& I,PagedArray<int>& V,int start,int len,int h) h 59 courgette/third_party/bsdiff_create.cc j=1;x=V[I[k]+h]; h 61 courgette/third_party/bsdiff_create.cc if(V[I[k+i]+h]<x) { h 62 courgette/third_party/bsdiff_create.cc x=V[I[k+i]+h]; h 65 courgette/third_party/bsdiff_create.cc if(V[I[k+i]+h]==x) { h 76 courgette/third_party/bsdiff_create.cc x=V[I[start+len/2]+h]; h 79 courgette/third_party/bsdiff_create.cc if(V[I[i]+h]<x) jj++; h 80 courgette/third_party/bsdiff_create.cc if(V[I[i]+h]==x) kk++; h 86 courgette/third_party/bsdiff_create.cc if(V[I[i]+h]<x) { h 88 courgette/third_party/bsdiff_create.cc } else if(V[I[i]+h]==x) { h 98 courgette/third_party/bsdiff_create.cc if(V[I[jj+j]+h]==x) { h 106 courgette/third_party/bsdiff_create.cc if(jj>start) split(I,V,start,jj-start,h); h 111 courgette/third_party/bsdiff_create.cc if(start+len>kk) split(I,V,kk,start+len-kk,h); h 118 courgette/third_party/bsdiff_create.cc int i,h,len; h 133 courgette/third_party/bsdiff_create.cc for(h=1;I[0]!=-(oldsize+1);h+=h) { h 142 courgette/third_party/bsdiff_create.cc split(I,V,i,len,h); h 454 crypto/curve25519-donna.c limb e[19] = {0}, f[19] = {1}, g[19] = {0}, h[19] = {1}; h 455 crypto/curve25519-donna.c limb *nqpqx2 = e, *nqpqz2 = f, *nqx2 = g, *nqz2 = h; h 432 crypto/p224.cc FieldElement z1z1, z2z2, u1, u2, s1, s2, h, i, j, r, v; h 458 crypto/p224.cc Subtract(&h, u2, u1); h 459 crypto/p224.cc Reduce(&h); h 460 crypto/p224.cc uint32 x_equal = IsZero(h); h 464 crypto/p224.cc i[j] = h[j] << 1; h 470 crypto/p224.cc Mul(&j, h, i); h 498 crypto/p224.cc Mul(&out->z, out->z, h); h 99 crypto/scoped_capi_types.h bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) { h 100 crypto/scoped_capi_types.h return h == b.get(); h 104 crypto/scoped_capi_types.h bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) { h 105 crypto/scoped_capi_types.h return h != b.get(); h 47 crypto/third_party/nss/chromium-sha256.h PRUint32 h[8]; /* 8 state variables */ h 64 crypto/third_party/nss/sha512.cc #define H ctx->h h 275 crypto/third_party/nss/sha512.cc PRUint32 a, b, c, d, e, f, g, h; h 284 crypto/third_party/nss/sha512.cc h = H[7]; h 286 crypto/third_party/nss/sha512.cc #define ROUND(n,a,b,c,d,e,f,g,h) \ h 287 crypto/third_party/nss/sha512.cc h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \ h 288 crypto/third_party/nss/sha512.cc d += h; \ h 289 crypto/third_party/nss/sha512.cc h += S0(a) + Maj(a,b,c); h 295 crypto/third_party/nss/sha512.cc ROUND(t+0,a,b,c,d,e,f,g,h) h 296 crypto/third_party/nss/sha512.cc ROUND(t+1,h,a,b,c,d,e,f,g) h 297 crypto/third_party/nss/sha512.cc ROUND(t+2,g,h,a,b,c,d,e,f) h 298 crypto/third_party/nss/sha512.cc ROUND(t+3,f,g,h,a,b,c,d,e) h 299 crypto/third_party/nss/sha512.cc ROUND(t+4,e,f,g,h,a,b,c,d) h 300 crypto/third_party/nss/sha512.cc ROUND(t+5,d,e,f,g,h,a,b,c) h 301 crypto/third_party/nss/sha512.cc ROUND(t+6,c,d,e,f,g,h,a,b) h 302 crypto/third_party/nss/sha512.cc ROUND(t+7,b,c,d,e,f,g,h,a) h 306 crypto/third_party/nss/sha512.cc ROUND( 0,a,b,c,d,e,f,g,h) h 307 crypto/third_party/nss/sha512.cc ROUND( 1,h,a,b,c,d,e,f,g) h 308 crypto/third_party/nss/sha512.cc ROUND( 2,g,h,a,b,c,d,e,f) h 309 crypto/third_party/nss/sha512.cc ROUND( 3,f,g,h,a,b,c,d,e) h 310 crypto/third_party/nss/sha512.cc ROUND( 4,e,f,g,h,a,b,c,d) h 311 crypto/third_party/nss/sha512.cc ROUND( 5,d,e,f,g,h,a,b,c) h 312 crypto/third_party/nss/sha512.cc ROUND( 6,c,d,e,f,g,h,a,b) h 313 crypto/third_party/nss/sha512.cc ROUND( 7,b,c,d,e,f,g,h,a) h 315 crypto/third_party/nss/sha512.cc ROUND( 8,a,b,c,d,e,f,g,h) h 316 crypto/third_party/nss/sha512.cc ROUND( 9,h,a,b,c,d,e,f,g) h 317 crypto/third_party/nss/sha512.cc ROUND(10,g,h,a,b,c,d,e,f) h 318 crypto/third_party/nss/sha512.cc ROUND(11,f,g,h,a,b,c,d,e) h 319 crypto/third_party/nss/sha512.cc ROUND(12,e,f,g,h,a,b,c,d) h 320 crypto/third_party/nss/sha512.cc ROUND(13,d,e,f,g,h,a,b,c) h 321 crypto/third_party/nss/sha512.cc ROUND(14,c,d,e,f,g,h,a,b) h 322 crypto/third_party/nss/sha512.cc ROUND(15,b,c,d,e,f,g,h,a) h 324 crypto/third_party/nss/sha512.cc ROUND(16,a,b,c,d,e,f,g,h) h 325 crypto/third_party/nss/sha512.cc ROUND(17,h,a,b,c,d,e,f,g) h 326 crypto/third_party/nss/sha512.cc ROUND(18,g,h,a,b,c,d,e,f) h 327 crypto/third_party/nss/sha512.cc ROUND(19,f,g,h,a,b,c,d,e) h 328 crypto/third_party/nss/sha512.cc ROUND(20,e,f,g,h,a,b,c,d) h 329 crypto/third_party/nss/sha512.cc ROUND(21,d,e,f,g,h,a,b,c) h 330 crypto/third_party/nss/sha512.cc ROUND(22,c,d,e,f,g,h,a,b) h 331 crypto/third_party/nss/sha512.cc ROUND(23,b,c,d,e,f,g,h,a) h 333 crypto/third_party/nss/sha512.cc ROUND(24,a,b,c,d,e,f,g,h) h 334 crypto/third_party/nss/sha512.cc ROUND(25,h,a,b,c,d,e,f,g) h 335 crypto/third_party/nss/sha512.cc ROUND(26,g,h,a,b,c,d,e,f) h 336 crypto/third_party/nss/sha512.cc ROUND(27,f,g,h,a,b,c,d,e) h 337 crypto/third_party/nss/sha512.cc ROUND(28,e,f,g,h,a,b,c,d) h 338 crypto/third_party/nss/sha512.cc ROUND(29,d,e,f,g,h,a,b,c) h 339 crypto/third_party/nss/sha512.cc ROUND(30,c,d,e,f,g,h,a,b) h 340 crypto/third_party/nss/sha512.cc ROUND(31,b,c,d,e,f,g,h,a) h 342 crypto/third_party/nss/sha512.cc ROUND(32,a,b,c,d,e,f,g,h) h 343 crypto/third_party/nss/sha512.cc ROUND(33,h,a,b,c,d,e,f,g) h 344 crypto/third_party/nss/sha512.cc ROUND(34,g,h,a,b,c,d,e,f) h 345 crypto/third_party/nss/sha512.cc ROUND(35,f,g,h,a,b,c,d,e) h 346 crypto/third_party/nss/sha512.cc ROUND(36,e,f,g,h,a,b,c,d) h 347 crypto/third_party/nss/sha512.cc ROUND(37,d,e,f,g,h,a,b,c) h 348 crypto/third_party/nss/sha512.cc ROUND(38,c,d,e,f,g,h,a,b) h 349 crypto/third_party/nss/sha512.cc ROUND(39,b,c,d,e,f,g,h,a) h 351 crypto/third_party/nss/sha512.cc ROUND(40,a,b,c,d,e,f,g,h) h 352 crypto/third_party/nss/sha512.cc ROUND(41,h,a,b,c,d,e,f,g) h 353 crypto/third_party/nss/sha512.cc ROUND(42,g,h,a,b,c,d,e,f) h 354 crypto/third_party/nss/sha512.cc ROUND(43,f,g,h,a,b,c,d,e) h 355 crypto/third_party/nss/sha512.cc ROUND(44,e,f,g,h,a,b,c,d) h 356 crypto/third_party/nss/sha512.cc ROUND(45,d,e,f,g,h,a,b,c) h 357 crypto/third_party/nss/sha512.cc ROUND(46,c,d,e,f,g,h,a,b) h 358 crypto/third_party/nss/sha512.cc ROUND(47,b,c,d,e,f,g,h,a) h 360 crypto/third_party/nss/sha512.cc ROUND(48,a,b,c,d,e,f,g,h) h 361 crypto/third_party/nss/sha512.cc ROUND(49,h,a,b,c,d,e,f,g) h 362 crypto/third_party/nss/sha512.cc ROUND(50,g,h,a,b,c,d,e,f) h 363 crypto/third_party/nss/sha512.cc ROUND(51,f,g,h,a,b,c,d,e) h 364 crypto/third_party/nss/sha512.cc ROUND(52,e,f,g,h,a,b,c,d) h 365 crypto/third_party/nss/sha512.cc ROUND(53,d,e,f,g,h,a,b,c) h 366 crypto/third_party/nss/sha512.cc ROUND(54,c,d,e,f,g,h,a,b) h 367 crypto/third_party/nss/sha512.cc ROUND(55,b,c,d,e,f,g,h,a) h 369 crypto/third_party/nss/sha512.cc ROUND(56,a,b,c,d,e,f,g,h) h 370 crypto/third_party/nss/sha512.cc ROUND(57,h,a,b,c,d,e,f,g) h 371 crypto/third_party/nss/sha512.cc ROUND(58,g,h,a,b,c,d,e,f) h 372 crypto/third_party/nss/sha512.cc ROUND(59,f,g,h,a,b,c,d,e) h 373 crypto/third_party/nss/sha512.cc ROUND(60,e,f,g,h,a,b,c,d) h 374 crypto/third_party/nss/sha512.cc ROUND(61,d,e,f,g,h,a,b,c) h 375 crypto/third_party/nss/sha512.cc ROUND(62,c,d,e,f,g,h,a,b) h 376 crypto/third_party/nss/sha512.cc ROUND(63,b,c,d,e,f,g,h,a) h 386 crypto/third_party/nss/sha512.cc H[7] += h; h 663 crypto/third_party/nss/sha512.cc PRUint64 h[8]; /* 8 state variables */ h 709 crypto/third_party/nss/sha512.cc #define DUMP(n,a,d,e,h) printf(" t = %2d, %s = %016lx, %s = %016lx\n", \ h 710 crypto/third_party/nss/sha512.cc n, #e, d, #a, h); h 712 crypto/third_party/nss/sha512.cc #define DUMP(n,a,d,e,h) printf(" t = %2d, %s = %08x%08x, %s = %08x%08x\n", \ h 713 crypto/third_party/nss/sha512.cc n, #e, d.hi, d.lo, #a, h.hi, h.lo); h 716 crypto/third_party/nss/sha512.cc #define DUMP(n,a,d,e,h) h 725 crypto/third_party/nss/sha512.cc #define ROUND(n,a,b,c,d,e,f,g,h) \ h 726 crypto/third_party/nss/sha512.cc h += S1(e) + Ch(e,f,g) + K512[n] + W[n]; \ h 727 crypto/third_party/nss/sha512.cc d += h; \ h 728 crypto/third_party/nss/sha512.cc h += S0(a) + Maj(a,b,c); \ h 729 crypto/third_party/nss/sha512.cc DUMP(n,a,d,e,h) h 771 crypto/third_party/nss/sha512.cc #define ROUND(n,a,b,c,d,e,f,g,h) \ h 778 crypto/third_party/nss/sha512.cc h.lo += lo; if (h.lo < lo) cy++; \ h 779 crypto/third_party/nss/sha512.cc h.hi += cy + S1hi(e) + Chxx(e,f,g,hi) + K512[n].hi + W[n].hi; \ h 780 crypto/third_party/nss/sha512.cc d.lo += h.lo; \ h 781 crypto/third_party/nss/sha512.cc d.hi += h.hi + (d.lo < h.lo); \ h 784 crypto/third_party/nss/sha512.cc h.lo += lo; if (h.lo < lo) cy++; \ h 785 crypto/third_party/nss/sha512.cc h.hi += cy + S0hi(a) + Majx(a,b,c,hi); \ h 786 crypto/third_party/nss/sha512.cc DUMP(n,a,d,e,h) \ h 915 crypto/third_party/nss/sha512.cc PRUint64 a, b, c, d, e, f, g, h; h 924 crypto/third_party/nss/sha512.cc h = H[7]; h 930 crypto/third_party/nss/sha512.cc ROUND(t+0,a,b,c,d,e,f,g,h) h 931 crypto/third_party/nss/sha512.cc ROUND(t+1,h,a,b,c,d,e,f,g) h 932 crypto/third_party/nss/sha512.cc ROUND(t+2,g,h,a,b,c,d,e,f) h 933 crypto/third_party/nss/sha512.cc ROUND(t+3,f,g,h,a,b,c,d,e) h 934 crypto/third_party/nss/sha512.cc ROUND(t+4,e,f,g,h,a,b,c,d) h 935 crypto/third_party/nss/sha512.cc ROUND(t+5,d,e,f,g,h,a,b,c) h 936 crypto/third_party/nss/sha512.cc ROUND(t+6,c,d,e,f,g,h,a,b) h 937 crypto/third_party/nss/sha512.cc ROUND(t+7,b,c,d,e,f,g,h,a) h 941 crypto/third_party/nss/sha512.cc ROUND( 0,a,b,c,d,e,f,g,h) h 942 crypto/third_party/nss/sha512.cc ROUND( 1,h,a,b,c,d,e,f,g) h 943 crypto/third_party/nss/sha512.cc ROUND( 2,g,h,a,b,c,d,e,f) h 944 crypto/third_party/nss/sha512.cc ROUND( 3,f,g,h,a,b,c,d,e) h 945 crypto/third_party/nss/sha512.cc ROUND( 4,e,f,g,h,a,b,c,d) h 946 crypto/third_party/nss/sha512.cc ROUND( 5,d,e,f,g,h,a,b,c) h 947 crypto/third_party/nss/sha512.cc ROUND( 6,c,d,e,f,g,h,a,b) h 948 crypto/third_party/nss/sha512.cc ROUND( 7,b,c,d,e,f,g,h,a) h 950 crypto/third_party/nss/sha512.cc ROUND( 8,a,b,c,d,e,f,g,h) h 951 crypto/third_party/nss/sha512.cc ROUND( 9,h,a,b,c,d,e,f,g) h 952 crypto/third_party/nss/sha512.cc ROUND(10,g,h,a,b,c,d,e,f) h 953 crypto/third_party/nss/sha512.cc ROUND(11,f,g,h,a,b,c,d,e) h 954 crypto/third_party/nss/sha512.cc ROUND(12,e,f,g,h,a,b,c,d) h 955 crypto/third_party/nss/sha512.cc ROUND(13,d,e,f,g,h,a,b,c) h 956 crypto/third_party/nss/sha512.cc ROUND(14,c,d,e,f,g,h,a,b) h 957 crypto/third_party/nss/sha512.cc ROUND(15,b,c,d,e,f,g,h,a) h 959 crypto/third_party/nss/sha512.cc ROUND(16,a,b,c,d,e,f,g,h) h 960 crypto/third_party/nss/sha512.cc ROUND(17,h,a,b,c,d,e,f,g) h 961 crypto/third_party/nss/sha512.cc ROUND(18,g,h,a,b,c,d,e,f) h 962 crypto/third_party/nss/sha512.cc ROUND(19,f,g,h,a,b,c,d,e) h 963 crypto/third_party/nss/sha512.cc ROUND(20,e,f,g,h,a,b,c,d) h 964 crypto/third_party/nss/sha512.cc ROUND(21,d,e,f,g,h,a,b,c) h 965 crypto/third_party/nss/sha512.cc ROUND(22,c,d,e,f,g,h,a,b) h 966 crypto/third_party/nss/sha512.cc ROUND(23,b,c,d,e,f,g,h,a) h 968 crypto/third_party/nss/sha512.cc ROUND(24,a,b,c,d,e,f,g,h) h 969 crypto/third_party/nss/sha512.cc ROUND(25,h,a,b,c,d,e,f,g) h 970 crypto/third_party/nss/sha512.cc ROUND(26,g,h,a,b,c,d,e,f) h 971 crypto/third_party/nss/sha512.cc ROUND(27,f,g,h,a,b,c,d,e) h 972 crypto/third_party/nss/sha512.cc ROUND(28,e,f,g,h,a,b,c,d) h 973 crypto/third_party/nss/sha512.cc ROUND(29,d,e,f,g,h,a,b,c) h 974 crypto/third_party/nss/sha512.cc ROUND(30,c,d,e,f,g,h,a,b) h 975 crypto/third_party/nss/sha512.cc ROUND(31,b,c,d,e,f,g,h,a) h 977 crypto/third_party/nss/sha512.cc ROUND(32,a,b,c,d,e,f,g,h) h 978 crypto/third_party/nss/sha512.cc ROUND(33,h,a,b,c,d,e,f,g) h 979 crypto/third_party/nss/sha512.cc ROUND(34,g,h,a,b,c,d,e,f) h 980 crypto/third_party/nss/sha512.cc ROUND(35,f,g,h,a,b,c,d,e) h 981 crypto/third_party/nss/sha512.cc ROUND(36,e,f,g,h,a,b,c,d) h 982 crypto/third_party/nss/sha512.cc ROUND(37,d,e,f,g,h,a,b,c) h 983 crypto/third_party/nss/sha512.cc ROUND(38,c,d,e,f,g,h,a,b) h 984 crypto/third_party/nss/sha512.cc ROUND(39,b,c,d,e,f,g,h,a) h 986 crypto/third_party/nss/sha512.cc ROUND(40,a,b,c,d,e,f,g,h) h 987 crypto/third_party/nss/sha512.cc ROUND(41,h,a,b,c,d,e,f,g) h 988 crypto/third_party/nss/sha512.cc ROUND(42,g,h,a,b,c,d,e,f) h 989 crypto/third_party/nss/sha512.cc ROUND(43,f,g,h,a,b,c,d,e) h 990 crypto/third_party/nss/sha512.cc ROUND(44,e,f,g,h,a,b,c,d) h 991 crypto/third_party/nss/sha512.cc ROUND(45,d,e,f,g,h,a,b,c) h 992 crypto/third_party/nss/sha512.cc ROUND(46,c,d,e,f,g,h,a,b) h 993 crypto/third_party/nss/sha512.cc ROUND(47,b,c,d,e,f,g,h,a) h 995 crypto/third_party/nss/sha512.cc ROUND(48,a,b,c,d,e,f,g,h) h 996 crypto/third_party/nss/sha512.cc ROUND(49,h,a,b,c,d,e,f,g) h 997 crypto/third_party/nss/sha512.cc ROUND(50,g,h,a,b,c,d,e,f) h 998 crypto/third_party/nss/sha512.cc ROUND(51,f,g,h,a,b,c,d,e) h 999 crypto/third_party/nss/sha512.cc ROUND(52,e,f,g,h,a,b,c,d) h 1000 crypto/third_party/nss/sha512.cc ROUND(53,d,e,f,g,h,a,b,c) h 1001 crypto/third_party/nss/sha512.cc ROUND(54,c,d,e,f,g,h,a,b) h 1002 crypto/third_party/nss/sha512.cc ROUND(55,b,c,d,e,f,g,h,a) h 1004 crypto/third_party/nss/sha512.cc ROUND(56,a,b,c,d,e,f,g,h) h 1005 crypto/third_party/nss/sha512.cc ROUND(57,h,a,b,c,d,e,f,g) h 1006 crypto/third_party/nss/sha512.cc ROUND(58,g,h,a,b,c,d,e,f) h 1007 crypto/third_party/nss/sha512.cc ROUND(59,f,g,h,a,b,c,d,e) h 1008 crypto/third_party/nss/sha512.cc ROUND(60,e,f,g,h,a,b,c,d) h 1009 crypto/third_party/nss/sha512.cc ROUND(61,d,e,f,g,h,a,b,c) h 1010 crypto/third_party/nss/sha512.cc ROUND(62,c,d,e,f,g,h,a,b) h 1011 crypto/third_party/nss/sha512.cc ROUND(63,b,c,d,e,f,g,h,a) h 1013 crypto/third_party/nss/sha512.cc ROUND(64,a,b,c,d,e,f,g,h) h 1014 crypto/third_party/nss/sha512.cc ROUND(65,h,a,b,c,d,e,f,g) h 1015 crypto/third_party/nss/sha512.cc ROUND(66,g,h,a,b,c,d,e,f) h 1016 crypto/third_party/nss/sha512.cc ROUND(67,f,g,h,a,b,c,d,e) h 1017 crypto/third_party/nss/sha512.cc ROUND(68,e,f,g,h,a,b,c,d) h 1018 crypto/third_party/nss/sha512.cc ROUND(69,d,e,f,g,h,a,b,c) h 1019 crypto/third_party/nss/sha512.cc ROUND(70,c,d,e,f,g,h,a,b) h 1020 crypto/third_party/nss/sha512.cc ROUND(71,b,c,d,e,f,g,h,a) h 1022 crypto/third_party/nss/sha512.cc ROUND(72,a,b,c,d,e,f,g,h) h 1023 crypto/third_party/nss/sha512.cc ROUND(73,h,a,b,c,d,e,f,g) h 1024 crypto/third_party/nss/sha512.cc ROUND(74,g,h,a,b,c,d,e,f) h 1025 crypto/third_party/nss/sha512.cc ROUND(75,f,g,h,a,b,c,d,e) h 1026 crypto/third_party/nss/sha512.cc ROUND(76,e,f,g,h,a,b,c,d) h 1027 crypto/third_party/nss/sha512.cc ROUND(77,d,e,f,g,h,a,b,c) h 1028 crypto/third_party/nss/sha512.cc ROUND(78,c,d,e,f,g,h,a,b) h 1029 crypto/third_party/nss/sha512.cc ROUND(79,b,c,d,e,f,g,h,a) h 1039 crypto/third_party/nss/sha512.cc ADDTO(h,H[7]); h 214 google_apis/cup/client_update_protocol.cc std::vector<uint8> h; h 215 google_apis/cup/client_update_protocol.cc h = Hash(GetVersionedSecret()); h 216 google_apis/cup/client_update_protocol.cc internal_hashes.insert(internal_hashes.end(), h.begin(), h.end()); h 217 google_apis/cup/client_update_protocol.cc h = Hash(url); h 218 google_apis/cup/client_update_protocol.cc internal_hashes.insert(internal_hashes.end(), h.begin(), h.end()); h 219 google_apis/cup/client_update_protocol.cc h = Hash(request_body); h 220 google_apis/cup/client_update_protocol.cc internal_hashes.insert(internal_hashes.end(), h.begin(), h.end()); h 3486 gpu/command_buffer/service/gles2_cmd_decoder.cc int h = offscreen_size_.height(); h 3487 gpu/command_buffer/service/gles2_cmd_decoder.cc if (w < 0 || h < 0 || h >= (INT_MAX / 4) / (w ? w : 1)) { h 7855 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint h = y + tile_height > height ? height - y : tile_height; h 7856 gpu/command_buffer/service/gles2_cmd_decoder.cc if (is_texture_immutable || h != height) { h 7857 gpu/command_buffer/service/gles2_cmd_decoder.cc glTexSubImage2D(target, level, 0, y, width, h, format, type, zero.get()); h 7860 gpu/command_buffer/service/gles2_cmd_decoder.cc target, level, internal_format, width, h, 0, format, type, h 1965 gpu/command_buffer/service/texture_manager_unittest.cc GLint w, h; h 1966 gpu/command_buffer/service/texture_manager_unittest.cc EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 3, &w, &h)); h 45 ipc/ipc_channel_handle.h explicit ChannelHandle(HANDLE h) : pipe(h) {} h 58 ipc/ipc_channel_handle.h PipeHandle(HANDLE h) : handle(h) {} h 57 media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc vpx_config.h = config.coded_size.height; h 239 media/filters/vpx_video_decoder.cc vpx_config.h = config.coded_size().height(); h 422 media/video/capture/win/video_capture_device_win.cc VIDEOINFOHEADER* h = h 425 media/video/capture/win/video_capture_device_win.cc format.frame_size.SetSize(h->bmiHeader.biWidth, h 426 media/video/capture/win/video_capture_device_win.cc h->bmiHeader.biHeight); h 428 media/video/capture/win/video_capture_device_win.cc format.frame_rate = (h->AvgTimePerFrame > 0) ? h 429 media/video/capture/win/video_capture_device_win.cc static_cast<int>(kSecondsToReferenceTime / h->AvgTimePerFrame) : h 563 media/video/capture/win/video_capture_device_win.cc VIDEOINFOHEADER* h = h 566 media/video/capture/win/video_capture_device_win.cc h->AvgTimePerFrame = kSecondsToReferenceTime / format.frame_rate; h 703 media/video/capture/win/video_capture_device_win.cc VIDEOINFOHEADER* h = h 705 media/video/capture/win/video_capture_device_win.cc capability.supported_format.frame_size.SetSize(h->bmiHeader.biWidth, h 706 media/video/capture/win/video_capture_device_win.cc h->bmiHeader.biHeight); h 710 media/video/capture/win/video_capture_device_win.cc REFERENCE_TIME time_per_frame = h->AvgTimePerFrame; h 91 mojo/public/cpp/system/tests/core_unittest.cc ScopedHandle h; h 93 mojo/public/cpp/system/tests/core_unittest.cc EXPECT_EQ(kInvalidHandleValue, h.get().value()); h 96 mojo/public/cpp/system/tests/core_unittest.cc Close(h.Pass()); h 99 mojo/public/cpp/system/tests/core_unittest.cc EXPECT_EQ(kInvalidHandleValue, h.get().value()); h 102 mojo/public/cpp/system/tests/core_unittest.cc Wait(h.get(), MOJO_WAIT_FLAG_EVERYTHING, 1000000)); h 105 mojo/public/cpp/system/tests/core_unittest.cc wh.push_back(h.get()); h 448 mojo/system/core_impl.cc MojoHandle h = AddDispatcher(dispatcher); h 449 mojo/system/core_impl.cc if (h == MOJO_HANDLE_INVALID) { h 455 mojo/system/core_impl.cc *shared_buffer_handle = h; h 35 mojo/system/core_impl_unittest.cc MojoHandle h = CreateMockHandle(&info); h 37 mojo/system/core_impl_unittest.cc EXPECT_NE(h, MOJO_HANDLE_INVALID); h 41 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, NULL, 0, h 45 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 1, NULL, 0, h 52 mojo/system/core_impl_unittest.cc core()->ReadMessage(h, NULL, &num_bytes, NULL, NULL, h 57 mojo/system/core_impl_unittest.cc core()->ReadMessage(h, NULL, &num_bytes, NULL, NULL, h 61 mojo/system/core_impl_unittest.cc core()->ReadMessage(h, NULL, NULL, NULL, NULL, h 67 mojo/system/core_impl_unittest.cc core()->WriteData(h, NULL, NULL, MOJO_WRITE_DATA_FLAG_NONE)); h 72 mojo/system/core_impl_unittest.cc core()->BeginWriteData(h, NULL, NULL, MOJO_WRITE_DATA_FLAG_NONE)); h 77 mojo/system/core_impl_unittest.cc core()->EndWriteData(h, 0)); h 82 mojo/system/core_impl_unittest.cc core()->ReadData(h, NULL, NULL, MOJO_READ_DATA_FLAG_NONE)); h 87 mojo/system/core_impl_unittest.cc core()->BeginReadData(h, NULL, NULL, MOJO_READ_DATA_FLAG_NONE)); h 92 mojo/system/core_impl_unittest.cc core()->EndReadData(h, 0)); h 97 mojo/system/core_impl_unittest.cc core()->Wait(h, MOJO_WAIT_FLAG_EVERYTHING, h 101 mojo/system/core_impl_unittest.cc core()->Wait(h, MOJO_WAIT_FLAG_EVERYTHING, 0)); h 104 mojo/system/core_impl_unittest.cc core()->Wait(h, MOJO_WAIT_FLAG_EVERYTHING, 10 * 1000)); h 108 mojo/system/core_impl_unittest.cc core()->WaitMany(&h, &wait_flags, 1, MOJO_DEADLINE_INDEFINITE)); h 114 mojo/system/core_impl_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h)); h 132 mojo/system/core_impl_unittest.cc MojoHandle h = CreateMockHandle(&info); h 133 mojo/system/core_impl_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h)); h 135 mojo/system/core_impl_unittest.cc EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, core()->Close(h)); h 188 mojo/system/core_impl_unittest.cc MojoHandle h; h 192 mojo/system/core_impl_unittest.cc core()->CreateMessagePipe(&h, NULL)); h 194 mojo/system/core_impl_unittest.cc core()->CreateMessagePipe(NULL, &h)); h 206 mojo/system/core_impl_unittest.cc MojoHandle h = CreateMockHandle(&info); h 211 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, NULL, 1, h 222 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, handles, h 229 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, handles, h 237 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, handles, 1, h 243 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, handles, 2, h 248 mojo/system/core_impl_unittest.cc handles[0] = h; h 250 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, handles, 1, h 260 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, handles, 1, h 266 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, handles, 2, h 271 mojo/system/core_impl_unittest.cc handles[1] = h; h 273 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, handles, 2, h 280 mojo/system/core_impl_unittest.cc core()->WriteMessage(h, NULL, 0, handles, 2, h 288 mojo/system/core_impl_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h)); h 300 mojo/system/core_impl_unittest.cc MojoHandle h = CreateMockHandle(&info); h 304 mojo/system/core_impl_unittest.cc core()->ReadMessage(h, NULL, NULL, NULL, &handle_count, h 312 mojo/system/core_impl_unittest.cc core()->ReadMessage(h, NULL, NULL, NULL, &handle_count, h 317 mojo/system/core_impl_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h)); h 326 mojo/system/core_impl_unittest.cc MojoHandle h[2]; h 328 mojo/system/core_impl_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, core()->CreateMessagePipe(&h[0], &h[1])); h 330 mojo/system/core_impl_unittest.cc EXPECT_NE(h[0], MOJO_HANDLE_INVALID); h 331 mojo/system/core_impl_unittest.cc EXPECT_NE(h[1], MOJO_HANDLE_INVALID); h 332 mojo/system/core_impl_unittest.cc EXPECT_NE(h[0], h[1]); h 337 mojo/system/core_impl_unittest.cc core()->WaitMany(h, flags, 2, 0)); h 343 mojo/system/core_impl_unittest.cc core()->ReadMessage(h[0], buffer, &buffer_size, NULL, NULL, h 351 mojo/system/core_impl_unittest.cc core()->Wait(h[0], MOJO_WAIT_FLAG_WRITABLE, 1000000000)); h 353 mojo/system/core_impl_unittest.cc core()->Wait(h[1], MOJO_WAIT_FLAG_WRITABLE, 1000000000)); h 358 mojo/system/core_impl_unittest.cc EXPECT_EQ(1, core()->WaitMany(h, flags, 2, MOJO_DEADLINE_INDEFINITE)); h 363 mojo/system/core_impl_unittest.cc core()->WriteMessage(h[1], buffer, 1, NULL, 0, h 369 mojo/system/core_impl_unittest.cc EXPECT_EQ(0, core()->WaitMany(h, flags, 2, MOJO_DEADLINE_INDEFINITE)); h 375 mojo/system/core_impl_unittest.cc core()->ReadMessage(h[0], NULL, &buffer_size, NULL, NULL, h 382 mojo/system/core_impl_unittest.cc core()->ReadMessage(h[0], buffer, &buffer_size, NULL, NULL, h 389 mojo/system/core_impl_unittest.cc core()->Wait(h[0], MOJO_WAIT_FLAG_READABLE, 0)); h 394 mojo/system/core_impl_unittest.cc core()->WriteMessage(h[0], buffer, 1, NULL, 0, h 398 mojo/system/core_impl_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h[0])); h 402 mojo/system/core_impl_unittest.cc core()->Wait(h[1], MOJO_WAIT_FLAG_WRITABLE, 1000000000)); h 406 mojo/system/core_impl_unittest.cc core()->Wait(h[1], MOJO_WAIT_FLAG_READABLE, 1000000000)); h 410 mojo/system/core_impl_unittest.cc core()->ReadMessage(h[1], NULL, NULL, NULL, NULL, h 415 mojo/system/core_impl_unittest.cc core()->Wait(h[1], MOJO_WAIT_FLAG_READABLE, 1000000000)); h 420 mojo/system/core_impl_unittest.cc core()->WriteMessage(h[1], buffer, 1, NULL, 0, h 423 mojo/system/core_impl_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h[1])); h 83 native_client_sdk/src/examples/demo/earth/earth.cc Texture(int w, int h) : width(w), height(h) { h 84 native_client_sdk/src/examples/demo/earth/earth.cc pixels = new uint32_t[w * h]; h 85 native_client_sdk/src/examples/demo/earth/earth.cc memset(pixels, 0, sizeof(uint32_t) * w * h); h 87 native_client_sdk/src/examples/demo/earth/earth.cc explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { h 88 native_client_sdk/src/examples/demo/earth/earth.cc pixels = new uint32_t[w * h]; h 89 native_client_sdk/src/examples/demo/earth/earth.cc memcpy(pixels, p, sizeof(uint32_t) * w * h); h 189 native_client_sdk/src/examples/demo/earth/earth.cc void wMakeRect(int r, int *x, int *y, int *w, int *h); h 367 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::wMakeRect(int r, int *x, int *y, int *w, int *h) { h 371 native_client_sdk/src/examples/demo/earth/earth.cc *h = 1; h 506 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::wRenderRect(int x, int y, int w, int h) { h 507 native_client_sdk/src/examples/demo/earth/earth.cc for (int j = y; j < (y + h); ++j) { h 515 native_client_sdk/src/examples/demo/earth/earth.cc int x, y, w, h; h 516 native_client_sdk/src/examples/demo/earth/earth.cc wMakeRect(region, &x, &y, &w, &h); h 518 native_client_sdk/src/examples/demo/earth/earth.cc wRenderRect(x, y, w, h); h 114 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wRenderTile(int x, int y, int w, int h); h 115 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wProcessTile(int x, int y, int w, int h); h 116 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wSubdivide(int x, int y, int w, int h); h 117 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wMakeRect(int region, int *x, int *y, int *w, int *h); h 118 native_client_sdk/src/examples/demo/voronoi/voronoi.cc bool wTestRect(int *m, int x, int y, int w, int h); h 119 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wFillRect(int x, int y, int w, int h, uint32_t color); h 218 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wMakeRect(int r, int* x, int* y, int* w, int* h) { h 222 native_client_sdk/src/examples/demo/voronoi/voronoi.cc *h = ps_context_->height / parts; h 224 native_client_sdk/src/examples/demo/voronoi/voronoi.cc *y = *h * ((r / parts) % parts); h 231 native_client_sdk/src/examples/demo/voronoi/voronoi.cc bool Voronoi::wTestRect(int* m, int x, int y, int w, int h) { h 236 native_client_sdk/src/examples/demo/voronoi/voronoi.cc const int m2 = wCell(x, y + h - 1); h 238 native_client_sdk/src/examples/demo/voronoi/voronoi.cc const int m3 = wCell(x + w - 1, y + h - 1); h 264 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wFillRect(int x, int y, int w, int h, uint32_t color) { h 267 native_client_sdk/src/examples/demo/voronoi/voronoi.cc for (int j = 0; j < h; j++) { h 279 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wRenderTile(int x, int y, int w, int h) { h 283 native_client_sdk/src/examples/demo/voronoi/voronoi.cc for (int j = 0; j < h; j++) { h 313 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wSubdivide(int x, int y, int w, int h) { h 316 native_client_sdk/src/examples/demo/voronoi/voronoi.cc if (wTestRect(&m, x, y, w, h)) { h 317 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wFillRect(x, y, w, h, colors_[m]); h 320 native_client_sdk/src/examples/demo/voronoi/voronoi.cc if ((w <= kMinRectSize) || (h <= kMinRectSize)) { h 321 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wRenderTile(x, y, w, h); h 325 native_client_sdk/src/examples/demo/voronoi/voronoi.cc const int half_h = h / 2; h 338 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wRenderRect(int x, int y, int w, int h) { h 339 native_client_sdk/src/examples/demo/voronoi/voronoi.cc for (int iy = y; iy < (y + h); iy += kStartRecurseSize) { h 349 native_client_sdk/src/examples/demo/voronoi/voronoi.cc int x, y, w, h; h 350 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wMakeRect(region, &x, &y, &w, &h); h 352 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wRenderRect(x, y, w, h); h 76 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc Texture(int w, int h) : width(w), height(h) { h 77 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc pixels = new uint32_t[w * h]; h 78 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc memset(pixels, 0, sizeof(uint32_t) * w * h); h 80 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) { h 81 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc pixels = new uint32_t[w * h]; h 82 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc memcpy(pixels, p, sizeof(uint32_t) * w * h); h 188 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void wMakeRect(int r, int *x, int *y, int *w, int *h); h 405 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::wMakeRect(int r, int *x, int *y, int *w, int *h) { h 410 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc *h = dy; h 544 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::wRenderRect(int x, int y, int w, int h) { h 545 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc for (int j = y; j < (y + h); ++j) { h 553 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc int x, y, w, h; h 554 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc wMakeRect(region, &x, &y, &w, &h); h 556 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc wRenderRect(x, y, w, h); h 108 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wRenderTile(int x, int y, int w, int h); h 109 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wProcessTile(int x, int y, int w, int h); h 110 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wSubdivide(int x, int y, int w, int h); h 111 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wMakeRect(int region, int *x, int *y, int *w, int *h); h 112 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc bool wTestRect(int *m, int x, int y, int w, int h); h 113 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wFillRect(int x, int y, int w, int h, uint32_t color); h 207 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wMakeRect(int r, int* x, int* y, int* w, int* h) { h 217 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc *h = static_cast<int>(next_pow2(ps_context_->height)) / parts; h 219 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc *y = *h * ((r / parts) % parts); h 226 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc bool Voronoi::wTestRect(int* m, int x, int y, int w, int h) { h 231 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc const int m2 = wCell(x, y + h - 1); h 233 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc const int m3 = wCell(x + w - 1, y + h - 1); h 254 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wFillRect(int x, int y, int w, int h, uint32_t color) { h 257 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc for (int j = 0; j < h; j++) { h 269 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wRenderTile(int x, int y, int w, int h) { h 273 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc for (int j = 0; j < h; j++) { h 302 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wSubdivide(int x, int y, int w, int h) { h 305 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc if (wTestRect(&m, x, y, w, h)) { h 306 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wFillRect(x, y, w, h, colors_[m]); h 309 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc if ((w <= kMinRectSize) || (h <= kMinRectSize)) { h 310 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wRenderTile(x, y, w, h); h 314 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc const int half_h = h / 2; h 317 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wSubdivide(x, y + half_h, half_w, h - half_h); h 318 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wSubdivide(x + half_w, y + half_h, w - half_w, h - half_h); h 325 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wRenderRect(int x, int y, int w, int h) { h 326 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc for (int iy = y; iy < (y + h); iy += kStartRecurseSize) { h 346 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc int x, y, w, h; h 347 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wMakeRect(region, &x, &y, &w, &h); h 349 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wRenderRect(x, y, w, h); h 34 native_client_sdk/src/libraries/nacl_io/kernel_object.h explicit Descriptor_t(const ScopedKernelHandle& h, h 36 native_client_sdk/src/libraries/nacl_io/kernel_object.h : handle(h), flags(0), path(open_path) {} h 55 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_getscheduler.c HANDLE h = h 58 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_getscheduler.c if (NULL == h) h 66 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_getscheduler.c CloseHandle(h); h 57 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c HANDLE h = h 60 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c if (NULL == h) h 68 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c CloseHandle(h); h 45 native_client_sdk/src/libraries/xray/hashtable.c uint32_t h = 5381; h 48 native_client_sdk/src/libraries/xray/hashtable.c h = ((h << 5) + h) + z; h 50 native_client_sdk/src/libraries/xray/hashtable.c return h; h 66 native_client_sdk/src/libraries/xray/hashtable.c uint32_t h = XRayHashTableHashKey(key); h 68 native_client_sdk/src/libraries/xray/hashtable.c uint32_t j = h & m; h 95 native_client_sdk/src/libraries/xray/hashtable.c uint32_t h = XRayHashTableHashKey(key); h 97 native_client_sdk/src/libraries/xray/hashtable.c uint32_t j = h & m; h 4722 net/third_party/nss/ssl/ssl3con.c PK11Context *h; h 4732 net/third_party/nss/ssl/ssl3con.c h = ss->ssl3.hs.sha; h 4733 net/third_party/nss/ssl/ssl3con.c stateBuf = PK11_SaveContextAlloc(h, stackBuf, h 4739 net/third_party/nss/ssl/ssl3con.c rv |= PK11_DigestFinal(h, hashes->u.raw, &hashes->len, h 4753 net/third_party/nss/ssl/ssl3con.c if (PK11_RestoreContext(h, stateBuf, stateLen) != SECSuccess) { h 64 ppapi/c/pp_rect.h int32_t w, int32_t h) { h 69 ppapi/c/pp_rect.h ret.size.height = h; h 52 ppapi/c/pp_size.h PP_INLINE struct PP_Size PP_MakeSize(int32_t w, int32_t h) { h 55 ppapi/c/pp_size.h ret.height = h; h 36 ppapi/cpp/private/pass_file_handle.h explicit PassFileHandleRef(PP_FileHandle h) h 37 ppapi/cpp/private/pass_file_handle.h : handle(h) { h 49 ppapi/cpp/rect.h Rect(int32_t w, int32_t h) { h 53 ppapi/cpp/rect.h set_height(h); h 64 ppapi/cpp/rect.h Rect(int32_t x, int32_t y, int32_t w, int32_t h) { h 68 ppapi/cpp/rect.h set_height(h); h 178 ppapi/cpp/rect.h void set_height(int32_t h) { h 179 ppapi/cpp/rect.h if (h < 0) { h 180 ppapi/cpp/rect.h PP_DCHECK(h >= 0); h 181 ppapi/cpp/rect.h h = 0; h 183 ppapi/cpp/rect.h rect_.size.height = h; h 245 ppapi/cpp/rect.h void SetRect(int32_t x, int32_t y, int32_t w, int32_t h) { h 249 ppapi/cpp/rect.h set_height(h); h 43 ppapi/cpp/size.h Size(int w, int h) { h 46 ppapi/cpp/size.h set_height(h); h 103 ppapi/cpp/size.h void set_height(int h) { h 104 ppapi/cpp/size.h if (h < 0) { h 105 ppapi/cpp/size.h PP_DCHECK(h >= 0); h 106 ppapi/cpp/size.h h = 0; h 108 ppapi/cpp/size.h size_.height = h; h 122 ppapi/cpp/size.h void SetSize(int w, int h) { h 124 ppapi/cpp/size.h set_height(h); h 131 ppapi/cpp/size.h void Enlarge(int w, int h) { h 133 ppapi/cpp/size.h set_height(height() + h); h 83 ppapi/shared_impl/var_tracker.h PP_Var MakeArrayBufferPPVar(uint32 size_in_bytes, base::SharedMemoryHandle h); h 62 ppapi/tests/test_buffer.cc const int w = 16, h = 16; h 63 ppapi/tests/test_buffer.cc pp::Graphics2D device(instance_, pp::Size(w, h), true); h 304 ppapi/tests/test_graphics_2d.cc const int w = 15, h = 17; h 305 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), false); h 311 ppapi/tests/test_graphics_2d.cc pp::Size(w, h), true); h 318 ppapi/tests/test_graphics_2d.cc ASSERT_TRUE(IsSquareInImage(image, 0, pp::Rect(0, 0, w, h), 0)); h 324 ppapi/tests/test_graphics_2d.cc const int w = 15, h = 17; h 326 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), always_opaque); h 336 ppapi/tests/test_graphics_2d.cc ASSERT_EQ(h, size.height); h 344 ppapi/tests/test_graphics_2d.cc const int w = 20, h = 16; h 346 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), false); h 366 ppapi/tests/test_graphics_2d.cc ASSERT_EQ(h, size.height); h 373 ppapi/tests/test_graphics_2d.cc const int w = 15, h = 17; h 374 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), false); h 383 ppapi/tests/test_graphics_2d.cc pp::Size(w, h), false); h 384 ppapi/tests/test_graphics_2d.cc FillRectInImage(&background, pp::Rect(0, 0, w, h), background_color); h 427 ppapi/tests/test_graphics_2d.cc pp::Size(w, h), false); h 441 ppapi/tests/test_graphics_2d.cc const int w = 115, h = 117; h 442 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), false); h 486 ppapi/tests/test_graphics_2d.cc clip = pp::Rect(0, 0, w, h + 1); h 558 ppapi/tests/test_graphics_2d.cc const int w = 15, h = 17; h 559 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), false); h 564 ppapi/tests/test_graphics_2d.cc pp::Size(w - 1, h), true); h 571 ppapi/tests/test_graphics_2d.cc pp::Size(w, h), true); h 573 ppapi/tests/test_graphics_2d.cc FillRectInImage(&background, pp::Rect(0, 0, w, h), background_color); h 579 ppapi/tests/test_graphics_2d.cc pp::Size(w, h), true); h 581 ppapi/tests/test_graphics_2d.cc FillRectInImage(&swapped, pp::Rect(0, 0, w, h), swapped_color); h 606 ppapi/tests/test_graphics_2d.cc const int w = 15, h = 17; h 607 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), false); h 612 ppapi/tests/test_graphics_2d.cc pp::Size(w, h), true); h 621 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc_nopaints(instance_, pp::Size(w, h), false); h 673 ppapi/tests/test_graphics_2d.cc const int w = 80, h = 80; h 674 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), true); h 691 ppapi/tests/test_graphics_2d.cc pp::Size(w/8, h/8), true); h 697 ppapi/tests/test_graphics_2d.cc dc.PaintImageData(chunk, pp::Point(0, h*0.75)); h 718 ppapi/tests/test_graphics_2d.cc const int w = 20, h = 16; h 720 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), false); h 740 ppapi/tests/test_graphics_2d.cc ASSERT_EQ(h, size.height); h 795 ppapi/tests/test_graphics_2d.cc const int w = 115, h = 117; h 796 ppapi/tests/test_graphics_2d.cc pp::Graphics2D dc(instance_, pp::Size(w, h), false); h 123 ppapi/tests/test_image_data.cc const int h = 6; h 124 ppapi/tests/test_image_data.cc pp::ImageData img(instance_, format, pp::Size(w, h), true); h 130 ppapi/tests/test_image_data.cc if (img.size().width() != w || img.size().height() != h) h 138 ppapi/tests/test_image_data.cc for (int y = 0; y < h; y++) { h 157 ppapi/tests/test_image_data.cc const int w = 16, h = 16; h 158 ppapi/tests/test_image_data.cc pp::ImageData img(instance_, format, pp::Size(w, h), true); h 173 ppapi/tests/test_image_data.cc const int w = 16, h = 16; h 174 ppapi/tests/test_image_data.cc pp::Graphics2D device(instance_, pp::Size(w, h), true); h 142 printing/image.cc int h; h 145 printing/image.cc compressed.size(), gfx::PNGCodec::FORMAT_BGRA, &data_, &w, &h); h 146 printing/image.cc size_.SetSize(w, h); h 52 remoting/codec/video_decoder_vpx.cc config.h = 0; h 72 remoting/codec/video_decoder_vpx.cc config.h = 0; h 148 remoting/codec/video_encoder_vpx.cc !frame.size().equals(webrtc::DesktopSize(image_->w, image_->h))) { h 248 remoting/codec/video_encoder_vpx.cc image_->h = size.height(); h 257 remoting/codec/video_encoder_vpx.cc active_map_height_ = (image_->h + kMacroBlockSize - 1) / kMacroBlockSize; h 262 remoting/codec/video_encoder_vpx.cc const int y_plane_size = image_->w * image_->h; h 264 remoting/codec/video_encoder_vpx.cc const int uv_height = (image_->h + 1) / 2; h 325 remoting/codec/video_encoder_vpx.cc webrtc::DesktopRect::MakeWH(image_->w, image_->h)); h 66 sandbox/win/sandbox_poc/pocdll/handles.cc USHORT h = system_handles->Information[i].Handle; h 73 sandbox/win/sandbox_poc/pocdll/handles.cc status = NtQueryObject(reinterpret_cast<HANDLE>(h), h 84 sandbox/win/sandbox_poc/pocdll/handles.cc status = NtQueryObject(reinterpret_cast<HANDLE>(h), h 95 sandbox/win/sandbox_poc/pocdll/handles.cc status = NtQueryObject(reinterpret_cast<HANDLE>(h), h 106 sandbox/win/sandbox_poc/pocdll/handles.cc status = NtQueryObject(reinterpret_cast<HANDLE>(h), h 135 sandbox/win/sandbox_poc/pocdll/handles.cc status = NtQueryInformationFile(reinterpret_cast<HANDLE>(h), h 157 sandbox/win/sandbox_poc/pocdll/handles.cc h, h 164 sandbox/win/sandbox_poc/pocdll/handles.cc h, h 259 sandbox/win/src/ipc_unittest.cc HANDLE h = HANDLE(0x70000500); h 260 sandbox/win/src/ipc_unittest.cc CrossCall(client, tag1, text, h, &answer); h 266 sandbox/win/src/ipc_unittest.cc ASSERT_EQ(sizeof(h), param_size); h 269 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(0, memcmp(&h, param_addr, param_size)); h 272 sandbox/win/src/ipc_unittest.cc CrossCall(client, tag2, h, dw, h, &answer); h 278 sandbox/win/src/ipc_unittest.cc ASSERT_EQ(sizeof(h), param_size); h 281 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(0, memcmp(&h, param_addr, param_size)); h 290 sandbox/win/src/ipc_unittest.cc ASSERT_EQ(sizeof(h), param_size); h 293 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(0, memcmp(&h, param_addr, param_size)); h 372 skia/ext/image_operations.cc int h = 1; h 378 skia/ext/image_operations.cc h = dest_height < source.height() ? 3 : 1; h 384 skia/ext/image_operations.cc const int height = dest_height * h; h 387 skia/ext/image_operations.cc dest_subset.fTop + dest_subset.height() * h }; h 391 skia/ext/image_operations.cc if (w == 1 && h == 1) h 455 skia/ext/image_operations.cc src_row += h * row_words; h 103 skia/ext/image_operations_bench.cc void set(int w, int h) { h 105 skia/ext/image_operations_bench.cc height_ = h; h 113 skia/ext/image_operations_unittest.cc void FillDataToBitmap(int w, int h, SkBitmap* bmp) { h 114 skia/ext/image_operations_unittest.cc bmp->setConfig(SkBitmap::kARGB_8888_Config, w, h); h 117 skia/ext/image_operations_unittest.cc for (int y = 0; y < h; ++y) { h 135 skia/ext/image_operations_unittest.cc void DrawGridToBitmap(int w, int h, h 143 skia/ext/image_operations_unittest.cc bmp->setConfig(SkBitmap::kARGB_8888_Config, w, h); h 146 skia/ext/image_operations_unittest.cc for (int y = 0; y < h; ++y) { h 161 skia/ext/image_operations_unittest.cc void DrawCheckerToBitmap(int w, int h, h 169 skia/ext/image_operations_unittest.cc bmp->setConfig(SkBitmap::kARGB_8888_Config, w, h); h 172 skia/ext/image_operations_unittest.cc for (int y = 0; y < h; ++y) { h 191 skia/ext/pixel_ref_utils.cc SkScalar h = bounds.fBottom - bounds.fTop; h 193 skia/ext/pixel_ref_utils.cc bounds.fTop -= h / 2; h 194 skia/ext/pixel_ref_utils.cc bounds.fBottom -= h / 2; h 35 skia/ext/platform_canvas_unittest.cc int x, int y, int w, int h) { h 46 skia/ext/platform_canvas_unittest.cc cur_y >= y && cur_y < y + h) { h 74 skia/ext/platform_canvas_unittest.cc int x, int y, int w, int h) { h 82 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, x, y + h, canvas_color)) return false; h 87 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, x, (y + h / 2), rect_color)) return false; h 88 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, x + w, (y + h / 2), rect_color)) return false; h 89 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, (x + w / 2), y + h, rect_color)) return false; h 97 skia/ext/platform_canvas_unittest.cc bool VerifyBlackRect(const PlatformCanvas& canvas, int x, int y, int w, int h) { h 98 skia/ext/platform_canvas_unittest.cc return VerifyRect(canvas, SK_ColorWHITE, SK_ColorBLACK, x, y, w, h); h 107 skia/ext/platform_canvas_unittest.cc void DrawNativeRect(PlatformCanvas& canvas, int x, int y, int w, int h) { h 115 skia/ext/platform_canvas_unittest.cc inner_rc.bottom = y + h; h 119 skia/ext/platform_canvas_unittest.cc void DrawNativeRect(PlatformCanvas& canvas, int x, int y, int w, int h) { h 123 skia/ext/platform_canvas_unittest.cc CGRect inner_rc = CGRectMake(x, y, w, h); h 131 skia/ext/platform_canvas_unittest.cc void DrawNativeRect(PlatformCanvas& canvas, int x, int y, int w, int h) { h 138 skia/ext/platform_canvas_unittest.cc void AddClip(PlatformCanvas& canvas, int x, int y, int w, int h) { h 141 skia/ext/platform_canvas_unittest.cc SkIntToScalar(x + w), SkIntToScalar(y + h)); h 147 skia/ext/platform_canvas_unittest.cc LayerSaver(PlatformCanvas& canvas, int x, int y, int w, int h) h 152 skia/ext/platform_canvas_unittest.cc h_(h) { h 60 sync/internal_api/public/util/weak_handle_unittest.cc const WeakHandle<Base>& h) { h 64 sync/internal_api/public/util/weak_handle_unittest.cc from_here, base::Bind(&WeakHandleTest::CallTest, from_here, h)); h 69 sync/internal_api/public/util/weak_handle_unittest.cc const WeakHandle<Base>& h) { h 70 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(from_here, &Base::Test); h 78 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<int> h; h 79 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_FALSE(h.IsInitialized()); h 82 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<int> h2(h); h 88 sync/internal_api/public/util/weak_handle_unittest.cc h2 = h; h 89 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_FALSE(h.IsInitialized()); h 94 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h; h 97 sync/internal_api/public/util/weak_handle_unittest.cc h = b.AsWeakHandle(); h 99 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_TRUE(h.IsInitialized()); h 100 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_FALSE(h.Get()); h 105 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h = b.AsWeakHandle(); h 107 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_TRUE(h.IsInitialized()); h 108 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_FALSE(h.Get()); h 120 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h = b.AsWeakHandle(); h 121 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_TRUE(h.IsInitialized()); h 124 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(FROM_HERE, &Base::Test); h 125 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(FROM_HERE, &Base::Test1, 5); h 126 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(FROM_HERE, &Base::Test2, 5, &b); h 127 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(FROM_HERE, &Base::Test3, 5, &b, 5); h 128 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(FROM_HERE, &Base::Test4, 5, &b, 5, test_str); h 137 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h = b.AsWeakHandle(); h 138 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_TRUE(h.IsInitialized()); h 141 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(FROM_HERE, &Base::Test); h 150 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h = b.AsWeakHandle(); h 151 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_TRUE(h.IsInitialized()); h 154 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(FROM_HERE, &Base::Test); h 164 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h = b.AsWeakHandle(); h 166 sync/internal_api/public/util/weak_handle_unittest.cc CallTestFromOtherThread(FROM_HERE, h); h 171 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h; h 175 sync/internal_api/public/util/weak_handle_unittest.cc h = b.AsWeakHandle(); h 179 sync/internal_api/public/util/weak_handle_unittest.cc CallTestFromOtherThread(FROM_HERE, h); h 187 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h = b.AsWeakHandle(); h 190 sync/internal_api/public/util/weak_handle_unittest.cc CallTestFromOtherThread(FROM_HERE, h); h 198 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base>* h = new WeakHandle<Base>(b.AsWeakHandle()); h 203 sync/internal_api/public/util/weak_handle_unittest.cc t.message_loop()->DeleteSoon(FROM_HERE, h); h 245 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h(b.AsWeakHandle()); h 246 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_TRUE(h.IsInitialized()); h 247 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(FROM_HERE, &Base::Test); h 248 sync/internal_api/public/util/weak_handle_unittest.cc h.Reset(); h 249 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_FALSE(h.IsInitialized()); h 253 sync/internal_api/public/util/weak_handle_unittest.cc WeakHandle<Base> h; h 254 sync/internal_api/public/util/weak_handle_unittest.cc h = b.AsWeakHandle(); h 255 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_TRUE(h.IsInitialized()); h 256 sync/internal_api/public/util/weak_handle_unittest.cc h.Call(FROM_HERE, &Base::Test); h 257 sync/internal_api/public/util/weak_handle_unittest.cc h.Reset(); h 258 sync/internal_api/public/util/weak_handle_unittest.cc EXPECT_FALSE(h.IsInitialized()); h 110 third_party/expat/files/lib/xmlparse.c #define CHAR_HASH(h, c) \ h 111 third_party/expat/files/lib/xmlparse.c (((h) * 0xF4243) ^ (unsigned short)(c)) h 113 third_party/expat/files/lib/xmlparse.c #define CHAR_HASH(h, c) \ h 114 third_party/expat/files/lib/xmlparse.c (((h) * 0xF4243) ^ (unsigned char)(c)) h 5963 third_party/expat/files/lib/xmlparse.c unsigned long h = hash_secret_salt; h 5965 third_party/expat/files/lib/xmlparse.c h = CHAR_HASH(h, *s++); h 5966 third_party/expat/files/lib/xmlparse.c return h; h 5990 third_party/expat/files/lib/xmlparse.c unsigned long h = hash(parser, name); h 5993 third_party/expat/files/lib/xmlparse.c i = h & mask; h 5998 third_party/expat/files/lib/xmlparse.c step = PROBE_STEP(h, mask, table->power); h 6030 third_party/expat/files/lib/xmlparse.c i = h & newMask; h 6034 third_party/expat/files/lib/xmlparse.c step = PROBE_STEP(h, newMask, newPower); h 200 third_party/harfbuzz-ng/src/hb-common.cc unsigned int h = 0; h 203 third_party/harfbuzz-ng/src/hb-common.cc h = (h << 5) - h + canon_map[*p]; h 207 third_party/harfbuzz-ng/src/hb-common.cc return h; h 151 third_party/harfbuzz-ng/src/hb-utf-private.hh hb_codepoint_t h; h 152 third_party/harfbuzz-ng/src/hb-utf-private.hh if (start < text && ((h = *(text - 1)), likely (hb_in_range<hb_codepoint_t> (h, 0xd800, 0xdbff)))) h 155 third_party/harfbuzz-ng/src/hb-utf-private.hh *unicode = (h << 10) + c - ((0xd800 << 10) - 0x10000 + 0xdc00); h 143 third_party/libjpeg/jcsample.c int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; h 169 third_party/libjpeg/jcsample.c for (h = 0; h < h_expand; h++) { h 196 third_party/libjpeg/jdsample.c register int h; h 212 third_party/libjpeg/jdsample.c for (h = h_expand; h > 0; h--) { h 3518 third_party/liblouis/overrides/liblouis/compileTranslationTable.c unsigned int h = 0, g; h 3521 third_party/liblouis/overrides/liblouis/compileTranslationTable.c h = (h << 4) + s->chars[k]; h 3522 third_party/liblouis/overrides/liblouis/compileTranslationTable.c if ((g = h & 0xf0000000)) h 3524 third_party/liblouis/overrides/liblouis/compileTranslationTable.c h = h ^ (g >> 24); h 3525 third_party/liblouis/overrides/liblouis/compileTranslationTable.c h = h ^ g; h 3528 third_party/liblouis/overrides/liblouis/compileTranslationTable.c return h; h 2613 third_party/libpng/png.h #include <crtdbg.h> h 371 third_party/libpng/pngconf.h __pngconf.h__ in libpng already includes setjmp.h; h 41 third_party/libusb/src/libusb/os/windows_common.h #define safe_closehandle(h) do {if (h != INVALID_HANDLE_VALUE) {CloseHandle(h); h = INVALID_HANDLE_VALUE;}} while(0) h 85 third_party/libusb/src/libusb/os/windows_common.h HMODULE h = DLL_GET_MODULE_HANDLE(dll); \ h 86 third_party/libusb/src/libusb/os/windows_common.h if (!h) \ h 87 third_party/libusb/src/libusb/os/windows_common.h h = DLL_LOAD_LIBRARY(dll); \ h 88 third_party/libusb/src/libusb/os/windows_common.h if (!h) { \ h 92 third_party/libusb/src/libusb/os/windows_common.h prefixname = (__dll_##name##_t)GetProcAddress(h, \ h 95 third_party/libusb/src/libusb/os/windows_common.h prefixname = (__dll_##name##_t)GetProcAddress(h, \ h 98 third_party/libusb/src/libusb/os/windows_common.h prefixname = (__dll_##name##_t)GetProcAddress(h, \ h 2498 third_party/libusb/src/libusb/os/windows_usb.c #define WinUSBX_Set(fn) do { if (native_winusb) WinUSBX[i].fn = (WinUsb_##fn##_t) GetProcAddress(h, "WinUsb_" #fn); \ h 2503 third_party/libusb/src/libusb/os/windows_usb.c HMODULE h = NULL; h 2510 third_party/libusb/src/libusb/os/windows_usb.c h = GetModuleHandleA("libusbK"); h 2511 third_party/libusb/src/libusb/os/windows_usb.c if (h == NULL) { h 2512 third_party/libusb/src/libusb/os/windows_usb.c h = LoadLibraryA("libusbK"); h 2514 third_party/libusb/src/libusb/os/windows_usb.c if (h == NULL) { h 2516 third_party/libusb/src/libusb/os/windows_usb.c h = GetModuleHandleA("WinUSB"); h 2517 third_party/libusb/src/libusb/os/windows_usb.c if (h == NULL) { h 2518 third_party/libusb/src/libusb/os/windows_usb.c h = LoadLibraryA("WinUSB"); h 2519 third_party/libusb/src/libusb/os/windows_usb.c } if (h == NULL) { h 2526 third_party/libusb/src/libusb/os/windows_usb.c pLibK_GetVersion = (LibK_GetVersion_t) GetProcAddress(h, "LibK_GetVersion"); h 2532 third_party/libusb/src/libusb/os/windows_usb.c pLibK_GetProcAddress = (LibK_GetProcAddress_t) GetProcAddress(h, "LibK_GetProcAddress"); h 75 third_party/libwebp/dec/buffer.c const int h = buffer->height; h 78 third_party/libwebp/dec/buffer.c if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) { h 89 third_party/libwebp/dec/buffer.c const uint64_t size = (uint64_t)stride * h; h 93 third_party/libwebp/dec/buffer.c uv_size = (uint64_t)uv_stride * ((h + 1) / 2); h 96 third_party/libwebp/dec/buffer.c a_size = (uint64_t)a_stride * h; h 134 third_party/libwebp/dec/buffer.c VP8StatusCode WebPAllocateDecBuffer(int w, int h, h 137 third_party/libwebp/dec/buffer.c if (out == NULL || w <= 0 || h <= 0) { h 146 third_party/libwebp/dec/buffer.c if (x < 0 || y < 0 || cw <= 0 || ch <= 0 || x + cw > w || y + ch > h) { h 150 third_party/libwebp/dec/buffer.c h = ch; h 157 third_party/libwebp/dec/buffer.c h = options->scaled_height; h 161 third_party/libwebp/dec/buffer.c out->height = h; h 108 third_party/libwebp/dec/vp8.c const int h = ((data[9] << 8) | data[8]) & 0x3fff; h 123 third_party/libwebp/dec/vp8.c if (w == 0 || h == 0) { h 131 third_party/libwebp/dec/vp8.c *height = h; h 106 third_party/libwebp/dec/vp8l.c int w, h, a; h 109 third_party/libwebp/dec/vp8l.c if (!ReadImageInfo(&br, &w, &h, &a)) { h 113 third_party/libwebp/dec/vp8l.c if (height != NULL) *height = h; h 758 third_party/libwebp/dec/webp.c int x = 0, y = 0, w = W, h = H; h 764 third_party/libwebp/dec/webp.c h = options->crop_height; h 771 third_party/libwebp/dec/webp.c if (x < 0 || y < 0 || w <= 0 || h <= 0 || x + w > W || y + h > H) { h 778 third_party/libwebp/dec/webp.c io->crop_bottom = y + h; h 780 third_party/libwebp/dec/webp.c io->mb_h = h; h 332 third_party/libwebp/dsp/dec_sse2.c const __m128i h = _mm_set1_epi8(hev_thresh); \ h 333 third_party/libwebp/dsp/dec_sse2.c const __m128i t_3 = _mm_subs_epu8(t_1, h); /* abs(p1 - p0) - hev_tresh */ \ h 334 third_party/libwebp/dsp/dec_sse2.c const __m128i t_4 = _mm_subs_epu8(t_2, h); /* abs(q1 - q0) - hev_tresh */ \ h 207 third_party/libwebp/dsp/dsp.h uint8_t* rgba, int alpha_first, int w, int h, int stride); h 211 third_party/libwebp/dsp/dsp.h uint8_t* rgba4444, int w, int h, int stride); h 532 third_party/libwebp/dsp/enc.c int w, int h) { h 535 third_party/libwebp/dsp/enc.c for (y = 0; y < h; ++y) { h 254 third_party/libwebp/dsp/upsampling.c int w, int h, int stride) { h 255 third_party/libwebp/dsp/upsampling.c while (h-- > 0) { h 291 third_party/libwebp/dsp/upsampling.c int w, int h, int stride) { h 292 third_party/libwebp/dsp/upsampling.c while (h-- > 0) { h 31 third_party/libwebp/enc/analysis.c const int h = enc->mb_h_; h 33 third_party/libwebp/enc/analysis.c uint8_t* const tmp = (uint8_t*)WebPSafeMalloc((uint64_t)w * h, sizeof(*tmp)); h 34 third_party/libwebp/enc/analysis.c assert((uint64_t)(w * h) == (uint64_t)w * h); // no overflow, as per spec h 37 third_party/libwebp/enc/analysis.c for (y = 1; y < h - 1; ++y) { h 60 third_party/libwebp/enc/analysis.c for (y = 1; y < h - 1; ++y) { h 104 third_party/libwebp/enc/iterator.c uint8_t* dst, int w, int h, int size) { h 106 third_party/libwebp/enc/iterator.c for (i = 0; i < h; ++i) { h 114 third_party/libwebp/enc/iterator.c for (i = h; i < size; ++i) { h 135 third_party/libwebp/enc/iterator.c const int h = MinSize(pic->height - y * 16, 16); h 137 third_party/libwebp/enc/iterator.c const int uv_h = (h + 1) >> 1; h 139 third_party/libwebp/enc/iterator.c ImportBlock(ysrc, pic->y_stride, it->yuv_in_ + Y_OFF, w, h, 16); h 156 third_party/libwebp/enc/iterator.c ImportLine(ysrc - 1, pic->y_stride, it->y_left_, h, 16); h 176 third_party/libwebp/enc/iterator.c int w, int h) { h 177 third_party/libwebp/enc/iterator.c while (h-- > 0) { h 196 third_party/libwebp/enc/iterator.c int h = (pic->height - y * 16); h 199 third_party/libwebp/enc/iterator.c if (h > 16) h = 16; h 202 third_party/libwebp/enc/iterator.c ExportBlock(ysrc, ydst, pic->y_stride, w, h); h 206 third_party/libwebp/enc/iterator.c const int uv_h = (h + 1) >> 1; h 1004 third_party/libwebp/enc/picture.c int x, y, w, h; h 1014 third_party/libwebp/enc/picture.c h = pic->height / SIZE; h 1015 third_party/libwebp/enc/picture.c for (y = 0; y < h; ++y) { h 1138 third_party/libwebp/enc/picture.c int w, int h) { h 1141 third_party/libwebp/enc/picture.c for (y = 0; y < h; ++y) { h 1143 third_party/libwebp/enc/picture.c const int y_1 = (y + RADIUS + 1 >= h) ? h : y + RADIUS + 1; h 1298 third_party/libwebp/enc/picture.c size_t NAME(const uint8_t* in, int w, int h, int bps, float q, \ h 1300 third_party/libwebp/enc/picture.c return Encode(in, w, h, bps, IMPORTER, q, 0, out); \ h 1312 third_party/libwebp/enc/picture.c size_t NAME(const uint8_t* in, int w, int h, int bps, uint8_t** out) { \ h 1313 third_party/libwebp/enc/picture.c return Encode(in, w, h, bps, IMPORTER, LOSSLESS_DEFAULT_QUALITY, 1, out); \ h 1035 third_party/libxml/src/nanohttp.c struct hostent *h; h 1119 third_party/libxml/src/nanohttp.c h = gethostbyname (host); h 1120 third_party/libxml/src/nanohttp.c if (h == NULL) { h 1161 third_party/libxml/src/nanohttp.c for (i = 0; h->h_addr_list[i]; i++) { h 1162 third_party/libxml/src/nanohttp.c if (h->h_addrtype == AF_INET) { h 1164 third_party/libxml/src/nanohttp.c if ((unsigned int) h->h_length > sizeof(ia)) { h 1168 third_party/libxml/src/nanohttp.c memcpy (&ia, h->h_addr_list[i], h->h_length); h 1169 third_party/libxml/src/nanohttp.c sockin.sin_family = h->h_addrtype; h 1174 third_party/libxml/src/nanohttp.c } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) { h 1176 third_party/libxml/src/nanohttp.c if ((unsigned int) h->h_length > sizeof(ia6)) { h 1180 third_party/libxml/src/nanohttp.c memcpy (&ia6, h->h_addr_list[i], h->h_length); h 1181 third_party/libxml/src/nanohttp.c sockin6.sin6_family = h->h_addrtype; h 221 third_party/npapi/npspy/extern/java/jritypes.h void *h; h 109 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <mutex.h> h 121 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <setjmp.h> h 122 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <errno.h> h 123 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <unistd.h> h 124 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <bstring.h> h 125 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <sys/time.h> h 126 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <ulocks.h> h 127 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <sys/prctl.h> h 449 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <stropts.h> h 450 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <poll.h> h 318 third_party/npapi/npspy/extern/nspr/md/_openvms.h #include <machine/builtins.h> h 193 third_party/npapi/npspy/extern/nspr/md/_solaris.h #include <ucontext.h> h 224 third_party/npapi/npspy/extern/nspr/md/_solaris.h #include <thread.h> h 225 third_party/npapi/npspy/extern/nspr/md/_solaris.h #include <sys/lwp.h> h 226 third_party/npapi/npspy/extern/nspr/md/_solaris.h #include <synch.h> h 485 third_party/npapi/npspy/extern/nspr/md/_solaris.h #include <setjmp.h> h 520 third_party/npapi/npspy/extern/nspr/md/_solaris.h #include <time.h> h 796 third_party/npapi/npspy/extern/nspr/md/_solaris.h #include <stropts.h> h 797 third_party/npapi/npspy/extern/nspr/md/_solaris.h #include <poll.h> h 160 third_party/npapi/npspy/extern/nspr/obsolete/probslet.h #include <stat.h> h 162 third_party/npapi/npspy/extern/nspr/obsolete/probslet.h #include <sys/stat.h> h 963 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java protected abstract int partialHash(int h, int offset, int length); h 244 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java int h = hash; h 246 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java if (h == 0) { h 248 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java h = partialHash(size, 0, size); h 249 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java if (h == 0) { h 250 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java h = 1; h 252 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java hash = h; h 254 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java return h; h 263 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java protected int partialHash(int h, int offset, int length) { h 267 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java h = h * 31 + thisBytes[i]; h 269 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java return h; h 533 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int h = hash; h 535 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java if (h == 0) { h 536 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java h = totalLength; h 537 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java h = partialHash(h, 0, totalLength); h 538 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java if (h == 0) { h 539 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java h = 1; h 541 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java hash = h; h 543 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return h; h 552 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java protected int partialHash(int h, int offset, int length) { h 555 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return left.partialHash(h, offset, length); h 557 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return right.partialHash(h, offset - leftLength, length); h 560 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int leftPartial = left.partialHash(h, offset, leftLength); h 222 third_party/re2/re2/regexp.h RuneRange(int l, int h) : lo(l), hi(h) { } h 20 third_party/re2/util/benchmark.h Benchmark(const char* name, void (*f)(int, int), int l, int h) { Clear(name); fnr = f; lo = l; hi = h; Register(); } h 185 third_party/re2/util/pcre.h #define pcre_exec(a, b, c, d, e, f, g, h) ({ (void)(a); (void)(b); (void)(c); (void)(d); (void)(e); (void)(f); (void)(g); (void)(h); 0; }) h 189 third_party/re2/util/pcre.h #define pcre_exec(a, b, c, d, e, f, g, h) NULL h 12926 third_party/sqlite/amalgamation/sqlite3.c int h, m; /* Hour and minutes */ h 13037 third_party/sqlite/amalgamation/sqlite3.c int h, m, s; h 13039 third_party/sqlite/amalgamation/sqlite3.c if( getDigits(zDate, 2, 0, 24, ':', &h, 2, 0, 59, 0, &m)!=2 ){ h 13064 third_party/sqlite/amalgamation/sqlite3.c p->h = h; h 13102 third_party/sqlite/amalgamation/sqlite3.c p->iJD += p->h*3600000 + p->m*60000 + (sqlite3_int64)(p->s*1000); h 13239 third_party/sqlite/amalgamation/sqlite3.c p->h = s/3600; h 13240 third_party/sqlite/amalgamation/sqlite3.c s -= p->h*3600; h 13278 third_party/sqlite/amalgamation/sqlite3.c x.h = 0; h 13296 third_party/sqlite/amalgamation/sqlite3.c y.h = sLocal.tm_hour; h 13307 third_party/sqlite/amalgamation/sqlite3.c y.h = sLocal.tm_hour; h 13319 third_party/sqlite/amalgamation/sqlite3.c y.h = pTm->tm_hour; h 13442 third_party/sqlite/amalgamation/sqlite3.c p->h = p->m = 0; h 13628 third_party/sqlite/amalgamation/sqlite3.c x.Y, x.M, x.D, x.h, x.m, (int)(x.s)); h 13647 third_party/sqlite/amalgamation/sqlite3.c sqlite3_snprintf(sizeof(zBuf), zBuf, "%02d:%02d:%02d", x.h, x.m, (int)x.s); h 13769 third_party/sqlite/amalgamation/sqlite3.c case 'H': sqlite3_snprintf(3, &z[j],"%02d",x.h); j+=2; break; h 21212 third_party/sqlite/amalgamation/sqlite3.c static u8 hexToInt(int h){ h 21213 third_party/sqlite/amalgamation/sqlite3.c assert( (h>='0' && h<='9') || (h>='a' && h<='f') || (h>='A' && h<='F') ); h 21215 third_party/sqlite/amalgamation/sqlite3.c h += 9*(1&(h>>6)); h 21218 third_party/sqlite/amalgamation/sqlite3.c h += 9*(1&~(h>>4)); h 21220 third_party/sqlite/amalgamation/sqlite3.c return (u8)(h & 0xf); h 21427 third_party/sqlite/amalgamation/sqlite3.c int h = 0; h 21430 third_party/sqlite/amalgamation/sqlite3.c h = (h<<3) ^ h ^ sqlite3UpperToLower[(unsigned char)*z++]; h 21433 third_party/sqlite/amalgamation/sqlite3.c return h; h 21499 third_party/sqlite/amalgamation/sqlite3.c unsigned int h = strHash(elem->pKey, elem->nKey) % new_size; h 21501 third_party/sqlite/amalgamation/sqlite3.c insertElement(pH, &new_ht[h], elem); h 21514 third_party/sqlite/amalgamation/sqlite3.c unsigned int h /* The hash for this key. */ h 21520 third_party/sqlite/amalgamation/sqlite3.c struct _ht *pEntry = &pH->ht[h]; h 21542 third_party/sqlite/amalgamation/sqlite3.c unsigned int h /* Hash value for the element */ h 21554 third_party/sqlite/amalgamation/sqlite3.c pEntry = &pH->ht[h]; h 21576 third_party/sqlite/amalgamation/sqlite3.c unsigned int h; /* A hash on key */ h 21582 third_party/sqlite/amalgamation/sqlite3.c h = strHash(pKey, nKey) % pH->htsize; h 21584 third_party/sqlite/amalgamation/sqlite3.c h = 0; h 21586 third_party/sqlite/amalgamation/sqlite3.c elem = findElementGivenHash(pH, pKey, nKey, h); h 21605 third_party/sqlite/amalgamation/sqlite3.c unsigned int h; /* the hash of the key modulo hash table size */ h 21613 third_party/sqlite/amalgamation/sqlite3.c h = strHash(pKey, nKey) % pH->htsize; h 21615 third_party/sqlite/amalgamation/sqlite3.c h = 0; h 21617 third_party/sqlite/amalgamation/sqlite3.c elem = findElementGivenHash(pH,pKey,nKey,h); h 21621 third_party/sqlite/amalgamation/sqlite3.c removeElementGivenHash(pH,elem,h); h 21639 third_party/sqlite/amalgamation/sqlite3.c h = strHash(pKey, nKey) % pH->htsize; h 21643 third_party/sqlite/amalgamation/sqlite3.c insertElement(pH, &pH->ht[h], new_elem); h 22081 third_party/sqlite/amalgamation/sqlite3.c HFILE h; /* Handle for accessing the file */ h 22112 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "CLOSE %d (%s)\n", pFile->h, pFile->zFullPathCp )); h 22114 third_party/sqlite/amalgamation/sqlite3.c rc = DosClose( pFile->h ); h 22122 third_party/sqlite/amalgamation/sqlite3.c pFile->h = (HFILE)-1; h 22145 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "READ %d lock=%d\n", pFile->h, pFile->locktype )); h 22146 third_party/sqlite/amalgamation/sqlite3.c if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){ h 22149 third_party/sqlite/amalgamation/sqlite3.c if( DosRead( pFile->h, pBuf, amt, &got ) != NO_ERROR ){ h 22178 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "WRITE %d lock=%d\n", pFile->h, pFile->locktype )); h 22179 third_party/sqlite/amalgamation/sqlite3.c if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){ h 22184 third_party/sqlite/amalgamation/sqlite3.c ( rc = DosWrite( pFile->h, (PVOID)pBuf, amt, &wrote ) ) == NO_ERROR && h 22201 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "TRUNCATE %d %lld\n", pFile->h, nByte )); h 22213 third_party/sqlite/amalgamation/sqlite3.c rc = DosSetFileSize( pFile->h, nByte ); h 22231 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "SYNC %d lock=%d\n", pFile->h, pFile->locktype )); h 22245 third_party/sqlite/amalgamation/sqlite3.c return DosResetBuffer( pFile->h ) == NO_ERROR ? SQLITE_OK : SQLITE_IOERR; h 22258 third_party/sqlite/amalgamation/sqlite3.c rc = DosQueryFileInfo( ((os2File*)id)->h, FIL_STANDARD, &fsts3FileInfo, sizeof(FILESTATUS3) ); h 22280 third_party/sqlite/amalgamation/sqlite3.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 1L ); h 22281 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "GETREADLOCK %d res=%d\n", pFile->h, res )); h 22298 third_party/sqlite/amalgamation/sqlite3.c res = DosSetFileLocks( id->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 1L ); h 22299 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "UNLOCK-READLOCK file handle=%d res=%d?\n", id->h, res )); h 22340 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "LOCK %d %d was %d\n", pFile->h, locktype, pFile->locktype )); h 22347 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "LOCK %d %d ok (already held)\n", pFile->h, locktype )); h 22371 third_party/sqlite/amalgamation/sqlite3.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, 100L, 0L ); h 22374 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "LOCK %d pending lock boolean set. res=%d\n", pFile->h, res )); h 22386 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "LOCK %d acquire shared lock. res=%d\n", pFile->h, res )); h 22397 third_party/sqlite/amalgamation/sqlite3.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 22401 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "LOCK %d acquire reserved lock. res=%d\n", pFile->h, res )); h 22410 third_party/sqlite/amalgamation/sqlite3.c pFile->h )); h 22423 third_party/sqlite/amalgamation/sqlite3.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 22430 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "LOCK %d acquire exclusive lock. res=%d\n", pFile->h, res )); h 22442 third_party/sqlite/amalgamation/sqlite3.c r = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 22443 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "LOCK %d unlocking pending/is shared. r=%d\n", pFile->h, r )); h 22452 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "LOCK FAILED %d trying for %d but got %d\n", pFile->h, h 22457 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "LOCK %d now %d\n", pFile->h, pFile->locktype )); h 22472 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "TEST WR-LOCK %d %d (local)\n", pFile->h, r )); h 22483 third_party/sqlite/amalgamation/sqlite3.c rc = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 22484 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "TEST WR-LOCK %d lock reserved byte rc=%d\n", pFile->h, rc )); h 22491 third_party/sqlite/amalgamation/sqlite3.c rcu = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 22492 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "TEST WR-LOCK %d unlock reserved byte r=%d\n", pFile->h, rcu )); h 22495 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "TEST WR-LOCK %d %d (remote)\n", pFile->h, r )); h 22523 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "UNLOCK %d to %d was %d\n", pFile->h, locktype, pFile->locktype )); h 22530 third_party/sqlite/amalgamation/sqlite3.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 22531 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "UNLOCK %d exclusive lock res=%d\n", pFile->h, res )); h 22535 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "UNLOCK %d to %d getReadLock() failed\n", pFile->h, locktype )); h 22544 third_party/sqlite/amalgamation/sqlite3.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 22545 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "UNLOCK %d reserved res=%d\n", pFile->h, res )); h 22550 third_party/sqlite/amalgamation/sqlite3.c pFile->h, type, locktype, res )); h 22557 third_party/sqlite/amalgamation/sqlite3.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 22558 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "UNLOCK %d pending res=%d\n", pFile->h, res )); h 22561 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "UNLOCK %d now %d\n", pFile->h, pFile->locktype )); h 22573 third_party/sqlite/amalgamation/sqlite3.c ((os2File*)id)->h, ((os2File*)id)->locktype )); h 22933 third_party/sqlite/amalgamation/sqlite3.c if( DosDupHandle(fd->h, &pNode->hLockFile) != 0 ) { h 23478 third_party/sqlite/amalgamation/sqlite3.c HFILE h; h 23532 third_party/sqlite/amalgamation/sqlite3.c pFile->h = (HFILE)-1; h 23578 third_party/sqlite/amalgamation/sqlite3.c &h, h 23608 third_party/sqlite/amalgamation/sqlite3.c pFile->h = h; h 23611 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(( "OPEN %d pOutFlags=%d\n", pFile->h, pOutFlags )); h 24142 third_party/sqlite/amalgamation/sqlite3.c int h; /* The file descriptor */ h 24732 third_party/sqlite/amalgamation/sqlite3.c static int robust_ftruncate(int h, sqlite3_int64 sz){ h 24734 third_party/sqlite/amalgamation/sqlite3.c do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR ); h 25183 third_party/sqlite/amalgamation/sqlite3.c static void robust_close(unixFile *pFile, int h, int lineno){ h 25184 third_party/sqlite/amalgamation/sqlite3.c if( osClose(h) ){ h 25260 third_party/sqlite/amalgamation/sqlite3.c fd = pFile->h; h 25356 third_party/sqlite/amalgamation/sqlite3.c if( osFcntl(pFile->h, F_GETLK, &lock) ){ h 25366 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TEST WR-LOCK %d %d %d (unix)\n", pFile->h, rc, reserved)); h 25406 third_party/sqlite/amalgamation/sqlite3.c rc = osFcntl(pFile->h, F_SETLK, &lock); h 25414 third_party/sqlite/amalgamation/sqlite3.c rc = osFcntl(pFile->h, F_SETLK, pLock); h 25489 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("LOCK %d %s was %s(%s,%d) pid=%d (unix)\n", pFile->h, h 25498 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("LOCK %d %s ok (already held) (unix)\n", pFile->h, h 25659 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("LOCK %d %s %s (unix)\n", pFile->h, azFileLock(eFileLock), h 25673 third_party/sqlite/amalgamation/sqlite3.c pFile->h = -1; h 25695 third_party/sqlite/amalgamation/sqlite3.c int h; h 25698 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("UNLOCK %d %d was %d(%d,%d) pid=%d (unix)\n", pFile->h, eFileLock, h 25707 third_party/sqlite/amalgamation/sqlite3.c h = pFile->h; h 25713 third_party/sqlite/amalgamation/sqlite3.c SimulateIOError( h=(-1) ) h 25832 third_party/sqlite/amalgamation/sqlite3.c SimulateIOError( h=(-1) ) h 25884 third_party/sqlite/amalgamation/sqlite3.c if( pFile->h>=0 ){ h 25885 third_party/sqlite/amalgamation/sqlite3.c robust_close(pFile, pFile->h, __LINE__); h 25886 third_party/sqlite/amalgamation/sqlite3.c pFile->h = -1; h 25897 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("CLOSE %-3d\n", pFile->h)); h 26032 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TEST WR-LOCK %d %d %d (dotlock)\n", pFile->h, rc, reserved)); h 26119 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("UNLOCK %d %d was %d pid=%d (dotlock)\n", pFile->h, eFileLock, h 26223 third_party/sqlite/amalgamation/sqlite3.c int lrc = robust_flock(pFile->h, LOCK_EX | LOCK_NB); h 26226 third_party/sqlite/amalgamation/sqlite3.c lrc = robust_flock(pFile->h, LOCK_UN); h 26247 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TEST WR-LOCK %d %d %d (flock)\n", pFile->h, rc, reserved)); h 26303 third_party/sqlite/amalgamation/sqlite3.c if (robust_flock(pFile->h, LOCK_EX | LOCK_NB)) { h 26314 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("LOCK %d %s %s (flock)\n", pFile->h, azFileLock(eFileLock), h 26336 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("UNLOCK %d %d was %d pid=%d (flock)\n", pFile->h, eFileLock, h 26352 third_party/sqlite/amalgamation/sqlite3.c if( robust_flock(pFile->h, LOCK_UN) ){ h 26429 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TEST WR-LOCK %d %d %d (sem)\n", pFile->h, rc, reserved)); h 26504 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("UNLOCK %d %d was %d pid=%d (sem)\n", pFile->h, eFileLock, h 26608 third_party/sqlite/amalgamation/sqlite3.c pb.fd = pFile->h; h 26611 third_party/sqlite/amalgamation/sqlite3.c (setLockFlag?"ON":"OFF"), pFile->h, (pb.fd==-1?"[testval-1]":""), h 26679 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TEST WR-LOCK %d %d %d (afp)\n", pFile->h, rc, reserved)); h 26716 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("LOCK %d %s was %s(%s,%d) pid=%d (afp)\n", pFile->h, h 26725 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("LOCK %d %s ok (already held) (afp)\n", pFile->h, h 26879 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("LOCK %d %s %s (afp)\n", pFile->h, azFileLock(eFileLock), h 26898 third_party/sqlite/amalgamation/sqlite3.c int h = pFile->h; h 26902 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("UNLOCK %d %d was %d(%d,%d) pid=%d (afp)\n", pFile->h, eFileLock, h 26916 third_party/sqlite/amalgamation/sqlite3.c SimulateIOError( h=(-1) ) h 26967 third_party/sqlite/amalgamation/sqlite3.c SimulateIOError( h=(-1) ) h 27080 third_party/sqlite/amalgamation/sqlite3.c do{ got = osPread(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR ); h 27083 third_party/sqlite/amalgamation/sqlite3.c do{ got = osPread64(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR); h 27086 third_party/sqlite/amalgamation/sqlite3.c newOffset = lseek(id->h, offset, SEEK_SET); h 27096 third_party/sqlite/amalgamation/sqlite3.c do{ got = osRead(id->h, pBuf, cnt); }while( got<0 && errno==EINTR ); h 27102 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("READ %-3d %5d %7lld %llu\n", id->h, got, offset, TIMER_ELAPSED)); h 27158 third_party/sqlite/amalgamation/sqlite3.c do{ got = osPwrite(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR ); h 27160 third_party/sqlite/amalgamation/sqlite3.c do{ got = osPwrite64(id->h, pBuf, cnt, offset);}while( got<0 && errno==EINTR); h 27162 third_party/sqlite/amalgamation/sqlite3.c newOffset = lseek(id->h, offset, SEEK_SET); h 27172 third_party/sqlite/amalgamation/sqlite3.c do{ got = osWrite(id->h, pBuf, cnt); }while( got<0 && errno==EINTR ); h 27179 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("WRITE %-3d %5d %7lld %llu\n", id->h, got, offset, TIMER_ELAPSED)); h 27451 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("SYNC %-3d\n", pFile->h)); h 27452 third_party/sqlite/amalgamation/sqlite3.c rc = full_fsync(pFile->h, isFullsync, isDataOnly); h 27497 third_party/sqlite/amalgamation/sqlite3.c rc = robust_ftruncate(pFile->h, (off_t)nByte); h 27526 third_party/sqlite/amalgamation/sqlite3.c rc = osFstat(((unixFile*)id)->h, &buf); h 27567 third_party/sqlite/amalgamation/sqlite3.c if( osFstat(pFile->h, &buf) ) return SQLITE_IOERR_FSTAT; h 27578 third_party/sqlite/amalgamation/sqlite3.c err = osFallocate(pFile->h, buf.st_size, nSize-buf.st_size); h 27591 third_party/sqlite/amalgamation/sqlite3.c if( robust_ftruncate(pFile->h, nSize) ){ h 27711 third_party/sqlite/amalgamation/sqlite3.c int h; /* Open file descriptor */ h 27778 third_party/sqlite/amalgamation/sqlite3.c if( pShmNode->h>=0 ){ h 27786 third_party/sqlite/amalgamation/sqlite3.c rc = osFcntl(pShmNode->h, F_SETLK, &f); h 27843 third_party/sqlite/amalgamation/sqlite3.c if( p->h>=0 ){ h 27850 third_party/sqlite/amalgamation/sqlite3.c if( p->h>=0 ){ h 27851 third_party/sqlite/amalgamation/sqlite3.c robust_close(pFd, p->h, __LINE__); h 27852 third_party/sqlite/amalgamation/sqlite3.c p->h = -1; h 27922 third_party/sqlite/amalgamation/sqlite3.c if( osFstat(pDbFd->h, &sStat) && pInode->bProcessLock==0 ){ h 27946 third_party/sqlite/amalgamation/sqlite3.c pShmNode->h = -1; h 27956 third_party/sqlite/amalgamation/sqlite3.c pShmNode->h = robust_open(zShmFilename, O_RDWR|O_CREAT, h 27958 third_party/sqlite/amalgamation/sqlite3.c if( pShmNode->h<0 ){ h 27968 third_party/sqlite/amalgamation/sqlite3.c if( robust_ftruncate(pShmNode->h, 0) ){ h 28051 third_party/sqlite/amalgamation/sqlite3.c assert( pShmNode->h>=0 || pDbFd->pInode->bProcessLock==1 ); h 28052 third_party/sqlite/amalgamation/sqlite3.c assert( pShmNode->h<0 || pDbFd->pInode->bProcessLock==0 ); h 28061 third_party/sqlite/amalgamation/sqlite3.c if( pShmNode->h>=0 ){ h 28066 third_party/sqlite/amalgamation/sqlite3.c if( osFstat(pShmNode->h, &sStat) ){ h 28079 third_party/sqlite/amalgamation/sqlite3.c if( robust_ftruncate(pShmNode->h, nByte) ){ h 28098 third_party/sqlite/amalgamation/sqlite3.c if( pShmNode->h>=0 ){ h 28100 third_party/sqlite/amalgamation/sqlite3.c MAP_SHARED, pShmNode->h, pShmNode->nRegion*szRegion h 28159 third_party/sqlite/amalgamation/sqlite3.c assert( pShmNode->h>=0 || pDbFd->pInode->bProcessLock==1 ); h 28160 third_party/sqlite/amalgamation/sqlite3.c assert( pShmNode->h<0 || pDbFd->pInode->bProcessLock==0 ); h 28298 third_party/sqlite/amalgamation/sqlite3.c if( deleteFlag && pShmNode->h>=0 ) osUnlink(pShmNode->zFilename); h 28539 third_party/sqlite/amalgamation/sqlite3.c if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) { h 28581 third_party/sqlite/amalgamation/sqlite3.c if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) { h 28617 third_party/sqlite/amalgamation/sqlite3.c int h, /* Open file descriptor of file being opened */ h 28647 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("OPEN %-3d %s\n", h, zFilename)); h 28648 third_party/sqlite/amalgamation/sqlite3.c pNew->h = h; h 28708 third_party/sqlite/amalgamation/sqlite3.c robust_close(pNew, h, __LINE__); h 28709 third_party/sqlite/amalgamation/sqlite3.c h = -1; h 28734 third_party/sqlite/amalgamation/sqlite3.c robust_close(pNew, h, __LINE__); h 28735 third_party/sqlite/amalgamation/sqlite3.c h = -1; h 28785 third_party/sqlite/amalgamation/sqlite3.c if( h>=0 ) robust_close(pNew, h, __LINE__); h 28786 third_party/sqlite/amalgamation/sqlite3.c h = -1; h 28793 third_party/sqlite/amalgamation/sqlite3.c if( h>=0 ) robust_close(pNew, h, __LINE__); h 30041 third_party/sqlite/amalgamation/sqlite3.c readLen = osPread(conchFile->h, buf, PROXY_MAXCONCHLEN, 0); h 30063 third_party/sqlite/amalgamation/sqlite3.c robust_close(pFile, conchFile->h, __LINE__); h 30064 third_party/sqlite/amalgamation/sqlite3.c conchFile->h = fd; h 30099 third_party/sqlite/amalgamation/sqlite3.c if( osFstat(conchFile->h, &buf) ){ h 30118 third_party/sqlite/amalgamation/sqlite3.c int len = osPread(conchFile->h, tBuf, PROXY_MAXCONCHLEN, 0); h 30177 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TAKECONCH %d for %s pid=%d\n", conchFile->h, h 30256 third_party/sqlite/amalgamation/sqlite3.c futimes(conchFile->h, NULL); h 30280 third_party/sqlite/amalgamation/sqlite3.c robust_ftruncate(conchFile->h, writeSize); h 30282 third_party/sqlite/amalgamation/sqlite3.c fsync(conchFile->h); h 30288 third_party/sqlite/amalgamation/sqlite3.c int err = osFstat(pFile->h, &buf); h 30294 third_party/sqlite/amalgamation/sqlite3.c osFchmod(conchFile->h, cmode); h 30297 third_party/sqlite/amalgamation/sqlite3.c rc = osFchmod(conchFile->h, cmode); h 30317 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TRANSPROXY: CLOSE %d\n", pFile->h)); h 30319 third_party/sqlite/amalgamation/sqlite3.c if( pFile->h>=0 ){ h 30320 third_party/sqlite/amalgamation/sqlite3.c robust_close(pFile, pFile->h, __LINE__); h 30322 third_party/sqlite/amalgamation/sqlite3.c pFile->h = -1; h 30327 third_party/sqlite/amalgamation/sqlite3.c pFile->h = fd; h 30367 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TAKECONCH %d %s\n", conchFile->h, h 30385 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("RELEASECONCH %d for %s pid=%d\n", conchFile->h, h 30392 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("RELEASECONCH %d %s\n", conchFile->h, h 30527 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TRANSPROXY %d for %s pid=%d\n", pFile->h, h 30588 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TRANSPROXY %d %s\n", pFile->h, h 31224 third_party/sqlite/amalgamation/sqlite3.c HANDLE h; /* Handle for accessing the file */ h 31458 third_party/sqlite/amalgamation/sqlite3.c #define HANDLE_TO_WINFILE(a) (winFile*)&((char*)a)[-(int)offsetof(winFile,h)] h 31463 third_party/sqlite/amalgamation/sqlite3.c static void winceMutexAcquire(HANDLE h){ h 31466 third_party/sqlite/amalgamation/sqlite3.c dwErr = WaitForSingleObject(h, INFINITE); h 31472 third_party/sqlite/amalgamation/sqlite3.c #define winceMutexRelease(h) ReleaseMutex(h) h 31770 third_party/sqlite/amalgamation/sqlite3.c dwRet = SetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN); h 31796 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("CLOSE %d\n", pFile->h)); h 31798 third_party/sqlite/amalgamation/sqlite3.c rc = CloseHandle(pFile->h); h 31816 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("CLOSE %d %s\n", pFile->h, rc ? "ok" : "failed")); h 31837 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("READ %d lock=%d\n", pFile->h, pFile->locktype)); h 31842 third_party/sqlite/amalgamation/sqlite3.c if( !ReadFile(pFile->h, pBuf, amt, &nRead, 0) ){ h 31873 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("WRITE %d lock=%d\n", pFile->h, pFile->locktype)); h 31881 third_party/sqlite/amalgamation/sqlite3.c while( nRem>0 && WriteFile(pFile->h, aRem, nRem, &nWrite, 0) && nWrite>0 ){ h 31909 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TRUNCATE %d %lld\n", pFile->h, nByte)); h 31924 third_party/sqlite/amalgamation/sqlite3.c }else if( 0==SetEndOfFile(pFile->h) ){ h 31929 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TRUNCATE %d %lld %s\n", pFile->h, nByte, rc ? "failed" : "ok")); h 31958 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("SYNC %d lock=%d\n", pFile->h, pFile->locktype)); h 31981 third_party/sqlite/amalgamation/sqlite3.c if( FlushFileBuffers(pFile->h) ){ h 32001 third_party/sqlite/amalgamation/sqlite3.c lowerBits = GetFileSize(pFile->h, &upperBits); h 32031 third_party/sqlite/amalgamation/sqlite3.c res = LockFileEx(pFile->h, LOCKFILE_FAIL_IMMEDIATELY, h 32040 third_party/sqlite/amalgamation/sqlite3.c res = LockFile(pFile->h, SHARED_FIRST+pFile->sharedLockByte, 0, 1, 0); h 32055 third_party/sqlite/amalgamation/sqlite3.c res = UnlockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0); h 32060 third_party/sqlite/amalgamation/sqlite3.c res = UnlockFile(pFile->h, SHARED_FIRST + pFile->sharedLockByte, 0, 1, 0); h 32105 third_party/sqlite/amalgamation/sqlite3.c pFile->h, locktype, pFile->locktype, pFile->sharedLockByte)); h 32131 third_party/sqlite/amalgamation/sqlite3.c while( cnt-->0 && (res = LockFile(pFile->h, PENDING_BYTE, 0, 1, 0))==0 ){ h 32160 third_party/sqlite/amalgamation/sqlite3.c res = LockFile(pFile->h, RESERVED_BYTE, 0, 1, 0); h 32181 third_party/sqlite/amalgamation/sqlite3.c res = LockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0); h 32195 third_party/sqlite/amalgamation/sqlite3.c UnlockFile(pFile->h, PENDING_BYTE, 0, 1, 0); h 32204 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("LOCK FAILED %d trying for %d but got %d\n", pFile->h, h 32227 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TEST WR-LOCK %d %d (local)\n", pFile->h, rc)); h 32229 third_party/sqlite/amalgamation/sqlite3.c rc = LockFile(pFile->h, RESERVED_BYTE, 0, 1, 0); h 32231 third_party/sqlite/amalgamation/sqlite3.c UnlockFile(pFile->h, RESERVED_BYTE, 0, 1, 0); h 32234 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("TEST WR-LOCK %d %d (remote)\n", pFile->h, rc)); h 32257 third_party/sqlite/amalgamation/sqlite3.c OSTRACE(("UNLOCK %d to %d was %d(%d)\n", pFile->h, locktype, h 32261 third_party/sqlite/amalgamation/sqlite3.c UnlockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0); h 32269 third_party/sqlite/amalgamation/sqlite3.c UnlockFile(pFile->h, RESERVED_BYTE, 0, 1, 0); h 32275 third_party/sqlite/amalgamation/sqlite3.c UnlockFile(pFile->h, PENDING_BYTE, 0, 1, 0); h 32479 third_party/sqlite/amalgamation/sqlite3.c rc = UnlockFileEx(pFile->hFile.h, 0, nByte, 0, &ovlp); h 32481 third_party/sqlite/amalgamation/sqlite3.c rc = LockFileEx(pFile->hFile.h, dwFlags, 0, nByte, 0, &ovlp); h 32492 third_party/sqlite/amalgamation/sqlite3.c pFile->hFile.h, h 32530 third_party/sqlite/amalgamation/sqlite3.c if( p->hFile.h != INVALID_HANDLE_VALUE ){ h 32596 third_party/sqlite/amalgamation/sqlite3.c ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE; h 32914 third_party/sqlite/amalgamation/sqlite3.c hMap = CreateFileMapping(pShmNode->hFile.h, h 33166 third_party/sqlite/amalgamation/sqlite3.c HANDLE h; h 33233 third_party/sqlite/amalgamation/sqlite3.c pFile->h = INVALID_HANDLE_VALUE; h 33296 third_party/sqlite/amalgamation/sqlite3.c h = CreateFileW((WCHAR*)zConverted, h 33310 third_party/sqlite/amalgamation/sqlite3.c h = CreateFileA((char*)zConverted, h 33322 third_party/sqlite/amalgamation/sqlite3.c h, zName, dwDesiredAccess, h 33323 third_party/sqlite/amalgamation/sqlite3.c h==INVALID_HANDLE_VALUE ? "failed" : "ok")); h 33325 third_party/sqlite/amalgamation/sqlite3.c if( h==INVALID_HANDLE_VALUE ){ h 33346 third_party/sqlite/amalgamation/sqlite3.c pFile->h = h; h 33357 third_party/sqlite/amalgamation/sqlite3.c CloseHandle(h); h 33663 third_party/sqlite/amalgamation/sqlite3.c HANDLE h; h 33670 third_party/sqlite/amalgamation/sqlite3.c h = LoadLibraryW((WCHAR*)zConverted); h 33677 third_party/sqlite/amalgamation/sqlite3.c h = LoadLibraryA((char*)zConverted); h 33681 third_party/sqlite/amalgamation/sqlite3.c return (void*)h; h 33910 third_party/sqlite/amalgamation/sqlite3.c winSQLite3File->h = handle; h 34059 third_party/sqlite/amalgamation/sqlite3.c u32 h = BITVEC_HASH(i++); h 34060 third_party/sqlite/amalgamation/sqlite3.c while( p->u.aHash[h] ){ h 34061 third_party/sqlite/amalgamation/sqlite3.c if( p->u.aHash[h]==i ) return 1; h 34062 third_party/sqlite/amalgamation/sqlite3.c h = (h+1) % BITVEC_NINT; h 34081 third_party/sqlite/amalgamation/sqlite3.c u32 h; h 34099 third_party/sqlite/amalgamation/sqlite3.c h = BITVEC_HASH(i++); h 34103 third_party/sqlite/amalgamation/sqlite3.c if( !p->u.aHash[h] ){ h 34113 third_party/sqlite/amalgamation/sqlite3.c if( p->u.aHash[h]==i ) return SQLITE_OK; h 34114 third_party/sqlite/amalgamation/sqlite3.c h++; h 34115 third_party/sqlite/amalgamation/sqlite3.c if( h>=BITVEC_NINT ) h = 0; h 34116 third_party/sqlite/amalgamation/sqlite3.c } while( p->u.aHash[h] ); h 34141 third_party/sqlite/amalgamation/sqlite3.c p->u.aHash[h] = i; h 34173 third_party/sqlite/amalgamation/sqlite3.c u32 h = BITVEC_HASH(aiValues[j]-1); h 34175 third_party/sqlite/amalgamation/sqlite3.c while( p->u.aHash[h] ){ h 34176 third_party/sqlite/amalgamation/sqlite3.c h++; h 34177 third_party/sqlite/amalgamation/sqlite3.c if( h>=BITVEC_NINT ) h = 0; h 34179 third_party/sqlite/amalgamation/sqlite3.c p->u.aHash[h] = aiValues[j]; h 35308 third_party/sqlite/amalgamation/sqlite3.c unsigned int h = pPage->iKey % nNew; h 35310 third_party/sqlite/amalgamation/sqlite3.c pPage->pNext = apNew[h]; h 35311 third_party/sqlite/amalgamation/sqlite3.c apNew[h] = pPage; h 35366 third_party/sqlite/amalgamation/sqlite3.c unsigned int h; h 35371 third_party/sqlite/amalgamation/sqlite3.c h = pPage->iKey % pCache->nHash; h 35372 third_party/sqlite/amalgamation/sqlite3.c for(pp=&pCache->apHash[h]; (*pp)!=pPage; pp=&(*pp)->pNext); h 35405 third_party/sqlite/amalgamation/sqlite3.c unsigned int h; h 35407 third_party/sqlite/amalgamation/sqlite3.c for(h=0; h<pCache->nHash; h++){ h 35408 third_party/sqlite/amalgamation/sqlite3.c PgHdr1 **pp = &pCache->apHash[h]; h 35610 third_party/sqlite/amalgamation/sqlite3.c unsigned int h = iKey % pCache->nHash; h 35611 third_party/sqlite/amalgamation/sqlite3.c for(pPage=pCache->apHash[h]; pPage&&pPage->iKey!=iKey; pPage=pPage->pNext); h 35680 third_party/sqlite/amalgamation/sqlite3.c unsigned int h = iKey % pCache->nHash; h 35683 third_party/sqlite/amalgamation/sqlite3.c pPage->pNext = pCache->apHash[h]; h 35688 third_party/sqlite/amalgamation/sqlite3.c pCache->apHash[h] = pPage; h 35750 third_party/sqlite/amalgamation/sqlite3.c unsigned int h; h 35756 third_party/sqlite/amalgamation/sqlite3.c h = iOld%pCache->nHash; h 35757 third_party/sqlite/amalgamation/sqlite3.c pp = &pCache->apHash[h]; h 35763 third_party/sqlite/amalgamation/sqlite3.c h = iNew%pCache->nHash; h 35765 third_party/sqlite/amalgamation/sqlite3.c pPage->pNext = pCache->apHash[h]; h 35766 third_party/sqlite/amalgamation/sqlite3.c pCache->apHash[h] = pPage; h 77867 third_party/sqlite/amalgamation/sqlite3.c u32 h = 0; h 77871 third_party/sqlite/amalgamation/sqlite3.c h = (h<<8) + sqlite3UpperToLower[(*zIn)&0xff]; h 77873 third_party/sqlite/amalgamation/sqlite3.c if( h==(('c'<<24)+('h'<<16)+('a'<<8)+'r') ){ /* CHAR */ h 77875 third_party/sqlite/amalgamation/sqlite3.c }else if( h==(('c'<<24)+('l'<<16)+('o'<<8)+'b') ){ /* CLOB */ h 77877 third_party/sqlite/amalgamation/sqlite3.c }else if( h==(('t'<<24)+('e'<<16)+('x'<<8)+'t') ){ /* TEXT */ h 77879 third_party/sqlite/amalgamation/sqlite3.c }else if( h==(('b'<<24)+('l'<<16)+('o'<<8)+'b') /* BLOB */ h 77883 third_party/sqlite/amalgamation/sqlite3.c }else if( h==(('r'<<24)+('e'<<16)+('a'<<8)+'l') /* REAL */ h 77886 third_party/sqlite/amalgamation/sqlite3.c }else if( h==(('f'<<24)+('l'<<16)+('o'<<8)+'a') /* FLOA */ h 77889 third_party/sqlite/amalgamation/sqlite3.c }else if( h==(('d'<<24)+('o'<<16)+('u'<<8)+'b') /* DOUB */ h 77893 third_party/sqlite/amalgamation/sqlite3.c }else if( (h&0x00FFFFFF)==(('i'<<16)+('n'<<8)+'t') ){ /* INT */ h 80865 third_party/sqlite/amalgamation/sqlite3.c int h, /* Hash of the name */ h 80870 third_party/sqlite/amalgamation/sqlite3.c for(p=pHash->a[h]; p; p=p->pHash){ h 80888 third_party/sqlite/amalgamation/sqlite3.c int h = (sqlite3UpperToLower[c1] + nName) % ArraySize(pHash->a); h 80889 third_party/sqlite/amalgamation/sqlite3.c pOther = functionSearch(pHash, h, pDef->zName, nName); h 80896 third_party/sqlite/amalgamation/sqlite3.c pDef->pHash = pHash->a[h]; h 80897 third_party/sqlite/amalgamation/sqlite3.c pHash->a[h] = pDef; h 80934 third_party/sqlite/amalgamation/sqlite3.c int h; /* Hash value */ h 80938 third_party/sqlite/amalgamation/sqlite3.c h = (sqlite3UpperToLower[(u8)zName[0]] + nName) % ArraySize(db->aFunc.a); h 80942 third_party/sqlite/amalgamation/sqlite3.c p = functionSearch(&db->aFunc, h, zName, nName); h 80967 third_party/sqlite/amalgamation/sqlite3.c p = functionSearch(pHash, h, zName, nName); h 106269 third_party/sqlite/amalgamation/sqlite3.c int h, i; h 106271 third_party/sqlite/amalgamation/sqlite3.c h = ((charMap(z[0])*4) ^ h 106274 third_party/sqlite/amalgamation/sqlite3.c for(i=((int)aHash[h])-1; i>=0; i=((int)aNext[i])-1){ h 118258 third_party/sqlite/amalgamation/sqlite3.c int h = 0; h 118261 third_party/sqlite/amalgamation/sqlite3.c h = (h<<3) ^ h ^ *z++; h 118264 third_party/sqlite/amalgamation/sqlite3.c return h & 0x7fffffff; h 118275 third_party/sqlite/amalgamation/sqlite3.c int h = 0; h 118278 third_party/sqlite/amalgamation/sqlite3.c h = (h<<3) ^ h ^ *(z++); h 118280 third_party/sqlite/amalgamation/sqlite3.c return h & 0x7fffffff; h 118368 third_party/sqlite/amalgamation/sqlite3.c int h = (*xHash)(elem->pKey, elem->nKey) & (new_size-1); h 118370 third_party/sqlite/amalgamation/sqlite3.c fts3HashInsertElement(pH, &new_ht[h], elem); h 118383 third_party/sqlite/amalgamation/sqlite3.c int h /* The hash for this key. */ h 118390 third_party/sqlite/amalgamation/sqlite3.c struct _fts3ht *pEntry = &pH->ht[h]; h 118410 third_party/sqlite/amalgamation/sqlite3.c int h /* Hash value for the element */ h 118421 third_party/sqlite/amalgamation/sqlite3.c pEntry = &pH->ht[h]; h 118446 third_party/sqlite/amalgamation/sqlite3.c int h; /* A hash on key */ h 118452 third_party/sqlite/amalgamation/sqlite3.c h = (*xHash)(pKey,nKey); h 118454 third_party/sqlite/amalgamation/sqlite3.c return fts3FindElementByHash(pH,pKey,nKey, h & (pH->htsize-1)); h 118491 third_party/sqlite/amalgamation/sqlite3.c int h; /* the hash of the key modulo hash table size */ h 118501 third_party/sqlite/amalgamation/sqlite3.c h = hraw & (pH->htsize-1); h 118502 third_party/sqlite/amalgamation/sqlite3.c elem = fts3FindElementByHash(pH,pKey,nKey,h); h 118506 third_party/sqlite/amalgamation/sqlite3.c fts3RemoveElementByHash(pH,elem,h); h 118536 third_party/sqlite/amalgamation/sqlite3.c h = hraw & (pH->htsize-1); h 118537 third_party/sqlite/amalgamation/sqlite3.c fts3HashInsertElement(pH, &pH->ht[h], new_elem); h 114 third_party/sqlite/src/ext/fts1/ft_hash.c int h = 0; h 117 third_party/sqlite/src/ext/fts1/ft_hash.c h = (h<<3) ^ h ^ *z++; h 120 third_party/sqlite/src/ext/fts1/ft_hash.c return h & 0x7fffffff; h 131 third_party/sqlite/src/ext/fts1/ft_hash.c int h = 0; h 134 third_party/sqlite/src/ext/fts1/ft_hash.c h = (h<<3) ^ h ^ *(z++); h 136 third_party/sqlite/src/ext/fts1/ft_hash.c return h & 0x7fffffff; h 244 third_party/sqlite/src/ext/fts1/ft_hash.c int h = (*xHash)(elem->pKey, elem->nKey) & (new_size-1); h 246 third_party/sqlite/src/ext/fts1/ft_hash.c insertElement(pH, &new_ht[h], elem); h 258 third_party/sqlite/src/ext/fts1/ft_hash.c int h /* The hash for this key. */ h 265 third_party/sqlite/src/ext/fts1/ft_hash.c struct _ht *pEntry = &pH->ht[h]; h 285 third_party/sqlite/src/ext/fts1/ft_hash.c int h /* Hash value for the element */ h 296 third_party/sqlite/src/ext/fts1/ft_hash.c pEntry = &pH->ht[h]; h 321 third_party/sqlite/src/ext/fts1/ft_hash.c int h; /* A hash on key */ h 328 third_party/sqlite/src/ext/fts1/ft_hash.c h = (*xHash)(pKey,nKey); h 330 third_party/sqlite/src/ext/fts1/ft_hash.c elem = findElementGivenHash(pH,pKey,nKey, h & (pH->htsize-1)); h 351 third_party/sqlite/src/ext/fts1/ft_hash.c int h; /* the hash of the key modulo hash table size */ h 361 third_party/sqlite/src/ext/fts1/ft_hash.c h = hraw & (pH->htsize-1); h 362 third_party/sqlite/src/ext/fts1/ft_hash.c elem = findElementGivenHash(pH,pKey,nKey,h); h 366 third_party/sqlite/src/ext/fts1/ft_hash.c removeElementGivenHash(pH,elem,h); h 400 third_party/sqlite/src/ext/fts1/ft_hash.c h = hraw & (pH->htsize-1); h 401 third_party/sqlite/src/ext/fts1/ft_hash.c insertElement(pH, &pH->ht[h], new_elem); h 94 third_party/sqlite/src/ext/fts1/fts1_hash.c int h = 0; h 97 third_party/sqlite/src/ext/fts1/fts1_hash.c h = (h<<3) ^ h ^ *z++; h 100 third_party/sqlite/src/ext/fts1/fts1_hash.c return h & 0x7fffffff; h 111 third_party/sqlite/src/ext/fts1/fts1_hash.c int h = 0; h 114 third_party/sqlite/src/ext/fts1/fts1_hash.c h = (h<<3) ^ h ^ *(z++); h 116 third_party/sqlite/src/ext/fts1/fts1_hash.c return h & 0x7fffffff; h 202 third_party/sqlite/src/ext/fts1/fts1_hash.c int h = (*xHash)(elem->pKey, elem->nKey) & (new_size-1); h 204 third_party/sqlite/src/ext/fts1/fts1_hash.c insertElement(pH, &new_ht[h], elem); h 216 third_party/sqlite/src/ext/fts1/fts1_hash.c int h /* The hash for this key. */ h 223 third_party/sqlite/src/ext/fts1/fts1_hash.c struct _fts1ht *pEntry = &pH->ht[h]; h 243 third_party/sqlite/src/ext/fts1/fts1_hash.c int h /* Hash value for the element */ h 254 third_party/sqlite/src/ext/fts1/fts1_hash.c pEntry = &pH->ht[h]; h 279 third_party/sqlite/src/ext/fts1/fts1_hash.c int h; /* A hash on key */ h 286 third_party/sqlite/src/ext/fts1/fts1_hash.c h = (*xHash)(pKey,nKey); h 288 third_party/sqlite/src/ext/fts1/fts1_hash.c elem = findElementGivenHash(pH,pKey,nKey, h & (pH->htsize-1)); h 314 third_party/sqlite/src/ext/fts1/fts1_hash.c int h; /* the hash of the key modulo hash table size */ h 324 third_party/sqlite/src/ext/fts1/fts1_hash.c h = hraw & (pH->htsize-1); h 325 third_party/sqlite/src/ext/fts1/fts1_hash.c elem = findElementGivenHash(pH,pKey,nKey,h); h 329 third_party/sqlite/src/ext/fts1/fts1_hash.c removeElementGivenHash(pH,elem,h); h 363 third_party/sqlite/src/ext/fts1/fts1_hash.c h = hraw & (pH->htsize-1); h 364 third_party/sqlite/src/ext/fts1/fts1_hash.c insertElement(pH, &pH->ht[h], new_elem); h 99 third_party/sqlite/src/ext/fts2/fts2_hash.c int h = 0; h 102 third_party/sqlite/src/ext/fts2/fts2_hash.c h = (h<<3) ^ h ^ *z++; h 105 third_party/sqlite/src/ext/fts2/fts2_hash.c return h & 0x7fffffff; h 116 third_party/sqlite/src/ext/fts2/fts2_hash.c int h = 0; h 119 third_party/sqlite/src/ext/fts2/fts2_hash.c h = (h<<3) ^ h ^ *(z++); h 121 third_party/sqlite/src/ext/fts2/fts2_hash.c return h & 0x7fffffff; h 207 third_party/sqlite/src/ext/fts2/fts2_hash.c int h = (*xHash)(elem->pKey, elem->nKey) & (new_size-1); h 209 third_party/sqlite/src/ext/fts2/fts2_hash.c insertElement(pH, &new_ht[h], elem); h 221 third_party/sqlite/src/ext/fts2/fts2_hash.c int h /* The hash for this key. */ h 228 third_party/sqlite/src/ext/fts2/fts2_hash.c struct _fts2ht *pEntry = &pH->ht[h]; h 248 third_party/sqlite/src/ext/fts2/fts2_hash.c int h /* Hash value for the element */ h 259 third_party/sqlite/src/ext/fts2/fts2_hash.c pEntry = &pH->ht[h]; h 284 third_party/sqlite/src/ext/fts2/fts2_hash.c int h; /* A hash on key */ h 291 third_party/sqlite/src/ext/fts2/fts2_hash.c h = (*xHash)(pKey,nKey); h 293 third_party/sqlite/src/ext/fts2/fts2_hash.c elem = findElementGivenHash(pH,pKey,nKey, h & (pH->htsize-1)); h 319 third_party/sqlite/src/ext/fts2/fts2_hash.c int h; /* the hash of the key modulo hash table size */ h 329 third_party/sqlite/src/ext/fts2/fts2_hash.c h = hraw & (pH->htsize-1); h 330 third_party/sqlite/src/ext/fts2/fts2_hash.c elem = findElementGivenHash(pH,pKey,nKey,h); h 334 third_party/sqlite/src/ext/fts2/fts2_hash.c removeElementGivenHash(pH,elem,h); h 368 third_party/sqlite/src/ext/fts2/fts2_hash.c h = hraw & (pH->htsize-1); h 369 third_party/sqlite/src/ext/fts2/fts2_hash.c insertElement(pH, &pH->ht[h], new_elem); h 99 third_party/sqlite/src/ext/fts3/fts3_hash.c int h = 0; h 102 third_party/sqlite/src/ext/fts3/fts3_hash.c h = (h<<3) ^ h ^ *z++; h 105 third_party/sqlite/src/ext/fts3/fts3_hash.c return h & 0x7fffffff; h 116 third_party/sqlite/src/ext/fts3/fts3_hash.c int h = 0; h 119 third_party/sqlite/src/ext/fts3/fts3_hash.c h = (h<<3) ^ h ^ *(z++); h 121 third_party/sqlite/src/ext/fts3/fts3_hash.c return h & 0x7fffffff; h 209 third_party/sqlite/src/ext/fts3/fts3_hash.c int h = (*xHash)(elem->pKey, elem->nKey) & (new_size-1); h 211 third_party/sqlite/src/ext/fts3/fts3_hash.c fts3HashInsertElement(pH, &new_ht[h], elem); h 224 third_party/sqlite/src/ext/fts3/fts3_hash.c int h /* The hash for this key. */ h 231 third_party/sqlite/src/ext/fts3/fts3_hash.c struct _fts3ht *pEntry = &pH->ht[h]; h 251 third_party/sqlite/src/ext/fts3/fts3_hash.c int h /* Hash value for the element */ h 262 third_party/sqlite/src/ext/fts3/fts3_hash.c pEntry = &pH->ht[h]; h 287 third_party/sqlite/src/ext/fts3/fts3_hash.c int h; /* A hash on key */ h 293 third_party/sqlite/src/ext/fts3/fts3_hash.c h = (*xHash)(pKey,nKey); h 295 third_party/sqlite/src/ext/fts3/fts3_hash.c return fts3FindElementByHash(pH,pKey,nKey, h & (pH->htsize-1)); h 332 third_party/sqlite/src/ext/fts3/fts3_hash.c int h; /* the hash of the key modulo hash table size */ h 342 third_party/sqlite/src/ext/fts3/fts3_hash.c h = hraw & (pH->htsize-1); h 343 third_party/sqlite/src/ext/fts3/fts3_hash.c elem = fts3FindElementByHash(pH,pKey,nKey,h); h 347 third_party/sqlite/src/ext/fts3/fts3_hash.c fts3RemoveElementByHash(pH,elem,h); h 377 third_party/sqlite/src/ext/fts3/fts3_hash.c h = hraw & (pH->htsize-1); h 378 third_party/sqlite/src/ext/fts3/fts3_hash.c fts3HashInsertElement(pH, &pH->ht[h], new_elem); h 144 third_party/sqlite/src/src/bitvec.c u32 h = BITVEC_HASH(i++); h 145 third_party/sqlite/src/src/bitvec.c while( p->u.aHash[h] ){ h 146 third_party/sqlite/src/src/bitvec.c if( p->u.aHash[h]==i ) return 1; h 147 third_party/sqlite/src/src/bitvec.c h = (h+1) % BITVEC_NINT; h 166 third_party/sqlite/src/src/bitvec.c u32 h; h 184 third_party/sqlite/src/src/bitvec.c h = BITVEC_HASH(i++); h 188 third_party/sqlite/src/src/bitvec.c if( !p->u.aHash[h] ){ h 198 third_party/sqlite/src/src/bitvec.c if( p->u.aHash[h]==i ) return SQLITE_OK; h 199 third_party/sqlite/src/src/bitvec.c h++; h 200 third_party/sqlite/src/src/bitvec.c if( h>=BITVEC_NINT ) h = 0; h 201 third_party/sqlite/src/src/bitvec.c } while( p->u.aHash[h] ); h 226 third_party/sqlite/src/src/bitvec.c p->u.aHash[h] = i; h 258 third_party/sqlite/src/src/bitvec.c u32 h = BITVEC_HASH(aiValues[j]-1); h 260 third_party/sqlite/src/src/bitvec.c while( p->u.aHash[h] ){ h 261 third_party/sqlite/src/src/bitvec.c h++; h 262 third_party/sqlite/src/src/bitvec.c if( h>=BITVEC_NINT ) h = 0; h 264 third_party/sqlite/src/src/bitvec.c p->u.aHash[h] = aiValues[j]; h 1028 third_party/sqlite/src/src/build.c u32 h = 0; h 1032 third_party/sqlite/src/src/build.c h = (h<<8) + sqlite3UpperToLower[(*zIn)&0xff]; h 1034 third_party/sqlite/src/src/build.c if( h==(('c'<<24)+('h'<<16)+('a'<<8)+'r') ){ /* CHAR */ h 1036 third_party/sqlite/src/src/build.c }else if( h==(('c'<<24)+('l'<<16)+('o'<<8)+'b') ){ /* CLOB */ h 1038 third_party/sqlite/src/src/build.c }else if( h==(('t'<<24)+('e'<<16)+('x'<<8)+'t') ){ /* TEXT */ h 1040 third_party/sqlite/src/src/build.c }else if( h==(('b'<<24)+('l'<<16)+('o'<<8)+'b') /* BLOB */ h 1044 third_party/sqlite/src/src/build.c }else if( h==(('r'<<24)+('e'<<16)+('a'<<8)+'l') /* REAL */ h 1047 third_party/sqlite/src/src/build.c }else if( h==(('f'<<24)+('l'<<16)+('o'<<8)+'a') /* FLOA */ h 1050 third_party/sqlite/src/src/build.c }else if( h==(('d'<<24)+('o'<<16)+('u'<<8)+'b') /* DOUB */ h 1054 third_party/sqlite/src/src/build.c }else if( (h&0x00FFFFFF)==(('i'<<16)+('n'<<8)+'t') ){ /* INT */ h 267 third_party/sqlite/src/src/callback.c int h, /* Hash of the name */ h 272 third_party/sqlite/src/src/callback.c for(p=pHash->a[h]; p; p=p->pHash){ h 290 third_party/sqlite/src/src/callback.c int h = (sqlite3UpperToLower[c1] + nName) % ArraySize(pHash->a); h 291 third_party/sqlite/src/src/callback.c pOther = functionSearch(pHash, h, pDef->zName, nName); h 298 third_party/sqlite/src/src/callback.c pDef->pHash = pHash->a[h]; h 299 third_party/sqlite/src/src/callback.c pHash->a[h] = pDef; h 336 third_party/sqlite/src/src/callback.c int h; /* Hash value */ h 340 third_party/sqlite/src/src/callback.c h = (sqlite3UpperToLower[(u8)zName[0]] + nName) % ArraySize(db->aFunc.a); h 344 third_party/sqlite/src/src/callback.c p = functionSearch(&db->aFunc, h, zName, nName); h 369 third_party/sqlite/src/src/callback.c p = functionSearch(pHash, h, zName, nName); h 77 third_party/sqlite/src/src/date.c int h, m; /* Hour and minutes */ h 188 third_party/sqlite/src/src/date.c int h, m, s; h 190 third_party/sqlite/src/src/date.c if( getDigits(zDate, 2, 0, 24, ':', &h, 2, 0, 59, 0, &m)!=2 ){ h 215 third_party/sqlite/src/src/date.c p->h = h; h 253 third_party/sqlite/src/src/date.c p->iJD += p->h*3600000 + p->m*60000 + (sqlite3_int64)(p->s*1000); h 390 third_party/sqlite/src/src/date.c p->h = s/3600; h 391 third_party/sqlite/src/src/date.c s -= p->h*3600; h 429 third_party/sqlite/src/src/date.c x.h = 0; h 447 third_party/sqlite/src/src/date.c y.h = sLocal.tm_hour; h 458 third_party/sqlite/src/src/date.c y.h = sLocal.tm_hour; h 470 third_party/sqlite/src/src/date.c y.h = pTm->tm_hour; h 593 third_party/sqlite/src/src/date.c p->h = p->m = 0; h 779 third_party/sqlite/src/src/date.c x.Y, x.M, x.D, x.h, x.m, (int)(x.s)); h 798 third_party/sqlite/src/src/date.c sqlite3_snprintf(sizeof(zBuf), zBuf, "%02d:%02d:%02d", x.h, x.m, (int)x.s); h 920 third_party/sqlite/src/src/date.c case 'H': sqlite3_snprintf(3, &z[j],"%02d",x.h); j+=2; break; h 56 third_party/sqlite/src/src/hash.c int h = 0; h 59 third_party/sqlite/src/src/hash.c h = (h<<3) ^ h ^ sqlite3UpperToLower[(unsigned char)*z++]; h 62 third_party/sqlite/src/src/hash.c return h; h 128 third_party/sqlite/src/src/hash.c unsigned int h = strHash(elem->pKey, elem->nKey) % new_size; h 130 third_party/sqlite/src/src/hash.c insertElement(pH, &new_ht[h], elem); h 143 third_party/sqlite/src/src/hash.c unsigned int h /* The hash for this key. */ h 149 third_party/sqlite/src/src/hash.c struct _ht *pEntry = &pH->ht[h]; h 171 third_party/sqlite/src/src/hash.c unsigned int h /* Hash value for the element */ h 183 third_party/sqlite/src/src/hash.c pEntry = &pH->ht[h]; h 205 third_party/sqlite/src/src/hash.c unsigned int h; /* A hash on key */ h 211 third_party/sqlite/src/src/hash.c h = strHash(pKey, nKey) % pH->htsize; h 213 third_party/sqlite/src/src/hash.c h = 0; h 215 third_party/sqlite/src/src/hash.c elem = findElementGivenHash(pH, pKey, nKey, h); h 234 third_party/sqlite/src/src/hash.c unsigned int h; /* the hash of the key modulo hash table size */ h 242 third_party/sqlite/src/src/hash.c h = strHash(pKey, nKey) % pH->htsize; h 244 third_party/sqlite/src/src/hash.c h = 0; h 246 third_party/sqlite/src/src/hash.c elem = findElementGivenHash(pH,pKey,nKey,h); h 250 third_party/sqlite/src/src/hash.c removeElementGivenHash(pH,elem,h); h 268 third_party/sqlite/src/src/hash.c h = strHash(pKey, nKey) % pH->htsize; h 272 third_party/sqlite/src/src/hash.c insertElement(pH, &pH->ht[h], new_elem); h 69 third_party/sqlite/src/src/os_os2.c HFILE h; /* Handle for accessing the file */ h 100 third_party/sqlite/src/src/os_os2.c OSTRACE(( "CLOSE %d (%s)\n", pFile->h, pFile->zFullPathCp )); h 102 third_party/sqlite/src/src/os_os2.c rc = DosClose( pFile->h ); h 110 third_party/sqlite/src/src/os_os2.c pFile->h = (HFILE)-1; h 133 third_party/sqlite/src/src/os_os2.c OSTRACE(( "READ %d lock=%d\n", pFile->h, pFile->locktype )); h 134 third_party/sqlite/src/src/os_os2.c if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){ h 137 third_party/sqlite/src/src/os_os2.c if( DosRead( pFile->h, pBuf, amt, &got ) != NO_ERROR ){ h 166 third_party/sqlite/src/src/os_os2.c OSTRACE(( "WRITE %d lock=%d\n", pFile->h, pFile->locktype )); h 167 third_party/sqlite/src/src/os_os2.c if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){ h 172 third_party/sqlite/src/src/os_os2.c ( rc = DosWrite( pFile->h, (PVOID)pBuf, amt, &wrote ) ) == NO_ERROR && h 189 third_party/sqlite/src/src/os_os2.c OSTRACE(( "TRUNCATE %d %lld\n", pFile->h, nByte )); h 201 third_party/sqlite/src/src/os_os2.c rc = DosSetFileSize( pFile->h, nByte ); h 219 third_party/sqlite/src/src/os_os2.c OSTRACE(( "SYNC %d lock=%d\n", pFile->h, pFile->locktype )); h 233 third_party/sqlite/src/src/os_os2.c return DosResetBuffer( pFile->h ) == NO_ERROR ? SQLITE_OK : SQLITE_IOERR; h 246 third_party/sqlite/src/src/os_os2.c rc = DosQueryFileInfo( ((os2File*)id)->h, FIL_STANDARD, &fsts3FileInfo, sizeof(FILESTATUS3) ); h 268 third_party/sqlite/src/src/os_os2.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 1L ); h 269 third_party/sqlite/src/src/os_os2.c OSTRACE(( "GETREADLOCK %d res=%d\n", pFile->h, res )); h 286 third_party/sqlite/src/src/os_os2.c res = DosSetFileLocks( id->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 1L ); h 287 third_party/sqlite/src/src/os_os2.c OSTRACE(( "UNLOCK-READLOCK file handle=%d res=%d?\n", id->h, res )); h 328 third_party/sqlite/src/src/os_os2.c OSTRACE(( "LOCK %d %d was %d\n", pFile->h, locktype, pFile->locktype )); h 335 third_party/sqlite/src/src/os_os2.c OSTRACE(( "LOCK %d %d ok (already held)\n", pFile->h, locktype )); h 359 third_party/sqlite/src/src/os_os2.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, 100L, 0L ); h 362 third_party/sqlite/src/src/os_os2.c OSTRACE(( "LOCK %d pending lock boolean set. res=%d\n", pFile->h, res )); h 374 third_party/sqlite/src/src/os_os2.c OSTRACE(( "LOCK %d acquire shared lock. res=%d\n", pFile->h, res )); h 385 third_party/sqlite/src/src/os_os2.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 389 third_party/sqlite/src/src/os_os2.c OSTRACE(( "LOCK %d acquire reserved lock. res=%d\n", pFile->h, res )); h 398 third_party/sqlite/src/src/os_os2.c pFile->h )); h 411 third_party/sqlite/src/src/os_os2.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 418 third_party/sqlite/src/src/os_os2.c OSTRACE(( "LOCK %d acquire exclusive lock. res=%d\n", pFile->h, res )); h 430 third_party/sqlite/src/src/os_os2.c r = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 431 third_party/sqlite/src/src/os_os2.c OSTRACE(( "LOCK %d unlocking pending/is shared. r=%d\n", pFile->h, r )); h 440 third_party/sqlite/src/src/os_os2.c OSTRACE(( "LOCK FAILED %d trying for %d but got %d\n", pFile->h, h 445 third_party/sqlite/src/src/os_os2.c OSTRACE(( "LOCK %d now %d\n", pFile->h, pFile->locktype )); h 460 third_party/sqlite/src/src/os_os2.c OSTRACE(( "TEST WR-LOCK %d %d (local)\n", pFile->h, r )); h 471 third_party/sqlite/src/src/os_os2.c rc = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 472 third_party/sqlite/src/src/os_os2.c OSTRACE(( "TEST WR-LOCK %d lock reserved byte rc=%d\n", pFile->h, rc )); h 479 third_party/sqlite/src/src/os_os2.c rcu = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 480 third_party/sqlite/src/src/os_os2.c OSTRACE(( "TEST WR-LOCK %d unlock reserved byte r=%d\n", pFile->h, rcu )); h 483 third_party/sqlite/src/src/os_os2.c OSTRACE(( "TEST WR-LOCK %d %d (remote)\n", pFile->h, r )); h 511 third_party/sqlite/src/src/os_os2.c OSTRACE(( "UNLOCK %d to %d was %d\n", pFile->h, locktype, pFile->locktype )); h 518 third_party/sqlite/src/src/os_os2.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 519 third_party/sqlite/src/src/os_os2.c OSTRACE(( "UNLOCK %d exclusive lock res=%d\n", pFile->h, res )); h 523 third_party/sqlite/src/src/os_os2.c OSTRACE(( "UNLOCK %d to %d getReadLock() failed\n", pFile->h, locktype )); h 532 third_party/sqlite/src/src/os_os2.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 533 third_party/sqlite/src/src/os_os2.c OSTRACE(( "UNLOCK %d reserved res=%d\n", pFile->h, res )); h 538 third_party/sqlite/src/src/os_os2.c pFile->h, type, locktype, res )); h 545 third_party/sqlite/src/src/os_os2.c res = DosSetFileLocks( pFile->h, &UnlockArea, &LockArea, LOCK_TIMEOUT, 0L ); h 546 third_party/sqlite/src/src/os_os2.c OSTRACE(( "UNLOCK %d pending res=%d\n", pFile->h, res )); h 549 third_party/sqlite/src/src/os_os2.c OSTRACE(( "UNLOCK %d now %d\n", pFile->h, pFile->locktype )); h 561 third_party/sqlite/src/src/os_os2.c ((os2File*)id)->h, ((os2File*)id)->locktype )); h 921 third_party/sqlite/src/src/os_os2.c if( DosDupHandle(fd->h, &pNode->hLockFile) != 0 ) { h 1466 third_party/sqlite/src/src/os_os2.c HFILE h; h 1520 third_party/sqlite/src/src/os_os2.c pFile->h = (HFILE)-1; h 1566 third_party/sqlite/src/src/os_os2.c &h, h 1596 third_party/sqlite/src/src/os_os2.c pFile->h = h; h 1599 third_party/sqlite/src/src/os_os2.c OSTRACE(( "OPEN %d pOutFlags=%d\n", pFile->h, pOutFlags )); h 206 third_party/sqlite/src/src/os_unix.c int h; /* The file descriptor */ h 591 third_party/sqlite/src/src/os_unix.c static int robust_ftruncate(int h, sqlite3_int64 sz){ h 593 third_party/sqlite/src/src/os_unix.c do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR ); h 1042 third_party/sqlite/src/src/os_unix.c static void robust_close(unixFile *pFile, int h, int lineno){ h 1043 third_party/sqlite/src/src/os_unix.c if( osClose(h) ){ h 1119 third_party/sqlite/src/src/os_unix.c fd = pFile->h; h 1215 third_party/sqlite/src/src/os_unix.c if( osFcntl(pFile->h, F_GETLK, &lock) ){ h 1225 third_party/sqlite/src/src/os_unix.c OSTRACE(("TEST WR-LOCK %d %d %d (unix)\n", pFile->h, rc, reserved)); h 1265 third_party/sqlite/src/src/os_unix.c rc = osFcntl(pFile->h, F_SETLK, &lock); h 1273 third_party/sqlite/src/src/os_unix.c rc = osFcntl(pFile->h, F_SETLK, pLock); h 1348 third_party/sqlite/src/src/os_unix.c OSTRACE(("LOCK %d %s was %s(%s,%d) pid=%d (unix)\n", pFile->h, h 1357 third_party/sqlite/src/src/os_unix.c OSTRACE(("LOCK %d %s ok (already held) (unix)\n", pFile->h, h 1518 third_party/sqlite/src/src/os_unix.c OSTRACE(("LOCK %d %s %s (unix)\n", pFile->h, azFileLock(eFileLock), h 1532 third_party/sqlite/src/src/os_unix.c pFile->h = -1; h 1554 third_party/sqlite/src/src/os_unix.c int h; h 1557 third_party/sqlite/src/src/os_unix.c OSTRACE(("UNLOCK %d %d was %d(%d,%d) pid=%d (unix)\n", pFile->h, eFileLock, h 1566 third_party/sqlite/src/src/os_unix.c h = pFile->h; h 1572 third_party/sqlite/src/src/os_unix.c SimulateIOError( h=(-1) ) h 1691 third_party/sqlite/src/src/os_unix.c SimulateIOError( h=(-1) ) h 1743 third_party/sqlite/src/src/os_unix.c if( pFile->h>=0 ){ h 1744 third_party/sqlite/src/src/os_unix.c robust_close(pFile, pFile->h, __LINE__); h 1745 third_party/sqlite/src/src/os_unix.c pFile->h = -1; h 1756 third_party/sqlite/src/src/os_unix.c OSTRACE(("CLOSE %-3d\n", pFile->h)); h 1891 third_party/sqlite/src/src/os_unix.c OSTRACE(("TEST WR-LOCK %d %d %d (dotlock)\n", pFile->h, rc, reserved)); h 1978 third_party/sqlite/src/src/os_unix.c OSTRACE(("UNLOCK %d %d was %d pid=%d (dotlock)\n", pFile->h, eFileLock, h 2082 third_party/sqlite/src/src/os_unix.c int lrc = robust_flock(pFile->h, LOCK_EX | LOCK_NB); h 2085 third_party/sqlite/src/src/os_unix.c lrc = robust_flock(pFile->h, LOCK_UN); h 2106 third_party/sqlite/src/src/os_unix.c OSTRACE(("TEST WR-LOCK %d %d %d (flock)\n", pFile->h, rc, reserved)); h 2162 third_party/sqlite/src/src/os_unix.c if (robust_flock(pFile->h, LOCK_EX | LOCK_NB)) { h 2173 third_party/sqlite/src/src/os_unix.c OSTRACE(("LOCK %d %s %s (flock)\n", pFile->h, azFileLock(eFileLock), h 2195 third_party/sqlite/src/src/os_unix.c OSTRACE(("UNLOCK %d %d was %d pid=%d (flock)\n", pFile->h, eFileLock, h 2211 third_party/sqlite/src/src/os_unix.c if( robust_flock(pFile->h, LOCK_UN) ){ h 2288 third_party/sqlite/src/src/os_unix.c OSTRACE(("TEST WR-LOCK %d %d %d (sem)\n", pFile->h, rc, reserved)); h 2363 third_party/sqlite/src/src/os_unix.c OSTRACE(("UNLOCK %d %d was %d pid=%d (sem)\n", pFile->h, eFileLock, h 2467 third_party/sqlite/src/src/os_unix.c pb.fd = pFile->h; h 2470 third_party/sqlite/src/src/os_unix.c (setLockFlag?"ON":"OFF"), pFile->h, (pb.fd==-1?"[testval-1]":""), h 2538 third_party/sqlite/src/src/os_unix.c OSTRACE(("TEST WR-LOCK %d %d %d (afp)\n", pFile->h, rc, reserved)); h 2575 third_party/sqlite/src/src/os_unix.c OSTRACE(("LOCK %d %s was %s(%s,%d) pid=%d (afp)\n", pFile->h, h 2584 third_party/sqlite/src/src/os_unix.c OSTRACE(("LOCK %d %s ok (already held) (afp)\n", pFile->h, h 2738 third_party/sqlite/src/src/os_unix.c OSTRACE(("LOCK %d %s %s (afp)\n", pFile->h, azFileLock(eFileLock), h 2757 third_party/sqlite/src/src/os_unix.c int h = pFile->h; h 2761 third_party/sqlite/src/src/os_unix.c OSTRACE(("UNLOCK %d %d was %d(%d,%d) pid=%d (afp)\n", pFile->h, eFileLock, h 2775 third_party/sqlite/src/src/os_unix.c SimulateIOError( h=(-1) ) h 2826 third_party/sqlite/src/src/os_unix.c SimulateIOError( h=(-1) ) h 2939 third_party/sqlite/src/src/os_unix.c do{ got = osPread(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR ); h 2942 third_party/sqlite/src/src/os_unix.c do{ got = osPread64(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR); h 2945 third_party/sqlite/src/src/os_unix.c newOffset = lseek(id->h, offset, SEEK_SET); h 2955 third_party/sqlite/src/src/os_unix.c do{ got = osRead(id->h, pBuf, cnt); }while( got<0 && errno==EINTR ); h 2961 third_party/sqlite/src/src/os_unix.c OSTRACE(("READ %-3d %5d %7lld %llu\n", id->h, got, offset, TIMER_ELAPSED)); h 3017 third_party/sqlite/src/src/os_unix.c do{ got = osPwrite(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR ); h 3019 third_party/sqlite/src/src/os_unix.c do{ got = osPwrite64(id->h, pBuf, cnt, offset);}while( got<0 && errno==EINTR); h 3021 third_party/sqlite/src/src/os_unix.c newOffset = lseek(id->h, offset, SEEK_SET); h 3031 third_party/sqlite/src/src/os_unix.c do{ got = osWrite(id->h, pBuf, cnt); }while( got<0 && errno==EINTR ); h 3038 third_party/sqlite/src/src/os_unix.c OSTRACE(("WRITE %-3d %5d %7lld %llu\n", id->h, got, offset, TIMER_ELAPSED)); h 3310 third_party/sqlite/src/src/os_unix.c OSTRACE(("SYNC %-3d\n", pFile->h)); h 3311 third_party/sqlite/src/src/os_unix.c rc = full_fsync(pFile->h, isFullsync, isDataOnly); h 3356 third_party/sqlite/src/src/os_unix.c rc = robust_ftruncate(pFile->h, (off_t)nByte); h 3385 third_party/sqlite/src/src/os_unix.c rc = osFstat(((unixFile*)id)->h, &buf); h 3426 third_party/sqlite/src/src/os_unix.c if( osFstat(pFile->h, &buf) ) return SQLITE_IOERR_FSTAT; h 3437 third_party/sqlite/src/src/os_unix.c err = osFallocate(pFile->h, buf.st_size, nSize-buf.st_size); h 3450 third_party/sqlite/src/src/os_unix.c if( robust_ftruncate(pFile->h, nSize) ){ h 3570 third_party/sqlite/src/src/os_unix.c int h; /* Open file descriptor */ h 3637 third_party/sqlite/src/src/os_unix.c if( pShmNode->h>=0 ){ h 3645 third_party/sqlite/src/src/os_unix.c rc = osFcntl(pShmNode->h, F_SETLK, &f); h 3702 third_party/sqlite/src/src/os_unix.c if( p->h>=0 ){ h 3709 third_party/sqlite/src/src/os_unix.c if( p->h>=0 ){ h 3710 third_party/sqlite/src/src/os_unix.c robust_close(pFd, p->h, __LINE__); h 3711 third_party/sqlite/src/src/os_unix.c p->h = -1; h 3781 third_party/sqlite/src/src/os_unix.c if( osFstat(pDbFd->h, &sStat) && pInode->bProcessLock==0 ){ h 3805 third_party/sqlite/src/src/os_unix.c pShmNode->h = -1; h 3815 third_party/sqlite/src/src/os_unix.c pShmNode->h = robust_open(zShmFilename, O_RDWR|O_CREAT, h 3817 third_party/sqlite/src/src/os_unix.c if( pShmNode->h<0 ){ h 3827 third_party/sqlite/src/src/os_unix.c if( robust_ftruncate(pShmNode->h, 0) ){ h 3910 third_party/sqlite/src/src/os_unix.c assert( pShmNode->h>=0 || pDbFd->pInode->bProcessLock==1 ); h 3911 third_party/sqlite/src/src/os_unix.c assert( pShmNode->h<0 || pDbFd->pInode->bProcessLock==0 ); h 3920 third_party/sqlite/src/src/os_unix.c if( pShmNode->h>=0 ){ h 3925 third_party/sqlite/src/src/os_unix.c if( osFstat(pShmNode->h, &sStat) ){ h 3938 third_party/sqlite/src/src/os_unix.c if( robust_ftruncate(pShmNode->h, nByte) ){ h 3957 third_party/sqlite/src/src/os_unix.c if( pShmNode->h>=0 ){ h 3959 third_party/sqlite/src/src/os_unix.c MAP_SHARED, pShmNode->h, pShmNode->nRegion*szRegion h 4018 third_party/sqlite/src/src/os_unix.c assert( pShmNode->h>=0 || pDbFd->pInode->bProcessLock==1 ); h 4019 third_party/sqlite/src/src/os_unix.c assert( pShmNode->h<0 || pDbFd->pInode->bProcessLock==0 ); h 4157 third_party/sqlite/src/src/os_unix.c if( deleteFlag && pShmNode->h>=0 ) osUnlink(pShmNode->zFilename); h 4398 third_party/sqlite/src/src/os_unix.c if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) { h 4440 third_party/sqlite/src/src/os_unix.c if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) { h 4476 third_party/sqlite/src/src/os_unix.c int h, /* Open file descriptor of file being opened */ h 4506 third_party/sqlite/src/src/os_unix.c OSTRACE(("OPEN %-3d %s\n", h, zFilename)); h 4507 third_party/sqlite/src/src/os_unix.c pNew->h = h; h 4567 third_party/sqlite/src/src/os_unix.c robust_close(pNew, h, __LINE__); h 4568 third_party/sqlite/src/src/os_unix.c h = -1; h 4593 third_party/sqlite/src/src/os_unix.c robust_close(pNew, h, __LINE__); h 4594 third_party/sqlite/src/src/os_unix.c h = -1; h 4644 third_party/sqlite/src/src/os_unix.c if( h>=0 ) robust_close(pNew, h, __LINE__); h 4645 third_party/sqlite/src/src/os_unix.c h = -1; h 4652 third_party/sqlite/src/src/os_unix.c if( h>=0 ) robust_close(pNew, h, __LINE__); h 5900 third_party/sqlite/src/src/os_unix.c readLen = osPread(conchFile->h, buf, PROXY_MAXCONCHLEN, 0); h 5922 third_party/sqlite/src/src/os_unix.c robust_close(pFile, conchFile->h, __LINE__); h 5923 third_party/sqlite/src/src/os_unix.c conchFile->h = fd; h 5958 third_party/sqlite/src/src/os_unix.c if( osFstat(conchFile->h, &buf) ){ h 5977 third_party/sqlite/src/src/os_unix.c int len = osPread(conchFile->h, tBuf, PROXY_MAXCONCHLEN, 0); h 6036 third_party/sqlite/src/src/os_unix.c OSTRACE(("TAKECONCH %d for %s pid=%d\n", conchFile->h, h 6115 third_party/sqlite/src/src/os_unix.c futimes(conchFile->h, NULL); h 6139 third_party/sqlite/src/src/os_unix.c robust_ftruncate(conchFile->h, writeSize); h 6141 third_party/sqlite/src/src/os_unix.c fsync(conchFile->h); h 6147 third_party/sqlite/src/src/os_unix.c int err = osFstat(pFile->h, &buf); h 6153 third_party/sqlite/src/src/os_unix.c osFchmod(conchFile->h, cmode); h 6156 third_party/sqlite/src/src/os_unix.c rc = osFchmod(conchFile->h, cmode); h 6176 third_party/sqlite/src/src/os_unix.c OSTRACE(("TRANSPROXY: CLOSE %d\n", pFile->h)); h 6178 third_party/sqlite/src/src/os_unix.c if( pFile->h>=0 ){ h 6179 third_party/sqlite/src/src/os_unix.c robust_close(pFile, pFile->h, __LINE__); h 6181 third_party/sqlite/src/src/os_unix.c pFile->h = -1; h 6186 third_party/sqlite/src/src/os_unix.c pFile->h = fd; h 6226 third_party/sqlite/src/src/os_unix.c OSTRACE(("TAKECONCH %d %s\n", conchFile->h, h 6244 third_party/sqlite/src/src/os_unix.c OSTRACE(("RELEASECONCH %d for %s pid=%d\n", conchFile->h, h 6251 third_party/sqlite/src/src/os_unix.c OSTRACE(("RELEASECONCH %d %s\n", conchFile->h, h 6386 third_party/sqlite/src/src/os_unix.c OSTRACE(("TRANSPROXY %d for %s pid=%d\n", pFile->h, h 6447 third_party/sqlite/src/src/os_unix.c OSTRACE(("TRANSPROXY %d %s\n", pFile->h, h 104 third_party/sqlite/src/src/os_win.c HANDLE h; /* Handle for accessing the file */ h 339 third_party/sqlite/src/src/os_win.c #define HANDLE_TO_WINFILE(a) (winFile*)&((char*)a)[-(int)offsetof(winFile,h)] h 344 third_party/sqlite/src/src/os_win.c static void winceMutexAcquire(HANDLE h){ h 347 third_party/sqlite/src/src/os_win.c dwErr = WaitForSingleObject(h, INFINITE); h 353 third_party/sqlite/src/src/os_win.c #define winceMutexRelease(h) ReleaseMutex(h) h 651 third_party/sqlite/src/src/os_win.c dwRet = SetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN); h 677 third_party/sqlite/src/src/os_win.c OSTRACE(("CLOSE %d\n", pFile->h)); h 679 third_party/sqlite/src/src/os_win.c rc = CloseHandle(pFile->h); h 697 third_party/sqlite/src/src/os_win.c OSTRACE(("CLOSE %d %s\n", pFile->h, rc ? "ok" : "failed")); h 718 third_party/sqlite/src/src/os_win.c OSTRACE(("READ %d lock=%d\n", pFile->h, pFile->locktype)); h 723 third_party/sqlite/src/src/os_win.c if( !ReadFile(pFile->h, pBuf, amt, &nRead, 0) ){ h 754 third_party/sqlite/src/src/os_win.c OSTRACE(("WRITE %d lock=%d\n", pFile->h, pFile->locktype)); h 762 third_party/sqlite/src/src/os_win.c while( nRem>0 && WriteFile(pFile->h, aRem, nRem, &nWrite, 0) && nWrite>0 ){ h 790 third_party/sqlite/src/src/os_win.c OSTRACE(("TRUNCATE %d %lld\n", pFile->h, nByte)); h 805 third_party/sqlite/src/src/os_win.c }else if( 0==SetEndOfFile(pFile->h) ){ h 810 third_party/sqlite/src/src/os_win.c OSTRACE(("TRUNCATE %d %lld %s\n", pFile->h, nByte, rc ? "failed" : "ok")); h 839 third_party/sqlite/src/src/os_win.c OSTRACE(("SYNC %d lock=%d\n", pFile->h, pFile->locktype)); h 862 third_party/sqlite/src/src/os_win.c if( FlushFileBuffers(pFile->h) ){ h 882 third_party/sqlite/src/src/os_win.c lowerBits = GetFileSize(pFile->h, &upperBits); h 912 third_party/sqlite/src/src/os_win.c res = LockFileEx(pFile->h, LOCKFILE_FAIL_IMMEDIATELY, h 921 third_party/sqlite/src/src/os_win.c res = LockFile(pFile->h, SHARED_FIRST+pFile->sharedLockByte, 0, 1, 0); h 936 third_party/sqlite/src/src/os_win.c res = UnlockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0); h 941 third_party/sqlite/src/src/os_win.c res = UnlockFile(pFile->h, SHARED_FIRST + pFile->sharedLockByte, 0, 1, 0); h 986 third_party/sqlite/src/src/os_win.c pFile->h, locktype, pFile->locktype, pFile->sharedLockByte)); h 1012 third_party/sqlite/src/src/os_win.c while( cnt-->0 && (res = LockFile(pFile->h, PENDING_BYTE, 0, 1, 0))==0 ){ h 1041 third_party/sqlite/src/src/os_win.c res = LockFile(pFile->h, RESERVED_BYTE, 0, 1, 0); h 1062 third_party/sqlite/src/src/os_win.c res = LockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0); h 1076 third_party/sqlite/src/src/os_win.c UnlockFile(pFile->h, PENDING_BYTE, 0, 1, 0); h 1085 third_party/sqlite/src/src/os_win.c OSTRACE(("LOCK FAILED %d trying for %d but got %d\n", pFile->h, h 1108 third_party/sqlite/src/src/os_win.c OSTRACE(("TEST WR-LOCK %d %d (local)\n", pFile->h, rc)); h 1110 third_party/sqlite/src/src/os_win.c rc = LockFile(pFile->h, RESERVED_BYTE, 0, 1, 0); h 1112 third_party/sqlite/src/src/os_win.c UnlockFile(pFile->h, RESERVED_BYTE, 0, 1, 0); h 1115 third_party/sqlite/src/src/os_win.c OSTRACE(("TEST WR-LOCK %d %d (remote)\n", pFile->h, rc)); h 1138 third_party/sqlite/src/src/os_win.c OSTRACE(("UNLOCK %d to %d was %d(%d)\n", pFile->h, locktype, h 1142 third_party/sqlite/src/src/os_win.c UnlockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0); h 1150 third_party/sqlite/src/src/os_win.c UnlockFile(pFile->h, RESERVED_BYTE, 0, 1, 0); h 1156 third_party/sqlite/src/src/os_win.c UnlockFile(pFile->h, PENDING_BYTE, 0, 1, 0); h 1360 third_party/sqlite/src/src/os_win.c rc = UnlockFileEx(pFile->hFile.h, 0, nByte, 0, &ovlp); h 1362 third_party/sqlite/src/src/os_win.c rc = LockFileEx(pFile->hFile.h, dwFlags, 0, nByte, 0, &ovlp); h 1373 third_party/sqlite/src/src/os_win.c pFile->hFile.h, h 1411 third_party/sqlite/src/src/os_win.c if( p->hFile.h != INVALID_HANDLE_VALUE ){ h 1477 third_party/sqlite/src/src/os_win.c ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE; h 1795 third_party/sqlite/src/src/os_win.c hMap = CreateFileMapping(pShmNode->hFile.h, h 2047 third_party/sqlite/src/src/os_win.c HANDLE h; h 2114 third_party/sqlite/src/src/os_win.c pFile->h = INVALID_HANDLE_VALUE; h 2177 third_party/sqlite/src/src/os_win.c h = CreateFileW((WCHAR*)zConverted, h 2191 third_party/sqlite/src/src/os_win.c h = CreateFileA((char*)zConverted, h 2203 third_party/sqlite/src/src/os_win.c h, zName, dwDesiredAccess, h 2204 third_party/sqlite/src/src/os_win.c h==INVALID_HANDLE_VALUE ? "failed" : "ok")); h 2206 third_party/sqlite/src/src/os_win.c if( h==INVALID_HANDLE_VALUE ){ h 2227 third_party/sqlite/src/src/os_win.c pFile->h = h; h 2238 third_party/sqlite/src/src/os_win.c CloseHandle(h); h 2544 third_party/sqlite/src/src/os_win.c HANDLE h; h 2551 third_party/sqlite/src/src/os_win.c h = LoadLibraryW((WCHAR*)zConverted); h 2558 third_party/sqlite/src/src/os_win.c h = LoadLibraryA((char*)zConverted); h 2562 third_party/sqlite/src/src/os_win.c return (void*)h; h 2791 third_party/sqlite/src/src/os_win.c winSQLite3File->h = handle; h 394 third_party/sqlite/src/src/pcache1.c unsigned int h = pPage->iKey % nNew; h 396 third_party/sqlite/src/src/pcache1.c pPage->pNext = apNew[h]; h 397 third_party/sqlite/src/src/pcache1.c apNew[h] = pPage; h 452 third_party/sqlite/src/src/pcache1.c unsigned int h; h 457 third_party/sqlite/src/src/pcache1.c h = pPage->iKey % pCache->nHash; h 458 third_party/sqlite/src/src/pcache1.c for(pp=&pCache->apHash[h]; (*pp)!=pPage; pp=&(*pp)->pNext); h 491 third_party/sqlite/src/src/pcache1.c unsigned int h; h 493 third_party/sqlite/src/src/pcache1.c for(h=0; h<pCache->nHash; h++){ h 494 third_party/sqlite/src/src/pcache1.c PgHdr1 **pp = &pCache->apHash[h]; h 696 third_party/sqlite/src/src/pcache1.c unsigned int h = iKey % pCache->nHash; h 697 third_party/sqlite/src/src/pcache1.c for(pPage=pCache->apHash[h]; pPage&&pPage->iKey!=iKey; pPage=pPage->pNext); h 766 third_party/sqlite/src/src/pcache1.c unsigned int h = iKey % pCache->nHash; h 769 third_party/sqlite/src/src/pcache1.c pPage->pNext = pCache->apHash[h]; h 774 third_party/sqlite/src/src/pcache1.c pCache->apHash[h] = pPage; h 836 third_party/sqlite/src/src/pcache1.c unsigned int h; h 842 third_party/sqlite/src/src/pcache1.c h = iOld%pCache->nHash; h 843 third_party/sqlite/src/src/pcache1.c pp = &pCache->apHash[h]; h 849 third_party/sqlite/src/src/pcache1.c h = iNew%pCache->nHash; h 851 third_party/sqlite/src/src/pcache1.c pPage->pNext = pCache->apHash[h]; h 852 third_party/sqlite/src/src/pcache1.c pCache->apHash[h] = pPage; h 58 third_party/sqlite/src/src/shell.c #define isatty(h) _isatty(h) h 35 third_party/sqlite/src/src/test1.c static int testHexToInt(int h){ h 36 third_party/sqlite/src/src/test1.c if( h>='0' && h<='9' ){ h 37 third_party/sqlite/src/src/test1.c return h - '0'; h 38 third_party/sqlite/src/src/test1.c }else if( h>='a' && h<='f' ){ h 39 third_party/sqlite/src/src/test1.c return h - 'a' + 10; h 41 third_party/sqlite/src/src/test1.c assert( h>='A' && h<='F' ); h 42 third_party/sqlite/src/src/test1.c return h - 'A' + 10; h 372 third_party/sqlite/src/src/test_fuzzer.c unsigned int h = 0; h 373 third_party/sqlite/src/src/test_fuzzer.c while( *z ){ h = (h<<3) ^ (h>>29) ^ *(z++); } h 374 third_party/sqlite/src/src/test_fuzzer.c return h % FUZZER_HASH; h 419 third_party/sqlite/src/src/test_fuzzer.c unsigned int h; h 425 third_party/sqlite/src/src/test_fuzzer.c h = fuzzerHash(pCur->zBuf); h 426 third_party/sqlite/src/src/test_fuzzer.c pLookup = pCur->apHash[h]; h 575 third_party/sqlite/src/src/test_fuzzer.c unsigned int h; h 586 third_party/sqlite/src/src/test_fuzzer.c h = fuzzerHash(pNew->zBasis); h 587 third_party/sqlite/src/src/test_fuzzer.c pNew->pHash = pCur->apHash[h]; h 588 third_party/sqlite/src/src/test_fuzzer.c pCur->apHash[h] = pNew; h 272 third_party/sqlite/src/src/test_malloc.c static int hexToInt(int h){ h 273 third_party/sqlite/src/src/test_malloc.c if( h>='0' && h<='9' ){ h 274 third_party/sqlite/src/src/test_malloc.c return h - '0'; h 275 third_party/sqlite/src/src/test_malloc.c }else if( h>='a' && h<='f' ){ h 276 third_party/sqlite/src/src/test_malloc.c return h - 'a' + 10; h 992 third_party/sqlite/src/src/util.c static u8 hexToInt(int h){ h 993 third_party/sqlite/src/src/util.c assert( (h>='0' && h<='9') || (h>='a' && h<='f') || (h>='A' && h<='F') ); h 995 third_party/sqlite/src/src/util.c h += 9*(1&(h>>6)); h 998 third_party/sqlite/src/src/util.c h += 9*(1&~(h>>4)); h 1000 third_party/sqlite/src/src/util.c return (u8)(h & 0xf); h 4270 third_party/sqlite/src/tool/lemon.c int h = 0; h 4271 third_party/sqlite/src/tool/lemon.c while( *x) h = h*13 + *(x++); h 4272 third_party/sqlite/src/tool/lemon.c return h; h 4343 third_party/sqlite/src/tool/lemon.c int h; h 4348 third_party/sqlite/src/tool/lemon.c h = ph & (x1a->size-1); h 4349 third_party/sqlite/src/tool/lemon.c np = x1a->ht[h]; h 4372 third_party/sqlite/src/tool/lemon.c h = strhash(oldnp->data) & (size-1); h 4374 third_party/sqlite/src/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next); h 4375 third_party/sqlite/src/tool/lemon.c newnp->next = array.ht[h]; h 4377 third_party/sqlite/src/tool/lemon.c newnp->from = &(array.ht[h]); h 4378 third_party/sqlite/src/tool/lemon.c array.ht[h] = newnp; h 4384 third_party/sqlite/src/tool/lemon.c h = ph & (x1a->size-1); h 4387 third_party/sqlite/src/tool/lemon.c if( x1a->ht[h] ) x1a->ht[h]->from = &(np->next); h 4388 third_party/sqlite/src/tool/lemon.c np->next = x1a->ht[h]; h 4389 third_party/sqlite/src/tool/lemon.c x1a->ht[h] = np; h 4390 third_party/sqlite/src/tool/lemon.c np->from = &(x1a->ht[h]); h 4398 third_party/sqlite/src/tool/lemon.c int h; h 4402 third_party/sqlite/src/tool/lemon.c h = strhash(key) & (x1a->size-1); h 4403 third_party/sqlite/src/tool/lemon.c np = x1a->ht[h]; h 4509 third_party/sqlite/src/tool/lemon.c int h; h 4514 third_party/sqlite/src/tool/lemon.c h = ph & (x2a->size-1); h 4515 third_party/sqlite/src/tool/lemon.c np = x2a->ht[h]; h 4538 third_party/sqlite/src/tool/lemon.c h = strhash(oldnp->key) & (size-1); h 4540 third_party/sqlite/src/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next); h 4541 third_party/sqlite/src/tool/lemon.c newnp->next = array.ht[h]; h 4544 third_party/sqlite/src/tool/lemon.c newnp->from = &(array.ht[h]); h 4545 third_party/sqlite/src/tool/lemon.c array.ht[h] = newnp; h 4551 third_party/sqlite/src/tool/lemon.c h = ph & (x2a->size-1); h 4555 third_party/sqlite/src/tool/lemon.c if( x2a->ht[h] ) x2a->ht[h]->from = &(np->next); h 4556 third_party/sqlite/src/tool/lemon.c np->next = x2a->ht[h]; h 4557 third_party/sqlite/src/tool/lemon.c x2a->ht[h] = np; h 4558 third_party/sqlite/src/tool/lemon.c np->from = &(x2a->ht[h]); h 4566 third_party/sqlite/src/tool/lemon.c int h; h 4570 third_party/sqlite/src/tool/lemon.c h = strhash(key) & (x2a->size-1); h 4571 third_party/sqlite/src/tool/lemon.c np = x2a->ht[h]; h 4642 third_party/sqlite/src/tool/lemon.c int h=0; h 4644 third_party/sqlite/src/tool/lemon.c h = h*571 + a->rp->index*37 + a->dot; h 4647 third_party/sqlite/src/tool/lemon.c return h; h 4708 third_party/sqlite/src/tool/lemon.c int h; h 4713 third_party/sqlite/src/tool/lemon.c h = ph & (x3a->size-1); h 4714 third_party/sqlite/src/tool/lemon.c np = x3a->ht[h]; h 4737 third_party/sqlite/src/tool/lemon.c h = statehash(oldnp->key) & (size-1); h 4739 third_party/sqlite/src/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next); h 4740 third_party/sqlite/src/tool/lemon.c newnp->next = array.ht[h]; h 4743 third_party/sqlite/src/tool/lemon.c newnp->from = &(array.ht[h]); h 4744 third_party/sqlite/src/tool/lemon.c array.ht[h] = newnp; h 4750 third_party/sqlite/src/tool/lemon.c h = ph & (x3a->size-1); h 4754 third_party/sqlite/src/tool/lemon.c if( x3a->ht[h] ) x3a->ht[h]->from = &(np->next); h 4755 third_party/sqlite/src/tool/lemon.c np->next = x3a->ht[h]; h 4756 third_party/sqlite/src/tool/lemon.c x3a->ht[h] = np; h 4757 third_party/sqlite/src/tool/lemon.c np->from = &(x3a->ht[h]); h 4765 third_party/sqlite/src/tool/lemon.c int h; h 4769 third_party/sqlite/src/tool/lemon.c h = statehash(key) & (x3a->size-1); h 4770 third_party/sqlite/src/tool/lemon.c np = x3a->ht[h]; h 4797 third_party/sqlite/src/tool/lemon.c int h=0; h 4798 third_party/sqlite/src/tool/lemon.c h = h*571 + a->rp->index*37 + a->dot; h 4799 third_party/sqlite/src/tool/lemon.c return h; h 4850 third_party/sqlite/src/tool/lemon.c int h; h 4855 third_party/sqlite/src/tool/lemon.c h = ph & (x4a->size-1); h 4856 third_party/sqlite/src/tool/lemon.c np = x4a->ht[h]; h 4879 third_party/sqlite/src/tool/lemon.c h = confighash(oldnp->data) & (size-1); h 4881 third_party/sqlite/src/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next); h 4882 third_party/sqlite/src/tool/lemon.c newnp->next = array.ht[h]; h 4884 third_party/sqlite/src/tool/lemon.c newnp->from = &(array.ht[h]); h 4885 third_party/sqlite/src/tool/lemon.c array.ht[h] = newnp; h 4891 third_party/sqlite/src/tool/lemon.c h = ph & (x4a->size-1); h 4894 third_party/sqlite/src/tool/lemon.c if( x4a->ht[h] ) x4a->ht[h]->from = &(np->next); h 4895 third_party/sqlite/src/tool/lemon.c np->next = x4a->ht[h]; h 4896 third_party/sqlite/src/tool/lemon.c x4a->ht[h] = np; h 4897 third_party/sqlite/src/tool/lemon.c np->from = &(x4a->ht[h]); h 4905 third_party/sqlite/src/tool/lemon.c int h; h 4909 third_party/sqlite/src/tool/lemon.c h = confighash(key) & (x4a->size-1); h 4910 third_party/sqlite/src/tool/lemon.c np = x4a->ht[h]; h 342 third_party/sqlite/src/tool/mkkeywordhash.c int i, j, k, h; h 454 third_party/sqlite/src/tool/mkkeywordhash.c h = aKeywordTable[j].hash % i; h 455 third_party/sqlite/src/tool/mkkeywordhash.c aHash[h] *= 2; h 456 third_party/sqlite/src/tool/mkkeywordhash.c aHash[h]++; h 468 third_party/sqlite/src/tool/mkkeywordhash.c h = aKeywordTable[i].hash % bestSize; h 469 third_party/sqlite/src/tool/mkkeywordhash.c aKeywordTable[i].iNext = aHash[h]; h 470 third_party/sqlite/src/tool/mkkeywordhash.c aHash[h] = i+1; h 755 third_party/talloc/talloc.c struct talloc_reference_handle *h; h 760 third_party/talloc/talloc.c for (h=tc->refs; h; h=h->next) { h 762 third_party/talloc/talloc.c h->location); h 779 third_party/talloc/talloc.c struct talloc_reference_handle *h; h 790 third_party/talloc/talloc.c for (h=tc->refs;h;h=h->next) { h 791 third_party/talloc/talloc.c if (talloc_parent(h) == old_parent) { h 792 third_party/talloc/talloc.c if (_talloc_steal_internal(new_parent, h) != h) { h 811 third_party/talloc/talloc.c struct talloc_reference_handle *h; h 817 third_party/talloc/talloc.c for (h=tc->refs;h;h=h->next) { h 818 third_party/talloc/talloc.c struct talloc_chunk *p = talloc_parent_chunk(h); h 825 third_party/talloc/talloc.c if (h == NULL) { h 829 third_party/talloc/talloc.c return _talloc_free_internal(h, __location__); h 1129 third_party/talloc/talloc.c struct talloc_reference_handle *h; h 1134 third_party/talloc/talloc.c for (h=tc->refs; h; h=h->next) { h 1136 third_party/talloc/talloc.c h->location); h 1338 third_party/talloc/talloc.c struct talloc_reference_handle *h; h 1341 third_party/talloc/talloc.c for (h=tc->refs;h;h=h->next) { h 1379 third_party/talloc/talloc.c struct talloc_reference_handle *h = (struct talloc_reference_handle *)TC_PTR_FROM_CHUNK(c); h 1380 third_party/talloc/talloc.c callback(h->ptr, depth + 1, max_depth, 1, private_data); h 216 third_party/tcmalloc/chromium/src/addressmap-inl.h const int h = HashInt(cluster_id); h 217 third_party/tcmalloc/chromium/src/addressmap-inl.h for (Cluster* c = hashtable_[h]; c != NULL; c = c->next) { h 227 third_party/tcmalloc/chromium/src/addressmap-inl.h c->next = hashtable_[h]; h 228 third_party/tcmalloc/chromium/src/addressmap-inl.h hashtable_[h] = c; h 410 third_party/tcmalloc/chromium/src/addressmap-inl.h for (int h = 0; h < kHashSize; ++h) { h 411 third_party/tcmalloc/chromium/src/addressmap-inl.h for (const Cluster* c = hashtable_[h]; c != NULL; c = c->next) { h 1910 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h LSS_INLINE _syscall4(int, rt_sigprocmask, int, h, h 2039 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h LSS_INLINE _syscall3(int, _sigprocmask, int, h, h 140 third_party/tcmalloc/chromium/src/central_freelist.cc SpinLockHolder h(Static::pageheap_lock()); h 230 third_party/tcmalloc/chromium/src/central_freelist.cc SpinLockHolder h(&lock_); h 314 third_party/tcmalloc/chromium/src/central_freelist.cc SpinLockHolder h(Static::pageheap_lock()); h 356 third_party/tcmalloc/chromium/src/central_freelist.cc SpinLockHolder h(&lock_); h 361 third_party/tcmalloc/chromium/src/central_freelist.cc SpinLockHolder h(&lock_); h 69 third_party/tcmalloc/chromium/src/central_freelist.h SpinLockHolder h(&lock_); h 1124 third_party/tcmalloc/chromium/src/debugallocation.cc SpinLockHolder h(&set_new_handler_lock); h 1331 third_party/tcmalloc/chromium/src/debugallocation.cc SpinLockHolder h(&set_new_handler_lock); h 634 third_party/tcmalloc/chromium/src/deep-heap-profile.cc uintptr_t h = 0; h 636 third_party/tcmalloc/chromium/src/deep-heap-profile.cc AddToHashValue(reinterpret_cast<uintptr_t>(bucket), &h); h 638 third_party/tcmalloc/chromium/src/deep-heap-profile.cc AddToHashValue(1, &h); h 640 third_party/tcmalloc/chromium/src/deep-heap-profile.cc AddToHashValue(0, &h); h 645 third_party/tcmalloc/chromium/src/deep-heap-profile.cc AddToHashValue(0, &h); h 647 third_party/tcmalloc/chromium/src/deep-heap-profile.cc AddToHashValue(reinterpret_cast<uintptr_t>(type->name()), &h); h 651 third_party/tcmalloc/chromium/src/deep-heap-profile.cc FinishHashValue(&h); h 654 third_party/tcmalloc/chromium/src/deep-heap-profile.cc unsigned int buck = ((unsigned int) h) % table_size_; h 175 third_party/tcmalloc/chromium/src/heap-profile-table.cc uintptr_t h = 0; h 177 third_party/tcmalloc/chromium/src/heap-profile-table.cc h += reinterpret_cast<uintptr_t>(key[i]); h 178 third_party/tcmalloc/chromium/src/heap-profile-table.cc h += h << 10; h 179 third_party/tcmalloc/chromium/src/heap-profile-table.cc h ^= h >> 6; h 181 third_party/tcmalloc/chromium/src/heap-profile-table.cc h += h << 3; h 182 third_party/tcmalloc/chromium/src/heap-profile-table.cc h ^= h >> 11; h 185 third_party/tcmalloc/chromium/src/heap-profile-table.cc unsigned int buck = ((unsigned int) h) % kHashTableSize; h 187 third_party/tcmalloc/chromium/src/heap-profile-table.cc if ((b->hash == h) && h 200 third_party/tcmalloc/chromium/src/heap-profile-table.cc b->hash = h; h 269 third_party/tcmalloc/chromium/src/profiledata.cc Slot h = 0; h 272 third_party/tcmalloc/chromium/src/profiledata.cc h = (h << 8) | (h >> (8*(sizeof(h)-1))); h 273 third_party/tcmalloc/chromium/src/profiledata.cc h += (slot * 31) + (slot * 7) + (slot * 3); h 280 third_party/tcmalloc/chromium/src/profiledata.cc Bucket* bucket = &hash_[h % kBuckets]; h 44 third_party/tcmalloc/chromium/src/stack_trace_table.cc bool StackTraceTable::Bucket::KeyEqual(uintptr_t h, h 46 third_party/tcmalloc/chromium/src/stack_trace_table.cc const bool eq = (this->hash == h && this->trace.depth == t.depth); h 73 third_party/tcmalloc/chromium/src/stack_trace_table.cc uintptr_t h = 0; h 75 third_party/tcmalloc/chromium/src/stack_trace_table.cc h += reinterpret_cast<uintptr_t>(t.stack[i]); h 76 third_party/tcmalloc/chromium/src/stack_trace_table.cc h += h << 10; h 77 third_party/tcmalloc/chromium/src/stack_trace_table.cc h ^= h >> 6; h 79 third_party/tcmalloc/chromium/src/stack_trace_table.cc h += h << 3; h 80 third_party/tcmalloc/chromium/src/stack_trace_table.cc h ^= h >> 11; h 82 third_party/tcmalloc/chromium/src/stack_trace_table.cc const int idx = h % kHashTableSize; h 85 third_party/tcmalloc/chromium/src/stack_trace_table.cc while (b != NULL && !b->KeyEqual(h, t)) { h 100 third_party/tcmalloc/chromium/src/stack_trace_table.cc b->hash = h; h 145 third_party/tcmalloc/chromium/src/stack_trace_table.cc SpinLockHolder h(Static::pageheap_lock()); h 73 third_party/tcmalloc/chromium/src/stack_trace_table.h bool KeyEqual(uintptr_t h, const StackTrace& t) const; h 343 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 520 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 539 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 572 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 638 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 734 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 739 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 744 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 845 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 865 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 980 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1073 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1076 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1194 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1338 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1428 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(&set_new_handler_lock); h 1476 third_party/tcmalloc/chromium/src/tcmalloc.cc SpinLockHolder h(&set_new_handler_lock); h 29 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc SpinLockHolder h(tcmalloc::Static::pageheap_lock()); h 278 third_party/tcmalloc/chromium/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 322 third_party/tcmalloc/chromium/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 339 third_party/tcmalloc/chromium/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 340 third_party/tcmalloc/chromium/src/thread_cache.cc for (ThreadCache* h = thread_heaps_; h != NULL; h = h->next_) { h 341 third_party/tcmalloc/chromium/src/thread_cache.cc if (h->tid_ == zero) { h 342 third_party/tcmalloc/chromium/src/thread_cache.cc h->tid_ = pthread_self(); h 352 third_party/tcmalloc/chromium/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 374 third_party/tcmalloc/chromium/src/thread_cache.cc for (ThreadCache* h = thread_heaps_; h != NULL; h = h->next_) { h 375 third_party/tcmalloc/chromium/src/thread_cache.cc if (h->tid_ == me) { h 376 third_party/tcmalloc/chromium/src/thread_cache.cc heap = h; h 458 third_party/tcmalloc/chromium/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 482 third_party/tcmalloc/chromium/src/thread_cache.cc for (ThreadCache* h = thread_heaps_; h != NULL; h = h->next_) { h 486 third_party/tcmalloc/chromium/src/thread_cache.cc h->max_size_ = static_cast<size_t>(h->max_size_ * ratio); h 488 third_party/tcmalloc/chromium/src/thread_cache.cc claimed += h->max_size_; h 495 third_party/tcmalloc/chromium/src/thread_cache.cc for (ThreadCache* h = thread_heaps_; h != NULL; h = h->next_) { h 496 third_party/tcmalloc/chromium/src/thread_cache.cc *total_bytes += h->Size(); h 499 third_party/tcmalloc/chromium/src/thread_cache.cc class_count[cl] += h->freelist_length(cl); h 710 third_party/tcmalloc/chromium/src/windows/patch_functions.cc SpinLockHolder h(&patch_all_modules_lock); h 750 third_party/tcmalloc/chromium/src/windows/patch_functions.cc SpinLockHolder h(&patch_all_modules_lock); h 145 third_party/tcmalloc/chromium/src/windows/port.cc static void NTAPI on_tls_callback(HINSTANCE h, DWORD dwReason, PVOID pv) { h 161 third_party/tcmalloc/chromium/src/windows/port.cc HINSTANCE h, DWORD dwReason, PVOID pv) = on_tls_callback; h 171 third_party/tcmalloc/chromium/src/windows/port.cc BOOL WINAPI DllMain(HINSTANCE h, DWORD dwReason, PVOID pv) { h 173 third_party/tcmalloc/chromium/src/windows/port.cc on_tls_callback(h, dwReason, pv); h 216 third_party/tcmalloc/vendor/src/addressmap-inl.h const int h = HashInt(cluster_id); h 217 third_party/tcmalloc/vendor/src/addressmap-inl.h for (Cluster* c = hashtable_[h]; c != NULL; c = c->next) { h 227 third_party/tcmalloc/vendor/src/addressmap-inl.h c->next = hashtable_[h]; h 228 third_party/tcmalloc/vendor/src/addressmap-inl.h hashtable_[h] = c; h 410 third_party/tcmalloc/vendor/src/addressmap-inl.h for (int h = 0; h < kHashSize; ++h) { h 411 third_party/tcmalloc/vendor/src/addressmap-inl.h for (const Cluster* c = hashtable_[h]; c != NULL; c = c->next) { h 1818 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h LSS_INLINE _syscall4(int, rt_sigprocmask, int, h, h 1943 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h LSS_INLINE _syscall3(int, _sigprocmask, int, h, h 140 third_party/tcmalloc/vendor/src/central_freelist.cc SpinLockHolder h(Static::pageheap_lock()); h 231 third_party/tcmalloc/vendor/src/central_freelist.cc SpinLockHolder h(&lock_); h 317 third_party/tcmalloc/vendor/src/central_freelist.cc SpinLockHolder h(Static::pageheap_lock()); h 360 third_party/tcmalloc/vendor/src/central_freelist.cc SpinLockHolder h(&lock_); h 365 third_party/tcmalloc/vendor/src/central_freelist.cc SpinLockHolder h(&lock_); h 69 third_party/tcmalloc/vendor/src/central_freelist.h SpinLockHolder h(&lock_); h 1117 third_party/tcmalloc/vendor/src/debugallocation.cc SpinLockHolder h(&set_new_handler_lock); h 1319 third_party/tcmalloc/vendor/src/debugallocation.cc SpinLockHolder h(&set_new_handler_lock); h 182 third_party/tcmalloc/vendor/src/heap-profile-table.cc uintptr_t h = 0; h 184 third_party/tcmalloc/vendor/src/heap-profile-table.cc h += reinterpret_cast<uintptr_t>(key[i]); h 185 third_party/tcmalloc/vendor/src/heap-profile-table.cc h += h << 10; h 186 third_party/tcmalloc/vendor/src/heap-profile-table.cc h ^= h >> 6; h 188 third_party/tcmalloc/vendor/src/heap-profile-table.cc h += h << 3; h 189 third_party/tcmalloc/vendor/src/heap-profile-table.cc h ^= h >> 11; h 192 third_party/tcmalloc/vendor/src/heap-profile-table.cc unsigned int buck = ((unsigned int) h) % kHashTableSize; h 194 third_party/tcmalloc/vendor/src/heap-profile-table.cc if ((b->hash == h) && h 207 third_party/tcmalloc/vendor/src/heap-profile-table.cc b->hash = h; h 269 third_party/tcmalloc/vendor/src/profiledata.cc Slot h = 0; h 272 third_party/tcmalloc/vendor/src/profiledata.cc h = (h << 8) | (h >> (8*(sizeof(h)-1))); h 273 third_party/tcmalloc/vendor/src/profiledata.cc h += (slot * 31) + (slot * 7) + (slot * 3); h 280 third_party/tcmalloc/vendor/src/profiledata.cc Bucket* bucket = &hash_[h % kBuckets]; h 44 third_party/tcmalloc/vendor/src/stack_trace_table.cc bool StackTraceTable::Bucket::KeyEqual(uintptr_t h, h 46 third_party/tcmalloc/vendor/src/stack_trace_table.cc const bool eq = (this->hash == h && this->trace.depth == t.depth); h 73 third_party/tcmalloc/vendor/src/stack_trace_table.cc uintptr_t h = 0; h 75 third_party/tcmalloc/vendor/src/stack_trace_table.cc h += reinterpret_cast<uintptr_t>(t.stack[i]); h 76 third_party/tcmalloc/vendor/src/stack_trace_table.cc h += h << 10; h 77 third_party/tcmalloc/vendor/src/stack_trace_table.cc h ^= h >> 6; h 79 third_party/tcmalloc/vendor/src/stack_trace_table.cc h += h << 3; h 80 third_party/tcmalloc/vendor/src/stack_trace_table.cc h ^= h >> 11; h 82 third_party/tcmalloc/vendor/src/stack_trace_table.cc const int idx = h % kHashTableSize; h 85 third_party/tcmalloc/vendor/src/stack_trace_table.cc while (b != NULL && !b->KeyEqual(h, t)) { h 100 third_party/tcmalloc/vendor/src/stack_trace_table.cc b->hash = h; h 145 third_party/tcmalloc/vendor/src/stack_trace_table.cc SpinLockHolder h(Static::pageheap_lock()); h 73 third_party/tcmalloc/vendor/src/stack_trace_table.h bool KeyEqual(uintptr_t h, const StackTrace& t) const; h 334 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 492 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 511 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 544 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 610 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 727 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 732 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 737 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 838 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 858 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 972 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1060 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1063 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1159 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1296 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(Static::pageheap_lock()); h 1386 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(&set_new_handler_lock); h 1434 third_party/tcmalloc/vendor/src/tcmalloc.cc SpinLockHolder h(&set_new_handler_lock); h 29 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc SpinLockHolder h(tcmalloc::Static::pageheap_lock()); h 272 third_party/tcmalloc/vendor/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 311 third_party/tcmalloc/vendor/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 328 third_party/tcmalloc/vendor/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 329 third_party/tcmalloc/vendor/src/thread_cache.cc for (ThreadCache* h = thread_heaps_; h != NULL; h = h->next_) { h 330 third_party/tcmalloc/vendor/src/thread_cache.cc if (h->tid_ == zero) { h 331 third_party/tcmalloc/vendor/src/thread_cache.cc h->tid_ = pthread_self(); h 341 third_party/tcmalloc/vendor/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 363 third_party/tcmalloc/vendor/src/thread_cache.cc for (ThreadCache* h = thread_heaps_; h != NULL; h = h->next_) { h 364 third_party/tcmalloc/vendor/src/thread_cache.cc if (h->tid_ == me) { h 365 third_party/tcmalloc/vendor/src/thread_cache.cc heap = h; h 447 third_party/tcmalloc/vendor/src/thread_cache.cc SpinLockHolder h(Static::pageheap_lock()); h 471 third_party/tcmalloc/vendor/src/thread_cache.cc for (ThreadCache* h = thread_heaps_; h != NULL; h = h->next_) { h 475 third_party/tcmalloc/vendor/src/thread_cache.cc h->max_size_ = static_cast<size_t>(h->max_size_ * ratio); h 477 third_party/tcmalloc/vendor/src/thread_cache.cc claimed += h->max_size_; h 484 third_party/tcmalloc/vendor/src/thread_cache.cc for (ThreadCache* h = thread_heaps_; h != NULL; h = h->next_) { h 485 third_party/tcmalloc/vendor/src/thread_cache.cc *total_bytes += h->Size(); h 488 third_party/tcmalloc/vendor/src/thread_cache.cc class_count[cl] += h->freelist_length(cl); h 710 third_party/tcmalloc/vendor/src/windows/patch_functions.cc SpinLockHolder h(&patch_all_modules_lock); h 750 third_party/tcmalloc/vendor/src/windows/patch_functions.cc SpinLockHolder h(&patch_all_modules_lock); h 144 third_party/tcmalloc/vendor/src/windows/port.cc static void NTAPI on_tls_callback(HINSTANCE h, DWORD dwReason, PVOID pv) { h 159 third_party/tcmalloc/vendor/src/windows/port.cc HINSTANCE h, DWORD dwReason, PVOID pv) = on_tls_callback; h 169 third_party/tcmalloc/vendor/src/windows/port.cc BOOL WINAPI DllMain(HINSTANCE h, DWORD dwReason, PVOID pv) { h 171 third_party/tcmalloc/vendor/src/windows/port.cc on_tls_callback(h, dwReason, pv); h 355 third_party/wtl/include/atlapp.h #define HandleToUlong( h ) ((ULONG)(ULONG_PTR)(h) ) h 358 third_party/wtl/include/atlapp.h #define HandleToLong( h ) ((LONG)(LONG_PTR) (h) ) h 361 third_party/wtl/include/atlapp.h #define LongToHandle( h) ((HANDLE)(LONG_PTR) (h)) h 4804 third_party/wtl/include/atldlgs.h HGLOBAL h = GlobalAlloc(GHND, dwLen); h 4805 third_party/wtl/include/atldlgs.h if (h != NULL) h 4807 third_party/wtl/include/atldlgs.h BYTE* pBytes = (BYTE*) GlobalLock(h); h 4810 third_party/wtl/include/atldlgs.h GlobalUnlock(h); h 4811 third_party/wtl/include/atldlgs.h CreateStreamOnHGlobal(h, TRUE, &spStream); h 241 third_party/wtl/include/atlprint.h HANDLE h = NULL; h 253 third_party/wtl/include/atlprint.h h = ::GlobalAlloc(GMEM_MOVEABLE, nLen); h 254 third_party/wtl/include/atlprint.h BYTE* pv = (BYTE*)::GlobalLock(h); h 262 third_party/wtl/include/atlprint.h ::GlobalUnlock(h); h 265 third_party/wtl/include/atlprint.h return h; h 381 third_party/wtl/include/atlprint.h HANDLE h = ::GlobalAlloc(GMEM_MOVEABLE, nSize); h 382 third_party/wtl/include/atlprint.h if (h != NULL) h 384 third_party/wtl/include/atlprint.h void* p = ::GlobalLock(h); h 386 third_party/wtl/include/atlprint.h ::GlobalUnlock(h); h 388 third_party/wtl/include/atlprint.h Attach(h); h 389 third_party/wtl/include/atlprint.h return (h != NULL); h 409 third_party/wtl/include/atlprint.h HANDLE h = ::GlobalAlloc(GMEM_MOVEABLE, nSize); h 410 third_party/wtl/include/atlprint.h if (h != NULL) h 412 third_party/wtl/include/atlprint.h void* p = ::GlobalLock(h); h 414 third_party/wtl/include/atlprint.h ::GlobalUnlock(h); h 416 third_party/wtl/include/atlprint.h return h; h 165 third_party/zlib/deflate.c #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) h 504 third_party/zlib/trees.c int h; /* heap index */ h 518 third_party/zlib/trees.c for (h = s->heap_max+1; h < HEAP_SIZE; h++) { h 519 third_party/zlib/trees.c n = s->heap[h]; h 560 third_party/zlib/trees.c m = s->heap[--h]; h 11 tools/clang/plugins/tests/inline_copy_ctor.h int a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p , q, r, s, t, u, v, w, x; h 45 tools/gn/ninja_binary_target_writer.cc const NinjaHelper& h) h 46 tools/gn/ninja_binary_target_writer.cc : helper(h), h 105 tools/gn/source_dir.h hash<std::string> h; h 106 tools/gn/source_dir.h return h(v.value()); h 85 tools/gn/source_file.h hash<std::string> h; h 86 tools/gn/source_file.h return h(v.value()); h 149 tools/imagediff/image_diff.cc int h = std::min(baseline.h(), actual.h()); h 153 tools/imagediff/image_diff.cc for (int y = 0; y < h; y++) { h 162 tools/imagediff/image_diff.cc int max_h = std::max(baseline.h(), actual.h()); h 164 tools/imagediff/image_diff.cc pixels_different += (max_w - w) * h; h 166 tools/imagediff/image_diff.cc pixels_different += (max_h - h) * max_w; h 171 tools/imagediff/image_diff.cc static_cast<float>(actual.h()); h 187 tools/imagediff/image_diff.cc int h = std::min(baseline.h(), actual.h()); h 191 tools/imagediff/image_diff.cc for (int y = 0; y < h; y++) { h 200 tools/imagediff/image_diff.cc for (int y = 0; y < h; y++) { h 213 tools/imagediff/image_diff.cc int max_h = std::max(baseline.h(), actual.h()); h 215 tools/imagediff/image_diff.cc pixels_different += (max_w - w) * h; h 217 tools/imagediff/image_diff.cc pixels_different += (max_h - h) * max_w; h 222 tools/imagediff/image_diff.cc static_cast<float>(actual.h()); h 337 tools/imagediff/image_diff.cc int h = std::min(image1.h(), image2.h()); h 339 tools/imagediff/image_diff.cc bool same = (image1.w() == image2.w()) && (image1.h() == image2.h()); h 343 tools/imagediff/image_diff.cc for (int y = 0; y < h; y++) { h 385 tools/imagediff/image_diff.cc diff_image.data(), diff_image.w(), diff_image.h(), h 151 tools/imagediff/image_diff_png.cc png_uint_32 w, h; h 152 tools/imagediff/image_diff_png.cc png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type, h 161 tools/imagediff/image_diff_png.cc static_cast<unsigned long long>(w) * static_cast<unsigned long long>(h); h 165 tools/imagediff/image_diff_png.cc state->height = static_cast<int>(h); h 322 tools/imagediff/image_diff_png.cc int* w, int* h) { h 353 tools/imagediff/image_diff_png.cc *h = state.height; h 976 tools/ipc_fuzzer/mutate/generate.cc int h; h 979 tools/ipc_fuzzer/mutate/generate.cc if (!GenerateParam(&h, generator)) h 981 tools/ipc_fuzzer/mutate/generate.cc p->SetSize(w, h); h 990 tools/ipc_fuzzer/mutate/generate.cc float h; h 993 tools/ipc_fuzzer/mutate/generate.cc if (!GenerateParam(&h, generator)) h 995 tools/ipc_fuzzer/mutate/generate.cc p->SetSize(w, h); h 434 tools/ipc_fuzzer/mutate/mutate.cc int h = p->height(); h 436 tools/ipc_fuzzer/mutate/mutate.cc FuzzParam(&h, fuzzer); h 437 tools/ipc_fuzzer/mutate/mutate.cc p->SetSize(w, h); h 312 ui/events/gesture_detection/scale_gesture_detector.cc for (int h = 0; h < pointersample_count; h++) { h 314 ui/events/gesture_detection/scale_gesture_detector.cc if (h < history_size) { h 315 ui/events/gesture_detection/scale_gesture_detector.cc major = ev.GetHistoricalTouchMajor(i, h); h 337 ui/events/gesture_detection/scale_gesture_detector.cc touch_history_last_accepted_time_ = h < history_size h 338 ui/events/gesture_detection/scale_gesture_detector.cc ? ev.GetHistoricalEventTime(h) h 325 ui/events/gesture_detection/velocity_tracker.cc for (size_t h = 0; h < historySize; h++) { h 328 ui/events/gesture_detection/velocity_tracker.cc positions[index].x = event.GetHistoricalX(i, h); h 329 ui/events/gesture_detection/velocity_tracker.cc positions[index].y = event.GetHistoricalY(i, h); h 331 ui/events/gesture_detection/velocity_tracker.cc AddMovement(event.GetHistoricalEventTime(h), id_bits, positions); h 474 ui/events/gesture_detection/velocity_tracker.cc for (uint32_t h = 0; h < m; h++) { h 475 ui/events/gesture_detection/velocity_tracker.cc a[0][h] = w[h]; h 477 ui/events/gesture_detection/velocity_tracker.cc a[i][h] = a[i - 1][h] * x[h]; h 488 ui/events/gesture_detection/velocity_tracker.cc for (uint32_t h = 0; h < m; h++) { h 489 ui/events/gesture_detection/velocity_tracker.cc q[j][h] = a[j][h]; h 493 ui/events/gesture_detection/velocity_tracker.cc for (uint32_t h = 0; h < m; h++) { h 494 ui/events/gesture_detection/velocity_tracker.cc q[j][h] -= dot * q[i][h]; h 505 ui/events/gesture_detection/velocity_tracker.cc for (uint32_t h = 0; h < m; h++) { h 506 ui/events/gesture_detection/velocity_tracker.cc q[j][h] *= invNorm; h 516 ui/events/gesture_detection/velocity_tracker.cc for (uint32_t h = 0; h < m; h++) { h 517 ui/events/gesture_detection/velocity_tracker.cc wy[h] = y[h] * w[h]; h 532 ui/events/gesture_detection/velocity_tracker.cc for (uint32_t h = 0; h < m; h++) { h 533 ui/events/gesture_detection/velocity_tracker.cc ymean += y[h]; h 539 ui/events/gesture_detection/velocity_tracker.cc for (uint32_t h = 0; h < m; h++) { h 540 ui/events/gesture_detection/velocity_tracker.cc float err = y[h] - out_b[0]; h 543 ui/events/gesture_detection/velocity_tracker.cc term *= x[h]; h 546 ui/events/gesture_detection/velocity_tracker.cc sserr += w[h] * w[h] * err * err; h 547 ui/events/gesture_detection/velocity_tracker.cc float var = y[h] - ymean; h 548 ui/events/gesture_detection/velocity_tracker.cc sstot += w[h] * w[h] * var * var; h 21 ui/gfx/blit_unittest.cc template<int w, int h> h 22 ui/gfx/blit_unittest.cc void SetToCanvas(skia::PlatformCanvas* canvas, uint8 values[h][w]) { h 27 ui/gfx/blit_unittest.cc ASSERT_EQ(h, bitmap.height()); h 29 ui/gfx/blit_unittest.cc for (int y = 0; y < h; y++) { h 41 ui/gfx/blit_unittest.cc template<int w, int h> h 42 ui/gfx/blit_unittest.cc void VerifyCanvasValues(skia::PlatformCanvas* canvas, uint8 values[h][w]) { h 47 ui/gfx/blit_unittest.cc ASSERT_EQ(h, bitmap.height()); h 49 ui/gfx/blit_unittest.cc for (int y = 0; y < h; y++) { h 481 ui/gfx/canvas.cc int h) { h 482 ui/gfx/canvas.cc TileImageInt(image, 0, 0, x, y, w, h); h 491 ui/gfx/canvas.cc int h) { h 492 ui/gfx/canvas.cc TileImageInt(image, src_x, src_y, 1.0f, 1.0f, dest_x, dest_y, w, h); h 503 ui/gfx/canvas.cc int h) { h 504 ui/gfx/canvas.cc if (!IntersectsClipRectInt(dest_x, dest_y, w, h)) h 530 ui/gfx/canvas.cc SkIntToScalar(dest_y + h) }; h 553 ui/gfx/canvas.cc bool Canvas::IntersectsClipRectInt(int x, int y, int w, int h) { h 557 ui/gfx/canvas.cc SkIntToScalar(y + h)); h 375 ui/gfx/canvas.h int h); h 382 ui/gfx/canvas.h int h); h 391 ui/gfx/canvas.h int h); h 427 ui/gfx/canvas.h bool IntersectsClipRectInt(int x, int y, int w, int h); h 25 ui/gfx/canvas_paint_win.cc int w, int h) h 32 ui/gfx/canvas_paint_win.cc ps_.rcPaint.bottom = y + h; h 44 ui/gfx/canvas_paint_win.h CanvasSkiaPaint(HDC dc, bool opaque, int x, int y, int w, int h); h 189 ui/gfx/canvas_skia.cc float h = 0; h 196 ui/gfx/canvas_skia.cc h += (i > 0 && line_height > 0) ? line_height : string_size.height(); h 199 ui/gfx/canvas_skia.cc *height = h; h 205 ui/gfx/codec/jpeg_codec.cc int w, int h, int row_byte_width, h 239 ui/gfx/codec/jpeg_codec.cc cinfo.image_height = h; h 462 ui/gfx/codec/jpeg_codec.cc int* w, int* h) { h 547 ui/gfx/codec/jpeg_codec.cc *h = cinfo.output_height; h 616 ui/gfx/codec/jpeg_codec.cc int w, h; h 618 ui/gfx/codec/jpeg_codec.cc if (!Decode(input, input_size, FORMAT_SkBitmap, &data_vector, &w, &h)) h 622 ui/gfx/codec/jpeg_codec.cc int data_length = w * h * 4; h 625 ui/gfx/codec/jpeg_codec.cc bitmap->setConfig(SkBitmap::kARGB_8888_Config, w, h); h 60 ui/gfx/codec/jpeg_codec.h int w, int h, int row_byte_width, h 69 ui/gfx/codec/jpeg_codec.h int* w, int* h); h 89 ui/gfx/codec/jpeg_codec_unittest.cc static void MakeRGBImage(int w, int h, std::vector<unsigned char>* dat) { h 90 ui/gfx/codec/jpeg_codec_unittest.cc dat->resize(w * h * 3); h 91 ui/gfx/codec/jpeg_codec_unittest.cc for (int y = 0; y < h; y++) { h 102 ui/gfx/codec/jpeg_codec_unittest.cc int w = 20, h = 20; h 106 ui/gfx/codec/jpeg_codec_unittest.cc MakeRGBImage(w, h, &original); h 110 ui/gfx/codec/jpeg_codec_unittest.cc EXPECT_TRUE(JPEGCodec::Encode(&original[0], JPEGCodec::FORMAT_RGB, w, h, h 121 ui/gfx/codec/jpeg_codec_unittest.cc ASSERT_EQ(h, outh); h 130 ui/gfx/codec/jpeg_codec_unittest.cc int w = 20, h = 20; h 135 ui/gfx/codec/jpeg_codec_unittest.cc original.resize(w * h * 4); h 136 ui/gfx/codec/jpeg_codec_unittest.cc for (int y = 0; y < h; y++) { h 148 ui/gfx/codec/jpeg_codec_unittest.cc EXPECT_TRUE(JPEGCodec::Encode(&original[0], JPEGCodec::FORMAT_RGBA, w, h, h 159 ui/gfx/codec/jpeg_codec_unittest.cc ASSERT_EQ(h, outh); h 169 ui/gfx/codec/jpeg_codec_unittest.cc int w = 20, h = 20; h 173 ui/gfx/codec/jpeg_codec_unittest.cc MakeRGBImage(w, h, &original); h 184 ui/gfx/codec/jpeg_codec_unittest.cc ASSERT_TRUE(JPEGCodec::Encode(&original[0], JPEGCodec::FORMAT_RGB, w, h, h 169 ui/gfx/codec/png_codec.cc png_uint_32 w, h; h 170 ui/gfx/codec/png_codec.cc png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type, h 179 ui/gfx/codec/png_codec.cc static_cast<unsigned long long>(w) * static_cast<unsigned long long>(h); h 183 ui/gfx/codec/png_codec.cc state->height = static_cast<int>(h); h 401 ui/gfx/codec/png_codec.cc int* w, int* h) { h 433 ui/gfx/codec/png_codec.cc *h = state.height; h 115 ui/gfx/codec/png_codec.h int* w, int* h); h 23 ui/gfx/codec/png_codec_unittest.cc void MakeRGBImage(int w, int h, std::vector<unsigned char>* data) { h 24 ui/gfx/codec/png_codec_unittest.cc data->resize(w * h * 3); h 25 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 39 ui/gfx/codec/png_codec_unittest.cc void MakeRGBAImage(int w, int h, bool use_transparency, h 41 ui/gfx/codec/png_codec_unittest.cc data->resize(w * h * 4); h 42 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 57 ui/gfx/codec/png_codec_unittest.cc void MakePaletteImage(int w, int h, h 61 ui/gfx/codec/png_codec_unittest.cc data->resize(w * h); h 69 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 83 ui/gfx/codec/png_codec_unittest.cc void MakeGrayscaleImage(int w, int h, h 85 ui/gfx/codec/png_codec_unittest.cc data->resize(w * h); h 86 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 94 ui/gfx/codec/png_codec_unittest.cc void MakeGrayscaleAlphaImage(int w, int h, h 96 ui/gfx/codec/png_codec_unittest.cc data->resize(w * h * 2); h 97 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 259 ui/gfx/codec/png_codec_unittest.cc void MakeTestBGRASkBitmap(int w, int h, SkBitmap* bmp) { h 260 ui/gfx/codec/png_codec_unittest.cc bmp->setConfig(SkBitmap::kARGB_8888_Config, w, h); h 264 ui/gfx/codec/png_codec_unittest.cc for (int i = 0; i < w * h; i++) h 268 ui/gfx/codec/png_codec_unittest.cc void MakeTestA8SkBitmap(int w, int h, SkBitmap* bmp) { h 269 ui/gfx/codec/png_codec_unittest.cc bmp->setConfig(SkBitmap::kA8_Config, w, h); h 273 ui/gfx/codec/png_codec_unittest.cc for (int i = 0; i < w * h; i++) h 278 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 282 ui/gfx/codec/png_codec_unittest.cc MakeRGBImage(w, h, &original); h 287 ui/gfx/codec/png_codec_unittest.cc Size(w, h), w * 3, false, h 298 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 306 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 311 ui/gfx/codec/png_codec_unittest.cc MakeRGBAImage(w, h, true, &original); h 316 ui/gfx/codec/png_codec_unittest.cc Size(w, h), w * 4, false, h 327 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 335 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 340 ui/gfx/codec/png_codec_unittest.cc MakeRGBAImage(w, h, true, &original); h 345 ui/gfx/codec/png_codec_unittest.cc Size(w, h), w * 4, false, h 356 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 364 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 370 ui/gfx/codec/png_codec_unittest.cc MakePaletteImage(w, h, &original, &original_palette, &original_trans_chunk); h 375 ui/gfx/codec/png_codec_unittest.cc w, h, h 389 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 390 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(decoded.size(), w * h * 4U); h 393 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; ++y) { h 409 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 415 ui/gfx/codec/png_codec_unittest.cc MakePaletteImage(w, h, &original, &original_palette, &original_trans_chunk); h 420 ui/gfx/codec/png_codec_unittest.cc w, h, h 434 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 435 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(decoded.size(), w * h * 3U); h 438 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; ++y) { h 452 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 458 ui/gfx/codec/png_codec_unittest.cc MakePaletteImage(w, h, &original, &original_palette, &original_trans_chunk); h 463 ui/gfx/codec/png_codec_unittest.cc w, h, h 477 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 478 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(decoded.size(), w * h * 4U); h 481 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; ++y) { h 497 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 501 ui/gfx/codec/png_codec_unittest.cc MakeGrayscaleImage(w, h, &original); h 505 ui/gfx/codec/png_codec_unittest.cc ASSERT_TRUE(EncodeImage(original, w, h, COLOR_TYPE_GRAY, &encoded)); h 514 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 518 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; ++y) { h 530 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 534 ui/gfx/codec/png_codec_unittest.cc MakeGrayscaleAlphaImage(w, h, &original); h 539 ui/gfx/codec/png_codec_unittest.cc w, h, h 550 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 554 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; ++y) { h 567 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 571 ui/gfx/codec/png_codec_unittest.cc MakeGrayscaleAlphaImage(w, h, &original); h 576 ui/gfx/codec/png_codec_unittest.cc w, h, h 587 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 588 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(decoded.size(), w * h * 3U); h 591 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; ++y) { h 603 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 607 ui/gfx/codec/png_codec_unittest.cc MakeGrayscaleImage(w, h, &original); h 612 ui/gfx/codec/png_codec_unittest.cc w, h, h 624 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 628 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; ++y) { h 641 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 645 ui/gfx/codec/png_codec_unittest.cc MakeGrayscaleAlphaImage(w, h, &original); h 650 ui/gfx/codec/png_codec_unittest.cc w, h, h 662 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 666 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; ++y) { h 679 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 683 ui/gfx/codec/png_codec_unittest.cc MakeRGBImage(w, h, &original); h 688 ui/gfx/codec/png_codec_unittest.cc w, h, h 700 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 708 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 712 ui/gfx/codec/png_codec_unittest.cc MakeRGBAImage(w, h, false, &original); h 717 ui/gfx/codec/png_codec_unittest.cc w, h, h 729 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 737 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 741 ui/gfx/codec/png_codec_unittest.cc MakeRGBAImage(w, h, false, &original); h 746 ui/gfx/codec/png_codec_unittest.cc w, h, h 758 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 759 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(decoded.size(), w * h * 3U); h 763 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 774 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 778 ui/gfx/codec/png_codec_unittest.cc MakeRGBImage(w, h, &original); h 783 ui/gfx/codec/png_codec_unittest.cc w, h, h 795 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 796 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(decoded.size(), w * h * 4U); h 800 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 811 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 815 ui/gfx/codec/png_codec_unittest.cc MakeRGBAImage(w, h, false, &original); h 820 ui/gfx/codec/png_codec_unittest.cc w, h, h 832 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 842 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 846 ui/gfx/codec/png_codec_unittest.cc MakeRGBImage(w, h, &original); h 851 ui/gfx/codec/png_codec_unittest.cc w, h, h 862 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 875 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 879 ui/gfx/codec/png_codec_unittest.cc MakeRGBAImage(w, h, false, &original); h 884 ui/gfx/codec/png_codec_unittest.cc w, h, h 895 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 909 ui/gfx/codec/png_codec_unittest.cc int w = 20, h = 20; h 913 ui/gfx/codec/png_codec_unittest.cc MakeRGBImage(w, h, &original); h 925 ui/gfx/codec/png_codec_unittest.cc Size(w, h), w * 3, false, h 943 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 947 ui/gfx/codec/png_codec_unittest.cc MakeRGBImage(w, h, &original_rgb); h 949 ui/gfx/codec/png_codec_unittest.cc MakeRGBAImage(w, h, false, &original_rgba); h 954 ui/gfx/codec/png_codec_unittest.cc Size(w, h), w * 4, true, h 967 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 973 ui/gfx/codec/png_codec_unittest.cc Size(w, h), w * 4, false, h 984 ui/gfx/codec/png_codec_unittest.cc ASSERT_EQ(h, outh); h 1032 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 1035 ui/gfx/codec/png_codec_unittest.cc MakeTestBGRASkBitmap(w, h, &original_bitmap); h 1050 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 1059 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 1062 ui/gfx/codec/png_codec_unittest.cc MakeTestA8SkBitmap(w, h, &original_bitmap); h 1074 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 1083 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 1086 ui/gfx/codec/png_codec_unittest.cc MakeTestBGRASkBitmap(w, h, &original_bitmap); h 1101 ui/gfx/codec/png_codec_unittest.cc for (int y = 0; y < h; y++) { h 1123 ui/gfx/codec/png_codec_unittest.cc const int w = 10, h = 10; h 1126 ui/gfx/codec/png_codec_unittest.cc MakeRGBImage(w, h, &original); h 1134 ui/gfx/codec/png_codec_unittest.cc Size(w, h), w * 3, false, comments, &encoded)); h 1158 ui/gfx/codec/png_codec_unittest.cc const int w = 20, h = 20; h 1163 ui/gfx/codec/png_codec_unittest.cc MakeTestBGRASkBitmap(w, h, &original_bitmap); h 101 ui/gfx/color_utils.cc hsl->h = hsl->s = 0; h 109 ui/gfx/color_utils.cc hsl->h = db - dg; h 111 ui/gfx/color_utils.cc hsl->h = (1.0 / 3.0) + dr - db; h 113 ui/gfx/color_utils.cc hsl->h = (2.0 / 3.0) + dg - dr; h 115 ui/gfx/color_utils.cc if (hsl->h < 0.0) h 116 ui/gfx/color_utils.cc ++hsl->h; h 117 ui/gfx/color_utils.cc else if (hsl->h > 1.0) h 118 ui/gfx/color_utils.cc --hsl->h; h 125 ui/gfx/color_utils.cc double hue = hsl.h; h 160 ui/gfx/color_utils.cc if (shift.h >= 0) h 161 ui/gfx/color_utils.cc hsl.h = shift.h; h 18 ui/gfx/color_utils.h double h; h 15 ui/gfx/color_utils_unittest.cc EXPECT_DOUBLE_EQ(hsl.h, 0); h 23 ui/gfx/color_utils_unittest.cc EXPECT_DOUBLE_EQ(hsl.h, 0); h 13 ui/gfx/geometry/size_conversions.cc int h = ToFlooredInt(size.height()); h 14 ui/gfx/geometry/size_conversions.cc return Size(w, h); h 19 ui/gfx/geometry/size_conversions.cc int h = ToCeiledInt(size.height()); h 20 ui/gfx/geometry/size_conversions.cc return Size(w, h); h 25 ui/gfx/geometry/size_conversions.cc int h = ToRoundedInt(size.height()); h 26 ui/gfx/geometry/size_conversions.cc return Size(w, h); h 380 ui/gfx/icon_util.cc BITMAPV5HEADER h; h 381 ui/gfx/icon_util.cc InitializeBitmapHeader(&h, s.width(), s.height()); h 384 ui/gfx/icon_util.cc HBITMAP dib = ::CreateDIBSection(hdc, reinterpret_cast<BITMAPINFO*>(&h), h 26 ui/gfx/nine_image_painter.cc int h, h 28 ui/gfx/nine_image_painter.cc c->DrawImageInt(i, 0, 0, i.width(), i.height(), x, y, w, h, false, paint); h 101 ui/gfx/nine_image_painter.cc int h = bounds.height(); h 109 ui/gfx/nine_image_painter.cc int i4h = h - i4y - std::min(std::min(i6h, i7h), i8h); h 115 ui/gfx/nine_image_painter.cc Fill(canvas, images_[3], 0, i0h, i3w, h - i0h - i6h, paint); h 116 ui/gfx/nine_image_painter.cc Fill(canvas, images_[5], w - i5w, i2h, i5w, h - i2h - i8h, paint); h 117 ui/gfx/nine_image_painter.cc canvas->DrawImageInt(images_[6], 0, h - i6h, paint); h 118 ui/gfx/nine_image_painter.cc Fill(canvas, images_[7], i6w, h - i7h, w - i6w - i8w, i7h, paint); h 119 ui/gfx/nine_image_painter.cc canvas->DrawImageInt(images_[8], w - i8w, h - i8h, paint); h 286 ui/gfx/skbitmap_operations.cc DCHECK(hsl_shift.h < 0); h 299 ui/gfx/skbitmap_operations.cc DCHECK(hsl_shift.h < 0); h 323 ui/gfx/skbitmap_operations.cc DCHECK(hsl_shift.h < 0); h 368 ui/gfx/skbitmap_operations.cc DCHECK(hsl_shift.h < 0); h 405 ui/gfx/skbitmap_operations.cc DCHECK(hsl_shift.h < 0); h 444 ui/gfx/skbitmap_operations.cc DCHECK(hsl_shift.h < 0); h 531 ui/gfx/skbitmap_operations.cc if (hsl_shift.h >= 0 && hsl_shift.h <= 1) h 46 ui/gfx/skbitmap_operations_unittest.cc void FillDataToBitmap(int w, int h, SkBitmap* bmp) { h 47 ui/gfx/skbitmap_operations_unittest.cc bmp->setConfig(SkBitmap::kARGB_8888_Config, w, h); h 52 ui/gfx/skbitmap_operations_unittest.cc for (int i = 0; i < w * h; i++) { h 308 ui/gfx/skbitmap_operations_unittest.cc for (double h = -0.1; h <= 1.0001; h += 0.1) { h 311 ui/gfx/skbitmap_operations_unittest.cc color_utils::HSL hsl = { h, s, l }; h 315 ui/gfx/skbitmap_operations_unittest.cc << "h = " << h << ", s = " << s << ", l = " << l; h 951 ui/native_theme/native_theme_base.cc int x, int y, int w, int h) const { h 955 ui/native_theme/native_theme_base.cc SkIntToScalar(y + h)); h 970 ui/native_theme/native_theme_base.cc int dest_x, int dest_y, int w, int h) const { h 973 ui/native_theme/native_theme_base.cc tile_scale_y, dest_x, dest_y, w, h); h 139 ui/native_theme/native_theme_base.h int x, int y, int w, int h) const; h 149 ui/native_theme/native_theme_base.h int dest_x, int dest_y, int w, int h) const; h 10 ui/surface/transport_dib.cc bool TransportDIB::VerifyCanvasSize(int w, int h) { h 14 ui/surface/transport_dib.cc if (w <= 0 || h <= 0 || static_cast<size_t>(w) > (kMaxSize / one_stride) || h 15 ui/surface/transport_dib.cc static_cast<size_t>(h) > (kMaxSize / stride)) { h 19 ui/surface/transport_dib.cc return (stride * h) <= size_; h 53 ui/surface/transport_dib.h HandleAndSequenceNum(HANDLE h, uint32 seq_num) h 54 ui/surface/transport_dib.h : handle(h), h 147 ui/surface/transport_dib.h SkCanvas* GetPlatformCanvas(int w, int h); h 188 ui/surface/transport_dib.h bool VerifyCanvasSize(int w, int h); h 96 ui/surface/transport_dib_gtk.cc skia::PlatformCanvas* TransportDIB::GetPlatformCanvas(int w, int h) { h 97 ui/surface/transport_dib_gtk.cc if ((address_ == kInvalidAddress && !Map()) || !VerifyCanvasSize(w, h)) h 99 ui/surface/transport_dib_gtk.cc return skia::CreatePlatformCanvas(w, h, true, h 69 ui/surface/transport_dib_posix.cc skia::PlatformCanvas* TransportDIB::GetPlatformCanvas(int w, int h) { h 70 ui/surface/transport_dib_posix.cc if ((!memory() && !Map()) || !VerifyCanvasSize(w, h)) h 72 ui/surface/transport_dib_posix.cc return skia::CreatePlatformCanvas(w, h, true, h 66 ui/surface/transport_dib_win.cc skia::PlatformCanvas* TransportDIB::GetPlatformCanvas(int w, int h) { h 75 ui/surface/transport_dib_win.cc skia::CreatePlatformCanvas(w, h, true, handle(), h 80 ui/surface/transport_dib_win.cc size_ = skia::PlatformCanvasStrideForWidth(w) * h; h 171 ui/views/bubble/bubble_border.cc int h = anchor_rect.height(); h 188 ui/views/bubble/bubble_border.cc y += is_arrow_on_top(arrow_) ? h + arrow_size : -arrow_size - size.height(); h 192 ui/views/bubble/bubble_border.cc y += mid_anchor ? h / 2 - arrow_offset : kStroke - GetBorderThickness(); h 194 ui/views/bubble/bubble_border.cc y += h / 2 - arrow_offset; h 196 ui/views/bubble/bubble_border.cc y += mid_anchor ? h / 2 + arrow_offset - size.height() : h 197 ui/views/bubble/bubble_border.cc h - size.height() + GetBorderThickness() - kStroke; h 201 ui/views/bubble/bubble_border.cc y += (arrow_ == NONE) ? h : (h - size.height()) / 2; h 353 ui/views/controls/button/text_button.cc int h = font_list_.GetHeight(); h 359 ui/views/controls/button/text_button.cc gfx::Canvas::SizeStringInt(text_, font_list_, &w, &h, 0, flags); h 360 ui/views/controls/button/text_button.cc text_size->SetSize(w, h); h 264 ui/views/controls/label.cc int h = font_list_.GetHeight(); h 267 ui/views/controls/label.cc layout_text(), font_list_, &w, &h, line_height_, flags); h 268 ui/views/controls/label.cc cached_heights_[cached_heights_cursor_] = gfx::Size(cache_width, h); h 270 ui/views/controls/label.cc return h + GetInsets().height(); h 347 ui/views/controls/label.cc int h = font_list_.GetHeight(); h 354 ui/views/controls/label.cc layout_text(), font_list_, &w, &h, line_height_, flags); h 355 ui/views/controls/label.cc text_size_.SetSize(w, h); h 69 ui/views/controls/native/native_view_host_aura.cc void NativeViewHostAura::InstallClip(int x, int y, int w, int h) { h 83 ui/views/controls/native/native_view_host_aura.cc void NativeViewHostAura::ShowWidget(int x, int y, int w, int h) { h 85 ui/views/controls/native/native_view_host_aura.cc host_->native_view()->SetBounds(gfx::Rect(x, y, w, h)); h 30 ui/views/controls/native/native_view_host_aura.h virtual void InstallClip(int x, int y, int w, int h) OVERRIDE; h 33 ui/views/controls/native/native_view_host_aura.h virtual void ShowWidget(int x, int y, int w, int h) OVERRIDE; h 42 ui/views/controls/native/native_view_host_wrapper.h virtual void InstallClip(int x, int y, int w, int h) = 0; h 52 ui/views/controls/native/native_view_host_wrapper.h virtual void ShowWidget(int x, int y, int w, int h) = 0; h 40 ui/views/controls/progress_bar.cc int w, int h, h 48 ui/views/controls/progress_bar.cc SkIntToScalar(x + w) - padding, SkIntToScalar(y + h) - padding); h 56 ui/views/controls/progress_bar.cc int w, int h, h 59 ui/views/controls/progress_bar.cc AddRoundRectPathWithPadding(x, y, w, h, corner_radius, SK_ScalarHalf, path); h 64 ui/views/controls/progress_bar.cc int w, int h, h 71 ui/views/controls/progress_bar.cc AddRoundRectPath(x, y, w, h, corner_radius, &path); h 81 ui/views/controls/progress_bar.cc p[1].iset(x, y + h); h 92 ui/views/controls/progress_bar.cc int w, int h, h 99 ui/views/controls/progress_bar.cc FillRoundRect(canvas, x, y, w, h, corner_radius, h 103 ui/views/controls/progress_bar.cc AddRoundRectPath(x, y, w, h, corner_radius, &path); h 114 ui/views/controls/progress_bar.cc int w, int h, h 119 ui/views/controls/progress_bar.cc AddRoundRectPath(x, y, w, h, corner_radius, &path); h 111 ui/views/controls/single_split_view.h int GetPrimaryAxisSize(int h, int v) const { h 112 ui/views/controls/single_split_view.h return is_horizontal_ ? h : v; h 245 ui/views/controls/slider.cc int h = content.height() - thumb_->height(); h 246 ui/views/controls/slider.cc int full = value * h; h 247 ui/views/controls/slider.cc int empty = h - full; h 259 ui/views/controls/slider.cc int button_cy = content.y() + h - full; h 13 ui/views/layout/grid_layout_unittest.cc void ExpectViewBoundsEquals(int x, int y, int w, int h, h 18 ui/views/layout/grid_layout_unittest.cc EXPECT_EQ(h, view->height()); h 790 ui/views/view_unittest.cc SkScalar h = SkIntToScalar(height()); h 794 ui/views/view_unittest.cc mask->lineTo(w, h); h 795 ui/views/view_unittest.cc mask->lineTo(0, h); h 419 url/gurl.cc url_parse::Component h(parsed_.host); h 420 url/gurl.cc if (h.len >= 2 && spec_[h.begin] == '[' && spec_[h.end() - 1] == ']') { h 421 url/gurl.cc h.begin++; h 422 url/gurl.cc h.len -= 2; h 424 url/gurl.cc return ComponentString(h);