b                 221 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java         public int read(byte b[]) throws IOException {
b                 226 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java         public int read(byte b[], int off, int len) throws IOException {
b                 104 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java     private static boolean stringEquals(String a, String b) {
b                 105 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java         return a == null ? b == null : a.equals(b);
b                  44 ash/display/display_change_observer_chromeos.cc   bool operator()(const DisplayMode& a, const DisplayMode& b) {
b                  45 ash/display/display_change_observer_chromeos.cc     if (a.size.GetArea() == b.size.GetArea())
b                  46 ash/display/display_change_observer_chromeos.cc       return (a.refresh_rate > b.refresh_rate);
b                  47 ash/display/display_change_observer_chromeos.cc     return (a.size.GetArea() > b.size.GetArea());
b                  69 ash/display/display_manager.cc   bool operator()(const gfx::Display& a, const gfx::Display& b) {
b                  70 ash/display/display_manager.cc     return a.id() < b.id();
b                  75 ash/display/display_manager.cc   bool operator()(const DisplayInfo& a, const DisplayInfo& b) {
b                  76 ash/display/display_manager.cc     return a.id() < b.id();
b                  61 ash/shelf/shelf_model.cc bool CompareByWeight(const ShelfItem& a, const ShelfItem& b) {
b                  62 ash/shelf/shelf_model.cc   return ShelfItemTypeToWeight(a.type) < ShelfItemTypeToWeight(b.type);
b                  14 ash/wm/workspace/magnetism_matcher.cc bool IsCloseEnough(int a, int b) {
b                  15 ash/wm/workspace/magnetism_matcher.cc   return abs(a - b) <= MagnetismMatcher::kMagneticDistance;
b                  85 base/android/javatests/src/org/chromium/base/ObserverListTest.java         Foo b = new Foo(-1);
b                  92 base/android/javatests/src/org/chromium/base/ObserverListTest.java         observerList.addObserver(b);
b                 110 base/android/javatests/src/org/chromium/base/ObserverListTest.java         assertEquals(-20, b.mTotal);
b                 124 base/android/javatests/src/org/chromium/base/ObserverListTest.java         Foo b = new Foo(-1);
b                 130 base/android/javatests/src/org/chromium/base/ObserverListTest.java         observerList.addObserver(b);
b                 137 base/android/javatests/src/org/chromium/base/ObserverListTest.java         assertEquals(-10, b.mTotal);
b                 228 base/android/javatests/src/org/chromium/base/ObserverListTest.java         Object b = new Object();
b                 229 base/android/javatests/src/org/chromium/base/ObserverListTest.java         assertTrue(observerList.addObserver(b));
b                 239 base/android/javatests/src/org/chromium/base/ObserverListTest.java         Object b = new Object();
b                 241 base/android/javatests/src/org/chromium/base/ObserverListTest.java         observerList.addObserver(b);
b                 246 base/android/javatests/src/org/chromium/base/ObserverListTest.java         assertTrue(observerList.removeObserver(b));
b                 281 base/android/javatests/src/org/chromium/base/ObserverListTest.java         Object b = new Object();
b                 282 base/android/javatests/src/org/chromium/base/ObserverListTest.java         observerList.addObserver(b);
b                 294 base/android/javatests/src/org/chromium/base/ObserverListTest.java         observerList.removeObserver(b);
b                 298 base/android/javatests/src/org/chromium/base/ObserverListTest.java         observerList.removeObserver(b);
b                 307 base/android/javatests/src/org/chromium/base/ObserverListTest.java         observerList.removeObserver(b);
b                 325 base/android/javatests/src/org/chromium/base/ObserverListTest.java         observerList.removeObserver(b);
b                  74 base/android/jni_generator/golden_sample_for_tests_jni.h     jobject b) {
b                  77 base/android/jni_generator/golden_sample_for_tests_jni.h   return native->AddStructB(env, jcaller, b);
b                 284 base/android/jni_generator/java/src/org/chromium/example/jni_generator/SampleForTests.java   native void nativeAddStructB(long nativeCPPClass, InnerStructB b);
b                  23 base/atomicops_internals_x86_gcc.cc #define cpuid(a, b, c, d, inp) \
b                  27 base/atomicops_internals_x86_gcc.cc       : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
b                  29 base/atomicops_internals_x86_gcc.cc #define cpuid(a, b, c, d, inp) \
b                  33 base/atomicops_internals_x86_gcc.cc       : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
b                 174 base/bind_unittest.cc int Sum(int a, int b, int c, int d, int e, int f) {
b                 175 base/bind_unittest.cc   return a + b + c + d + e + f;
b                  84 base/callback_list_unittest.cc   void AddTwoParam(int a, int b) { value_ = a + b; }
b                  85 base/callback_list_unittest.cc   void AddThreeParam(int a, int b, int c) { value_ = a + b + c; }
b                  86 base/callback_list_unittest.cc   void AddFourParam(int a, int b, int c, int d) { value_ = a + b + c + d; }
b                  87 base/callback_list_unittest.cc   void AddFiveParam(int a, int b, int c, int d, int e) {
b                  88 base/callback_list_unittest.cc     value_ = a + b + c + d + e;
b                  90 base/callback_list_unittest.cc   void AddSixParam(int a, int b, int c, int d, int e , int f) {
b                  91 base/callback_list_unittest.cc     value_ = a + b + c + d + e + f;
b                 152 base/callback_list_unittest.cc   Listener a, b, c;
b                 157 base/callback_list_unittest.cc       cb_reg.Add(Bind(&Listener::IncrementTotal, Unretained(&b)));
b                 165 base/callback_list_unittest.cc   EXPECT_EQ(1, b.total());
b                 175 base/callback_list_unittest.cc   EXPECT_EQ(1, b.total());
b                 187 base/callback_list_unittest.cc   Listener a(1), b(-1), c(1);
b                 192 base/callback_list_unittest.cc       cb_reg.Add(Bind(&Listener::IncrementByMultipleOfScaler, Unretained(&b)));
b                 200 base/callback_list_unittest.cc   EXPECT_EQ(-10, b.total());
b                 210 base/callback_list_unittest.cc   EXPECT_EQ(-10, b.total());
b                 222 base/callback_list_unittest.cc   Listener a, b;
b                 234 base/callback_list_unittest.cc       cb_reg.Add(Bind(&Listener::IncrementTotal, Unretained(&b)));
b                 248 base/callback_list_unittest.cc   EXPECT_EQ(1, b.total());
b                 256 base/callback_list_unittest.cc   EXPECT_EQ(2, b.total());
b                 265 base/callback_list_unittest.cc   Listener b;
b                 269 base/callback_list_unittest.cc       cb_reg.Add(Bind(&Listener::IncrementTotal, Unretained(&b)));
b                 274 base/callback_list_unittest.cc   EXPECT_EQ(1, b.total());
b                 280 base/callback_list_unittest.cc   EXPECT_EQ(2, b.total());
b                  14 base/check_example.cc void DoCheck(bool b) {
b                  15 base/check_example.cc   CHECK(b) << "DoCheck " << b;
b                 142 base/containers/small_map_unittest.cc                              SmallMap<inner> const& b) {
b                 145 base/containers/small_map_unittest.cc     typename SmallMap<inner>::const_iterator it_in_b = b.find(it->first);
b                 146 base/containers/small_map_unittest.cc     if (it_in_b == b.end() || it_in_b->second != it->second)
b                 154 base/containers/small_map_unittest.cc                           SmallMap<inner> const& b) {
b                 155 base/containers/small_map_unittest.cc   return SmallMapIsSubset(a, b) && SmallMapIsSubset(b, a);
b                 842 base/debug/trace_event.h #define INTERNAL_TRACE_EVENT_UID3(a,b) \
b                 843 base/debug/trace_event.h     trace_event_unique_##a##b
b                 844 base/debug/trace_event.h #define INTERNAL_TRACE_EVENT_UID2(a,b) \
b                 845 base/debug/trace_event.h     INTERNAL_TRACE_EVENT_UID3(a,b)
b                  63 base/files/file_path.cc                                      const StringType& b) {
b                  65 base/files/file_path.cc   size_t b_letter_pos = FindDriveLetter(b);
b                  68 base/files/file_path.cc     return a == b;
b                  71 base/files/file_path.cc   StringType b_letter(b.substr(0, b_letter_pos + 1));
b                  76 base/files/file_path.cc   StringType b_rest(b.substr(b_letter_pos + 1));
b                 689 base/files/file_path_unittest.cc     FilePath b(cases[i].inputs[1]);
b                 691 base/files/file_path_unittest.cc     EXPECT_EQ(a == b, cases[i].expected) <<
b                 693 base/files/file_path_unittest.cc       b.value();
b                 698 base/files/file_path_unittest.cc     FilePath b(cases[i].inputs[1]);
b                 700 base/files/file_path_unittest.cc     EXPECT_EQ(a != b, !cases[i].expected) <<
b                 702 base/files/file_path_unittest.cc       b.value();
b                  39 base/gmock_unittest.cc   virtual int ReturnSecond(int a, int b) {
b                  40 base/gmock_unittest.cc     return b;
b                  50 base/gmock_unittest.cc   MOCK_METHOD2(ReturnSecond, int(int a, int b));
b                 137 base/i18n/file_util_icu.cc                                  const base::FilePath& b) {
b                 148 base/i18n/file_util_icu.cc       base::WideToUTF16(a.value()), base::WideToUTF16(b.value())) == UCOL_LESS;
b                 156 base/i18n/file_util_icu.cc       base::WideToUTF16(base::SysNativeMBToWide(b.value().c_str()))
b                  35 base/i18n/file_util_icu.h                                                   const base::FilePath& b);
b                 604 base/json/json_reader_unittest.cc   bool b = false;
b                 608 base/json/json_reader_unittest.cc   EXPECT_TRUE(dict_literal_0->GetAsBoolean(&b));
b                 609 base/json/json_reader_unittest.cc   EXPECT_TRUE(b);
b                  43 base/mac/bind_objc_block.h R RunBlock(base::mac::ScopedBlock<R(^)(A1, A2)> block, A1 a, A2 b) {
b                  45 base/mac/bind_objc_block.h   return extracted_block(a, b);
b                  67 base/md5.cc            register uint32 a, b, c, d;
b                  70 base/md5.cc            b = buf[1];
b                  74 base/md5.cc            MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478,  7);
b                  75 base/md5.cc            MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
b                  76 base/md5.cc            MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
b                  77 base/md5.cc            MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
b                  78 base/md5.cc            MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf,  7);
b                  79 base/md5.cc            MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12);
b                  80 base/md5.cc            MD5STEP(F1, c, d, a, b, in[ 6]+0xa8304613, 17);
b                  81 base/md5.cc            MD5STEP(F1, b, c, d, a, in[ 7]+0xfd469501, 22);
b                  82 base/md5.cc            MD5STEP(F1, a, b, c, d, in[ 8]+0x698098d8,  7);
b                  83 base/md5.cc            MD5STEP(F1, d, a, b, c, in[ 9]+0x8b44f7af, 12);
b                  84 base/md5.cc            MD5STEP(F1, c, d, a, b, in[10]+0xffff5bb1, 17);
b                  85 base/md5.cc            MD5STEP(F1, b, c, d, a, in[11]+0x895cd7be, 22);
b                  86 base/md5.cc            MD5STEP(F1, a, b, c, d, in[12]+0x6b901122,  7);
b                  87 base/md5.cc            MD5STEP(F1, d, a, b, c, in[13]+0xfd987193, 12);
b                  88 base/md5.cc            MD5STEP(F1, c, d, a, b, in[14]+0xa679438e, 17);
b                  89 base/md5.cc            MD5STEP(F1, b, c, d, a, in[15]+0x49b40821, 22);
b                  91 base/md5.cc            MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562,  5);
b                  92 base/md5.cc            MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340,  9);
b                  93 base/md5.cc            MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
b                  94 base/md5.cc            MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
b                  95 base/md5.cc            MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d,  5);
b                  96 base/md5.cc            MD5STEP(F2, d, a, b, c, in[10]+0x02441453,  9);
b                  97 base/md5.cc            MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
b                  98 base/md5.cc            MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
b                  99 base/md5.cc            MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6,  5);
b                 100 base/md5.cc            MD5STEP(F2, d, a, b, c, in[14]+0xc33707d6,  9);
b                 101 base/md5.cc            MD5STEP(F2, c, d, a, b, in[ 3]+0xf4d50d87, 14);
b                 102 base/md5.cc            MD5STEP(F2, b, c, d, a, in[ 8]+0x455a14ed, 20);
b                 103 base/md5.cc            MD5STEP(F2, a, b, c, d, in[13]+0xa9e3e905,  5);
b                 104 base/md5.cc            MD5STEP(F2, d, a, b, c, in[ 2]+0xfcefa3f8,  9);
b                 105 base/md5.cc            MD5STEP(F2, c, d, a, b, in[ 7]+0x676f02d9, 14);
b                 106 base/md5.cc            MD5STEP(F2, b, c, d, a, in[12]+0x8d2a4c8a, 20);
b                 108 base/md5.cc            MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942,  4);
b                 109 base/md5.cc            MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
b                 110 base/md5.cc            MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
b                 111 base/md5.cc            MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
b                 112 base/md5.cc            MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44,  4);
b                 113 base/md5.cc            MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
b                 114 base/md5.cc            MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
b                 115 base/md5.cc            MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
b                 116 base/md5.cc            MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6,  4);
b                 117 base/md5.cc            MD5STEP(F3, d, a, b, c, in[ 0]+0xeaa127fa, 11);
b                 118 base/md5.cc            MD5STEP(F3, c, d, a, b, in[ 3]+0xd4ef3085, 16);
b                 119 base/md5.cc            MD5STEP(F3, b, c, d, a, in[ 6]+0x04881d05, 23);
b                 120 base/md5.cc            MD5STEP(F3, a, b, c, d, in[ 9]+0xd9d4d039,  4);
b                 121 base/md5.cc            MD5STEP(F3, d, a, b, c, in[12]+0xe6db99e5, 11);
b                 122 base/md5.cc            MD5STEP(F3, c, d, a, b, in[15]+0x1fa27cf8, 16);
b                 123 base/md5.cc            MD5STEP(F3, b, c, d, a, in[ 2]+0xc4ac5665, 23);
b                 125 base/md5.cc            MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244,  6);
b                 126 base/md5.cc            MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
b                 127 base/md5.cc            MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
b                 128 base/md5.cc            MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
b                 129 base/md5.cc            MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3,  6);
b                 130 base/md5.cc            MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
b                 131 base/md5.cc            MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
b                 132 base/md5.cc            MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
b                 133 base/md5.cc            MD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f,  6);
b                 134 base/md5.cc            MD5STEP(F4, d, a, b, c, in[15]+0xfe2ce6e0, 10);
b                 135 base/md5.cc            MD5STEP(F4, c, d, a, b, in[ 6]+0xa3014314, 15);
b                 136 base/md5.cc            MD5STEP(F4, b, c, d, a, in[13]+0x4e0811a1, 21);
b                 137 base/md5.cc            MD5STEP(F4, a, b, c, d, in[ 4]+0xf7537e82,  6);
b                 138 base/md5.cc            MD5STEP(F4, d, a, b, c, in[11]+0xbd3af235, 10);
b                 139 base/md5.cc            MD5STEP(F4, c, d, a, b, in[ 2]+0x2ad7d2bb, 15);
b                 140 base/md5.cc            MD5STEP(F4, b, c, d, a, in[ 9]+0xeb86d391, 21);
b                 143 base/md5.cc            buf[1] += b;
b                 172 base/memory/weak_ptr_unittest.cc     WeakPtr<TargetBase> b = object->target;
b                 214 base/memory/weak_ptr_unittest.cc   WeakPtr<int> a, b;
b                 219 base/memory/weak_ptr_unittest.cc     b = factory.GetWeakPtr();
b                 221 base/memory/weak_ptr_unittest.cc     EXPECT_EQ(&data, b.get());
b                 224 base/memory/weak_ptr_unittest.cc   EXPECT_EQ(NULL, b.get());
b                 234 base/memory/weak_ptr_unittest.cc       WeakPtr<int> b = factory.GetWeakPtr();
b                  41 base/message_loop/message_loop_test.cc   void Test2Ptr(std::string* a, std::string* b) {
b                  44 base/message_loop/message_loop_test.cc     result_.append(*b);
b                  47 base/message_loop/message_loop_test.cc   void Test2Mixed(const std::string& a, std::string* b) {
b                  50 base/message_loop/message_loop_test.cc     result_.append(*b);
b                  93 base/message_loop/message_loop_test.cc   std::string a("a"), b("b"), c("c"), d("d");
b                  99 base/message_loop/message_loop_test.cc       &Foo::Test1Ptr, foo.get(), &b));
b                 343 base/message_loop/message_loop_test.cc     RecordDeletionProbe* b = new RecordDeletionProbe(a, &b_was_deleted);
b                 344 base/message_loop/message_loop_test.cc     RecordDeletionProbe* c = new RecordDeletionProbe(b, &c_was_deleted);
b                 252 base/metrics/histogram.h #define DISCARD_2_ARGUMENTS(a, b) \
b                 255 base/metrics/histogram.h     static_cast<void>(b); \
b                 257 base/metrics/histogram.h #define DISCARD_3_ARGUMENTS(a, b, c) \
b                 260 base/metrics/histogram.h     static_cast<void>(b); \
b                 263 base/metrics/histogram.h #define DISCARD_5_ARGUMENTS(a, b, c, d ,e) \
b                 266 base/metrics/histogram.h     static_cast<void>(b); \
b                 183 base/observer_list_threadsafe.h   void Notify(Method m, const A& a, const B& b) {
b                 185 base/observer_list_threadsafe.h         m, MakeTuple(a, b));
b                 190 base/observer_list_threadsafe.h   void Notify(Method m, const A& a, const B& b, const C& c) {
b                 192 base/observer_list_threadsafe.h         m, MakeTuple(a, b, c));
b                 197 base/observer_list_threadsafe.h   void Notify(Method m, const A& a, const B& b, const C& c, const D& d) {
b                 199 base/observer_list_threadsafe.h         m, MakeTuple(a, b, c, d));
b                 186 base/observer_list_unittest.cc   Adder a(1), b(-1), c(1), d(-1), e(-1);
b                 190 base/observer_list_unittest.cc   observer_list.AddObserver(&b);
b                 204 base/observer_list_unittest.cc   EXPECT_EQ(-20, b.total);
b                 216 base/observer_list_unittest.cc   Adder b(-1);
b                 222 base/observer_list_unittest.cc   observer_list->AddObserver(&b);
b                 235 base/observer_list_unittest.cc   EXPECT_EQ(-20, b.total);
b                 245 base/observer_list_unittest.cc   Adder a(1), b(1);
b                 248 base/observer_list_unittest.cc   EXPECT_NE(&a, &b);
b                 252 base/observer_list_unittest.cc   observer_list->RemoveObserver(&b);
b                 258 base/observer_list_unittest.cc   EXPECT_EQ(0, b.total);
b                 263 base/observer_list_unittest.cc   observer_list->RemoveObserver(&b);
b                 269 base/observer_list_unittest.cc   EXPECT_EQ(0, b.total);
b                 276 base/observer_list_unittest.cc   Adder a(1), b(1), c(1);
b                 280 base/observer_list_unittest.cc   observer_list->AddObserver(&b);
b                 291 base/observer_list_unittest.cc     EXPECT_EQ(0, b.total);
b                 305 base/observer_list_unittest.cc     EXPECT_EQ(0, b.total);
b                 314 base/observer_list_unittest.cc   observer_list->AddObserver(&b);
b                 319 base/observer_list_unittest.cc   EXPECT_EQ(30, b.total);
b                 352 base/observer_list_unittest.cc   Adder b(1);
b                 355 base/observer_list_unittest.cc   observer_list->AddObserver(&b);
b                 358 base/observer_list_unittest.cc   a.AddFooToRemove(&b);
b                 379 base/observer_list_unittest.cc   Adder b(-1);
b                 384 base/observer_list_unittest.cc   observer_list->AddObserver(&b);
b                 437 base/observer_list_unittest.cc   AddInObserve<ObserverList<Foo> > b(&observer_list);
b                 440 base/observer_list_unittest.cc   observer_list.AddObserver(&b);
b                 444 base/observer_list_unittest.cc   EXPECT_TRUE(b.added);
b                 447 base/observer_list_unittest.cc   EXPECT_EQ(0, b.adder.total);
b                 451 base/observer_list_unittest.cc   EXPECT_EQ(1, b.adder.total);
b                 460 base/observer_list_unittest.cc   AddInObserve<ObserverListThreadSafe<Foo> > b(observer_list.get());
b                 463 base/observer_list_unittest.cc   observer_list->AddObserver(&b);
b                 468 base/observer_list_unittest.cc   EXPECT_TRUE(b.added);
b                 471 base/observer_list_unittest.cc   EXPECT_EQ(0, b.adder.total);
b                 476 base/observer_list_unittest.cc   EXPECT_EQ(1, b.adder.total);
b                  32 base/port.h    #define GG_VA_COPY(a, b) (va_copy(a, b))
b                  34 base/port.h    #define GG_VA_COPY(a, b) (a = b)
b                 158 base/scoped_generic.h           const ScopedGeneric<T, Traits>& b) {
b                 159 base/scoped_generic.h   a.swap(b);
b                  55 base/scoped_generic_unittest.cc     ScopedInt b(IntTraits::InvalidValue(), traits);
b                  56 base/scoped_generic_unittest.cc     EXPECT_EQ(IntTraits::InvalidValue(), b.release());
b                  64 base/scoped_generic_unittest.cc     ScopedInt b(kFirst, traits);
b                  65 base/scoped_generic_unittest.cc     b.reset(kSecond);
b                  76 base/scoped_generic_unittest.cc     ScopedInt b(kSecond, traits);
b                  77 base/scoped_generic_unittest.cc     a.swap(b);
b                  80 base/scoped_generic_unittest.cc     EXPECT_EQ(kFirst, b.get());
b                  91 base/scoped_generic_unittest.cc     ScopedInt b(a.Pass());
b                  94 base/scoped_generic_unittest.cc     ASSERT_EQ(kFirst, b.get());
b                  33 base/strings/nullable_string16.h inline bool operator==(const NullableString16& a, const NullableString16& b) {
b                  34 base/strings/nullable_string16.h   return a.is_null() == b.is_null() && a.string() == b.string();
b                  37 base/strings/nullable_string16.h inline bool operator!=(const NullableString16& a, const NullableString16& b) {
b                  38 base/strings/nullable_string16.h   return !(a == b);
b                  19 base/strings/nullable_string16_unittest.cc   NullableString16 b(ASCIIToUTF16("hello"), false);
b                  20 base/strings/nullable_string16_unittest.cc   EXPECT_EQ(a, b);
b                  25 base/strings/nullable_string16_unittest.cc   NullableString16 b(ASCIIToUTF16("world"), false);
b                  26 base/strings/nullable_string16_unittest.cc   EXPECT_NE(a, b);
b                  31 base/strings/nullable_string16_unittest.cc   NullableString16 b;
b                  32 base/strings/nullable_string16_unittest.cc   EXPECT_NE(a, b);
b                 493 base/strings/string_number_conversions.cc     char b = reinterpret_cast<const char*>(bytes)[i];
b                 494 base/strings/string_number_conversions.cc     ret[(i * 2)] = kHexChars[(b >> 4) & 0xf];
b                 495 base/strings/string_number_conversions.cc     ret[(i * 2) + 1] = kHexChars[b & 0xf];
b                 142 base/strings/string_piece_unittest.cc   BasicStringPiece<TypeParam> b(abc);
b                 152 base/strings/string_piece_unittest.cc   ASSERT_EQ(b[0], static_cast<typename TypeParam::value_type>('a'));
b                 162 base/strings/string_piece_unittest.cc   ASSERT_EQ(*(b.begin() + 2), static_cast<typename TypeParam::value_type>('c'));
b                 166 base/strings/string_piece_unittest.cc   ASSERT_EQ(*(b.rbegin() + 2),
b                 172 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.size(), 3U);
b                 204 base/strings/string_piece_unittest.cc   BasicStringPiece<TypeParam> b(abc);
b                 234 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find(b), 0U);
b                 235 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find(b, 1), Piece::npos);
b                 239 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.find(c), Piece::npos);
b                 240 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.find(c, Piece::npos), Piece::npos);
b                 249 base/strings/string_piece_unittest.cc   ASSERT_EQ(d.find(b), Piece::npos);
b                 250 base/strings/string_piece_unittest.cc   ASSERT_EQ(e.find(b), Piece::npos);
b                 251 base/strings/string_piece_unittest.cc   ASSERT_EQ(d.find(b, 4), Piece::npos);
b                 252 base/strings/string_piece_unittest.cc   ASSERT_EQ(e.find(b, 7), Piece::npos);
b                 286 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.rfind(b), 0U);
b                 287 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.rfind(b, 1), 0U);
b                 292 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.rfind(c), Piece::npos);
b                 293 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.rfind(c, 0U), Piece::npos);
b                 299 base/strings/string_piece_unittest.cc   ASSERT_EQ(d.rfind(b), Piece::npos);
b                 300 base/strings/string_piece_unittest.cc   ASSERT_EQ(e.rfind(b), Piece::npos);
b                 301 base/strings/string_piece_unittest.cc   ASSERT_EQ(d.rfind(b, 4), Piece::npos);
b                 302 base/strings/string_piece_unittest.cc   ASSERT_EQ(e.rfind(b, 7), Piece::npos);
b                 331 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_first_of(b), 0U);
b                 332 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_first_of(b, 0), 0U);
b                 333 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_first_of(b, 1), 1U);
b                 334 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_first_of(b, 2), 2U);
b                 335 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_first_of(b, 3), Piece::npos);
b                 341 base/strings/string_piece_unittest.cc   ASSERT_EQ(g.find_first_of(b), 13U);
b                 348 base/strings/string_piece_unittest.cc   ASSERT_EQ(d.find_first_of(b), Piece::npos);
b                 349 base/strings/string_piece_unittest.cc   ASSERT_EQ(e.find_first_of(b), Piece::npos);
b                 355 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_first_not_of(b), 3U);
b                 357 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.find_first_not_of(a), Piece::npos);
b                 391 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_last_of(b), 2U);
b                 423 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_last_not_of(b), a.size()-1);
b                 425 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.find_last_not_of(a), Piece::npos);
b                 426 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.find_last_not_of(b), Piece::npos);
b                 429 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_last_not_of(b, 3), 3U);
b                 430 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.find_last_not_of(b, 2), Piece::npos);
b                 451 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.find_last_not_of('c'), 1U);
b                 454 base/strings/string_piece_unittest.cc   ASSERT_EQ(b.find_last_not_of('b', 1), 0U);
b                 461 base/strings/string_piece_unittest.cc   ASSERT_EQ(a.substr(0, 3), b);
b                 480 base/strings/string_piece_unittest.cc   BasicStringPiece<TypeParam> b(s1);
b                 526 base/strings/string_piece_unittest.cc   StringPiece b(s1);
b                 534 base/strings/string_piece_unittest.cc   b.CopyToString(&s2);
b                 553 base/strings/string_piece_unittest.cc   ASSERT_TRUE(b.starts_with(s1));
b                 554 base/strings/string_piece_unittest.cc   ASSERT_TRUE(b.starts_with(b));
b                 555 base/strings/string_piece_unittest.cc   ASSERT_TRUE(b.starts_with(e));
b                 557 base/strings/string_piece_unittest.cc   ASSERT_TRUE(!a.starts_with(b));
b                 558 base/strings/string_piece_unittest.cc   ASSERT_TRUE(!b.starts_with(a));
b                 565 base/strings/string_piece_unittest.cc   ASSERT_TRUE(b.ends_with(s1));
b                 566 base/strings/string_piece_unittest.cc   ASSERT_TRUE(b.ends_with(b));
b                 567 base/strings/string_piece_unittest.cc   ASSERT_TRUE(b.ends_with(e));
b                 569 base/strings/string_piece_unittest.cc   ASSERT_TRUE(!a.ends_with(b));
b                 570 base/strings/string_piece_unittest.cc   ASSERT_TRUE(!b.ends_with(a));
b                 364 base/strings/string_util.cc                                           const char* b) {
b                 365 base/strings/string_util.cc   for (Iter it = a_begin; it != a_end; ++it, ++b) {
b                 366 base/strings/string_util.cc     if (!*b || base::ToLowerASCII(*it) != *b)
b                 369 base/strings/string_util.cc   return *b == 0;
b                 373 base/strings/string_util.cc bool LowerCaseEqualsASCII(const std::string& a, const char* b) {
b                 374 base/strings/string_util.cc   return DoLowerCaseEqualsASCII(a.begin(), a.end(), b);
b                 377 base/strings/string_util.cc bool LowerCaseEqualsASCII(const string16& a, const char* b) {
b                 378 base/strings/string_util.cc   return DoLowerCaseEqualsASCII(a.begin(), a.end(), b);
b                 383 base/strings/string_util.cc                           const char* b) {
b                 384 base/strings/string_util.cc   return DoLowerCaseEqualsASCII(a_begin, a_end, b);
b                 389 base/strings/string_util.cc                           const char* b) {
b                 390 base/strings/string_util.cc   return DoLowerCaseEqualsASCII(a_begin, a_end, b);
b                 397 base/strings/string_util.cc                           const char* b) {
b                 398 base/strings/string_util.cc   return DoLowerCaseEqualsASCII(a_begin, a_end, b);
b                 403 base/strings/string_util.cc                           const char* b) {
b                 404 base/strings/string_util.cc   return DoLowerCaseEqualsASCII(a_begin, a_end, b);
b                 409 base/strings/string_util.cc bool EqualsASCII(const string16& a, const base::StringPiece& b) {
b                 410 base/strings/string_util.cc   if (a.length() != b.length())
b                 412 base/strings/string_util.cc   return std::equal(b.begin(), b.end(), a.begin());
b                 294 base/strings/string_util.h BASE_EXPORT bool LowerCaseEqualsASCII(const std::string& a, const char* b);
b                 295 base/strings/string_util.h BASE_EXPORT bool LowerCaseEqualsASCII(const base::string16& a, const char* b);
b                 300 base/strings/string_util.h                                       const char* b);
b                 303 base/strings/string_util.h                                       const char* b);
b                 306 base/strings/string_util.h                                       const char* b);
b                 309 base/strings/string_util.h                                       const char* b);
b                 313 base/strings/string_util.h BASE_EXPORT bool EqualsASCII(const base::string16& a, const base::StringPiece& b);
b                 221 base/synchronization/waitable_event_posix.cc              const std::pair<WaitableEvent*, unsigned> &b) {
b                 222 base/synchronization/waitable_event_posix.cc   return a.first < b.first;
b                  26 base/third_party/dmg_fp/dmg_fp.h char* g_fmt(char* b, double x);
b                 336 base/third_party/dmg_fp/dtoa.cc #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \
b                 339 base/third_party/dmg_fp/dtoa.cc #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \
b                 470 base/third_party/dmg_fp/dtoa.cc #define rounded_product(a,b) a = rnd_prod(a, b)
b                 471 base/third_party/dmg_fp/dtoa.cc #define rounded_quotient(a,b) a = rnd_quot(a, b)
b                 478 base/third_party/dmg_fp/dtoa.cc #define rounded_product(a,b) a *= b
b                 479 base/third_party/dmg_fp/dtoa.cc #define rounded_quotient(a,b) a /= b
b                 611 base/third_party/dmg_fp/dtoa.cc 	(b, m, a) Bigint *b; int m, a;
b                 613 base/third_party/dmg_fp/dtoa.cc 	(Bigint *b, int m, int a)	/* multiply by m and add a */
b                 628 base/third_party/dmg_fp/dtoa.cc 	wds = b->wds;
b                 629 base/third_party/dmg_fp/dtoa.cc 	x = b->x;
b                 653 base/third_party/dmg_fp/dtoa.cc 		if (wds >= b->maxwds) {
b                 654 base/third_party/dmg_fp/dtoa.cc 			b1 = Balloc(b->k+1);
b                 655 base/third_party/dmg_fp/dtoa.cc 			Bcopy(b1, b);
b                 656 base/third_party/dmg_fp/dtoa.cc 			Bfree(b);
b                 657 base/third_party/dmg_fp/dtoa.cc 			b = b1;
b                 659 base/third_party/dmg_fp/dtoa.cc 		b->x[wds++] = carry;
b                 660 base/third_party/dmg_fp/dtoa.cc 		b->wds = wds;
b                 662 base/third_party/dmg_fp/dtoa.cc 	return b;
b                 673 base/third_party/dmg_fp/dtoa.cc 	Bigint *b;
b                 680 base/third_party/dmg_fp/dtoa.cc 	b = Balloc(k);
b                 681 base/third_party/dmg_fp/dtoa.cc 	b->x[0] = y9;
b                 682 base/third_party/dmg_fp/dtoa.cc 	b->wds = 1;
b                 684 base/third_party/dmg_fp/dtoa.cc 	b = Balloc(k+1);
b                 685 base/third_party/dmg_fp/dtoa.cc 	b->x[0] = y9 & 0xffff;
b                 686 base/third_party/dmg_fp/dtoa.cc 	b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
b                 692 base/third_party/dmg_fp/dtoa.cc 		do b = multadd(b, 10, *s++ - '0');
b                 699 base/third_party/dmg_fp/dtoa.cc 		b = multadd(b, 10, *s++ - '0');
b                 700 base/third_party/dmg_fp/dtoa.cc 	return b;
b                 793 base/third_party/dmg_fp/dtoa.cc 	Bigint *b;
b                 795 base/third_party/dmg_fp/dtoa.cc 	b = Balloc(1);
b                 796 base/third_party/dmg_fp/dtoa.cc 	b->x[0] = i;
b                 797 base/third_party/dmg_fp/dtoa.cc 	b->wds = 1;
b                 798 base/third_party/dmg_fp/dtoa.cc 	return b;
b                 804 base/third_party/dmg_fp/dtoa.cc 	(a, b) Bigint *a, *b;
b                 806 base/third_party/dmg_fp/dtoa.cc 	(Bigint *a, Bigint *b)
b                 822 base/third_party/dmg_fp/dtoa.cc 	if (a->wds < b->wds) {
b                 824 base/third_party/dmg_fp/dtoa.cc 		a = b;
b                 825 base/third_party/dmg_fp/dtoa.cc 		b = c;
b                 829 base/third_party/dmg_fp/dtoa.cc 	wb = b->wds;
b                 838 base/third_party/dmg_fp/dtoa.cc 	xb = b->x;
b                 916 base/third_party/dmg_fp/dtoa.cc 	(b, k) Bigint *b; int k;
b                 918 base/third_party/dmg_fp/dtoa.cc 	(Bigint *b, int k)
b                 926 base/third_party/dmg_fp/dtoa.cc 		b = multadd(b, p05[i-1], 0);
b                 929 base/third_party/dmg_fp/dtoa.cc 		return b;
b                 946 base/third_party/dmg_fp/dtoa.cc 			b1 = mult(b, p5);
b                 947 base/third_party/dmg_fp/dtoa.cc 			Bfree(b);
b                 948 base/third_party/dmg_fp/dtoa.cc 			b = b1;
b                 967 base/third_party/dmg_fp/dtoa.cc 	return b;
b                 973 base/third_party/dmg_fp/dtoa.cc 	(b, k) Bigint *b; int k;
b                 975 base/third_party/dmg_fp/dtoa.cc 	(Bigint *b, int k)
b                 987 base/third_party/dmg_fp/dtoa.cc 	k1 = b->k;
b                 988 base/third_party/dmg_fp/dtoa.cc 	n1 = n + b->wds + 1;
b                 989 base/third_party/dmg_fp/dtoa.cc 	for(i = b->maxwds; n1 > i; i <<= 1)
b                 995 base/third_party/dmg_fp/dtoa.cc 	x = b->x;
b                 996 base/third_party/dmg_fp/dtoa.cc 	xe = x + b->wds;
b                1026 base/third_party/dmg_fp/dtoa.cc 	Bfree(b);
b                1033 base/third_party/dmg_fp/dtoa.cc 	(a, b) Bigint *a, *b;
b                1035 base/third_party/dmg_fp/dtoa.cc 	(Bigint *a, Bigint *b)
b                1042 base/third_party/dmg_fp/dtoa.cc 	j = b->wds;
b                1046 base/third_party/dmg_fp/dtoa.cc 	if (j > 1 && !b->x[j-1])
b                1053 base/third_party/dmg_fp/dtoa.cc 	xb0 = b->x;
b                1067 base/third_party/dmg_fp/dtoa.cc 	(a, b) Bigint *a, *b;
b                1069 base/third_party/dmg_fp/dtoa.cc 	(Bigint *a, Bigint *b)
b                1084 base/third_party/dmg_fp/dtoa.cc 	i = cmp(a,b);
b                1093 base/third_party/dmg_fp/dtoa.cc 		a = b;
b                1094 base/third_party/dmg_fp/dtoa.cc 		b = c;
b                1104 base/third_party/dmg_fp/dtoa.cc 	wb = b->wds;
b                1105 base/third_party/dmg_fp/dtoa.cc 	xb = b->x;
b                1278 base/third_party/dmg_fp/dtoa.cc 	Bigint *b;
b                1294 base/third_party/dmg_fp/dtoa.cc 	b = Balloc(1);
b                1296 base/third_party/dmg_fp/dtoa.cc 	b = Balloc(2);
b                1298 base/third_party/dmg_fp/dtoa.cc 	x = b->x;
b                1322 base/third_party/dmg_fp/dtoa.cc 		    b->wds = (x[1] = z) ? 2 : 1;
b                1330 base/third_party/dmg_fp/dtoa.cc 		    b->wds = 1;
b                1376 base/third_party/dmg_fp/dtoa.cc 	b->wds = i + 1;
b                1399 base/third_party/dmg_fp/dtoa.cc 	return b;
b                1407 base/third_party/dmg_fp/dtoa.cc 	(a, b) Bigint *a, *b;
b                1409 base/third_party/dmg_fp/dtoa.cc 	(Bigint *a, Bigint *b)
b                1416 base/third_party/dmg_fp/dtoa.cc 	dval(&db) = b2d(b, &kb);
b                1418 base/third_party/dmg_fp/dtoa.cc 	k = ka - kb + 32*(a->wds - b->wds);
b                1420 base/third_party/dmg_fp/dtoa.cc 	k = ka - kb + 16*(a->wds - b->wds);
b                1638 base/third_party/dmg_fp/dtoa.cc rshift(b, k) Bigint *b; int k;
b                1640 base/third_party/dmg_fp/dtoa.cc rshift(Bigint *b, int k)
b                1646 base/third_party/dmg_fp/dtoa.cc 	x = x1 = b->x;
b                1648 base/third_party/dmg_fp/dtoa.cc 	if (n < b->wds) {
b                1649 base/third_party/dmg_fp/dtoa.cc 		xe = x + b->wds;
b                1665 base/third_party/dmg_fp/dtoa.cc 	if ((b->wds = x1 - b->x) == 0)
b                1666 base/third_party/dmg_fp/dtoa.cc 		b->x[0] = 0;
b                1671 base/third_party/dmg_fp/dtoa.cc any_on(b, k) Bigint *b; int k;
b                1673 base/third_party/dmg_fp/dtoa.cc any_on(Bigint *b, int k)
b                1679 base/third_party/dmg_fp/dtoa.cc 	x = b->x;
b                1680 base/third_party/dmg_fp/dtoa.cc 	nwds = b->wds;
b                1708 base/third_party/dmg_fp/dtoa.cc increment(b) Bigint *b;
b                1710 base/third_party/dmg_fp/dtoa.cc increment(Bigint *b)
b                1716 base/third_party/dmg_fp/dtoa.cc 	x = b->x;
b                1717 base/third_party/dmg_fp/dtoa.cc 	xe = x + b->wds;
b                1721 base/third_party/dmg_fp/dtoa.cc 			return b;
b                1726 base/third_party/dmg_fp/dtoa.cc 		if (b->wds >= b->maxwds) {
b                1727 base/third_party/dmg_fp/dtoa.cc 			b1 = Balloc(b->k+1);
b                1728 base/third_party/dmg_fp/dtoa.cc 			Bcopy(b1,b);
b                1729 base/third_party/dmg_fp/dtoa.cc 			Bfree(b);
b                1730 base/third_party/dmg_fp/dtoa.cc 			b = b1;
b                1732 base/third_party/dmg_fp/dtoa.cc 		b->x[b->wds++] = 1;
b                1734 base/third_party/dmg_fp/dtoa.cc 	return b;
b                1745 base/third_party/dmg_fp/dtoa.cc 	Bigint *b;
b                1917 base/third_party/dmg_fp/dtoa.cc 	b = Balloc(k);
b                1918 base/third_party/dmg_fp/dtoa.cc 	x = b->x;
b                1943 base/third_party/dmg_fp/dtoa.cc 	b->wds = n = x - b->x;
b                1947 base/third_party/dmg_fp/dtoa.cc 	x = b->x;
b                1950 base/third_party/dmg_fp/dtoa.cc 		if (any_on(b,n)) {
b                1955 base/third_party/dmg_fp/dtoa.cc 				if (k > 0 && any_on(b,k))
b                1959 base/third_party/dmg_fp/dtoa.cc 		rshift(b, n);
b                1964 base/third_party/dmg_fp/dtoa.cc 		b = lshift(b, n);
b                1966 base/third_party/dmg_fp/dtoa.cc 		x = b->x;
b                1970 base/third_party/dmg_fp/dtoa.cc 		Bfree(b);
b                1987 base/third_party/dmg_fp/dtoa.cc 				if (n == nbits && (n < 2 || any_on(b,n-1)))
b                1999 base/third_party/dmg_fp/dtoa.cc 			Bfree(b);
b                2012 base/third_party/dmg_fp/dtoa.cc 			lostbits = any_on(b,k);
b                2016 base/third_party/dmg_fp/dtoa.cc 		rshift(b,n);
b                2036 base/third_party/dmg_fp/dtoa.cc 			k = b->wds;
b                2037 base/third_party/dmg_fp/dtoa.cc 			b = increment(b);
b                2038 base/third_party/dmg_fp/dtoa.cc 			x = b->x;
b                2046 base/third_party/dmg_fp/dtoa.cc 			else if (b->wds > k
b                2049 base/third_party/dmg_fp/dtoa.cc 				rshift(b,1);
b                2057 base/third_party/dmg_fp/dtoa.cc 		word0(rvp) = b->wds > 1 ? b->x[1] & ~0x100000 : 0;
b                2059 base/third_party/dmg_fp/dtoa.cc 		word0(rvp) = (b->x[1] & ~0x100000) | ((e + 0x3ff + 52) << 20);
b                2060 base/third_party/dmg_fp/dtoa.cc 	word1(rvp) = b->x[0];
b                2064 base/third_party/dmg_fp/dtoa.cc 		k = b->x[0] & ((1 << j) - 1);
b                2065 base/third_party/dmg_fp/dtoa.cc 		rshift(b,j);
b                2070 base/third_party/dmg_fp/dtoa.cc 					increment(b);
b                2074 base/third_party/dmg_fp/dtoa.cc 					increment(b);
b                2079 base/third_party/dmg_fp/dtoa.cc 					increment(b);
b                2084 base/third_party/dmg_fp/dtoa.cc 	word0(rvp) = b->x[1] | ((e + 65 + 13) << 24);
b                2085 base/third_party/dmg_fp/dtoa.cc 	word1(rvp) = b->x[0];
b                2091 base/third_party/dmg_fp/dtoa.cc 	word0(rvp) = ((b->x[1] & ~0x800000) >> 16) | ((e + 129 + 55) << 7) | (b->x[1] << 16);
b                2092 base/third_party/dmg_fp/dtoa.cc 	word1(rvp) = (b->x[0] >> 16) | (b->x[0] << 16);
b                2094 base/third_party/dmg_fp/dtoa.cc 	Bfree(b);
b                2100 base/third_party/dmg_fp/dtoa.cc dshift(b, p2) Bigint *b; int p2;
b                2102 base/third_party/dmg_fp/dtoa.cc dshift(Bigint *b, int p2)
b                2105 base/third_party/dmg_fp/dtoa.cc 	int rv = hi0bits(b->x[b->wds-1]) - 4;
b                2114 base/third_party/dmg_fp/dtoa.cc 	(b, S) Bigint *b, *S;
b                2116 base/third_party/dmg_fp/dtoa.cc 	(Bigint *b, Bigint *S)
b                2132 base/third_party/dmg_fp/dtoa.cc 	/*debug*/ if (b->wds > n)
b                2135 base/third_party/dmg_fp/dtoa.cc 	if (b->wds < n)
b                2139 base/third_party/dmg_fp/dtoa.cc 	bx = b->x;
b                2178 base/third_party/dmg_fp/dtoa.cc 			bx = b->x;
b                2181 base/third_party/dmg_fp/dtoa.cc 			b->wds = n;
b                2184 base/third_party/dmg_fp/dtoa.cc 	if (cmp(b, S) >= 0) {
b                2188 base/third_party/dmg_fp/dtoa.cc 		bx = b->x;
b                2218 base/third_party/dmg_fp/dtoa.cc 		bx = b->x;
b                2223 base/third_party/dmg_fp/dtoa.cc 			b->wds = n;
b                2240 base/third_party/dmg_fp/dtoa.cc 	Bigint *b, *d;
b                2251 base/third_party/dmg_fp/dtoa.cc 		b = i2b(1);
b                2272 base/third_party/dmg_fp/dtoa.cc 		b = d2b(rv, &p2, &bbits);
b                2281 base/third_party/dmg_fp/dtoa.cc 		Bfree(b);
b                2282 base/third_party/dmg_fp/dtoa.cc 		b = i2b(1);
b                2298 base/third_party/dmg_fp/dtoa.cc 			b = lshift(b, i);
b                2300 base/third_party/dmg_fp/dtoa.cc 			b = increment(b);
b                2305 base/third_party/dmg_fp/dtoa.cc 		b = lshift(b, ++i);
b                2306 base/third_party/dmg_fp/dtoa.cc 		b->x[0] |= 1;
b                2319 base/third_party/dmg_fp/dtoa.cc 		b = pow5mult(b, -p5);
b                2330 base/third_party/dmg_fp/dtoa.cc 		b = lshift(b, b2);
b                2337 base/third_party/dmg_fp/dtoa.cc 	if (!(dig = quorem(b,d))) {
b                2338 base/third_party/dmg_fp/dtoa.cc 		b = multadd(b, 10, 0);	/* very unlikely */
b                2339 base/third_party/dmg_fp/dtoa.cc 		dig = quorem(b,d);
b                2347 base/third_party/dmg_fp/dtoa.cc 		if (!b->x[0] && b->wds == 1) {
b                2352 base/third_party/dmg_fp/dtoa.cc 		b = multadd(b, 10, 0);
b                2353 base/third_party/dmg_fp/dtoa.cc 		dig = quorem(b,d);
b                2358 base/third_party/dmg_fp/dtoa.cc 		if (!b->x[0] && b->wds == 1) {
b                2363 base/third_party/dmg_fp/dtoa.cc 		b = multadd(b, 10, 0);
b                2364 base/third_party/dmg_fp/dtoa.cc 		dig = quorem(b,d);
b                2366 base/third_party/dmg_fp/dtoa.cc 	if (b->x[0] || b->wds > 1)
b                2369 base/third_party/dmg_fp/dtoa.cc 	Bfree(b);
b                3484 base/third_party/dmg_fp/dtoa.cc 	Bigint *b = (Bigint *)((int *)s - 1);
b                3485 base/third_party/dmg_fp/dtoa.cc 	b->maxwds = 1 << (b->k = *(int*)b);
b                3486 base/third_party/dmg_fp/dtoa.cc 	Bfree(b);
b                3578 base/third_party/dmg_fp/dtoa.cc 	Bigint *b, *b1, *delta, *mlo = NULL, *mhi, *S;
b                3653 base/third_party/dmg_fp/dtoa.cc 	b = d2b(&u, &be, &bbits);
b                3969 base/third_party/dmg_fp/dtoa.cc 				b1 = mult(mhi, b);
b                3970 base/third_party/dmg_fp/dtoa.cc 				Bfree(b);
b                3971 base/third_party/dmg_fp/dtoa.cc 				b = b1;
b                3974 base/third_party/dmg_fp/dtoa.cc 				b = pow5mult(b, j);
b                3977 base/third_party/dmg_fp/dtoa.cc 			b = pow5mult(b, b5);
b                4024 base/third_party/dmg_fp/dtoa.cc 		b = lshift(b, b2);
b                4028 base/third_party/dmg_fp/dtoa.cc 		if (cmp(b,S) < 0) {
b                4030 base/third_party/dmg_fp/dtoa.cc 			b = multadd(b, 10, 0);	/* we botched the k estimate */
b                4037 base/third_party/dmg_fp/dtoa.cc 		if (ilim < 0 || cmp(b,S = multadd(S,5,0)) <= 0) {
b                4064 base/third_party/dmg_fp/dtoa.cc 			dig = quorem(b,S) + '0';
b                4068 base/third_party/dmg_fp/dtoa.cc 			j = cmp(b, mlo);
b                4070 base/third_party/dmg_fp/dtoa.cc 			j1 = delta->sign ? 1 : cmp(b, delta);
b                4083 base/third_party/dmg_fp/dtoa.cc 				else if (!b->x[0] && b->wds <= 1)
b                4095 base/third_party/dmg_fp/dtoa.cc 				if (!b->x[0] && b->wds <= 1) {
b                4109 base/third_party/dmg_fp/dtoa.cc 					b = lshift(b, 1);
b                4110 base/third_party/dmg_fp/dtoa.cc 					j1 = cmp(b, S);
b                4138 base/third_party/dmg_fp/dtoa.cc 			b = multadd(b, 10, 0);
b                4149 base/third_party/dmg_fp/dtoa.cc 			*s++ = dig = quorem(b,S) + '0';
b                4150 base/third_party/dmg_fp/dtoa.cc 			if (!b->x[0] && b->wds <= 1) {
b                4158 base/third_party/dmg_fp/dtoa.cc 			b = multadd(b, 10, 0);
b                4169 base/third_party/dmg_fp/dtoa.cc 	b = lshift(b, 1);
b                4170 base/third_party/dmg_fp/dtoa.cc 	j = cmp(b, S);
b                4207 base/third_party/dmg_fp/dtoa.cc 	Bfree(b);
b                  30 base/third_party/dmg_fp/g_fmt.cc g_fmt(register char *b, double x)
b                  37 base/third_party/dmg_fp/g_fmt.cc 	b0 = b;
b                  40 base/third_party/dmg_fp/g_fmt.cc 		*b++ = '0';
b                  41 base/third_party/dmg_fp/g_fmt.cc 		*b = 0;
b                  47 base/third_party/dmg_fp/g_fmt.cc 		*b++ = '-';
b                  49 base/third_party/dmg_fp/g_fmt.cc 		while((*b++ = *s++)) {}
b                  53 base/third_party/dmg_fp/g_fmt.cc 		*b++ = *s++;
b                  55 base/third_party/dmg_fp/g_fmt.cc 			*b++ = '.';
b                  56 base/third_party/dmg_fp/g_fmt.cc 			while((*b = *s++))
b                  57 base/third_party/dmg_fp/g_fmt.cc 				b++;
b                  59 base/third_party/dmg_fp/g_fmt.cc 		*b++ = 'e';
b                  62 base/third_party/dmg_fp/g_fmt.cc 			*b++ = '-';
b                  66 base/third_party/dmg_fp/g_fmt.cc 			*b++ = '+';
b                  70 base/third_party/dmg_fp/g_fmt.cc 			*b++ = i + '0';
b                  76 base/third_party/dmg_fp/g_fmt.cc 		*b = 0;
b                  79 base/third_party/dmg_fp/g_fmt.cc 		*b++ = '.';
b                  81 base/third_party/dmg_fp/g_fmt.cc 			*b++ = '0';
b                  82 base/third_party/dmg_fp/g_fmt.cc 		while((*b++ = *s++)) {}
b                  85 base/third_party/dmg_fp/g_fmt.cc 		while((*b = *s++)) {
b                  86 base/third_party/dmg_fp/g_fmt.cc 			b++;
b                  88 base/third_party/dmg_fp/g_fmt.cc 				*b++ = '.';
b                  91 base/third_party/dmg_fp/g_fmt.cc 			*b++ = '0';
b                  92 base/third_party/dmg_fp/g_fmt.cc 		*b = 0;
b                  77 base/third_party/nspr/prtime.h #define LL_MUL(r, a, b) ((r) = (a) * (b))
b                4267 base/third_party/valgrind/valgrind.h #define VG_USERREQ_TOOL_BASE(a,b) \
b                4268 base/third_party/valgrind/valgrind.h    ((unsigned int)(((a)&0xff) << 24 | ((b)&0xff) << 16))
b                4269 base/third_party/valgrind/valgrind.h #define VG_IS_TOOL_USERREQ(a, b, v) \
b                4270 base/third_party/valgrind/valgrind.h    (VG_USERREQ_TOOL_BASE(a,b) == ((v) & 0xffff0000))
b                  57 base/third_party/xdg_mime/xdgmimecache.c #define MAX(a,b) ((a) > (b) ? (a) : (b))
b                 562 base/third_party/xdg_mime/xdgmimecache.c static int compare_mime_weight (const void *a, const void *b)
b                 565 base/third_party/xdg_mime/xdgmimecache.c   const MimeWeight *bb = (const MimeWeight *)b;
b                 379 base/third_party/xdg_mime/xdgmimeglob.c static int compare_mime_weight (const void *a, const void *b)
b                 382 base/third_party/xdg_mime/xdgmimeglob.c   const MimeWeight *bb = (const MimeWeight *)b;
b                 136 base/time/time_unittest.cc   Time b = Time::FromLocalExploded(exploded);
b                 141 base/time/time_unittest.cc   EXPECT_TRUE((a - b) < TimeDelta::FromSeconds(1));
b                 149 base/time/time_unittest.cc   Time b = Time::FromUTCExploded(exploded);
b                 150 base/time/time_unittest.cc   EXPECT_TRUE((a - b) < TimeDelta::FromSeconds(1));
b                 113 base/timer/timer_unittest.cc   OneShotTimerTester b(&did_run_b);
b                 114 base/timer/timer_unittest.cc   b.Start();
b                 162 base/timer/timer_unittest.cc   RepeatingTimerTester b(&did_run_b, delay);
b                 163 base/timer/timer_unittest.cc   b.Start();
b                 374 base/timer/timer_unittest.cc     OneShotTimerTester b(&did_run);
b                 380 base/timer/timer_unittest.cc       b.Start();
b                 249 base/tools_sanity_unittest.cc   PlatformThreadHandle b;
b                 251 base/tools_sanity_unittest.cc   PlatformThread::Create(0, d2, &b);
b                 253 base/tools_sanity_unittest.cc   PlatformThread::Join(b);
b                  98 base/tuple.h            typename TupleTraits<B>::ParamType b)
b                  99 base/tuple.h         : a(a), b(b) {
b                 103 base/tuple.h     B b;
b                 115 base/tuple.h            typename TupleTraits<B>::ParamType b,
b                 117 base/tuple.h         : a(a), b(b), c(c){
b                 121 base/tuple.h     B b;
b                 135 base/tuple.h            typename TupleTraits<B>::ParamType b,
b                 138 base/tuple.h         : a(a), b(b), c(c), d(d) {
b                 142 base/tuple.h     B b;
b                 158 base/tuple.h       typename TupleTraits<B>::ParamType b,
b                 162 base/tuple.h       : a(a), b(b), c(c), d(d), e(e) {
b                 166 base/tuple.h     B b;
b                 184 base/tuple.h       typename TupleTraits<B>::ParamType b,
b                 189 base/tuple.h       : a(a), b(b), c(c), d(d), e(e), f(f) {
b                 193 base/tuple.h     B b;
b                 213 base/tuple.h       typename TupleTraits<B>::ParamType b,
b                 219 base/tuple.h       : a(a), b(b), c(c), d(d), e(e), f(f), g(g) {
b                 223 base/tuple.h     B b;
b                 246 base/tuple.h       typename TupleTraits<B>::ParamType b,
b                 253 base/tuple.h       : a(a), b(b), c(c), d(d), e(e), f(f), g(g), h(h) {
b                 257 base/tuple.h     B b;
b                 434 base/tuple.h   inline Tuple2<A, B> MakeTuple(const A& a, const B& b) {
b                 435 base/tuple.h     return Tuple2<A, B>(a, b);
b                 439 base/tuple.h   inline Tuple3<A, B, C> MakeTuple(const A& a, const B& b, const C& c) {
b                 440 base/tuple.h     return Tuple3<A, B, C>(a, b, c);
b                 444 base/tuple.h   inline Tuple4<A, B, C, D> MakeTuple(const A& a, const B& b, const C& c,
b                 446 base/tuple.h     return Tuple4<A, B, C, D>(a, b, c, d);
b                 450 base/tuple.h   inline Tuple5<A, B, C, D, E> MakeTuple(const A& a, const B& b, const C& c,
b                 452 base/tuple.h     return Tuple5<A, B, C, D, E>(a, b, c, d, e);
b                 456 base/tuple.h   inline Tuple6<A, B, C, D, E, F> MakeTuple(const A& a, const B& b, const C& c,
b                 458 base/tuple.h     return Tuple6<A, B, C, D, E, F>(a, b, c, d, e, f);
b                 462 base/tuple.h   inline Tuple7<A, B, C, D, E, F, G> MakeTuple(const A& a, const B& b, const C& c,
b                 465 base/tuple.h     return Tuple7<A, B, C, D, E, F, G>(a, b, c, d, e, f, g);
b                 470 base/tuple.h   inline Tuple8<A, B, C, D, E, F, G, H> MakeTuple(const A& a, const B& b,
b                 474 base/tuple.h     return Tuple8<A, B, C, D, E, F, G, H>(a, b, c, d, e, f, g, h);
b                 486 base/tuple.h   inline Tuple2<A&, B&> MakeRefTuple(A& a, B& b) {
b                 487 base/tuple.h     return Tuple2<A&, B&>(a, b);
b                 491 base/tuple.h   inline Tuple3<A&, B&, C&> MakeRefTuple(A& a, B& b, C& c) {
b                 492 base/tuple.h     return Tuple3<A&, B&, C&>(a, b, c);
b                 496 base/tuple.h   inline Tuple4<A&, B&, C&, D&> MakeRefTuple(A& a, B& b, C& c, D& d) {
b                 497 base/tuple.h     return Tuple4<A&, B&, C&, D&>(a, b, c, d);
b                 501 base/tuple.h   inline Tuple5<A&, B&, C&, D&, E&> MakeRefTuple(A& a, B& b, C& c, D& d, E& e) {
b                 502 base/tuple.h     return Tuple5<A&, B&, C&, D&, E&>(a, b, c, d, e);
b                 506 base/tuple.h   inline Tuple6<A&, B&, C&, D&, E&, F&> MakeRefTuple(A& a, B& b, C& c, D& d, E& e,
b                 508 base/tuple.h     return Tuple6<A&, B&, C&, D&, E&, F&>(a, b, c, d, e, f);
b                 512 base/tuple.h   inline Tuple7<A&, B&, C&, D&, E&, F&, G&> MakeRefTuple(A& a, B& b, C& c, D& d,
b                 514 base/tuple.h     return Tuple7<A&, B&, C&, D&, E&, F&, G&>(a, b, c, d, e, f, g);
b                 519 base/tuple.h   inline Tuple8<A&, B&, C&, D&, E&, F&, G&, H&> MakeRefTuple(A& a, B& b, C& c,
b                 522 base/tuple.h     return Tuple8<A&, B&, C&, D&, E&, F&, G&, H&>(a, b, c, d, e, f, g, h);
b                 556 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b));
b                 563 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 571 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 580 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 591 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 603 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 616 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 645 base/tuple.h                 base::internal::UnwrapTraits<B>::Unwrap(arg.b));
b                 651 base/tuple.h                 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 659 base/tuple.h                 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 668 base/tuple.h                 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 678 base/tuple.h                 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 690 base/tuple.h                 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 703 base/tuple.h                 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 738 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b));
b                 745 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 753 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 762 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 773 base/tuple.h                    base::internal::UnwrapTraits<B>::Unwrap(arg.b),
b                 812 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 822 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 833 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 845 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 859 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 874 base/tuple.h     (obj->*method)(&out->a, &out->b);
b                 882 base/tuple.h     (obj->*method)(in, &out->a, &out->b);
b                 891 base/tuple.h         base::internal::UnwrapTraits<InA>::Unwrap(in.a), &out->a, &out->b);
b                 900 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 902 base/tuple.h                    &out->b);
b                 911 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 914 base/tuple.h                    &out->b);
b                 923 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 927 base/tuple.h                    &out->b);
b                 937 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 942 base/tuple.h                    &out->b);
b                 952 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 958 base/tuple.h                    &out->b);
b                 968 base/tuple.h     (obj->*method)(&out->a, &out->b, &out->c);
b                 976 base/tuple.h     (obj->*method)(in, &out->a, &out->b, &out->c);
b                 986 base/tuple.h                    &out->b,
b                 996 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                 998 base/tuple.h                    &out->b,
b                1008 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1011 base/tuple.h                    &out->b,
b                1021 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1025 base/tuple.h                    &out->b,
b                1036 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1041 base/tuple.h                    &out->b,
b                1052 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1058 base/tuple.h                    &out->b,
b                1069 base/tuple.h     (obj->*method)(&out->a, &out->b, &out->c, &out->d);
b                1079 base/tuple.h                    &out->b,
b                1091 base/tuple.h                    &out->b,
b                1102 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1104 base/tuple.h                    &out->b,
b                1115 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1118 base/tuple.h                    &out->b,
b                1129 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1133 base/tuple.h                    &out->b,
b                1145 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1150 base/tuple.h                    &out->b,
b                1162 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1168 base/tuple.h                    &out->b,
b                1180 base/tuple.h     (obj->*method)(&out->a, &out->b, &out->c, &out->d, &out->e);
b                1190 base/tuple.h                    &out->b,
b                1203 base/tuple.h                    &out->b,
b                1215 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1217 base/tuple.h                    &out->b,
b                1229 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1232 base/tuple.h                    &out->b,
b                1244 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1248 base/tuple.h                    &out->b,
b                1261 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1266 base/tuple.h                    &out->b,
b                1279 base/tuple.h                    base::internal::UnwrapTraits<InB>::Unwrap(in.b),
b                1285 base/tuple.h                    &out->b,
b                  12 base/tuple_unittest.cc void DoAdd(int a, int b, int c, int* res) {
b                  13 base/tuple_unittest.cc   *res = a + b + c;
b                  18 base/tuple_unittest.cc   void DoAdd(int a, int b, int c, int d, int* res) {
b                  19 base/tuple_unittest.cc     *res = a + b + c + d;
b                  25 base/tuple_unittest.cc   void DoAdd(int a, int b, int c, int d, int e, int* res) {
b                  26 base/tuple_unittest.cc     *res = a + b + c + d + e;
b                  44 base/tuple_unittest.cc   EXPECT_EQ(2, t3.b);
b                  47 base/tuple_unittest.cc   EXPECT_EQ(2, t4.b);
b                  50 base/tuple_unittest.cc   EXPECT_EQ(2, t5.b);
b                  54 base/tuple_unittest.cc   EXPECT_EQ(2, t6.b);
b                  89 base/tuple_unittest.cc void SomeLoggerMethRef(const CopyLogger& logy, const CopyLogger* ptr, bool* b) {
b                  90 base/tuple_unittest.cc   *b = &logy == ptr;
b                  93 base/tuple_unittest.cc void SomeLoggerMethCopy(CopyLogger logy, const CopyLogger* ptr, bool* b) {
b                  94 base/tuple_unittest.cc   *b = &logy == ptr;
b                 111 base/tuple_unittest.cc   tuple.b = &tuple.a;
b                 172 base/values.cc bool Value::Equals(const Value* a, const Value* b) {
b                 173 base/values.cc   if ((a == NULL) && (b == NULL)) return true;
b                 174 base/values.cc   if ((a == NULL) ^  (b == NULL)) return false;
b                 175 base/values.cc   return a->Equals(b);
b                 113 base/values.h    static bool Equals(const Value* a, const Value* b);
b                  19 base/win/scoped_bstr_unittest.cc   ScopedBstr b;
b                  20 base/win/scoped_bstr_unittest.cc   EXPECT_TRUE(b == NULL);
b                  21 base/win/scoped_bstr_unittest.cc   EXPECT_EQ(0, b.Length());
b                  22 base/win/scoped_bstr_unittest.cc   EXPECT_EQ(0, b.ByteLength());
b                  23 base/win/scoped_bstr_unittest.cc   b.Reset(NULL);
b                  24 base/win/scoped_bstr_unittest.cc   EXPECT_TRUE(b == NULL);
b                  25 base/win/scoped_bstr_unittest.cc   EXPECT_TRUE(b.Release() == NULL);
b                  27 base/win/scoped_bstr_unittest.cc   b.Swap(b2);
b                 194 base/win/scoped_variant.cc void ScopedVariant::Set(bool b) {
b                 197 base/win/scoped_variant.cc   var_.boolVal = b ? VARIANT_TRUE : VARIANT_FALSE;
b                 103 base/win/scoped_variant.h   void Set(bool b);
b                 489 cc/base/math_util.cc static inline float ScaleOnAxis(double a, double b, double c) {
b                 490 cc/base/math_util.cc   if (!b && !c)
b                 493 cc/base/math_util.cc     return b;
b                 494 cc/base/math_util.cc   if (!a && !b)
b                 498 cc/base/math_util.cc   return static_cast<float>(std::sqrt(a * a + b * b + c * c));
b                  89 cc/base/region.h inline bool operator==(const Region& a, const Region& b) {
b                  90 cc/base/region.h   return a.Equals(b);
b                  93 cc/base/region.h inline bool operator!=(const Region& a, const Region& b) {
b                  94 cc/base/region.h   return !(a == b);
b                  97 cc/base/region.h inline Region SubtractRegions(const Region& a, const Region& b) {
b                  99 cc/base/region.h   result.Subtract(b);
b                 103 cc/base/region.h inline Region SubtractRegions(const Region& a, const gfx::Rect& b) {
b                 105 cc/base/region.h   result.Subtract(b);
b                 109 cc/base/region.h inline Region IntersectRegions(const Region& a, const Region& b) {
b                 111 cc/base/region.h   result.Intersect(b);
b                 115 cc/base/region.h inline Region IntersectRegions(const Region& a, const gfx::Rect& b) {
b                 117 cc/base/region.h   result.Intersect(b);
b                 121 cc/base/region.h inline Region UnionRegions(const Region& a, const Region& b) {
b                 123 cc/base/region.h   result.Union(b);
b                 127 cc/base/region.h inline Region UnionRegions(const Region& a, const gfx::Rect& b) {
b                 129 cc/base/region.h   result.Union(b);
b                 101 cc/base/region_unittest.cc #define TEST_NO_INTERSECT(a, b) {  \
b                 103 cc/base/region_unittest.cc   Region br = b;                   \
b                 106 cc/base/region_unittest.cc   EXPECT_FALSE(ar.Intersects(b));  \
b                 110 cc/base/region_unittest.cc #define TEST_INTERSECT(a, b) {    \
b                 112 cc/base/region_unittest.cc   Region br = b;                  \
b                 115 cc/base/region_unittest.cc   EXPECT_TRUE(ar.Intersects(b));  \
b                 207 cc/base/region_unittest.cc #define TEST_NO_CONTAINS(a, b)                  \
b                 210 cc/base/region_unittest.cc     Region br = b;                              \
b                 212 cc/base/region_unittest.cc     EXPECT_FALSE(ar.Contains(b));               \
b                 215 cc/base/region_unittest.cc #define TEST_CONTAINS(a, b)                     \
b                 218 cc/base/region_unittest.cc     Region br = b;                              \
b                 220 cc/base/region_unittest.cc     EXPECT_TRUE(ar.Contains(b));                \
b                 109 cc/base/scoped_ptr_deque.h   void swap(iterator a, iterator b) {
b                 111 cc/base/scoped_ptr_deque.h     DCHECK(b < end());
b                 112 cc/base/scoped_ptr_deque.h     if (a == end() || b == end() || a == b)
b                 115 cc/base/scoped_ptr_deque.h     typename std::deque<T*>::iterator writable_b = b;
b                 154 cc/base/scoped_ptr_vector.h   void swap(iterator a, iterator b) {
b                 156 cc/base/scoped_ptr_vector.h     DCHECK(b < end());
b                 157 cc/base/scoped_ptr_vector.h     if (a == end() || b == end() || a == b)
b                 160 cc/base/scoped_ptr_vector.h     typename std::vector<T*>::iterator writable_b = b;
b                  62 cc/debug/layer_tree_debug_state.cc                                 const LayerTreeDebugState& b) {
b                  64 cc/debug/layer_tree_debug_state.cc       a.show_fps_counter == b.show_fps_counter &&
b                  65 cc/debug/layer_tree_debug_state.cc       a.show_debug_borders == b.show_debug_borders &&
b                  66 cc/debug/layer_tree_debug_state.cc       a.continuous_painting == b.continuous_painting &&
b                  67 cc/debug/layer_tree_debug_state.cc       a.show_paint_rects == b.show_paint_rects &&
b                  68 cc/debug/layer_tree_debug_state.cc       a.show_property_changed_rects == b.show_property_changed_rects &&
b                  69 cc/debug/layer_tree_debug_state.cc       a.show_surface_damage_rects == b.show_surface_damage_rects &&
b                  70 cc/debug/layer_tree_debug_state.cc       a.show_screen_space_rects == b.show_screen_space_rects &&
b                  71 cc/debug/layer_tree_debug_state.cc       a.show_replica_screen_space_rects == b.show_replica_screen_space_rects &&
b                  72 cc/debug/layer_tree_debug_state.cc       a.show_occluding_rects == b.show_occluding_rects &&
b                  73 cc/debug/layer_tree_debug_state.cc       a.show_non_occluding_rects == b.show_non_occluding_rects &&
b                  74 cc/debug/layer_tree_debug_state.cc       a.show_touch_event_handler_rects == b.show_touch_event_handler_rects &&
b                  75 cc/debug/layer_tree_debug_state.cc       a.show_wheel_event_handler_rects == b.show_wheel_event_handler_rects &&
b                  76 cc/debug/layer_tree_debug_state.cc       a.show_scroll_event_handler_rects == b.show_scroll_event_handler_rects &&
b                  77 cc/debug/layer_tree_debug_state.cc       a.show_non_fast_scrollable_rects == b.show_non_fast_scrollable_rects &&
b                  79 cc/debug/layer_tree_debug_state.cc           b.show_layer_animation_bounds_rects &&
b                  80 cc/debug/layer_tree_debug_state.cc       a.slow_down_raster_scale_factor == b.slow_down_raster_scale_factor &&
b                  81 cc/debug/layer_tree_debug_state.cc       a.rasterize_only_visible_content == b.rasterize_only_visible_content &&
b                  82 cc/debug/layer_tree_debug_state.cc       a.show_picture_borders == b.show_picture_borders &&
b                  83 cc/debug/layer_tree_debug_state.cc       a.record_rendering_stats_ == b.record_rendering_stats_);
b                  87 cc/debug/layer_tree_debug_state.cc                                                const LayerTreeDebugState& b) {
b                  90 cc/debug/layer_tree_debug_state.cc   r.show_fps_counter |= b.show_fps_counter;
b                  91 cc/debug/layer_tree_debug_state.cc   r.show_debug_borders |= b.show_debug_borders;
b                  92 cc/debug/layer_tree_debug_state.cc   r.continuous_painting |= b.continuous_painting;
b                  94 cc/debug/layer_tree_debug_state.cc   r.show_paint_rects |= b.show_paint_rects;
b                  95 cc/debug/layer_tree_debug_state.cc   r.show_property_changed_rects |= b.show_property_changed_rects;
b                  96 cc/debug/layer_tree_debug_state.cc   r.show_surface_damage_rects |= b.show_surface_damage_rects;
b                  97 cc/debug/layer_tree_debug_state.cc   r.show_screen_space_rects |= b.show_screen_space_rects;
b                  98 cc/debug/layer_tree_debug_state.cc   r.show_replica_screen_space_rects |= b.show_replica_screen_space_rects;
b                  99 cc/debug/layer_tree_debug_state.cc   r.show_occluding_rects |= b.show_occluding_rects;
b                 100 cc/debug/layer_tree_debug_state.cc   r.show_non_occluding_rects |= b.show_non_occluding_rects;
b                 101 cc/debug/layer_tree_debug_state.cc   r.show_touch_event_handler_rects |= b.show_touch_event_handler_rects;
b                 102 cc/debug/layer_tree_debug_state.cc   r.show_wheel_event_handler_rects |= b.show_wheel_event_handler_rects;
b                 103 cc/debug/layer_tree_debug_state.cc   r.show_scroll_event_handler_rects |= b.show_scroll_event_handler_rects;
b                 104 cc/debug/layer_tree_debug_state.cc   r.show_non_fast_scrollable_rects |= b.show_non_fast_scrollable_rects;
b                 105 cc/debug/layer_tree_debug_state.cc   r.show_layer_animation_bounds_rects |= b.show_layer_animation_bounds_rects;
b                 107 cc/debug/layer_tree_debug_state.cc   if (b.slow_down_raster_scale_factor)
b                 108 cc/debug/layer_tree_debug_state.cc     r.slow_down_raster_scale_factor = b.slow_down_raster_scale_factor;
b                 109 cc/debug/layer_tree_debug_state.cc   r.rasterize_only_visible_content |= b.rasterize_only_visible_content;
b                 110 cc/debug/layer_tree_debug_state.cc   r.show_picture_borders |= b.show_picture_borders;
b                 112 cc/debug/layer_tree_debug_state.cc   r.record_rendering_stats_ |= b.record_rendering_stats_;
b                  46 cc/debug/layer_tree_debug_state.h   static bool Equal(const LayerTreeDebugState& a, const LayerTreeDebugState& b);
b                  48 cc/debug/layer_tree_debug_state.h                                    const LayerTreeDebugState& b);
b                  55 cc/output/filter_operations_unittest.cc #define SAVE_RESTORE_OFFSET_AMOUNT_COLOR(filter_name, filter_type, a, b, c) \
b                  58 cc/output/filter_operations_unittest.cc         FilterOperation::Create##filter_name##Filter(a, b, c);              \
b                  61 cc/output/filter_operations_unittest.cc     EXPECT_EQ(b, op.amount());                                              \
b                  68 cc/output/filter_operations_unittest.cc     EXPECT_NE(b, op2.amount());                                             \
b                  72 cc/output/filter_operations_unittest.cc     op2.set_amount(b);                                                      \
b                  77 cc/output/filter_operations_unittest.cc     EXPECT_EQ(b, op2.amount());                                             \
b                 101 cc/output/filter_operations_unittest.cc #define SAVE_RESTORE_AMOUNT_INSET(filter_name, filter_type, a, b)            \
b                 103 cc/output/filter_operations_unittest.cc     FilterOperation op = FilterOperation::Create##filter_name##Filter(a, b); \
b                 106 cc/output/filter_operations_unittest.cc     EXPECT_EQ(b, op.zoom_inset());                                           \
b                 112 cc/output/filter_operations_unittest.cc     EXPECT_NE(b, op2.zoom_inset());                                          \
b                 115 cc/output/filter_operations_unittest.cc     op2.set_zoom_inset(b);                                                   \
b                 119 cc/output/filter_operations_unittest.cc     EXPECT_EQ(b, op2.zoom_inset());                                          \
b                 138 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_2_NEW(Type, a, b) \
b                 142 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b); \
b                 146 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_2_ALL(Type, a, b) \
b                 151 cc/quads/draw_quad_unittest.cc                        quad_visible_rect, needs_blending, a, b); \
b                 155 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_3_NEW(Type, a, b, c) \
b                 159 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b, c); \
b                 163 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_3_ALL(Type, a, b, c) \
b                 168 cc/quads/draw_quad_unittest.cc                        quad_visible_rect, needs_blending, a, b, c); \
b                 172 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_4_NEW(Type, a, b, c, d) \
b                 176 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d); \
b                 180 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_4_ALL(Type, a, b, c, d) \
b                 185 cc/quads/draw_quad_unittest.cc                        quad_visible_rect, needs_blending, a, b, c, d); \
b                 189 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_5_NEW(Type, a, b, c, d, e) \
b                 193 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d, e); \
b                 197 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_5_ALL(Type, a, b, c, d, e) \
b                 202 cc/quads/draw_quad_unittest.cc                        quad_visible_rect, needs_blending, a, b, c, d, e); \
b                 206 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_5_NEW_1(Type, a, b, c, d, e, copy_a) \
b                 210 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d, e); \
b                 214 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_5_ALL_1(Type, a, b, c, d, e, copy_a) \
b                 219 cc/quads/draw_quad_unittest.cc                        quad_visible_rect, needs_blending, a, b, c, d, e); \
b                 223 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_6_NEW(Type, a, b, c, d, e, f) \
b                 227 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d, e, f); \
b                 231 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_6_ALL(Type, a, b, c, d, e, f) \
b                 236 cc/quads/draw_quad_unittest.cc                        quad_visible_rect, needs_blending, a, b, c, d, e, f); \
b                 240 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_7_NEW(Type, a, b, c, d, e, f, g) \
b                 244 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d, e, f, g); \
b                 248 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_7_ALL(Type, a, b, c, d, e, f, g) \
b                 254 cc/quads/draw_quad_unittest.cc                        a, b, c, d, e, f, g); \
b                 258 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_7_NEW_1(Type, a, b, c, d, e, f, g, copy_a) \
b                 262 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d, e, f, g); \
b                 266 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_7_ALL_1(Type, a, b, c, d, e, f, g, copy_a) \
b                 272 cc/quads/draw_quad_unittest.cc                        a, b, c, d, e, f, g); \
b                 276 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_8_NEW(Type, a, b, c, d, e, f, g, h) \
b                 280 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d, e, f, g, h); \
b                 284 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_8_ALL(Type, a, b, c, d, e, f, g, h) \
b                 290 cc/quads/draw_quad_unittest.cc                        a, b, c, d, e, f, g, h); \
b                 294 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_8_NEW_1(Type, a, b, c, d, e, f, g, h, copy_a) \
b                 298 cc/quads/draw_quad_unittest.cc       quad_new->SetNew(shared_state.get(), quad_rect, a, b, c, d, e, f, g, h); \
b                 302 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_8_ALL_1(Type, a, b, c, d, e, f, g, h, copy_a) \
b                 308 cc/quads/draw_quad_unittest.cc                        a, b, c, d, e, f, g, h); \
b                 312 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_9_NEW(Type, a, b, c, d, e, f, g, h, i) \
b                 317 cc/quads/draw_quad_unittest.cc                        a, b, c, d, e, f, g, h, i); \
b                 321 cc/quads/draw_quad_unittest.cc #define CREATE_QUAD_9_ALL(Type, a, b, c, d, e, f, g, h, i) \
b                 327 cc/quads/draw_quad_unittest.cc                        a, b, c, d, e, f, g, h, i); \
b                  28 cc/resources/picture_layer_tiling.cc   bool operator()(const Tile* a, const Tile* b) {
b                  30 cc/resources/picture_layer_tiling.cc     const TilePriority& b_priority = b->priority(tree_);
b                 627 cc/resources/picture_layer_tiling.cc   int b = num_y_edges * width + num_x_edges * height;
b                 631 cc/resources/picture_layer_tiling.cc   return a == 0 ? -c / b :
b                 632 cc/resources/picture_layer_tiling.cc      (-b + static_cast<int>(
b                 633 cc/resources/picture_layer_tiling.cc          std::sqrt(static_cast<int64>(b) * b - 4.0 * a * c))) / (2 * a);
b                 146 cc/resources/prioritized_resource_manager.h                                      PrioritizedResource* b) {
b                 147 cc/resources/prioritized_resource_manager.h     if (a->request_priority() == b->request_priority())
b                 148 cc/resources/prioritized_resource_manager.h       return a < b;
b                 150 cc/resources/prioritized_resource_manager.h                                                   b->request_priority());
b                 154 cc/resources/prioritized_resource_manager.h                                      PrioritizedResource::Backing* b) {
b                 157 cc/resources/prioritized_resource_manager.h         b->CanBeRecycledIfNotInExternalUse())
b                 159 cc/resources/prioritized_resource_manager.h               b->CanBeRecycledIfNotInExternalUse());
b                 162 cc/resources/prioritized_resource_manager.h         b->was_above_priority_cutoff_at_last_priority_update())
b                 164 cc/resources/prioritized_resource_manager.h               b->was_above_priority_cutoff_at_last_priority_update());
b                 168 cc/resources/prioritized_resource_manager.h         b->request_priority_at_last_priority_update())
b                 171 cc/resources/prioritized_resource_manager.h           b->request_priority_at_last_priority_update());
b                 174 cc/resources/prioritized_resource_manager.h     if (a->in_drawing_impl_tree() != b->in_drawing_impl_tree())
b                 175 cc/resources/prioritized_resource_manager.h       return (a->in_drawing_impl_tree() < b->in_drawing_impl_tree());
b                 179 cc/resources/prioritized_resource_manager.h     if (a->in_parent_compositor() != b->in_parent_compositor())
b                 180 cc/resources/prioritized_resource_manager.h       return (a->in_parent_compositor() > b->in_parent_compositor());
b                 181 cc/resources/prioritized_resource_manager.h     return a < b;
b                  17 cc/resources/prioritized_tile_set.cc                   const Tile* b) const {
b                  19 cc/resources/prioritized_tile_set.cc     const ManagedTileState& bms = b->managed_state();
b                  34 cc/resources/prioritized_tile_set.cc     gfx::Rect b_rect = b->content_rect();
b                  25 cc/resources/prioritized_tile_set_unittest.cc                   const scoped_refptr<Tile>& b) const {
b                  27 cc/resources/prioritized_tile_set_unittest.cc     const ManagedTileState& bms = b->managed_state();
b                  42 cc/resources/prioritized_tile_set_unittest.cc     gfx::Rect b_rect = b->content_rect();
b                  30 cc/resources/priority_calculator.h   static inline bool priority_is_lower(int a, int b) { return a > b; }
b                  31 cc/resources/priority_calculator.h   static inline bool priority_is_higher(int a, int b) { return a < b; }
b                  32 cc/resources/priority_calculator.h   static inline int max_priority(int a, int b) {
b                  33 cc/resources/priority_calculator.h     return priority_is_higher(a, b) ? a : b;
b                1478 cc/resources/resource_provider.cc     const std::pair<ReturnedResource, ResourceMap::iterator>& b) {
b                1480 cc/resources/resource_provider.cc   const ResourceMap::iterator& b_it = b.second;
b                 543 cc/resources/resource_provider.h       const std::pair<ReturnedResource, ResourceMap::iterator>& b);
b                 174 cc/resources/task_graph_runner.h                                   const PrioritizedTask& b) {
b                 176 cc/resources/task_graph_runner.h     return a.priority > b.priority;
b                 180 cc/resources/task_graph_runner.h                                            const TaskNamespace* b) {
b                 182 cc/resources/task_graph_runner.h     DCHECK(!b->ready_to_run_tasks.empty());
b                 188 cc/resources/task_graph_runner.h                                b->ready_to_run_tasks.front());
b                1515 cc/resources/tile_manager.cc     PairedPictureLayerIterator* b) const {
b                1522 cc/resources/tile_manager.cc       b->NextTileIterator(tree_priority_);
b                  94 cc/resources/tile_manager.h                       PairedPictureLayerIterator* b) const;
b                  81 cc/scheduler/scheduler_state_machine_unittest.cc   void SetNeedsRedraw(bool b) { needs_redraw_ = b; }
b                  83 cc/scheduler/scheduler_state_machine_unittest.cc   void SetNeedsForcedRedrawForTimeout(bool b) {
b                  72 cc/test/layer_test_common.h     T* AddChildToRoot(const A& a, const B& b, const C& c, const D& d) {
b                  74 cc/test/layer_test_common.h           T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d);
b                  34 cc/trees/layer_sorter.cc                          const gfx::PointF& b,
b                  38 cc/trees/layer_sorter.cc   gfx::Vector2dF u = b - a;
b                  74 cc/trees/layer_sorter.cc static float CheckFloatingPointNumericAccuracy(float a, float b) {
b                  75 cc/trees/layer_sorter.cc   float abs_dif = std::abs(b - a);
b                  76 cc/trees/layer_sorter.cc   float abs_max = std::max(std::abs(b), std::abs(a));
b                  86 cc/trees/layer_sorter.cc                                                        LayerShape* b,
b                  92 cc/trees/layer_sorter.cc   if (!a->projected_bounds.Intersects(b->projected_bounds))
b                  99 cc/trees/layer_sorter.cc   gfx::PointF bPoints[4] = { b->projected_quad.p1(),
b                 100 cc/trees/layer_sorter.cc                              b->projected_quad.p2(),
b                 101 cc/trees/layer_sorter.cc                              b->projected_quad.p3(),
b                 102 cc/trees/layer_sorter.cc                              b->projected_quad.p4() };
b                 111 cc/trees/layer_sorter.cc     if (b->projected_quad.Contains(aPoints[i]))
b                 140 cc/trees/layer_sorter.cc     float zb = b->LayerZFromProjectedPoint(overlap_points[o]);
b                  91 cc/trees/layer_sorter.h                                       LayerShape* b,
b                  36 cc/trees/layer_tree_host_unittest_delegated.cc                            const ReturnedResource& b) {
b                  37 cc/trees/layer_tree_host_unittest_delegated.cc   return a.id < b.id;
b                  77 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java     private static boolean constantTimeAreArraysEqual(byte[] a, byte[] b) {
b                  78 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java         if (a.length != b.length) {
b                  84 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java             result |= a[i] ^ b[i];
b                 679 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java     protected void onLayout(boolean changed, int l, int t, int r, int b) {
b                 680 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         super.onLayout(changed, l, t, r, b);
b                 189 chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java     protected void onLayout(boolean changed, int l, int t, int r, int b) {
b                 209 chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java         super.onLayout(changed, l, t, r, b);
b                 329 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java     protected void onLayout(boolean changed, int l, int t, int r, int b) {
b                 341 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java         super.onLayout(changed, l, t, r, b);
b                  55 chrome/android/java/src/org/chromium/chrome/browser/util/HashUtil.java         for (byte b : data) {
b                  56 chrome/android/java/src/org/chromium/chrome/browser/util/HashUtil.java             formatter.format("%02x", b);
b                 129 chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java             byte[] b = new byte[PDF_PREAMBLE.length()];
b                 130 chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java             in.read(b);
b                 131 chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java             String preamble = new String(b);
b                 191 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc                const PartnerBookmarksShim::NodeRenamingMapKey& b) {
b                 192 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc   return (a.url_ < b.url_) ||
b                 193 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc       (a.url_ == b.url_ && a.provider_title_ < b.provider_title_);
b                 104 chrome/browser/android/bookmarks/partner_bookmarks_shim.h                           const NodeRenamingMapKey& b);
b                  19 chrome/browser/android/prerender_condition_platform.cc   explicit BooleanWrapper(bool b) : m_b(b) { }
b                  40 chrome/browser/android/prerender_condition_platform.cc   BooleanWrapper* b = static_cast<BooleanWrapper*>(data);
b                  41 chrome/browser/android/prerender_condition_platform.cc   return *b;
b                 115 chrome/browser/autocomplete/history_url_provider.cc                          const history::HistoryMatch& b) {
b                 117 chrome/browser/autocomplete/history_url_provider.cc   if (a.promoted != b.promoted)
b                 122 chrome/browser/autocomplete/history_url_provider.cc   if (!a.url_info.typed_count() != !b.url_info.typed_count())
b                 123 chrome/browser/autocomplete/history_url_provider.cc     return a.url_info.typed_count() > b.url_info.typed_count();
b                 127 chrome/browser/autocomplete/history_url_provider.cc   if (a.innermost_match != b.innermost_match)
b                 131 chrome/browser/autocomplete/history_url_provider.cc   if (a.url_info.typed_count() != b.url_info.typed_count())
b                 132 chrome/browser/autocomplete/history_url_provider.cc     return a.url_info.typed_count() > b.url_info.typed_count();
b                 136 chrome/browser/autocomplete/history_url_provider.cc   if ((a.url_info.typed_count() == 1) && (a.IsHostOnly() != b.IsHostOnly()))
b                 140 chrome/browser/autocomplete/history_url_provider.cc   if (a.url_info.visit_count() != b.url_info.visit_count())
b                 141 chrome/browser/autocomplete/history_url_provider.cc     return a.url_info.visit_count() > b.url_info.visit_count();
b                 144 chrome/browser/autocomplete/history_url_provider.cc   return a.url_info.last_visit() > b.url_info.last_visit();
b                 116 chrome/browser/autocomplete/search_provider.cc   bool operator()(const Result& a, const Result& b) {
b                 118 chrome/browser/autocomplete/search_provider.cc     return a.relevance() > b.relevance();
b                  80 chrome/browser/bookmarks/bookmark_index.h                                          const NodeTypedCountPair& b) {
b                  81 chrome/browser/bookmarks/bookmark_index.h       return a.second > b.second;
b                  43 chrome/browser/chromeos/drive/search_metadata.cc bool CompareByTimestamp(const ResourceEntry& a, const ResourceEntry& b) {
b                  45 chrome/browser/chromeos/drive/search_metadata.cc   const PlatformFileInfoProto& b_file_info = b.file_info();
b                  57 chrome/browser/chromeos/drive/search_metadata.cc   bool operator()(const ResultCandidate* a, const ResultCandidate* b) const {
b                  58 chrome/browser/chromeos/drive/search_metadata.cc     return CompareByTimestamp(a->entry, b->entry);
b                  98 chrome/browser/chromeos/external_metrics_unittest.cc   char b[MAXLENGTH + 100];
b                 100 chrome/browser/chromeos/external_metrics_unittest.cc     b[i] = 'x';
b                 102 chrome/browser/chromeos/external_metrics_unittest.cc   b[i] = '\0';
b                 103 chrome/browser/chromeos/external_metrics_unittest.cc   SendMessage(path, b, "yyy");
b                 113 chrome/browser/chromeos/external_metrics_unittest.cc   EXPECT_EQ(i, write(fd, b, i));
b                 120 chrome/browser/chromeos/external_metrics_unittest.cc   b[50] = '\0';
b                 124 chrome/browser/chromeos/external_metrics_unittest.cc   EXPECT_EQ(i, write(fd, b, i));
b                  47 chrome/browser/chromeos/login/login_status_consumer.h   inline bool operator==(const LoginFailure &b) const {
b                  48 chrome/browser/chromeos/login/login_status_consumer.h     if (reason_ != b.reason_) {
b                  52 chrome/browser/chromeos/login/login_status_consumer.h       return error_ == b.error_;
b                  93 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc   uint64 a = 0, r = 0, g = 0, b = 0;
b                 101 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc       b += SkColorGetB(color);
b                 109 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc                         (b + pixel_number / 2) / pixel_number);
b                  27 chrome/browser/chromeos/system/timezone_util.cc   inline void operator() (UResourceBundle* b) const {
b                  28 chrome/browser/chromeos/system/timezone_util.cc     ures_close(b);
b                  39 chrome/browser/devtools/adb/android_rsa.cc void ExtendedEuclid(uint64 a, uint64 b, uint64 *x, uint64 *y, uint64 *d) {
b                  42 chrome/browser/devtools/adb/android_rsa.cc   while (b > 0) {
b                  43 chrome/browser/devtools/adb/android_rsa.cc     uint64 q = a / b;
b                  44 chrome/browser/devtools/adb/android_rsa.cc     uint64 r = a % b;
b                  47 chrome/browser/devtools/adb/android_rsa.cc     a = b;
b                  48 chrome/browser/devtools/adb/android_rsa.cc     b = r;
b                  85 chrome/browser/devtools/adb/android_rsa.cc uint32* BnMul(uint32* a, uint32 b) {
b                  89 chrome/browser/devtools/adb/android_rsa.cc     carry_over += static_cast<uint64>(a[i]) * b;
b                  96 chrome/browser/devtools/adb/android_rsa.cc void BnSub(uint32* a, uint32* b) {
b                  99 chrome/browser/devtools/adb/android_rsa.cc     int64 sub = static_cast<int64>(a[i]) - b[i] - carry_over;
b                 116 chrome/browser/devtools/adb/android_rsa.cc int BnCompare(uint32* a, uint32* b) {
b                 118 chrome/browser/devtools/adb/android_rsa.cc     if (a[i] > b[i])
b                 120 chrome/browser/devtools/adb/android_rsa.cc     if (a[i] < b[i])
b                 126 chrome/browser/devtools/adb/android_rsa.cc uint64 BnGuess(uint32* a, uint32* b, uint64 from, uint64 to) {
b                 131 chrome/browser/devtools/adb/android_rsa.cc   uint32* t = BnMul(b, static_cast<uint32>(guess));
b                 135 chrome/browser/devtools/adb/android_rsa.cc     return BnGuess(a, b, guess, to);
b                 137 chrome/browser/devtools/adb/android_rsa.cc     return BnGuess(a, b, from, guess);
b                 141 chrome/browser/devtools/adb/android_rsa.cc void BnDiv(uint32* a, uint32* b, uint32** pq, uint32** pr) {
b                 142 chrome/browser/devtools/adb/android_rsa.cc   if (BnCompare(a, b) < 0) {
b                 153 chrome/browser/devtools/adb/android_rsa.cc   for (; ob > 0 && !b[ob]; --ob) {}
b                 157 chrome/browser/devtools/adb/android_rsa.cc   int digit = a[oa] < b[ob] ? oa - ob - 1 : oa - ob;
b                 160 chrome/browser/devtools/adb/android_rsa.cc     uint32* shifted_b = BnCopy(b);
b                  33 chrome/browser/devtools/adb_client_socket.cc   char b = reinterpret_cast<const char*>(&length)[1];
b                  34 chrome/browser/devtools/adb_client_socket.cc   result[0] = kHexChars[(b >> 4) & 0xf];
b                  35 chrome/browser/devtools/adb_client_socket.cc   result[1] = kHexChars[b & 0xf];
b                  36 chrome/browser/devtools/adb_client_socket.cc   b = reinterpret_cast<const char*>(&length)[0];
b                  37 chrome/browser/devtools/adb_client_socket.cc   result[2] = kHexChars[(b >> 4) & 0xf];
b                  38 chrome/browser/devtools/adb_client_socket.cc   result[3] = kHexChars[b & 0xf];
b                 333 chrome/browser/download/download_prefs.cc     const base::FilePath::StringType& b) const {
b                 334 chrome/browser/download/download_prefs.cc   return base::FilePath::CompareLessIgnoreCase(a, b);
b                  91 chrome/browser/download/download_prefs.h                     const base::FilePath::StringType& b) const;
b                  60 chrome/browser/enumerate_modules_model_win.cc                        const ModuleEnumerator::Module& b) {
b                  61 chrome/browser/enumerate_modules_model_win.cc   if (a.status != b.status)
b                  62 chrome/browser/enumerate_modules_model_win.cc     return a.status > b.status;
b                  64 chrome/browser/enumerate_modules_model_win.cc   if (a.location == b.location)
b                  65 chrome/browser/enumerate_modules_model_win.cc     return a.name < b.name;
b                  67 chrome/browser/enumerate_modules_model_win.cc   return a.location < b.location;
b                 214 chrome/browser/extensions/activity_log/activity_log_policy.h   void ScheduleAndForget(DatabaseType db, DatabaseFunc func, ArgA a, ArgB b) {
b                 218 chrome/browser/extensions/activity_log/activity_log_policy.h         base::Bind(func, base::Unretained(db), a, b));
b                 712 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc     Bucket* b = buckets_[id];
b                 713 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc     if (b == NULL) {
b                 714 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc       b = new Bucket();
b                 715 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc       buckets_[id] = b;
b                 717 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc     return b;
b                  87 chrome/browser/extensions/api/identity/account_tracker_unittest.cc   friend bool CompareByUser(TrackingEvent a, TrackingEvent b);
b                  94 chrome/browser/extensions/api/identity/account_tracker_unittest.cc bool CompareByUser(TrackingEvent a, TrackingEvent b) {
b                  95 chrome/browser/extensions/api/identity/account_tracker_unittest.cc   return a.account_key_ < b.account_key_;
b                 105 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc bool NullableEquals(const int* a, const int* b) {
b                 106 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if ((a && !b) || (!a && b))
b                 108 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return (!a) || (*a == *b);
b                 111 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc bool NullableEquals(const bool* a, const bool* b) {
b                 112 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if ((a && !b) || (!a && b))
b                 114 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return (!a) || (*a == *b);
b                 117 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc bool NullableEquals(const std::string* a, const std::string* b) {
b                 118 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if ((a && !b) || (!a && b))
b                 120 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return (!a) || (*a == *b);
b                 128 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc bool NullableEquals(const RequestCookie* a, const RequestCookie* b) {
b                 129 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if ((a && !b) || (!a && b))
b                 133 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return NullableEquals(a->name.get(), b->name.get()) &&
b                 134 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->value.get(), b->value.get());
b                 140 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc bool NullableEquals(const ResponseCookie* a, const ResponseCookie* b) {
b                 141 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if ((a && !b) || (!a && b))
b                 145 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return NullableEquals(a->name.get(), b->name.get()) &&
b                 146 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->value.get(), b->value.get()) &&
b                 147 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->expires.get(), b->expires.get()) &&
b                 148 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->max_age.get(), b->max_age.get()) &&
b                 149 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->domain.get(), b->domain.get()) &&
b                 150 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->path.get(), b->path.get()) &&
b                 151 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->secure.get(), b->secure.get()) &&
b                 152 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->http_only.get(), b->http_only.get());
b                 159 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc                     const FilterResponseCookie* b) {
b                 160 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if ((a && !b) || (!a && b))
b                 164 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return NullableEquals(a->age_lower_bound.get(), b->age_lower_bound.get()) &&
b                 165 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->age_upper_bound.get(), b->age_upper_bound.get()) &&
b                 166 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->session_cookie.get(), b->session_cookie.get());
b                 173 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc                     const RequestCookieModification* b) {
b                 174 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if ((a && !b) || (!a && b))
b                 178 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return NullableEquals(a->filter.get(), b->filter.get()) &&
b                 179 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->modification.get(), b->modification.get());
b                 186 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc                     const ResponseCookieModification* b) {
b                 187 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if ((a && !b) || (!a && b))
b                 191 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return a->type == b->type &&
b                 192 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->filter.get(), b->filter.get()) &&
b                 193 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->modification.get(), b->modification.get());
b                 245 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     const linked_ptr<EventResponseDelta>& b) {
b                 246 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return a->extension_install_time > b->extension_install_time;
b                  55 chrome/browser/extensions/api/web_request/web_request_api_helpers.h bool NullableEquals(const RequestCookie* a, const RequestCookie* b);
b                  74 chrome/browser/extensions/api/web_request/web_request_api_helpers.h bool NullableEquals(const ResponseCookie* a, const ResponseCookie* b);
b                  89 chrome/browser/extensions/api/web_request/web_request_api_helpers.h                     const FilterResponseCookie* b);
b                 110 chrome/browser/extensions/api/web_request/web_request_api_helpers.h                     const RequestCookieModification* b);
b                 125 chrome/browser/extensions/api/web_request/web_request_api_helpers.h                     const ResponseCookieModification* b);
b                 185 chrome/browser/extensions/api/web_request/web_request_api_helpers.h     const linked_ptr<EventResponseDelta>& b);
b                1162 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   linked_ptr<EventResponseDelta> b(
b                1165 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   EXPECT_FALSE(InDecreasingExtensionInstallationTimeOrder(a, b));
b                1166 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   EXPECT_TRUE(InDecreasingExtensionInstallationTimeOrder(b, a));
b                  27 chrome/browser/extensions/blacklist_unittest.cc std::set<std::string> Set(const std::string& a, const std::string& b) {
b                  29 chrome/browser/extensions/blacklist_unittest.cc   set.insert(b);
b                  33 chrome/browser/extensions/blacklist_unittest.cc                           const std::string& b,
b                  35 chrome/browser/extensions/blacklist_unittest.cc   std::set<std::string> set = Set(a, b);
b                  40 chrome/browser/extensions/blacklist_unittest.cc                           const std::string& b,
b                  43 chrome/browser/extensions/blacklist_unittest.cc   std::set<std::string> set = Set(a, b, c);
b                  77 chrome/browser/extensions/blacklist_unittest.cc   std::string b = AddExtension("b");
b                  83 chrome/browser/extensions/blacklist_unittest.cc   tester.SetBlacklistState(b, BLACKLISTED_MALWARE, false);
b                  86 chrome/browser/extensions/blacklist_unittest.cc   EXPECT_EQ(BLACKLISTED_MALWARE, tester.GetBlacklistState(b));
b                 124 chrome/browser/extensions/blacklist_unittest.cc   std::string b = AddExtension("b");
b                 144 chrome/browser/extensions/blacklist_unittest.cc   EXPECT_TRUE(prefs()->GetInstalledExtensionInfo(b).get());
b                 150 chrome/browser/extensions/blacklist_unittest.cc   blacklist.GetMalwareIDs(Set(a, b, c, d),
b                 158 chrome/browser/extensions/blacklist_unittest.cc   EXPECT_FALSE(prefs()->IsExtensionBlacklisted(b));
b                 169 chrome/browser/extensions/blacklist_unittest.cc   std::string b = AddExtension("b");
b                 175 chrome/browser/extensions/blacklist_unittest.cc   tester.SetBlacklistState(b, BLACKLISTED_SECURITY_VULNERABILITY, false);
b                 181 chrome/browser/extensions/blacklist_unittest.cc   blacklist.GetBlacklistedIDs(Set(a, b, c, e),
b                 184 chrome/browser/extensions/blacklist_unittest.cc   blacklist.GetBlacklistedIDs(Set(b, c, d, e),
b                 190 chrome/browser/extensions/blacklist_unittest.cc   EXPECT_EQ(BLACKLISTED_SECURITY_VULNERABILITY, states_abc[b]);
b                 192 chrome/browser/extensions/blacklist_unittest.cc   EXPECT_EQ(BLACKLISTED_SECURITY_VULNERABILITY, states_bcd[b]);
b                 219 chrome/browser/extensions/blacklist_unittest.cc   std::string b = AddExtension("b");
b                 223 chrome/browser/extensions/blacklist_unittest.cc   blacklist_db->SetUnsafe(a, b);
b                 233 chrome/browser/extensions/blacklist_unittest.cc       b, ClientCRXListInfoResponse_Verdict_POTENTIALLY_UNWANTED);
b                 237 chrome/browser/extensions/blacklist_unittest.cc       Set(a, b, c), base::Bind(&Assign<Blacklist::BlacklistStateMap>, &states));
b                 245 chrome/browser/extensions/blacklist_unittest.cc   EXPECT_EQ(BLACKLISTED_POTENTIALLY_UNWANTED, states[b]);
b                 251 chrome/browser/extensions/blacklist_unittest.cc       Set(a, b, c), base::Bind(&Assign<Blacklist::BlacklistStateMap>,
b                 258 chrome/browser/extensions/blacklist_unittest.cc   EXPECT_EQ(BLACKLISTED_POTENTIALLY_UNWANTED, cached_states[b]);
b                 190 chrome/browser/extensions/extension_service_unittest.cc                   const scoped_refptr<const Extension>& b) {
b                 191 chrome/browser/extensions/extension_service_unittest.cc     return a->name() < b->name();
b                 220 chrome/browser/extensions/extension_warning_set.cc bool operator<(const ExtensionWarning& a, const ExtensionWarning& b) {
b                 221 chrome/browser/extensions/extension_warning_set.cc   if (a.extension_id() != b.extension_id())
b                 222 chrome/browser/extensions/extension_warning_set.cc     return a.extension_id() < b.extension_id();
b                 223 chrome/browser/extensions/extension_warning_set.cc   return a.warning_type() < b.warning_type();
b                 115 chrome/browser/extensions/extension_warning_set.h bool operator<(const ExtensionWarning& a, const ExtensionWarning& b);
b                  53 chrome/browser/extensions/fake_safe_browsing_database_manager.cc     const std::string& a, const std::string& b) {
b                  55 chrome/browser/extensions/fake_safe_browsing_database_manager.cc   unsafe_ids_.insert(b);
b                  60 chrome/browser/extensions/fake_safe_browsing_database_manager.cc     const std::string& a, const std::string& b, const std::string& c) {
b                  61 chrome/browser/extensions/fake_safe_browsing_database_manager.cc   SetUnsafe(a, b);
b                  67 chrome/browser/extensions/fake_safe_browsing_database_manager.cc     const std::string& a, const std::string& b, const std::string& c,
b                  69 chrome/browser/extensions/fake_safe_browsing_database_manager.cc   SetUnsafe(a, b, c);
b                  35 chrome/browser/extensions/fake_safe_browsing_database_manager.h                                              const std::string& b);
b                  37 chrome/browser/extensions/fake_safe_browsing_database_manager.h                                              const std::string& b,
b                  40 chrome/browser/extensions/fake_safe_browsing_database_manager.h                                              const std::string& b,
b                 712 chrome/browser/extensions/sandboxed_unpacker.cc     base::FilePath path_suffix = images[i].b;
b                  92 chrome/browser/extensions/updater/request_queue.h                               const Request& b);
b                 130 chrome/browser/extensions/updater/request_queue.h   bool operator!=(const iterator& b) const {
b                 131 chrome/browser/extensions/updater/request_queue.h     return it_ != b.it_;
b                 147 chrome/browser/extensions/updater/request_queue_impl.h     const Request& b) {
b                 149 chrome/browser/extensions/updater/request_queue_impl.h          b.backoff_entry->GetReleaseTime();
b                  29 chrome/browser/feedback/feedback_uploader.cc     FeedbackReport* a, FeedbackReport* b) const {
b                  30 chrome/browser/feedback/feedback_uploader.cc   return a->upload_at() > b->upload_at();
b                  41 chrome/browser/feedback/feedback_uploader.h     bool operator()(FeedbackReport* a, FeedbackReport* b) const;
b                1037 chrome/browser/history/history_backend.cc   VisitVector* visits = &request->value.b;
b                1404 chrome/browser/history/history_backend.cc   history::RedirectMap* redirects = &request->value.b;
b                  59 chrome/browser/history/history_backend_unittest.cc                          const history::IconMapping& b) {
b                  60 chrome/browser/history/history_backend_unittest.cc   return a.icon_url < b.icon_url;
b                  64 chrome/browser/history/history_backend_unittest.cc                            const history::FaviconBitmap& b) {
b                  65 chrome/browser/history/history_backend_unittest.cc   return a.pixel_size.GetArea() < b.pixel_size.GetArea();
b                 857 chrome/browser/history/history_service.h                   const ArgB& b) {
b                 864 chrome/browser/history/history_service.h                             scoped_refptr<RequestType>(request), a, b));
b                 878 chrome/browser/history/history_service.h                   const ArgB& b,
b                 886 chrome/browser/history/history_service.h                             scoped_refptr<RequestType>(request), a, b, c));
b                 901 chrome/browser/history/history_service.h                   const ArgB& b,
b                 910 chrome/browser/history/history_service.h                             scoped_refptr<RequestType>(request), a, b, c, d));
b                 940 chrome/browser/history/history_service.h                          const ArgB& b) {
b                 943 chrome/browser/history/history_service.h     ScheduleTask(priority, base::Bind(func, history_backend_.get(), a, b));
b                 950 chrome/browser/history/history_service.h                          const ArgB& b,
b                 954 chrome/browser/history/history_service.h     ScheduleTask(priority, base::Bind(func, history_backend_.get(), a, b, c));
b                 965 chrome/browser/history/history_service.h                          const ArgB& b,
b                 971 chrome/browser/history/history_service.h                                       a, b, c, d));
b                 983 chrome/browser/history/history_service.h                          const ArgB& b,
b                 990 chrome/browser/history/history_service.h                                       a, b, c, d, e));
b                 791 chrome/browser/history/history_unittest.cc #define INTERRUPT_REASON(a, b) { #a, b },
b                  21 chrome/browser/history/snippet.cc                        const Snippet::MatchPosition& b) {
b                  22 chrome/browser/history/snippet.cc   return a.first < b.first;
b                  83 chrome/browser/history/snippet_unittest.cc                     const Snippet::MatchPosition& b) {
b                  84 chrome/browser/history/snippet_unittest.cc   return a.first < b.first;
b                  22 chrome/browser/history/url_database_unittest.cc                    const URLRow& b) {
b                  26 chrome/browser/history/url_database_unittest.cc   return a.title() == b.title() &&
b                  27 chrome/browser/history/url_database_unittest.cc       a.visit_count() == b.visit_count() &&
b                  28 chrome/browser/history/url_database_unittest.cc       a.typed_count() == b.typed_count() &&
b                  29 chrome/browser/history/url_database_unittest.cc       a.last_visit() - b.last_visit() <= TimeDelta::FromSeconds(1) &&
b                  30 chrome/browser/history/url_database_unittest.cc       a.hidden() == b.hidden();
b                  27 chrome/browser/history/visit_database_unittest.cc                       const VisitRow& b) {
b                  28 chrome/browser/history/visit_database_unittest.cc   return a.visit_id == b.visit_id &&
b                  29 chrome/browser/history/visit_database_unittest.cc          a.url_id == b.url_id &&
b                  30 chrome/browser/history/visit_database_unittest.cc          a.visit_time == b.visit_time &&
b                  31 chrome/browser/history/visit_database_unittest.cc          a.referring_visit == b.referring_visit &&
b                  32 chrome/browser/history/visit_database_unittest.cc          a.transition == b.transition;
b                  62 chrome/browser/media/desktop_media_list_ash.h                              const SourceDescription& b);
b                  56 chrome/browser/media/native_desktop_media_list.h                              const SourceDescription& b);
b                 387 chrome/browser/media_galleries/media_file_system_registry_unittest.cc                                    const MediaFileSystemInfo& b) {
b                 388 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   CHECK_NE(a.name, b.name);  // Name must be unique.
b                 389 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   return a.name < b.name;
b                  42 chrome/browser/media_galleries/media_galleries_dialog_controller.cc     const MediaGalleriesDialogController::GalleryPermission& b) {
b                  43 chrome/browser/media_galleries/media_galleries_dialog_controller.cc   if (a.allowed && !b.allowed)
b                  45 chrome/browser/media_galleries/media_galleries_dialog_controller.cc   if (!a.allowed && b.allowed)
b                  48 chrome/browser/media_galleries/media_galleries_dialog_controller.cc   return a.pref_info.AbsolutePath() < b.pref_info.AbsolutePath();
b                  39 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.cc     const MediaGalleriesScanResultDialogController::ScanResult& b) {
b                  42 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.cc   int b_media_count = b.pref_info.audio_count + b.pref_info.image_count +
b                  43 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.cc                       b.pref_info.video_count;
b                  45 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.cc     return a.pref_info.AbsolutePath() < b.pref_info.AbsolutePath();
b                 481 chrome/browser/net/predictor_unittest.cc #define EXPECT_SIMILAR(a, b) do { \
b                 485 chrome/browser/net/predictor_unittest.cc     EXPECT_LT(a, espilon_ratio * (b));   \
b                 486 chrome/browser/net/predictor_unittest.cc     EXPECT_GT((a) * espilon_ratio, b);   \
b                  48 chrome/browser/password_manager/native_backend_kwallet_x.cc                   const autofill::PasswordForm& b,
b                  51 chrome/browser/password_manager/native_backend_kwallet_x.cc   if (!update_check && a.submit_element != b.submit_element)
b                  53 chrome/browser/password_manager/native_backend_kwallet_x.cc   return a.origin           == b.origin &&
b                  54 chrome/browser/password_manager/native_backend_kwallet_x.cc          a.password_element == b.password_element &&
b                  55 chrome/browser/password_manager/native_backend_kwallet_x.cc          a.signon_realm     == b.signon_realm &&
b                  56 chrome/browser/password_manager/native_backend_kwallet_x.cc          a.username_element == b.username_element &&
b                  57 chrome/browser/password_manager/native_backend_kwallet_x.cc          a.username_value   == b.username_value;
b                 102 chrome/browser/password_manager/password_store_x.cc   bool operator()(const PasswordForm* a, const PasswordForm* b) {
b                 103 chrome/browser/password_manager/password_store_x.cc     return a->origin < b->origin;
b                 160 chrome/browser/password_manager/password_store_x_unittest.cc   bool CompareForms(const PasswordForm& a, const PasswordForm& b, bool update) {
b                 162 chrome/browser/password_manager/password_store_x_unittest.cc     if (!update && a.submit_element != b.submit_element)
b                 164 chrome/browser/password_manager/password_store_x_unittest.cc     return a.origin           == b.origin &&
b                 165 chrome/browser/password_manager/password_store_x_unittest.cc            a.password_element == b.password_element &&
b                 166 chrome/browser/password_manager/password_store_x_unittest.cc            a.signon_realm     == b.signon_realm &&
b                 167 chrome/browser/password_manager/password_store_x_unittest.cc            a.username_element == b.username_element &&
b                 168 chrome/browser/password_manager/password_store_x_unittest.cc            a.username_value   == b.username_value;
b                 958 chrome/browser/prerender/prerender_manager.cc   bool operator()(const PrerenderData* a, const PrerenderData* b) const {
b                 959 chrome/browser/prerender/prerender_manager.cc     return a->expiry_time() < b->expiry_time();
b                  44 chrome/browser/prerender/prerender_util.cc   int a, b, c, d, e;
b                  46 chrome/browser/prerender/prerender_util.cc                           &a, &b, &c, &d, &e);
b                  64 chrome/browser/prerender/prerender_util.cc   int a, b;
b                  66 chrome/browser/prerender/prerender_util.cc   int num_parsed = sscanf(version.c_str(), "%d_%d_%c%c%c", &a, &b, &c, &d, &e);
b                  81 chrome/browser/safe_browsing/prefix_set.cc bool PrefixSet::PrefixLess(const IndexPair& a, const IndexPair& b) {
b                  82 chrome/browser/safe_browsing/prefix_set.cc   return a.first < b.first;
b                  89 chrome/browser/safe_browsing/prefix_set.h   static bool PrefixLess(const IndexPair& a, const IndexPair& b);
b                 311 chrome/browser/safe_browsing/safe_browsing_database.cc bool SBAddFullHashPrefixLess(const SBAddFullHash& a, const SBAddFullHash& b) {
b                 312 chrome/browser/safe_browsing/safe_browsing_database.cc   return a.full_hash.prefix < b.full_hash.prefix;
b                 325 chrome/browser/safe_browsing/safe_browsing_database.cc bool SBFullHashLess(const SBFullHash& a, const SBFullHash& b) {
b                 326 chrome/browser/safe_browsing/safe_browsing_database.cc   return memcmp(a.full_hash, b.full_hash, sizeof(a.full_hash)) < 0;
b                 112 chrome/browser/safe_browsing/safe_browsing_store.h bool SBAddPrefixLess(const T& a, const U& b) {
b                 113 chrome/browser/safe_browsing/safe_browsing_store.h   if (a.GetAddPrefix() != b.GetAddPrefix())
b                 114 chrome/browser/safe_browsing/safe_browsing_store.h     return a.GetAddPrefix() < b.GetAddPrefix();
b                 116 chrome/browser/safe_browsing/safe_browsing_store.h   return a.GetAddChunkId() < b.GetAddChunkId();
b                 123 chrome/browser/safe_browsing/safe_browsing_store.h bool SBAddPrefixHashLess(const T& a, const U& b) {
b                 124 chrome/browser/safe_browsing/safe_browsing_store.h   if (SBAddPrefixLess(a, b))
b                 127 chrome/browser/safe_browsing/safe_browsing_store.h   if (SBAddPrefixLess(b, a))
b                 130 chrome/browser/safe_browsing/safe_browsing_store.h   return memcmp(a.full_hash.full_hash, b.full_hash.full_hash,
b                  39 chrome/browser/safe_browsing/safe_browsing_util.h inline bool SBFullHashEqual(const SBFullHash& a, const SBFullHash& b) {
b                  40 chrome/browser/safe_browsing/safe_browsing_util.h   return !memcmp(a.full_hash, b.full_hash, sizeof(a.full_hash));
b                  63 chrome/browser/search/instant_service.cc   color.b = SkColorGetB(sKColor);
b                  55 chrome/browser/sessions/session_service_unittest.cc     std::string b = base::Int64ToString(base::Time::Now().ToInternalValue());
b                  56 chrome/browser/sessions/session_service_unittest.cc     TestingProfile* profile = profile_manager_->CreateTestingProfile(b);
b                1029 chrome/browser/themes/browser_theme_pack.cc       int r, g, b;
b                1032 chrome/browser/themes/browser_theme_pack.cc           color_list->GetInteger(2, &b)) {
b                1037 chrome/browser/themes/browser_theme_pack.cc             color = SkColorSetARGB(static_cast<int>(alpha * 255), r, g, b);
b                1040 chrome/browser/themes/browser_theme_pack.cc             color = SkColorSetARGB(alpha_int ? 255 : 0, r, g, b);
b                1046 chrome/browser/themes/browser_theme_pack.cc           color = SkColorSetRGB(r, g, b);
b                 306 chrome/browser/themes/theme_syncable_service.cc     const sync_pb::ThemeSpecifics& b,
b                 308 chrome/browser/themes/theme_syncable_service.cc   if (a.use_custom_theme() != b.use_custom_theme()) {
b                 315 chrome/browser/themes/theme_syncable_service.cc     return a.custom_theme_id() == b.custom_theme_id();
b                 319 chrome/browser/themes/theme_syncable_service.cc     return a.use_system_theme_by_default() == b.use_system_theme_by_default();
b                  55 chrome/browser/themes/theme_syncable_service.h       const sync_pb::ThemeSpecifics& b,
b                 243 chrome/browser/themes/theme_syncable_service_unittest.cc   sync_pb::ThemeSpecifics a, b;
b                 244 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 245 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 250 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_FALSE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 251 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_FALSE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 255 chrome/browser/themes/theme_syncable_service_unittest.cc   b.set_use_custom_theme(true);
b                 256 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 257 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 260 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_FALSE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 261 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_FALSE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 263 chrome/browser/themes/theme_syncable_service_unittest.cc   b.set_custom_theme_id("id");
b                 264 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 265 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 268 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 269 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 272 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 273 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 278 chrome/browser/themes/theme_syncable_service_unittest.cc   b.set_use_custom_theme(false);
b                 279 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 280 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 283 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 284 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_FALSE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 286 chrome/browser/themes/theme_syncable_service_unittest.cc   b.set_use_system_theme_by_default(true);
b                 287 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, false));
b                 288 chrome/browser/themes/theme_syncable_service_unittest.cc   EXPECT_TRUE(ThemeSyncableService::AreThemeSpecificsEqual(a, b, true));
b                 574 chrome/browser/ui/browser_commands.cc     Browser* b = displayer.browser();
b                 575 chrome/browser/ui/browser_commands.cc     AddTabAt(b, GURL(), -1, true);
b                 576 chrome/browser/ui/browser_commands.cc     b->window()->Show();
b                 580 chrome/browser/ui/browser_commands.cc     b->tab_strip_model()->GetActiveWebContents()->GetView()->RestoreFocus();
b                 717 chrome/browser/ui/browser_commands.cc   Browser* b = new Browser(Browser::CreateParams(browser->profile(),
b                 719 chrome/browser/ui/browser_commands.cc   b->tab_strip_model()->AppendWebContents(contents, true);
b                 720 chrome/browser/ui/browser_commands.cc   b->window()->Show();
b                1196 chrome/browser/ui/browser_commands.cc     Browser* b = new Browser(
b                1202 chrome/browser/ui/browser_commands.cc     BrowserWindow* new_window = b->window();
b                1208 chrome/browser/ui/browser_commands.cc     b->window()->Show();
b                1211 chrome/browser/ui/browser_commands.cc     b->tab_strip_model()->AddWebContents(view_source_contents, -1,
b                 132 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc                                       double* r, double* g, double* b) {
b                 134 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc   *r = *g = *b = 233.0 / 255.0;
b                 138 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc                                          double* r, double* g, double* b) {
b                 139 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc   *r = *g = *b = 218.0 / 255.0;
b                  30 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h                            double* r, double* g, double* b) OVERRIDE;
b                  32 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h                               double* r, double* g, double* b) OVERRIDE;
b                  76 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   double r, g, b;
b                  77 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   (this->*getter)(delegate()->GetInfoBarType(), &r, &g, &b);
b                  78 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   return SkColorSetARGB(255, 255 * r, 255 * g, 255 * b);
b                  82 chrome/browser/ui/gtk/infobars/infobar_gtk.cc                              double* r, double* g, double* b) {
b                  83 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   GetBackgroundColor(InfoBar::GetTopColor(type), r, g, b);
b                  87 chrome/browser/ui/gtk/infobars/infobar_gtk.cc                                 double* r, double* g, double* b) {
b                  88 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   GetBackgroundColor(InfoBar::GetBottomColor(type), r, g, b);
b                 260 chrome/browser/ui/gtk/infobars/infobar_gtk.cc                                     double* r, double* g, double* b) {
b                 266 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   *b = SkColorGetB(color) / 255.0;
b                  34 chrome/browser/ui/gtk/infobars/infobar_gtk.h                                           double* r, double* g, double* b);
b                  54 chrome/browser/ui/gtk/infobars/infobar_gtk.h                            double* r, double* g, double* b);
b                  56 chrome/browser/ui/gtk/infobars/infobar_gtk.h                               double* r, double* g, double* b);
b                 118 chrome/browser/ui/gtk/infobars/infobar_gtk.h   void GetBackgroundColor(SkColor color, double* r, double* g, double* b);
b                  95 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc                                        double* r, double* g, double* b) {
b                  97 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     InfoBarGtk::GetTopColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
b                  99 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     InfoBarGtk::GetTopColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
b                 115 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     *b = normal_b + (background_error_percent_ * offset_b);
b                 120 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc                                           double* r, double* g, double* b) {
b                 122 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     InfoBarGtk::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
b                 124 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     InfoBarGtk::GetBottomColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
b                 140 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     *b = normal_b + (background_error_percent_ * offset_b);
b                  25 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h                            double* r, double* g, double* b) OVERRIDE;
b                  27 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h                               double* r, double* g, double* b) OVERRIDE;
b                  58 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk_unittest.cc   void SetPasteClipboardRequested(bool b) {
b                  59 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk_unittest.cc     view_->paste_clipboard_requested_ = b;
b                 777 chrome/browser/ui/gtk/task_manager_gtk.cc                                  GtkTreeIter* b, int id) {
b                 778 chrome/browser/ui/gtk/task_manager_gtk.cc   int row1 = gtk_tree::GetRowNumForIter(model, b);
b                  77 chrome/browser/ui/gtk/task_manager_gtk.h                    GtkTreeIter* b, int id);
b                 109 chrome/browser/ui/gtk/task_manager_gtk.h                           GtkTreeIter* b, gpointer task_manager) {
b                 111 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_TASK_COLUMN);
b                 116 chrome/browser/ui/gtk/task_manager_gtk.h                                  GtkTreeIter* b, gpointer task_manager) {
b                 118 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_PROFILE_NAME_COLUMN);
b                 123 chrome/browser/ui/gtk/task_manager_gtk.h                                   GtkTreeIter* b, gpointer task_manager) {
b                 125 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_SHARED_MEM_COLUMN);
b                 130 chrome/browser/ui/gtk/task_manager_gtk.h                                    GtkTreeIter* b, gpointer task_manager) {
b                 132 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_PRIVATE_MEM_COLUMN);
b                 137 chrome/browser/ui/gtk/task_manager_gtk.h                               GtkTreeIter* b, gpointer task_manager) {
b                 139 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b,
b                 145 chrome/browser/ui/gtk/task_manager_gtk.h                          GtkTreeIter* b, gpointer task_manager) {
b                 147 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_CPU_COLUMN);
b                 152 chrome/browser/ui/gtk/task_manager_gtk.h                              GtkTreeIter* b, gpointer task_manager) {
b                 154 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_NET_COLUMN);
b                 159 chrome/browser/ui/gtk/task_manager_gtk.h                                GtkTreeIter* b, gpointer task_manager) {
b                 161 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_PROCESS_ID_COLUMN);
b                 166 chrome/browser/ui/gtk/task_manager_gtk.h                                        GtkTreeIter* b, gpointer task_manager) {
b                 168 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_WEBCORE_IMAGE_CACHE_COLUMN);
b                 173 chrome/browser/ui/gtk/task_manager_gtk.h                                          GtkTreeIter* b,
b                 176 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_WEBCORE_SCRIPTS_CACHE_COLUMN);
b                 181 chrome/browser/ui/gtk/task_manager_gtk.h                                      GtkTreeIter* b, gpointer task_manager) {
b                 183 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_WEBCORE_CSS_CACHE_COLUMN);
b                 188 chrome/browser/ui/gtk/task_manager_gtk.h                                  GtkTreeIter* b, gpointer task_manager) {
b                 190 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_VIDEO_MEMORY_COLUMN);
b                 195 chrome/browser/ui/gtk/task_manager_gtk.h                          GtkTreeIter* b, gpointer task_manager) {
b                 197 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_FPS_COLUMN);
b                 202 chrome/browser/ui/gtk/task_manager_gtk.h                                       GtkTreeIter* b, gpointer task_manager) {
b                 204 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_SQLITE_MEMORY_USED_COLUMN);
b                 209 chrome/browser/ui/gtk/task_manager_gtk.h                                        GtkTreeIter* b, gpointer task_manager) {
b                 211 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_NACL_DEBUG_STUB_PORT_COLUMN);
b                 216 chrome/browser/ui/gtk/task_manager_gtk.h                                      GtkTreeIter* b, gpointer task_manager) {
b                 218 chrome/browser/ui/gtk/task_manager_gtk.h         CompareImpl(model, a, b, IDS_TASK_MANAGER_GOATS_TELEPORTED_COLUMN);
b                  18 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.h #define GDK_COLOR_RGB(r, g, b) {0, r * ::libgtk2ui::kSkiaToGDKMultiplier,  \
b                  20 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.h         b * ::libgtk2ui::kSkiaToGDKMultiplier}
b                 164 chrome/browser/ui/search/search_tab_helper_unittest.cc   ASSERT_TRUE(params.b);
b                 184 chrome/browser/ui/search/search_tab_helper_unittest.cc   ASSERT_FALSE(params.b);
b                 204 chrome/browser/ui/search/search_tab_helper_unittest.cc   ASSERT_TRUE(params.b);
b                 224 chrome/browser/ui/search/search_tab_helper_unittest.cc   ASSERT_FALSE(params.b);
b                 553 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc   SkAutoLockPixels b(valid_icon_bitmap);
b                  44 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc                                   const base::string16& b) {
b                  46 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc                    l10n_util::GetStringFUTF16(message_id, a, b));
b                  56 chrome/browser/ui/webui/chromeos/login/base_screen_handler.h             const base::string16& b);
b                  83 chrome/browser/ui/webui/options/certificate_manager_handler.cc                   const base::Value* b) const {
b                  85 chrome/browser/ui/webui/options/certificate_manager_handler.cc     DCHECK(b->GetType() == base::Value::TYPE_DICTIONARY);
b                  89 chrome/browser/ui/webui/options/certificate_manager_handler.cc         reinterpret_cast<const base::DictionaryValue*>(b);
b                 265 chrome/browser/ui/webui/options/content_settings_handler.cc                   const content::HostZoomMap::ZoomLevelChange& b) {
b                 266 chrome/browser/ui/webui/options/content_settings_handler.cc   return a.host == b.host ? a.scheme < b.scheme : a.host < b.host;
b                  22 chrome/common/instant_types.cc       b(0),
b                  32 chrome/common/instant_types.cc       b == rhs.b &&
b                 103 chrome/common/instant_types.h   uint8 b;
b                  47 chrome/common/media_galleries/pmp_test_util.cc                                   const std::vector<char>& b) {
b                  51 chrome/common/media_galleries/pmp_test_util.cc   std::copy(b.begin(), b.end(), std::back_inserter(total));
b                  51 chrome/common/net/x509_certificate_model.cc     unsigned char b = data[i];
b                  52 chrome/common/net/x509_certificate_model.cc     ret.push_back(kHexChars[(b >> 4) & 0xf]);
b                  53 chrome/common/net/x509_certificate_model.cc     ret.push_back(kHexChars[b & 0xf]);
b                  13 chrome/common/partial_circular_buffer.cc inline uint32 Min3(uint32 a, uint32 b, uint32 c) {
b                  14 chrome/common/partial_circular_buffer.cc   return std::min(a, std::min(b, c));
b                 169 chrome/common/render_messages.h   IPC_STRUCT_TRAITS_MEMBER(b)
b                  12 chrome/installer/mini_installer/mini_string.cc bool EqualASCIICharI(wchar_t a, wchar_t b) {
b                  15 chrome/installer/mini_installer/mini_string.cc   if (b >= L'A' && b <= L'Z')
b                  16 chrome/installer/mini_installer/mini_string.cc     b += (L'a' - L'A');
b                  17 chrome/installer/mini_installer/mini_string.cc   return (a == b);
b                  35 chrome/installer/mini_installer/mini_string.cc     char b = reinterpret_cast<const char*>(bytes)[i];
b                  36 chrome/installer/mini_installer/mini_string.cc     str[(i * 2)] = kHexChars[(b >> 4) & 0xf];
b                  37 chrome/installer/mini_installer/mini_string.cc     str[(i * 2) + 1] = kHexChars[b & 0xf];
b                 132 chrome/renderer/printing/print_web_view_helper_browsertest.cc     EXPECT_EQ(count, post_page_count_param.b);
b                 182 chrome/renderer/searchbox/searchbox_extension.cc   color_array->Set(2, v8::Int32::New(isolate, color.b));
b                 806 chrome/renderer/searchbox/searchbox_extension.cc               theme_info.background_color.b,
b                  83 chrome/renderer/translate/translate_helper_browsertest.cc       *original_lang = translate_param.b;
b                 353 chrome/renderer/translate/translate_helper_browsertest.cc   EXPECT_TRUE(params.b) << "Page should be translatable.";
b                 363 chrome/renderer/translate/translate_helper_browsertest.cc   EXPECT_FALSE(params.b) << "Page should not be translatable.";
b                 373 chrome/renderer/translate/translate_helper_browsertest.cc   EXPECT_FALSE(params.b) << "Page should not be translatable.";
b                 131 chrome/test/chromedriver/keycode_text_conversion_x.cc bool operator<(const KeyCodeAndXKeyCode& a, const KeyCodeAndXKeyCode& b) {
b                 132 chrome/test/chromedriver/keycode_text_conversion_x.cc   return a.key_code < b.key_code;
b                  34 chrome/test/chromedriver/net/adb_client_socket.cc   char b = reinterpret_cast<const char*>(&length)[1];
b                  35 chrome/test/chromedriver/net/adb_client_socket.cc   result[0] = kHexChars[(b >> 4) & 0xf];
b                  36 chrome/test/chromedriver/net/adb_client_socket.cc   result[1] = kHexChars[b & 0xf];
b                  37 chrome/test/chromedriver/net/adb_client_socket.cc   b = reinterpret_cast<const char*>(&length)[0];
b                  38 chrome/test/chromedriver/net/adb_client_socket.cc   result[2] = kHexChars[(b >> 4) & 0xf];
b                  39 chrome/test/chromedriver/net/adb_client_socket.cc   result[3] = kHexChars[b & 0xf];
b                  69 chrome/test/data/nacl/nonsfi/libc_free.c static int my_strcmp(const char* a, const char* b) {
b                  70 chrome/test/data/nacl/nonsfi/libc_free.c   while (*a == *b) {
b                  74 chrome/test/data/nacl/nonsfi/libc_free.c     ++b;
b                  76 chrome/test/data/nacl/nonsfi/libc_free.c   return (int) (unsigned char) *a - (int) (unsigned char) *b;
b                  26 chrome/test/mini_installer_test/installer_path_provider.cc bool CompareDate(const FilePathInfo& a, const FilePathInfo& b) {
b                  27 chrome/test/mini_installer_test/installer_path_provider.cc   return a.info.GetLastModifiedTime() > b.info.GetLastModifiedTime();
b                 107 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc void ComparePhoto(const parser::Photo& a, const parser::Photo& b) {
b                 108 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   EXPECT_EQ(a.id, b.id);
b                 109 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   EXPECT_EQ(a.location.value(), b.location.value());
b                 110 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   EXPECT_EQ(a.original_location.value(), b.original_location.value());
b                 113 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc void CompareAlbum(const parser::Album& a, const parser::Album& b) {
b                 114 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   EXPECT_EQ(a.size(), b.size());
b                 118 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   for (a_it = a.begin(), b_it = b.begin();
b                 119 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc        a_it != a.end() && b_it != b.end();
b                 125 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc void CompareAlbums(const parser::Albums& a, const parser::Albums& b) {
b                 126 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   EXPECT_EQ(a.size(), b.size());
b                 130 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   for (a_it = a.begin(), b_it = b.begin();
b                 131 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc        a_it != a.end() && b_it != b.end();
b                 138 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc void CompareLibrary(const parser::Library& a, const parser::Library& b) {
b                 139 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   CompareAlbums(a.albums, b.albums);
b                 143 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   for (a_it = a.all_photos.begin(), b_it = b.all_photos.begin();
b                 144 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc        a_it != a.all_photos.end() && b_it != b.all_photos.end();
b                  34 chrome/utility/media_galleries/itunes_library_parser_unittest.cc void CompareTrack(const parser::Track& a, const parser::Track& b) {
b                  35 chrome/utility/media_galleries/itunes_library_parser_unittest.cc   EXPECT_EQ(a.id, b.id);
b                  36 chrome/utility/media_galleries/itunes_library_parser_unittest.cc   EXPECT_EQ(a.location.value(), b.location.value());
b                  39 chrome/utility/media_galleries/itunes_library_parser_unittest.cc void CompareAlbum(const parser::Album& a, const parser::Album& b) {
b                  40 chrome/utility/media_galleries/itunes_library_parser_unittest.cc   EXPECT_EQ(a.size(), b.size());
b                  44 chrome/utility/media_galleries/itunes_library_parser_unittest.cc   for (a_it = a.begin(), b_it = b.begin();
b                  45 chrome/utility/media_galleries/itunes_library_parser_unittest.cc        a_it != a.end() && b_it != b.end();
b                  51 chrome/utility/media_galleries/itunes_library_parser_unittest.cc void CompareAlbums(const parser::Albums& a, const parser::Albums& b) {
b                  52 chrome/utility/media_galleries/itunes_library_parser_unittest.cc   EXPECT_EQ(a.size(), b.size());
b                  56 chrome/utility/media_galleries/itunes_library_parser_unittest.cc   for (a_it = a.begin(), b_it = b.begin();
b                  57 chrome/utility/media_galleries/itunes_library_parser_unittest.cc        a_it != a.end() && b_it != b.end();
b                  64 chrome/utility/media_galleries/itunes_library_parser_unittest.cc void CompareLibrary(const parser::Library& a, const parser::Library& b) {
b                  65 chrome/utility/media_galleries/itunes_library_parser_unittest.cc   EXPECT_EQ(a.size(), b.size());
b                  69 chrome/utility/media_galleries/itunes_library_parser_unittest.cc   for (a_it = a.begin(), b_it = b.begin();
b                  70 chrome/utility/media_galleries/itunes_library_parser_unittest.cc        a_it != a.end() && b_it != b.end();
b                  56 chromeos/audio/audio_device.h                   const chromeos::AudioDevice& b) const {
b                  57 chromeos/audio/audio_device.h     if (a.priority < b.priority) {
b                  59 chromeos/audio/audio_device.h     } else if (b.priority < a.priority) {
b                  61 chromeos/audio/audio_device.h     } else if (a.plugged_time < b.plugged_time) {
b                  33 chromeos/audio/cras_audio_handler.cc bool IsSameAudioDevice(const AudioDevice& a, const AudioDevice& b) {
b                  34 chromeos/audio/cras_audio_handler.cc   return a.id == b.id && a.is_input == b.is_input && a.type == b.type
b                  35 chromeos/audio/cras_audio_handler.cc       && a.device_name == b.device_name;
b                  87 chromeos/network/client_cert_resolver.cc                            const CertAndIssuer& b) {
b                  88 chromeos/network/client_cert_resolver.cc   return (a.cert->valid_expiry() > b.cert->valid_expiry());
b                  22 chromeos/network/onc/onc_merger_unittest.cc                                            const base::DictionaryValue& b,
b                  31 chromeos/network/onc/onc_merger_unittest.cc   if (!b.Get(path, &b_value)) {
b                  33 chromeos/network/onc/onc_merger_unittest.cc         << "Second dictionary '" << b << "' doesn't contain " << path;
b                  26 chromeos/network/shill_property_util_unittest.cc                       const NetworkTypePattern& b) {
b                  28 chromeos/network/shill_property_util_unittest.cc     EXPECT_TRUE(a.MatchesPattern(b) == b.MatchesPattern(a));
b                  29 chromeos/network/shill_property_util_unittest.cc     return a.MatchesPattern(b);
b                 100 components/autofill/content/browser/content_autofill_driver_unittest.cc       *results = autofill_param.b;
b                 121 components/autofill/content/browser/content_autofill_driver_unittest.cc       *results = autofill_param.b;
b                  34 components/autofill/content/browser/wallet/wallet_items.cc bool VectorsAreEqual(const std::vector<T*>& a, const std::vector<T*>& b) {
b                  35 components/autofill/content/browser/wallet/wallet_items.cc   if (a.size() != b.size())
b                  39 components/autofill/content/browser/wallet/wallet_items.cc     if (*a[i] != *b[i])
b                 521 components/autofill/core/browser/autofill_profile_unittest.cc   scoped_ptr<AutofillProfile> a, b;
b                 526 components/autofill/core/browser/autofill_profile_unittest.cc   b.reset(
b                 531 components/autofill/core/browser/autofill_profile_unittest.cc   test::SetProfileInfo(b.get(), "Thomas", NULL, "Jefferson",
b                 534 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_TRUE(a->IsSubsetOf(*b, "en-US"));
b                 537 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(b->IsSubsetOf(*a, "en-US"));
b                 545 components/autofill/core/browser/autofill_profile_unittest.cc   b.reset(
b                 553 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(a->IsSubsetOf(*b, "en-US"));
b                 572 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile b = a;
b                 573 components/autofill/core/browser/autofill_profile_unittest.cc   b.set_guid(base::GenerateGUID());
b                 574 components/autofill/core/browser/autofill_profile_unittest.cc   b.set_origin("Chrome settings");
b                 575 components/autofill/core/browser/autofill_profile_unittest.cc   b.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("area 51"));
b                 576 components/autofill/core/browser/autofill_profile_unittest.cc   b.SetRawInfo(COMPANY_NAME, base::string16());
b                 577 components/autofill/core/browser/autofill_profile_unittest.cc   b.GetRawMultiInfo(NAME_FULL, &names);
b                 579 components/autofill/core/browser/autofill_profile_unittest.cc   b.SetRawMultiInfo(NAME_FULL, names);
b                 581 components/autofill/core/browser/autofill_profile_unittest.cc   a.OverwriteWithOrAddTo(b, "en-US");
b                 600 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile b(base::GenerateGUID(), "http://www.example.com/");
b                 601 components/autofill/core/browser/autofill_profile_unittest.cc   b = a;
b                 602 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_TRUE(a == b);
b                 606 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_TRUE(a == b);
b                 617 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile b(a);
b                 618 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_TRUE(a == b);
b                 623 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile b(base::GenerateGUID(), std::string());
b                 626 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_EQ(0, a.Compare(b));
b                 630 components/autofill/core/browser/autofill_profile_unittest.cc   b.set_guid(base::GenerateGUID());
b                 631 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_EQ(0, a.Compare(b));
b                 635 components/autofill/core/browser/autofill_profile_unittest.cc   b.set_origin("banana");
b                 636 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_EQ(0, a.Compare(b));
b                 641 components/autofill/core/browser/autofill_profile_unittest.cc   test::SetProfileInfo(&b, "Ringo", NULL, NULL, NULL,
b                 643 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_GT(0, a.Compare(b));
b                 644 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_LT(0, b.Compare(a));
b                 650 components/autofill/core/browser/autofill_profile_unittest.cc   test::SetProfileInfo(&b, NULL, NULL, NULL, NULL,
b                 652 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_GT(0, a.Compare(b));
b                 653 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_LT(0, b.Compare(a));
b                 124 components/autofill/core/browser/credit_card_unittest.cc   CreditCard b(base::GenerateGUID(), "some other origin");
b                 125 components/autofill/core/browser/credit_card_unittest.cc   b = a;
b                 126 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_TRUE(a == b);
b                 130 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_TRUE(a == b);
b                 138 components/autofill/core/browser/credit_card_unittest.cc   CreditCard b(a);
b                 139 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_TRUE(a == b);
b                 144 components/autofill/core/browser/credit_card_unittest.cc   CreditCard b(base::GenerateGUID(), std::string());
b                 147 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_EQ(0, a.Compare(b));
b                 151 components/autofill/core/browser/credit_card_unittest.cc   b.set_guid(base::GenerateGUID());
b                 152 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_EQ(0, a.Compare(b));
b                 156 components/autofill/core/browser/credit_card_unittest.cc   b.set_origin("banana");
b                 157 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_EQ(0, a.Compare(b));
b                 161 components/autofill/core/browser/credit_card_unittest.cc   test::SetCreditCardInfo(&b, "Ringo", NULL, NULL, NULL);
b                 162 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_GT(0, a.Compare(b));
b                 163 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_LT(0, b.Compare(a));
b                 190 components/autofill/core/browser/credit_card_unittest.cc   CreditCard b = a;
b                 191 components/autofill/core/browser/credit_card_unittest.cc   b.set_guid(base::GenerateGUID());
b                 192 components/autofill/core/browser/credit_card_unittest.cc   b.set_origin("https://www.example.org");
b                 193 components/autofill/core/browser/credit_card_unittest.cc   b.SetRawInfo(CREDIT_CARD_NAME, ASCIIToUTF16("J. Dillinger"));
b                 194 components/autofill/core/browser/credit_card_unittest.cc   b.SetRawInfo(CREDIT_CARD_EXP_MONTH, ASCIIToUTF16("08"));
b                 195 components/autofill/core/browser/credit_card_unittest.cc   b.SetRawInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR, ASCIIToUTF16("2019"));
b                 197 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_TRUE(a.UpdateFromImportedCard(b, "en-US"));
b                 205 components/autofill/core/browser/credit_card_unittest.cc   b.SetRawInfo(CREDIT_CARD_NAME, base::string16());
b                 207 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_TRUE(a.UpdateFromImportedCard(b, "en-US"));
b                 217 components/autofill/core/browser/credit_card_unittest.cc   b.SetRawInfo(CREDIT_CARD_NAME, ASCIIToUTF16("J. Dillinger"));
b                 219 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_TRUE(a.UpdateFromImportedCard(b, "en-US"));
b                 227 components/autofill/core/browser/credit_card_unittest.cc   b.set_origin("Chrome settings");
b                 229 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_TRUE(a.UpdateFromImportedCard(b, "en-US"));
b                 238 components/autofill/core/browser/credit_card_unittest.cc   b.set_origin("Chrome settings");
b                 240 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_TRUE(a.UpdateFromImportedCard(b, "en-US"));
b                 249 components/autofill/core/browser/credit_card_unittest.cc   b.SetRawInfo(CREDIT_CARD_NUMBER, ASCIIToUTF16("4111111111111111"));
b                 251 components/autofill/core/browser/credit_card_unittest.cc   EXPECT_FALSE(a.UpdateFromImportedCard(b, "en-US"));
b                 136 components/autofill/core/browser/personal_data_manager.cc                          const std::pair<std::string, int>& b) {
b                 137 components/autofill/core/browser/personal_data_manager.cc   return a.second < b.second;
b                  64 components/autofill/core/browser/webdata/autofill_table_unittest.cc bool CompareAutofillEntries(const AutofillEntry& a, const AutofillEntry& b) {
b                  65 components/autofill/core/browser/webdata/autofill_table_unittest.cc   int compVal = a.key().name().compare(b.key().name());
b                  69 components/autofill/core/browser/webdata/autofill_table_unittest.cc   compVal = a.key().value().compare(b.key().value());
b                  73 components/autofill/core/browser/webdata/autofill_table_unittest.cc   if (a.date_created() != b.date_created())
b                  74 components/autofill/core/browser/webdata/autofill_table_unittest.cc     return a.date_created() < b.date_created();
b                  76 components/autofill/core/browser/webdata/autofill_table_unittest.cc   return a.date_last_used() < b.date_last_used();
b                 776 components/breakpad/app/breakpad_linux.cc   char b;  // Dummy variable for sys_read below.
b                 777 components/breakpad/app/breakpad_linux.cc   const char* b_addr = &b;  // Get the address of |b| so we can create the
b                 833 components/breakpad/app/breakpad_linux.cc   if (HANDLE_EINTR(sys_read(fds[0], &b, 1)) != 1) {
b                  31 components/nacl/browser/nacl_validation_cache_unittest.cc                    const NaClValidationCache& b) const {
b                  32 components/nacl/browser/nacl_validation_cache_unittest.cc     if (a.GetValidationCacheKey() != b.GetValidationCacheKey())
b                  34 components/nacl/browser/nacl_validation_cache_unittest.cc     if (a.size() != b.size())
b                  36 components/nacl/browser/nacl_validation_cache_unittest.cc     return a.GetContents() == b.GetContents();
b                 205 components/policy/core/common/policy_map.cc                                const PolicyMap::PolicyMapType::value_type& b) {
b                 206 components/policy/core/common/policy_map.cc   return a.first == b.first && a.second.Equals(b.second);
b                 118 components/policy/core/common/policy_map.h                              const PolicyMapType::value_type& b);
b                  84 components/policy/core/common/policy_map_unittest.cc   PolicyMap b;
b                  85 components/policy/core/common/policy_map_unittest.cc   SetPolicy(&b, kTestPolicyName1, base::Value::CreateStringValue("bbb"));
b                  98 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(a.Equals(b));
b                 102 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(b.Equals(a));
b                 103 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(b.Equals(c));
b                 104 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(b.Equals(d));
b                 105 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(b.Equals(e));
b                 107 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(c.Equals(b));
b                 111 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(d.Equals(b));
b                 115 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(e.Equals(b));
b                 135 components/policy/core/common/policy_map_unittest.cc   PolicyMap b;
b                 136 components/policy/core/common/policy_map_unittest.cc   SetPolicy(&b, kTestPolicyName1, base::Value::CreateStringValue("bbb"));
b                 137 components/policy/core/common/policy_map_unittest.cc   SetPolicy(&b, kTestPolicyName3, base::Value::CreateBooleanValue(true));
b                 139 components/policy/core/common/policy_map_unittest.cc   a.Swap(&b);
b                 147 components/policy/core/common/policy_map_unittest.cc   EXPECT_TRUE(expected_a.Equals(b.GetValue(kTestPolicyName1)));
b                 148 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(b.GetValue(kTestPolicyName3));
b                 150 components/policy/core/common/policy_map_unittest.cc   const PolicyMap::Entry* entry = b.Get(kTestPolicyName2);
b                 155 components/policy/core/common/policy_map_unittest.cc   b.Clear();
b                 156 components/policy/core/common/policy_map_unittest.cc   a.Swap(&b);
b                 159 components/policy/core/common/policy_map_unittest.cc   EXPECT_FALSE(b.Equals(empty));
b                 177 components/policy/core/common/policy_map_unittest.cc   PolicyMap b;
b                 178 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName1, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_MACHINE,
b                 180 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName2, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_MACHINE,
b                 182 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName3,
b                 185 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName4, POLICY_LEVEL_RECOMMENDED,
b                 187 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName5,
b                 192 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName6,
b                 198 components/policy/core/common/policy_map_unittest.cc   a.MergeFrom(b);
b                 246 components/policy/core/common/policy_map_unittest.cc   PolicyMap b;
b                 247 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName1, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
b                 249 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName2,
b                 252 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName3, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_MACHINE,
b                 254 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName4,
b                 257 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName5, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
b                 259 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName6, POLICY_LEVEL_RECOMMENDED,
b                 262 components/policy/core/common/policy_map_unittest.cc   b.Set(kTestPolicyName8, POLICY_LEVEL_RECOMMENDED, POLICY_SCOPE_USER,
b                 267 components/policy/core/common/policy_map_unittest.cc   a.GetDifferingKeys(b, &diff);
b                 268 components/policy/core/common/policy_map_unittest.cc   b.GetDifferingKeys(a, &diff2);
b                  23 components/policy/core/common/preg_parser_win_unittest.cc                                             const RegistryDict& b) {
b                  25 components/policy/core/common/preg_parser_win_unittest.cc   RegistryDict::KeyMap::const_iterator iter_key_b(b.keys().begin());
b                  26 components/policy/core/common/preg_parser_win_unittest.cc   for (; iter_key_a != a.keys().end() && iter_key_b != b.keys().end();
b                  40 components/policy/core/common/preg_parser_win_unittest.cc   RegistryDict::ValueMap::const_iterator iter_value_b(b.values().begin());
b                  41 components/policy/core/common/preg_parser_win_unittest.cc   for (; iter_value_a != a.values().end() && iter_value_b != b.values().end();
b                 137 components/policy/core/common/registry_dict_win.cc                                               const std::string& b) const {
b                 138 components/policy/core/common/registry_dict_win.cc   return base::strcasecmp(a.c_str(), b.c_str()) < 0;
b                  28 components/policy/core/common/registry_dict_win.h   bool operator()(const std::string& a, const std::string& b) const;
b                 264 components/signin/core/browser/about_signin_internals.cc                                                const TokenInfo* b) {
b                 265 components/signin/core/browser/about_signin_internals.cc   return a->consumer_id < b->consumer_id || a->scopes < b->scopes;
b                 107 components/signin/core/browser/about_signin_internals.h     static bool LessThan(const TokenInfo* a, const TokenInfo* b);
b                  18 components/url_matcher/substring_set_matcher.cc bool ComparePatterns(const StringPattern* a, const StringPattern* b) {
b                  19 components/url_matcher/substring_set_matcher.cc   return a->pattern() < b->pattern();
b                 588 content/browser/accessibility/browser_accessibility_win.cc     int b = target->GetIntAttribute(
b                 593 content/browser/accessibility/browser_accessibility_win.cc                  base::IntToString16((b * 100) / 255) + L"% blue";
b                  58 content/browser/android/edge_effect.cc T Lerp(T a, T b, T t) {
b                  59 content/browser/android/edge_effect.cc   return a + (b - a) * t;
b                 420 content/browser/devtools/render_view_devtools_agent_host.cc   overrides_handler_->OnSwapCompositorFrame(param.b.metadata);
b                  54 content/browser/frame_host/navigation_controller_impl_unittest.cc bool DoImagesMatch(const gfx::Image& a, const gfx::Image& b) {
b                  57 content/browser/frame_host/navigation_controller_impl_unittest.cc   SkBitmap b_bitmap = b.AsBitmap();
b                 231 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc #define ADD(b) pad->buttons[pad->buttonsLength].pressed = \
b                 232 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc   (state.Gamepad.wButtons & (b)) != 0; \
b                 234 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc   ((state.Gamepad.wButtons & (b)) ? 1.f : 0.f);
b                  68 content/browser/gamepad/xbox_data_fetcher_mac.cc   bool b : 1;
b                  92 content/browser/gamepad/xbox_data_fetcher_mac.cc   bool b : 1;
b                 175 content/browser/gamepad/xbox_data_fetcher_mac.cc   normalized_data->buttons[1] = data.b;
b                 206 content/browser/gamepad/xbox_data_fetcher_mac.cc   normalized_data->buttons[1] = data.b;
b                 244 content/browser/geolocation/network_location_provider_unittest.cc     const GURL b(UrlWithoutQuery(request_url));
b                 245 content/browser/geolocation/network_location_provider_unittest.cc     if (a == b)
b                 247 content/browser/geolocation/network_location_provider_unittest.cc     return testing::AssertionFailure() << a << " != " << b;
b                 233 content/browser/indexed_db/indexed_db_backing_store.cc static int CompareKeys(const StringPiece& a, const StringPiece& b) {
b                 234 content/browser/indexed_db/indexed_db_backing_store.cc   return Compare(a, b, false /*index_keys*/);
b                 237 content/browser/indexed_db/indexed_db_backing_store.cc static int CompareIndexKeys(const StringPiece& a, const StringPiece& b) {
b                 238 content/browser/indexed_db/indexed_db_backing_store.cc   return Compare(a, b, true /*index_keys*/);
b                 242 content/browser/indexed_db/indexed_db_backing_store.cc                                                const StringPiece& b) const {
b                 243 content/browser/indexed_db/indexed_db_backing_store.cc   return content::Compare(a, b, false /*index_keys*/);
b                  58 content/browser/indexed_db/indexed_db_backing_store.h                         const base::StringPiece& b) const OVERRIDE;
b                 757 content/browser/indexed_db/indexed_db_leveldb_coding.cc static int CompareInts(int64 a, int64 b) {
b                 761 content/browser/indexed_db/indexed_db_leveldb_coding.cc   DCHECK_GE(b, 0);
b                 763 content/browser/indexed_db/indexed_db_leveldb_coding.cc   int64 diff = a - b;
b                 771 content/browser/indexed_db/indexed_db_leveldb_coding.cc static inline int CompareSizes(size_t a, size_t b) {
b                 772 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (a > b)
b                 774 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (b > a)
b                 779 content/browser/indexed_db/indexed_db_leveldb_coding.cc static int CompareTypes(WebIDBKeyType a, WebIDBKeyType b) { return b - a; }
b                 842 content/browser/indexed_db/indexed_db_leveldb_coding.cc             const StringPiece& b,
b                 853 content/browser/indexed_db/indexed_db_leveldb_coding.cc   StringPiece slice_b(b);
b                 865 content/browser/indexed_db/indexed_db_leveldb_coding.cc                   StringPiece* b,
b                 930 content/browser/indexed_db/indexed_db_leveldb_coding.cc             const StringPiece& b,
b                 934 content/browser/indexed_db/indexed_db_leveldb_coding.cc   StringPiece slice_b(b);
b                 978 content/browser/indexed_db/indexed_db_leveldb_coding.cc         return Compare<DatabaseFreeListKey>(a, b, only_compare_index_keys, ok);
b                 982 content/browser/indexed_db/indexed_db_leveldb_coding.cc             a, b, /*only_compare_index_keys*/ false, ok);
b                1015 content/browser/indexed_db/indexed_db_leveldb_coding.cc             a, b, only_compare_index_keys, ok);
b                1019 content/browser/indexed_db/indexed_db_leveldb_coding.cc             a, b, /*only_compare_index_keys*/ false, ok);
b                1023 content/browser/indexed_db/indexed_db_leveldb_coding.cc             a, b, only_compare_index_keys, ok);
b                1027 content/browser/indexed_db/indexed_db_leveldb_coding.cc             a, b, /*only_compare_index_keys*/ false, ok);
b                1032 content/browser/indexed_db/indexed_db_leveldb_coding.cc             a, b, only_compare_index_keys, ok);
b                1036 content/browser/indexed_db/indexed_db_leveldb_coding.cc             a, b, /*only_compare_index_keys*/ false, ok);
b                1089 content/browser/indexed_db/indexed_db_leveldb_coding.cc             const StringPiece& b,
b                1092 content/browser/indexed_db/indexed_db_leveldb_coding.cc   int result = Compare(a, b, only_compare_index_keys, &ok);
b                  77 content/browser/indexed_db/indexed_db_leveldb_coding.h                            const base::StringPiece& b,
b                 114 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static int CompareKeys(const std::string& a, const std::string& b) {
b                 116 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   DCHECK(!b.empty());
b                 119 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   StringPiece slice_b(b);
b                 460 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     base::string16 b = test_cases[i + 1];
b                 462 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_LT(a.compare(b), 0);
b                 463 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_GT(b.compare(a), 0);
b                 465 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_EQ(b.compare(b), 0);
b                 469 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     std::string encoded_b = WrappedEncodeStringWithLength(b);
b                  17 content/browser/indexed_db/leveldb/leveldb_comparator.h                       const base::StringPiece& b) const = 0;
b                  62 content/browser/indexed_db/leveldb/leveldb_database.cc                                                 const leveldb::Slice& b) const {
b                  63 content/browser/indexed_db/leveldb/leveldb_database.cc   return comparator_->Compare(MakeStringPiece(a), MakeStringPiece(b));
b                  56 content/browser/indexed_db/leveldb/leveldb_database.h                         const leveldb::Slice& b) const OVERRIDE;
b                  55 content/browser/indexed_db/leveldb/leveldb_transaction.h                     const base::StringPiece& b) const {
b                  56 content/browser/indexed_db/leveldb/leveldb_transaction.h       return comparator_->Compare(a, b) < 0;
b                  29 content/browser/indexed_db/leveldb/leveldb_unittest.cc                       const base::StringPiece& b) const OVERRIDE {
b                  30 content/browser/indexed_db/leveldb/leveldb_unittest.cc     size_t len = std::min(a.size(), b.size());
b                  31 content/browser/indexed_db/leveldb/leveldb_unittest.cc     return memcmp(a.begin(), b.begin(), len);
b                1776 content/browser/loader/resource_dispatcher_host_impl.cc     const net::LoadStateWithParam& a, const net::LoadStateWithParam& b) {
b                1777 content/browser/loader/resource_dispatcher_host_impl.cc   return (a.state < b.state) ? b : a;
b                 169 content/browser/renderer_host/backing_store_aura.cc   SkBitmap b;
b                 170 content/browser/renderer_host/backing_store_aura.cc   if (!canvas_->readPixels(skrect, &b))
b                 172 content/browser/renderer_host/backing_store_aura.cc   SkCanvas(output->GetBitmap()).writePixels(b, rect.x(), rect.y());
b                  76 content/browser/renderer_host/input/input_router_impl_unittest.cc   EXPECT_EQ(arg2, param.b);
b                 301 content/browser/renderer_host/java/java_bound_object.cc       result.b = is_double ?
b                 515 content/browser/renderer_host/java/java_bound_object.cc                               &value.b);
b                 130 content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc     EXPECT_EQ(error, error_in_message.b);
b                 142 content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc     EXPECT_EQ(cert, identity_in_message.b);
b                 112 content/browser/renderer_host/p2p/socket_host_test_utils.h   return params.b == address;
b                  46 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc inline ptrdiff_t AddressDiff(const void* a, const void* b) {
b                  47 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc   return static_cast<const char*>(a) - static_cast<const char*>(b);
b                1575 content/browser/renderer_host/render_widget_host_impl.cc   param.b.AssignTo(frame.get());
b                2500 content/browser/renderer_host/render_widget_host_impl.cc     for (ui::LatencyInfo::LatencyMap::const_iterator b =
b                2502 content/browser/renderer_host/render_widget_host_impl.cc          b != latency_info[i].latency_components.end();
b                2503 content/browser/renderer_host/render_widget_host_impl.cc          ++b) {
b                2504 content/browser/renderer_host/render_widget_host_impl.cc       if (b->first.first == ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT ||
b                2505 content/browser/renderer_host/render_widget_host_impl.cc           b->first.first == ui::WINDOW_SNAPSHOT_FRAME_NUMBER_COMPONENT) {
b                2507 content/browser/renderer_host/render_widget_host_impl.cc         int routing_id = b->first.second & 0xffffffff;
b                2508 content/browser/renderer_host/render_widget_host_impl.cc         int process_id = (b->first.second >> 32) & 0xffffffff;
b                 499 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc     ASSERT_EQ(underlines.size(), params.b.size());
b                 501 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc       EXPECT_EQ(underlines[i].start_offset, params.b[i].startOffset);
b                 502 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc       EXPECT_EQ(underlines[i].end_offset, params.b[i].endOffset);
b                 503 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc       EXPECT_EQ(underlines[i].color, params.b[i].color);
b                 504 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc       EXPECT_EQ(underlines[i].thick, params.b[i].thick);
b                 163 content/browser/renderer_host/render_widget_host_view_mac.h - (void)setTakesFocusOnlyOnMouseDown:(BOOL)b;
b                 164 content/browser/renderer_host/render_widget_host_view_mac.h - (void)setCloseOnDeactivate:(BOOL)b;
b                  94 content/browser/resolve_proxy_msg_helper_unittest.cc     pending_result_.reset(new PendingResult(reply_data.a, reply_data.b));
b                  66 content/browser/speech/google_streaming_remote_engine_unittest.cc                               const SpeechRecognitionResults& b);
b                 462 content/browser/speech/google_streaming_remote_engine_unittest.cc     const SpeechRecognitionResults& a, const SpeechRecognitionResults& b) {
b                 463 content/browser/speech/google_streaming_remote_engine_unittest.cc   if (a.size() != b.size())
b                 467 content/browser/speech/google_streaming_remote_engine_unittest.cc   SpeechRecognitionResults::const_iterator it_b = b.begin();
b                 468 content/browser/speech/google_streaming_remote_engine_unittest.cc   for (; it_a != a.end() && it_b != b.end(); ++it_a, ++it_b) {
b                 260 content/child/npapi/webplugin_delegate_impl_gtk.cc                         float r, float g, float b) {
b                 261 content/child/npapi/webplugin_delegate_impl_gtk.cc   cairo_set_source_rgba(cairo, r, g, b, 0.5);
b                 297 content/child/webcrypto/jwk.cc                        blink::WebCryptoKeyUsageMask b) {
b                 298 content/child/webcrypto/jwk.cc   return (a & b) == b;
b                 325 content/child/webcrypto/shared_crypto_unittest.cc                        const blink::WebArrayBuffer& b) {
b                 326 content/child/webcrypto/shared_crypto_unittest.cc   return a.byteLength() == b.byteLength() &&
b                 327 content/child/webcrypto/shared_crypto_unittest.cc          memcmp(a.data(), b.data(), a.byteLength()) == 0;
b                  50 content/common/cc_messages_unittest.cc   void Compare(const RenderPass* a, const RenderPass* b) {
b                  51 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->id, b->id);
b                  52 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->output_rect.ToString(), b->output_rect.ToString());
b                  53 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->damage_rect.ToString(), b->damage_rect.ToString());
b                  54 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->transform_to_root_target, b->transform_to_root_target);
b                  55 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->has_transparent_background, b->has_transparent_background);
b                  58 content/common/cc_messages_unittest.cc   void Compare(const SharedQuadState* a, const SharedQuadState* b) {
b                  59 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->content_to_target_transform, b->content_to_target_transform);
b                  60 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->content_bounds, b->content_bounds);
b                  61 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->visible_content_rect, b->visible_content_rect);
b                  62 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->clip_rect, b->clip_rect);
b                  63 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->is_clipped, b->is_clipped);
b                  64 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->opacity, b->opacity);
b                  65 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->blend_mode, b->blend_mode);
b                  68 content/common/cc_messages_unittest.cc   void Compare(const DrawQuad* a, const DrawQuad* b) {
b                  70 content/common/cc_messages_unittest.cc     ASSERT_EQ(a->material, b->material);
b                  71 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->rect.ToString(), b->rect.ToString());
b                  72 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->opaque_rect.ToString(), b->opaque_rect.ToString());
b                  73 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->visible_rect.ToString(), b->visible_rect.ToString());
b                  74 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->needs_blending, b->needs_blending);
b                  76 content/common/cc_messages_unittest.cc     Compare(a->shared_quad_state, b->shared_quad_state);
b                  81 content/common/cc_messages_unittest.cc                 CheckerboardDrawQuad::MaterialCast(b));
b                  85 content/common/cc_messages_unittest.cc                 DebugBorderDrawQuad::MaterialCast(b));
b                  89 content/common/cc_messages_unittest.cc                 IOSurfaceDrawQuad::MaterialCast(b));
b                  93 content/common/cc_messages_unittest.cc                 PictureDrawQuad::MaterialCast(b));
b                  97 content/common/cc_messages_unittest.cc                 RenderPassDrawQuad::MaterialCast(b));
b                 101 content/common/cc_messages_unittest.cc                 TextureDrawQuad::MaterialCast(b));
b                 105 content/common/cc_messages_unittest.cc                 TileDrawQuad::MaterialCast(b));
b                 109 content/common/cc_messages_unittest.cc                 SolidColorDrawQuad::MaterialCast(b));
b                 113 content/common/cc_messages_unittest.cc                 StreamVideoDrawQuad::MaterialCast(b));
b                 117 content/common/cc_messages_unittest.cc                 SurfaceDrawQuad::MaterialCast(b));
b                 121 content/common/cc_messages_unittest.cc                 YUVVideoDrawQuad::MaterialCast(b));
b                 128 content/common/cc_messages_unittest.cc   void Compare(const CheckerboardDrawQuad* a, const CheckerboardDrawQuad* b) {
b                 129 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->color, b->color);
b                 132 content/common/cc_messages_unittest.cc   void Compare(const DebugBorderDrawQuad* a, const DebugBorderDrawQuad* b) {
b                 133 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->color, b->color);
b                 134 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->width, b->width);
b                 137 content/common/cc_messages_unittest.cc   void Compare(const IOSurfaceDrawQuad* a, const IOSurfaceDrawQuad* b) {
b                 138 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->io_surface_size.ToString(), b->io_surface_size.ToString());
b                 139 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->io_surface_resource_id, b->io_surface_resource_id);
b                 140 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->orientation, b->orientation);
b                 143 content/common/cc_messages_unittest.cc   void Compare(const RenderPassDrawQuad* a, const RenderPassDrawQuad* b) {
b                 144 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->render_pass_id, b->render_pass_id);
b                 145 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->is_replica, b->is_replica);
b                 146 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->mask_resource_id, b->mask_resource_id);
b                 148 content/common/cc_messages_unittest.cc               b->contents_changed_since_last_frame);
b                 149 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->mask_uv_rect.ToString(), b->mask_uv_rect.ToString());
b                 150 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->filters.size(), b->filters.size());
b                 153 content/common/cc_messages_unittest.cc         EXPECT_EQ(a->filters.at(i), b->filters.at(i));
b                 155 content/common/cc_messages_unittest.cc         EXPECT_EQ(b->filters.at(i).type(), cc::FilterOperation::REFERENCE);
b                 157 content/common/cc_messages_unittest.cc                   b->filters.at(i).image_filter()->countInputs());
b                 160 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->background_filters, b->background_filters);
b                 163 content/common/cc_messages_unittest.cc   void Compare(const SolidColorDrawQuad* a, const SolidColorDrawQuad* b) {
b                 164 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->color, b->color);
b                 165 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->force_anti_aliasing_off, b->force_anti_aliasing_off);
b                 168 content/common/cc_messages_unittest.cc   void Compare(const StreamVideoDrawQuad* a, const StreamVideoDrawQuad* b) {
b                 169 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->resource_id, b->resource_id);
b                 170 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->matrix, b->matrix);
b                 173 content/common/cc_messages_unittest.cc   void Compare(const SurfaceDrawQuad* a, const SurfaceDrawQuad* b) {
b                 174 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->surface_id, b->surface_id);
b                 177 content/common/cc_messages_unittest.cc   void Compare(const TextureDrawQuad* a, const TextureDrawQuad* b) {
b                 178 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->resource_id, b->resource_id);
b                 179 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->premultiplied_alpha, b->premultiplied_alpha);
b                 180 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->uv_top_left, b->uv_top_left);
b                 181 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->uv_bottom_right, b->uv_bottom_right);
b                 182 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->background_color, b->background_color);
b                 183 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->vertex_opacity[0], b->vertex_opacity[0]);
b                 184 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->vertex_opacity[1], b->vertex_opacity[1]);
b                 185 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->vertex_opacity[2], b->vertex_opacity[2]);
b                 186 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->vertex_opacity[3], b->vertex_opacity[3]);
b                 187 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->flipped, b->flipped);
b                 190 content/common/cc_messages_unittest.cc   void Compare(const TileDrawQuad* a, const TileDrawQuad* b) {
b                 191 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->resource_id, b->resource_id);
b                 192 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect);
b                 193 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->texture_size, b->texture_size);
b                 194 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->swizzle_contents, b->swizzle_contents);
b                 197 content/common/cc_messages_unittest.cc   void Compare(const YUVVideoDrawQuad* a, const YUVVideoDrawQuad* b) {
b                 198 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect);
b                 199 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->y_plane_resource_id, b->y_plane_resource_id);
b                 200 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->u_plane_resource_id, b->u_plane_resource_id);
b                 201 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->v_plane_resource_id, b->v_plane_resource_id);
b                 202 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->a_plane_resource_id, b->a_plane_resource_id);
b                 205 content/common/cc_messages_unittest.cc   void Compare(const TransferableResource& a, const TransferableResource& b) {
b                 206 content/common/cc_messages_unittest.cc     EXPECT_EQ(a.id, b.id);
b                 207 content/common/cc_messages_unittest.cc     EXPECT_EQ(a.format, b.format);
b                 208 content/common/cc_messages_unittest.cc     EXPECT_EQ(a.filter, b.filter);
b                 209 content/common/cc_messages_unittest.cc     EXPECT_EQ(a.size.ToString(), b.size.ToString());
b                 212 content/common/cc_messages_unittest.cc                 b.mailbox_holder.mailbox.name[i]);
b                 214 content/common/cc_messages_unittest.cc     EXPECT_EQ(a.mailbox_holder.texture_target, b.mailbox_holder.texture_target);
b                 215 content/common/cc_messages_unittest.cc     EXPECT_EQ(a.mailbox_holder.sync_point, b.mailbox_holder.sync_point);
b                  19 content/common/gamepad_seqlock_unittest.cc   unsigned a, b, c;
b                  47 content/common/gamepad_seqlock_unittest.cc       EXPECT_EQ(copy.a + 100, copy.b);
b                  48 content/common/gamepad_seqlock_unittest.cc       EXPECT_EQ(copy.c, copy.b + copy.a);
b                  83 content/common/gamepad_seqlock_unittest.cc     data.b = data.a + 100;
b                  84 content/common/gamepad_seqlock_unittest.cc     data.c = data.b + data.a;
b                 393 content/common/gpu/client/gl_helper_unittest.cc           int b = Channel(other, x, y, c);
b                 394 content/common/gpu/client/gl_helper_unittest.cc           EXPECT_NEAR(a, b, maxdiff) << " x=" << x << " y=" << y << " c=" << c
b                 396 content/common/gpu/client/gl_helper_unittest.cc           if (std::abs(a - b) > maxdiff) {
b                 825 content/common/gpu/client/gl_helper_unittest.cc         int b = truth[y * stride + x];
b                 826 content/common/gpu/client/gl_helper_unittest.cc         EXPECT_NEAR(a, b, maxdiff) << " x=" << x << " y=" << y << " "
b                 828 content/common/gpu/client/gl_helper_unittest.cc         if (std::abs(a - b) > maxdiff) {
b                 281 content/common/gpu/media/android_video_encode_accelerator.cc   bool is_key_frame = input.b;
b                 236 content/common/gpu/media/vaapi_h264_decoder.cc #define FROM_SPS_TO_PP2(a, b) pic_param.b = sps->a;
b                 247 content/common/gpu/media/vaapi_h264_decoder.cc #define FROM_SPS_TO_PP_SF2(a, b) pic_param.seq_fields.bits.b = sps->a;
b                 274 content/common/gpu/media/vaapi_h264_decoder.cc #define FROM_PPS_TO_PP_PF2(a, b) pic_param.pic_fields.bits.b = pps->a;
b                 744 content/common/gpu/media/vaapi_h264_decoder.cc   bool operator()(const H264Picture* a, const H264Picture* b) const {
b                 745 content/common/gpu/media/vaapi_h264_decoder.cc     return a->pic_num > b->pic_num;
b                 750 content/common/gpu/media/vaapi_h264_decoder.cc   bool operator()(const H264Picture* a, const H264Picture* b) const {
b                 751 content/common/gpu/media/vaapi_h264_decoder.cc     return a->long_term_pic_num < b->long_term_pic_num;
b                 778 content/common/gpu/media/vaapi_h264_decoder.cc   bool operator()(const H264Picture* a, const H264Picture* b) const {
b                 779 content/common/gpu/media/vaapi_h264_decoder.cc     return a->pic_order_cnt < b->pic_order_cnt;
b                 784 content/common/gpu/media/vaapi_h264_decoder.cc   bool operator()(const H264Picture* a, const H264Picture* b) const {
b                 785 content/common/gpu/media/vaapi_h264_decoder.cc     return a->pic_order_cnt > b->pic_order_cnt;
b                1168 content/common/gpu/media/video_decode_accelerator_unittest.cc   return os << t.a << ", " << t.b << ", " << t.c << ", " << t.d << ", " << t.e
b                1194 content/common/gpu/media/video_decode_accelerator_unittest.cc   const size_t num_in_flight_decodes = GetParam().b;
b                 680 content/common/gpu/media/video_encode_accelerator_unittest.cc   const unsigned int keyframe_period = GetParam().b;
b                  36 content/common/indexed_db/indexed_db_key.cc int Compare(const T& a, const T& b) {
b                  40 content/common/indexed_db/indexed_db_key.cc   if (a < b)
b                  42 content/common/indexed_db/indexed_db_key.cc   return (b < a) ? 1 : 0;
b                  23 content/common/input/input_param_traits_unittest.cc   static void Compare(const InputEvent* a, const InputEvent* b) {
b                  24 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(!!a->web_event, !!b->web_event);
b                  25 content/common/input/input_param_traits_unittest.cc     if (a->web_event && b->web_event) {
b                  27 content/common/input/input_param_traits_unittest.cc       ASSERT_EQ(a_size, b->web_event->size);
b                  28 content/common/input/input_param_traits_unittest.cc       EXPECT_EQ(0, memcmp(a->web_event.get(), b->web_event.get(), a_size));
b                  31 content/common/input/input_param_traits_unittest.cc               b->latency_info.latency_components.size());
b                  32 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->is_keyboard_shortcut, b->is_keyboard_shortcut);
b                  35 content/common/input/input_param_traits_unittest.cc   static void Compare(const InputEvents* a, const InputEvents* b) {
b                  37 content/common/input/input_param_traits_unittest.cc       Compare((*a)[i], (*b)[i]);
b                  41 content/common/input/input_param_traits_unittest.cc                       const SyntheticSmoothScrollGestureParams* b) {
b                  42 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->gesture_source_type, b->gesture_source_type);
b                  43 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->anchor, b->anchor);
b                  44 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->distances.size(), b->distances.size());
b                  46 content/common/input/input_param_traits_unittest.cc         EXPECT_EQ(a->distances[i], b->distances[i]);
b                  47 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->prevent_fling, b->prevent_fling);
b                  48 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->speed_in_pixels_s, b->speed_in_pixels_s);
b                  52 content/common/input/input_param_traits_unittest.cc                       const SyntheticPinchGestureParams* b) {
b                  53 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->gesture_source_type, b->gesture_source_type);
b                  54 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->zoom_in, b->zoom_in);
b                  55 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->total_num_pixels_covered, b->total_num_pixels_covered);
b                  56 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->anchor, b->anchor);
b                  58 content/common/input/input_param_traits_unittest.cc               b->relative_pointer_speed_in_pixels_s);
b                  62 content/common/input/input_param_traits_unittest.cc                       const SyntheticTapGestureParams* b) {
b                  63 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->gesture_source_type, b->gesture_source_type);
b                  64 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->position, b->position);
b                  65 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->duration_ms, b->duration_ms);
b                  69 content/common/input/input_param_traits_unittest.cc                       const SyntheticGesturePacket* b) {
b                  70 content/common/input/input_param_traits_unittest.cc     ASSERT_EQ(!!a, !!b);
b                  72 content/common/input/input_param_traits_unittest.cc     ASSERT_EQ(!!a->gesture_params(), !!b->gesture_params());
b                  75 content/common/input/input_param_traits_unittest.cc               b->gesture_params()->GetGestureType());
b                  79 content/common/input/input_param_traits_unittest.cc                 SyntheticSmoothScrollGestureParams::Cast(b->gesture_params()));
b                  83 content/common/input/input_param_traits_unittest.cc                 SyntheticPinchGestureParams::Cast(b->gesture_params()));
b                  87 content/common/input/input_param_traits_unittest.cc                 SyntheticTapGestureParams::Cast(b->gesture_params()));
b                  33 content/common/page_state_serialization_unittest.cc void ExpectEquality(const T& a, const T& b) {
b                  34 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a, b);
b                  38 content/common/page_state_serialization_unittest.cc void ExpectEquality(const std::vector<T>& a, const std::vector<T>& b) {
b                  39 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.size(), b.size());
b                  40 content/common/page_state_serialization_unittest.cc   for (size_t i = 0; i < std::min(a.size(), b.size()); ++i)
b                  41 content/common/page_state_serialization_unittest.cc     ExpectEquality(a[i], b[i]);
b                  46 content/common/page_state_serialization_unittest.cc                     const ExplodedHttpBodyElement& b) {
b                  47 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.type, b.type);
b                  48 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.data, b.data);
b                  49 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.file_path, b.file_path);
b                  50 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.filesystem_url, b.filesystem_url);
b                  51 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.file_start, b.file_start);
b                  52 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.file_length, b.file_length);
b                  53 content/common/page_state_serialization_unittest.cc   if (!(isnan(a.file_modification_time) && isnan(b.file_modification_time)))
b                  54 content/common/page_state_serialization_unittest.cc     EXPECT_DOUBLE_EQ(a.file_modification_time, b.file_modification_time);
b                  55 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.blob_uuid, b.blob_uuid);
b                  59 content/common/page_state_serialization_unittest.cc void ExpectEquality(const ExplodedHttpBody& a, const ExplodedHttpBody& b) {
b                  60 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.http_content_type, b.http_content_type);
b                  61 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.identifier, b.identifier);
b                  62 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.contains_passwords, b.contains_passwords);
b                  63 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.is_null, b.is_null);
b                  64 content/common/page_state_serialization_unittest.cc   ExpectEquality(a.elements, b.elements);
b                  68 content/common/page_state_serialization_unittest.cc void ExpectEquality(const ExplodedFrameState& a, const ExplodedFrameState& b) {
b                  69 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.url_string, b.url_string);
b                  70 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.referrer, b.referrer);
b                  71 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.referrer_policy, b.referrer_policy);
b                  72 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.target, b.target);
b                  73 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.state_object, b.state_object);
b                  74 content/common/page_state_serialization_unittest.cc   ExpectEquality(a.document_state, b.document_state);
b                  75 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.scroll_offset, b.scroll_offset);
b                  76 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.item_sequence_number, b.item_sequence_number);
b                  77 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.document_sequence_number, b.document_sequence_number);
b                  78 content/common/page_state_serialization_unittest.cc   EXPECT_EQ(a.page_scale_factor, b.page_scale_factor);
b                  79 content/common/page_state_serialization_unittest.cc   ExpectEquality(a.http_body, b.http_body);
b                  80 content/common/page_state_serialization_unittest.cc   ExpectEquality(a.children, b.children);
b                  83 content/common/page_state_serialization_unittest.cc void ExpectEquality(const ExplodedPageState& a, const ExplodedPageState& b) {
b                  84 content/common/page_state_serialization_unittest.cc   ExpectEquality(a.referenced_files, b.referenced_files);
b                  85 content/common/page_state_serialization_unittest.cc   ExpectEquality(a.top, b.top);
b                  58 content/common/plugin_list_posix.cc bool CompareTime(const FileAndTime& a, const FileAndTime& b) {
b                  59 content/common/plugin_list_posix.cc   if (a.second == b.second) {
b                  61 content/common/plugin_list_posix.cc     return a.first < b.first;
b                  65 content/common/plugin_list_posix.cc   return a.second > b.second;
b                  22 content/common/plugin_list_unittest.cc bool Equals(const WebPluginInfo& a, const WebPluginInfo& b) {
b                  23 content/common/plugin_list_unittest.cc   return (a.name == b.name &&
b                  24 content/common/plugin_list_unittest.cc           a.path == b.path &&
b                  25 content/common/plugin_list_unittest.cc           a.version == b.version &&
b                  26 content/common/plugin_list_unittest.cc           a.desc == b.desc);
b                 237 content/common/plugin_list_win.cc bool IsNewerVersion(const base::string16& a, const base::string16& b) {
b                 240 content/common/plugin_list_win.cc   base::SplitString(b, ',', &b_ver);
b                 243 content/common/plugin_list_win.cc     base::SplitString(b, '.', &b_ver);
b                 329 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         float b = t + mZoomedBitmap.getHeight();
b                 330 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         mClipRect = new RectF(l, t, r, b);
b                 423 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         int b = Math.max(start, end);
b                 425 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         if (b < 0) b = 0;
b                 427 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         if (b > textLength) b = textLength;
b                 429 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         if (a == b) {
b                 432 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java             super.setComposingRegion(a, b);
b                 435 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         return mImeAdapter.setComposingRegion(a, b);
b                  44 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java         AlertDialog.Builder b = new AlertDialog.Builder(mContext)
b                  50 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java             b.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
b                  56 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java             b.setNegativeButton(android.R.string.cancel,
b                  64 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java         mListBoxPopup = b.create();
b                  18 content/public/common/content_client.cc   static ContentBrowserClient* SetBrowser(ContentBrowserClient* b) {
b                  20 content/public/common/content_client.cc     g_client->browser_ = b;
b                  50 content/public/common/content_client.cc ContentBrowserClient* SetBrowserClientForTesting(ContentBrowserClient* b) {
b                  51 content/public/common/content_client.cc   return InternalTestInitializer::SetBrowser(b);
b                  61 content/public/common/content_client.h     ContentBrowserClient* b);
b                  58 content/public/common/page_state.h inline bool operator==(const PageState& a, const PageState& b) {
b                  59 content/public/common/page_state.h   return a.Equals(b);
b                  61 content/public/common/page_state.h inline bool operator!=(const PageState& a, const PageState& b) {
b                  62 content/public/common/page_state.h   return !(a == b);
b                 186 content/renderer/accessibility/blink_ax_tree_source.cc     int r, g, b;
b                 187 content/renderer/accessibility/blink_ax_tree_source.cc     src.colorValue(r, g, b);
b                 190 content/renderer/accessibility/blink_ax_tree_source.cc     dst->AddIntAttribute(ui::AX_ATTR_COLOR_VALUE_BLUE, b);
b                 451 content/renderer/browser_plugin/browser_plugin.cc   param.b.frame.AssignTo(frame.get());
b                 455 content/renderer/browser_plugin/browser_plugin.cc                                                 param.b.producing_route_id,
b                 456 content/renderer/browser_plugin/browser_plugin.cc                                                 param.b.output_surface_id,
b                 457 content/renderer/browser_plugin/browser_plugin.cc                                                 param.b.producing_host_id);
b                 110 content/renderer/pepper/pepper_url_request_unittest.cc   bool SetBooleanProperty(PP_URLRequestProperty prop, bool b) {
b                 111 content/renderer/pepper/pepper_url_request_unittest.cc     return info_->SetBooleanProperty(prop, b);
b                  63 content/shell/renderer/test_runner/event_sender.cc                     WebMouseEvent::Button b,
b                  70 content/shell/renderer/test_runner/event_sender.cc   e->button = b;
b                 139 content/shell/renderer/test_runner/event_sender.cc bool OutsideMultiClickRadius(const WebPoint& a, const WebPoint& b) {
b                 140 content/shell/renderer/test_runner/event_sender.cc   return ((a.x - b.x) * (a.x - b.x) + (a.y - b.y) * (a.y - b.y)) >
b                 268 content/shell/renderer/test_runner/web_ax_object_proxy.cc     int r, g, b;
b                 269 content/shell/renderer/test_runner/web_ax_object_proxy.cc     object.colorValue(r, g, b);
b                 271 content/shell/renderer/test_runner/web_ax_object_proxy.cc                                r / 255., g / 255., b / 255.);
b                  75 courgette/adjustment_method.cc   bool operator()(const LabelInfo* a, const LabelInfo* b) const {
b                  76 courgette/adjustment_method.cc     return a->label_->rva_ < b->label_->rva_;
b                 182 courgette/adjustment_method.cc   bool operator()(Node* a, Node* b) const {
b                 183 courgette/adjustment_method.cc     if (a->count_ != b->count_)
b                 184 courgette/adjustment_method.cc       return  (a->count_) > (b->count_);
b                 185 courgette/adjustment_method.cc     return a->places_.at(0) < b->places_.at(0);  // Prefer first occuring.
b                 190 courgette/adjustment_method.cc   bool operator()(Node* a, Node* b) const {
b                 194 courgette/adjustment_method.cc     uint32 b_weight = b->Weight();
b                 197 courgette/adjustment_method.cc     if (a->length_ != b->length_)
b                 198 courgette/adjustment_method.cc       return a->length_ > b->length_;            // Prefer longer.
b                 199 courgette/adjustment_method.cc     return a->places_.at(0) < b->places_.at(0);  // Prefer first occuring.
b                 241 courgette/adjustment_method_2.cc   bool operator()(const LabelInfo* a, const LabelInfo* b) const {
b                 242 courgette/adjustment_method_2.cc     if (a->label_->rva_ < b->label_->rva_) return true;
b                 243 courgette/adjustment_method_2.cc     if (a->label_->rva_ > b->label_->rva_) return false;
b                 244 courgette/adjustment_method_2.cc     if (a == b) return false;
b                 245 courgette/adjustment_method_2.cc     return a->positions_ < b->positions_;  // Lexicographic ordering of vector.
b                 338 courgette/adjustment_method_2.cc     bool operator()(const ScoreAndLabel& a, const ScoreAndLabel& b) const {
b                 339 courgette/adjustment_method_2.cc       if (a.first > b.first) return true;
b                 340 courgette/adjustment_method_2.cc       if (a.first < b.first) return false;
b                 341 courgette/adjustment_method_2.cc       return tie_breaker(a.second, b.second);
b                 370 courgette/adjustment_method_2.cc     bool operator()(const Shingle& a, const Shingle& b) const;
b                 401 courgette/adjustment_method_2.cc     bool operator()(const Shingle* a, const Shingle* b) const {
b                 403 courgette/adjustment_method_2.cc       return a->exemplar_position_ < b->exemplar_position_;
b                 448 courgette/adjustment_method_2.cc     const Shingle& b) const {
b                 451 courgette/adjustment_method_2.cc     LabelInfo* info_b = b.at(i);
b                 499 courgette/adjustment_method_2.cc       bool operator()(const FreqView& a, const FreqView& b) const {
b                 500 courgette/adjustment_method_2.cc         if (a.count() > b.count()) return true;
b                 501 courgette/adjustment_method_2.cc         if (a.count() < b.count()) return false;
b                 502 courgette/adjustment_method_2.cc         return resolve_ties(a.instance(), b.instance());
b                 621 courgette/adjustment_method_2.cc                   const ShinglePattern::Index& b) const {
b                 622 courgette/adjustment_method_2.cc     if (a.hash_ < b.hash_) return true;
b                 623 courgette/adjustment_method_2.cc     if (a.hash_ > b.hash_) return false;
b                 626 courgette/adjustment_method_2.cc       if (a.kinds_[i] < b.kinds_[i]) return true;
b                 627 courgette/adjustment_method_2.cc       if (a.kinds_[i] > b.kinds_[i]) return false;
b                 629 courgette/adjustment_method_2.cc         if (a.assigned_indexes_[i] < b.assigned_indexes_[i])
b                 631 courgette/adjustment_method_2.cc         if (a.assigned_indexes_[i] > b.assigned_indexes_[i])
b                 683 courgette/adjustment_method_2.cc   bool operator()(const ShinglePattern& a, const ShinglePattern& b) const {
b                 684 courgette/adjustment_method_2.cc     return index_less(*a.index_, *b.index_);
b                 690 courgette/adjustment_method_2.cc   bool operator()(const ShinglePattern* a, const ShinglePattern* b) const {
b                 691 courgette/adjustment_method_2.cc     return pattern_less(*a, *b);
b                 698 courgette/adjustment_method_2.cc   bool operator()(const ShinglePattern* a, const ShinglePattern* b) const {
b                 700 courgette/adjustment_method_2.cc     int score_b = Scorer(b);
b                 703 courgette/adjustment_method_2.cc     return break_ties(a, b);
b                 785 courgette/adjustment_method_2.cc     bool operator()(const ScoreAndLabel& a, const ScoreAndLabel& b) const {
b                 786 courgette/adjustment_method_2.cc       if (a.first > b.first) return true;
b                 787 courgette/adjustment_method_2.cc       if (a.first < b.first) return false;
b                 788 courgette/adjustment_method_2.cc       return OrderLabelInfo()(a.second, b.second);
b                 416 courgette/assembly_program.cc         uint8 b = static_cast<ByteInstruction*>(instruction)->byte_value();
b                 417 courgette/assembly_program.cc         if (!encoded->AddCopy(1, &b))
b                  13 courgette/bsdiff_memory_unittest.cc   void GenerateAndTestPatch(const std::string& a, const std::string& b) const;
b                  30 courgette/difference_estimator.cc bool RegionsEqual(const Region& a, const Region& b) {
b                  31 courgette/difference_estimator.cc   if (a.length() != b.length())
b                  33 courgette/difference_estimator.cc   return memcmp(a.start(), b.start(), a.length()) == 0;
b                  67 courgette/disassembler_elf_32.h     static bool IsLessThan(TypedRVA *a, TypedRVA *b) {
b                  68 courgette/disassembler_elf_32.h       return a->rva() < b->rva();
b                 148 courgette/disassembler_win32_x64.cc   bool b = true;
b                 151 courgette/disassembler_win32_x64.cc   b &= ReadDataDirectory(0, &export_table_);
b                 152 courgette/disassembler_win32_x64.cc   b &= ReadDataDirectory(1, &import_table_);
b                 153 courgette/disassembler_win32_x64.cc   b &= ReadDataDirectory(2, &resource_table_);
b                 154 courgette/disassembler_win32_x64.cc   b &= ReadDataDirectory(3, &exception_table_);
b                 155 courgette/disassembler_win32_x64.cc   b &= ReadDataDirectory(5, &base_relocation_table_);
b                 156 courgette/disassembler_win32_x64.cc   b &= ReadDataDirectory(11, &bound_import_table_);
b                 157 courgette/disassembler_win32_x64.cc   b &= ReadDataDirectory(12, &import_address_table_);
b                 158 courgette/disassembler_win32_x64.cc   b &= ReadDataDirectory(13, &delay_import_descriptor_);
b                 159 courgette/disassembler_win32_x64.cc   b &= ReadDataDirectory(14, &clr_runtime_header_);
b                 160 courgette/disassembler_win32_x64.cc   if (!b) {
b                 148 courgette/disassembler_win32_x86.cc   bool b = true;
b                 151 courgette/disassembler_win32_x86.cc   b &= ReadDataDirectory(0, &export_table_);
b                 152 courgette/disassembler_win32_x86.cc   b &= ReadDataDirectory(1, &import_table_);
b                 153 courgette/disassembler_win32_x86.cc   b &= ReadDataDirectory(2, &resource_table_);
b                 154 courgette/disassembler_win32_x86.cc   b &= ReadDataDirectory(3, &exception_table_);
b                 155 courgette/disassembler_win32_x86.cc   b &= ReadDataDirectory(5, &base_relocation_table_);
b                 156 courgette/disassembler_win32_x86.cc   b &= ReadDataDirectory(11, &bound_import_table_);
b                 157 courgette/disassembler_win32_x86.cc   b &= ReadDataDirectory(12, &import_address_table_);
b                 158 courgette/disassembler_win32_x86.cc   b &= ReadDataDirectory(13, &delay_import_descriptor_);
b                 159 courgette/disassembler_win32_x86.cc   b &= ReadDataDirectory(14, &clr_runtime_header_);
b                 160 courgette/disassembler_win32_x86.cc   if (!b) {
b                 564 courgette/encoded_program.cc           uint8 b;
b                 565 courgette/encoded_program.cc           if (!VectorAt(copy_bytes_, ix_copy_bytes, &b))
b                 568 courgette/encoded_program.cc           if (!output->Write(&b, 1))
b                 576 courgette/encoded_program.cc         uint8 b;
b                 577 courgette/encoded_program.cc         if (!VectorAt(copy_bytes_, ix_copy_bytes, &b))
b                 580 courgette/encoded_program.cc         if (!output->Write(&b, 1))
b                 452 crypto/curve25519-donna.c   limb a[19] = {0}, b[19] = {1}, c[19] = {1}, d[19] = {0};
b                 453 crypto/curve25519-donna.c   limb *nqpqx = a, *nqpqz = b, *nqx = c, *nqz = d, *t;
b                 555 crypto/openpgp_symmetric_encryption.cc       uint8 b;
b                 556 crypto/openpgp_symmetric_encryption.cc       if (!reader->U8(&b))
b                 564 crypto/openpgp_symmetric_encryption.cc       plaintext[i] = b ^ fre[out_used];
b                 565 crypto/openpgp_symmetric_encryption.cc       fre[out_used++] = b;
b                 790 crypto/openpgp_symmetric_encryption.cc   Encrypter::ByteString b =
b                 792 crypto/openpgp_symmetric_encryption.cc   return std::string(reinterpret_cast<const char*>(b.data()), b.size());
b                  78 crypto/p224.cc void Add(FieldElement* out, const FieldElement& a, const FieldElement& b) {
b                  80 crypto/p224.cc     (*out)[i] = a[i] + b[i];
b                  99 crypto/p224.cc void Subtract(FieldElement* out, const FieldElement& a, const FieldElement& b) {
b                 102 crypto/p224.cc     (*out)[i] = a[i] + kZero31ModP[i] - b[i];
b                 171 crypto/p224.cc void Mul(FieldElement* out, const FieldElement& a, const FieldElement& b) {
b                 177 crypto/p224.cc       tmp[i+j] += static_cast<uint64>(a[i]) * static_cast<uint64>(b[j]);
b                 430 crypto/p224.cc                  const Point& b) {
b                 435 crypto/p224.cc   uint32 z2_is_zero = IsZero(b.z);
b                 441 crypto/p224.cc   Square(&z2z2, b.z);
b                 447 crypto/p224.cc   Mul(&u2, b.x, z1z1);
b                 450 crypto/p224.cc   Mul(&s1, b.z, z2z2);
b                 455 crypto/p224.cc   Mul(&s2, b.y, s2);
b                 493 crypto/p224.cc   Add(&z2z2, a.z, b.z);
b                 522 crypto/p224.cc   CopyConditional(out, b, z1_is_zero);
b                 719 crypto/p224.cc void Add(const Point& a, const Point& b, Point* out) {
b                 720 crypto/p224.cc   AddJacobian(out, a, b);
b                  51 crypto/p224.h  void CRYPTO_EXPORT Add(const Point& a, const Point& b, Point* out);
b                 797 crypto/p224_unittest.cc   Point a, b, minus_b, sum, a_again;
b                 801 crypto/p224_unittest.cc   ASSERT_TRUE(b.SetFromString(base::StringPiece(
b                 804 crypto/p224_unittest.cc   p224::Negate(b, &minus_b);
b                 805 crypto/p224_unittest.cc   p224::Add(a, b, &sum);
b                  80 crypto/scoped_capi_types.h   void swap(ScopedCAPIHandle& b) {
b                  81 crypto/scoped_capi_types.h     CAPIHandle tmp = b.handle_;
b                  82 crypto/scoped_capi_types.h     b.handle_ = handle_;
b                  99 crypto/scoped_capi_types.h bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) {
b                 100 crypto/scoped_capi_types.h   return h == b.get();
b                 104 crypto/scoped_capi_types.h bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
b                 105 crypto/scoped_capi_types.h   return h != b.get();
b                  45 crypto/third_party/nss/chromium-sha256.h 	PRUint8  b[256];
b                  63 crypto/third_party/nss/sha512.cc #define B ctx->u.b
b                 275 crypto/third_party/nss/sha512.cc     PRUint32 a, b, c, d, e, f, g, h;
b                 278 crypto/third_party/nss/sha512.cc     b = H[1];
b                 286 crypto/third_party/nss/sha512.cc #define ROUND(n,a,b,c,d,e,f,g,h) \
b                 289 crypto/third_party/nss/sha512.cc     h += S0(a) + Maj(a,b,c);
b                 295 crypto/third_party/nss/sha512.cc 	    ROUND(t+0,a,b,c,d,e,f,g,h)
b                 296 crypto/third_party/nss/sha512.cc 	    ROUND(t+1,h,a,b,c,d,e,f,g)
b                 297 crypto/third_party/nss/sha512.cc 	    ROUND(t+2,g,h,a,b,c,d,e,f)
b                 298 crypto/third_party/nss/sha512.cc 	    ROUND(t+3,f,g,h,a,b,c,d,e)
b                 299 crypto/third_party/nss/sha512.cc 	    ROUND(t+4,e,f,g,h,a,b,c,d)
b                 300 crypto/third_party/nss/sha512.cc 	    ROUND(t+5,d,e,f,g,h,a,b,c)
b                 301 crypto/third_party/nss/sha512.cc 	    ROUND(t+6,c,d,e,f,g,h,a,b)
b                 302 crypto/third_party/nss/sha512.cc 	    ROUND(t+7,b,c,d,e,f,g,h,a)
b                 306 crypto/third_party/nss/sha512.cc     ROUND( 0,a,b,c,d,e,f,g,h)
b                 307 crypto/third_party/nss/sha512.cc     ROUND( 1,h,a,b,c,d,e,f,g)
b                 308 crypto/third_party/nss/sha512.cc     ROUND( 2,g,h,a,b,c,d,e,f)
b                 309 crypto/third_party/nss/sha512.cc     ROUND( 3,f,g,h,a,b,c,d,e)
b                 310 crypto/third_party/nss/sha512.cc     ROUND( 4,e,f,g,h,a,b,c,d)
b                 311 crypto/third_party/nss/sha512.cc     ROUND( 5,d,e,f,g,h,a,b,c)
b                 312 crypto/third_party/nss/sha512.cc     ROUND( 6,c,d,e,f,g,h,a,b)
b                 313 crypto/third_party/nss/sha512.cc     ROUND( 7,b,c,d,e,f,g,h,a)
b                 315 crypto/third_party/nss/sha512.cc     ROUND( 8,a,b,c,d,e,f,g,h)
b                 316 crypto/third_party/nss/sha512.cc     ROUND( 9,h,a,b,c,d,e,f,g)
b                 317 crypto/third_party/nss/sha512.cc     ROUND(10,g,h,a,b,c,d,e,f)
b                 318 crypto/third_party/nss/sha512.cc     ROUND(11,f,g,h,a,b,c,d,e)
b                 319 crypto/third_party/nss/sha512.cc     ROUND(12,e,f,g,h,a,b,c,d)
b                 320 crypto/third_party/nss/sha512.cc     ROUND(13,d,e,f,g,h,a,b,c)
b                 321 crypto/third_party/nss/sha512.cc     ROUND(14,c,d,e,f,g,h,a,b)
b                 322 crypto/third_party/nss/sha512.cc     ROUND(15,b,c,d,e,f,g,h,a)
b                 324 crypto/third_party/nss/sha512.cc     ROUND(16,a,b,c,d,e,f,g,h)
b                 325 crypto/third_party/nss/sha512.cc     ROUND(17,h,a,b,c,d,e,f,g)
b                 326 crypto/third_party/nss/sha512.cc     ROUND(18,g,h,a,b,c,d,e,f)
b                 327 crypto/third_party/nss/sha512.cc     ROUND(19,f,g,h,a,b,c,d,e)
b                 328 crypto/third_party/nss/sha512.cc     ROUND(20,e,f,g,h,a,b,c,d)
b                 329 crypto/third_party/nss/sha512.cc     ROUND(21,d,e,f,g,h,a,b,c)
b                 330 crypto/third_party/nss/sha512.cc     ROUND(22,c,d,e,f,g,h,a,b)
b                 331 crypto/third_party/nss/sha512.cc     ROUND(23,b,c,d,e,f,g,h,a)
b                 333 crypto/third_party/nss/sha512.cc     ROUND(24,a,b,c,d,e,f,g,h)
b                 334 crypto/third_party/nss/sha512.cc     ROUND(25,h,a,b,c,d,e,f,g)
b                 335 crypto/third_party/nss/sha512.cc     ROUND(26,g,h,a,b,c,d,e,f)
b                 336 crypto/third_party/nss/sha512.cc     ROUND(27,f,g,h,a,b,c,d,e)
b                 337 crypto/third_party/nss/sha512.cc     ROUND(28,e,f,g,h,a,b,c,d)
b                 338 crypto/third_party/nss/sha512.cc     ROUND(29,d,e,f,g,h,a,b,c)
b                 339 crypto/third_party/nss/sha512.cc     ROUND(30,c,d,e,f,g,h,a,b)
b                 340 crypto/third_party/nss/sha512.cc     ROUND(31,b,c,d,e,f,g,h,a)
b                 342 crypto/third_party/nss/sha512.cc     ROUND(32,a,b,c,d,e,f,g,h)
b                 343 crypto/third_party/nss/sha512.cc     ROUND(33,h,a,b,c,d,e,f,g)
b                 344 crypto/third_party/nss/sha512.cc     ROUND(34,g,h,a,b,c,d,e,f)
b                 345 crypto/third_party/nss/sha512.cc     ROUND(35,f,g,h,a,b,c,d,e)
b                 346 crypto/third_party/nss/sha512.cc     ROUND(36,e,f,g,h,a,b,c,d)
b                 347 crypto/third_party/nss/sha512.cc     ROUND(37,d,e,f,g,h,a,b,c)
b                 348 crypto/third_party/nss/sha512.cc     ROUND(38,c,d,e,f,g,h,a,b)
b                 349 crypto/third_party/nss/sha512.cc     ROUND(39,b,c,d,e,f,g,h,a)
b                 351 crypto/third_party/nss/sha512.cc     ROUND(40,a,b,c,d,e,f,g,h)
b                 352 crypto/third_party/nss/sha512.cc     ROUND(41,h,a,b,c,d,e,f,g)
b                 353 crypto/third_party/nss/sha512.cc     ROUND(42,g,h,a,b,c,d,e,f)
b                 354 crypto/third_party/nss/sha512.cc     ROUND(43,f,g,h,a,b,c,d,e)
b                 355 crypto/third_party/nss/sha512.cc     ROUND(44,e,f,g,h,a,b,c,d)
b                 356 crypto/third_party/nss/sha512.cc     ROUND(45,d,e,f,g,h,a,b,c)
b                 357 crypto/third_party/nss/sha512.cc     ROUND(46,c,d,e,f,g,h,a,b)
b                 358 crypto/third_party/nss/sha512.cc     ROUND(47,b,c,d,e,f,g,h,a)
b                 360 crypto/third_party/nss/sha512.cc     ROUND(48,a,b,c,d,e,f,g,h)
b                 361 crypto/third_party/nss/sha512.cc     ROUND(49,h,a,b,c,d,e,f,g)
b                 362 crypto/third_party/nss/sha512.cc     ROUND(50,g,h,a,b,c,d,e,f)
b                 363 crypto/third_party/nss/sha512.cc     ROUND(51,f,g,h,a,b,c,d,e)
b                 364 crypto/third_party/nss/sha512.cc     ROUND(52,e,f,g,h,a,b,c,d)
b                 365 crypto/third_party/nss/sha512.cc     ROUND(53,d,e,f,g,h,a,b,c)
b                 366 crypto/third_party/nss/sha512.cc     ROUND(54,c,d,e,f,g,h,a,b)
b                 367 crypto/third_party/nss/sha512.cc     ROUND(55,b,c,d,e,f,g,h,a)
b                 369 crypto/third_party/nss/sha512.cc     ROUND(56,a,b,c,d,e,f,g,h)
b                 370 crypto/third_party/nss/sha512.cc     ROUND(57,h,a,b,c,d,e,f,g)
b                 371 crypto/third_party/nss/sha512.cc     ROUND(58,g,h,a,b,c,d,e,f)
b                 372 crypto/third_party/nss/sha512.cc     ROUND(59,f,g,h,a,b,c,d,e)
b                 373 crypto/third_party/nss/sha512.cc     ROUND(60,e,f,g,h,a,b,c,d)
b                 374 crypto/third_party/nss/sha512.cc     ROUND(61,d,e,f,g,h,a,b,c)
b                 375 crypto/third_party/nss/sha512.cc     ROUND(62,c,d,e,f,g,h,a,b)
b                 376 crypto/third_party/nss/sha512.cc     ROUND(63,b,c,d,e,f,g,h,a)
b                 380 crypto/third_party/nss/sha512.cc     H[1] += b;
b                 661 crypto/third_party/nss/sha512.cc 	PRUint8  b[640];
b                 725 crypto/third_party/nss/sha512.cc #define ROUND(n,a,b,c,d,e,f,g,h) \
b                 728 crypto/third_party/nss/sha512.cc     h += S0(a) + Maj(a,b,c); \
b                 771 crypto/third_party/nss/sha512.cc #define ROUND(n,a,b,c,d,e,f,g,h) \
b                 783 crypto/third_party/nss/sha512.cc 	lo += (tm = Majx(a,b,c,lo));	cy = (lo < tm); \
b                 785 crypto/third_party/nss/sha512.cc 	h.hi += cy + S0hi(a) + Majx(a,b,c,hi); \
b                 915 crypto/third_party/nss/sha512.cc     PRUint64 a, b, c, d, e, f, g, h;
b                 918 crypto/third_party/nss/sha512.cc     b = H[1];
b                 930 crypto/third_party/nss/sha512.cc 	    ROUND(t+0,a,b,c,d,e,f,g,h)
b                 931 crypto/third_party/nss/sha512.cc 	    ROUND(t+1,h,a,b,c,d,e,f,g)
b                 932 crypto/third_party/nss/sha512.cc 	    ROUND(t+2,g,h,a,b,c,d,e,f)
b                 933 crypto/third_party/nss/sha512.cc 	    ROUND(t+3,f,g,h,a,b,c,d,e)
b                 934 crypto/third_party/nss/sha512.cc 	    ROUND(t+4,e,f,g,h,a,b,c,d)
b                 935 crypto/third_party/nss/sha512.cc 	    ROUND(t+5,d,e,f,g,h,a,b,c)
b                 936 crypto/third_party/nss/sha512.cc 	    ROUND(t+6,c,d,e,f,g,h,a,b)
b                 937 crypto/third_party/nss/sha512.cc 	    ROUND(t+7,b,c,d,e,f,g,h,a)
b                 941 crypto/third_party/nss/sha512.cc     ROUND( 0,a,b,c,d,e,f,g,h)
b                 942 crypto/third_party/nss/sha512.cc     ROUND( 1,h,a,b,c,d,e,f,g)
b                 943 crypto/third_party/nss/sha512.cc     ROUND( 2,g,h,a,b,c,d,e,f)
b                 944 crypto/third_party/nss/sha512.cc     ROUND( 3,f,g,h,a,b,c,d,e)
b                 945 crypto/third_party/nss/sha512.cc     ROUND( 4,e,f,g,h,a,b,c,d)
b                 946 crypto/third_party/nss/sha512.cc     ROUND( 5,d,e,f,g,h,a,b,c)
b                 947 crypto/third_party/nss/sha512.cc     ROUND( 6,c,d,e,f,g,h,a,b)
b                 948 crypto/third_party/nss/sha512.cc     ROUND( 7,b,c,d,e,f,g,h,a)
b                 950 crypto/third_party/nss/sha512.cc     ROUND( 8,a,b,c,d,e,f,g,h)
b                 951 crypto/third_party/nss/sha512.cc     ROUND( 9,h,a,b,c,d,e,f,g)
b                 952 crypto/third_party/nss/sha512.cc     ROUND(10,g,h,a,b,c,d,e,f)
b                 953 crypto/third_party/nss/sha512.cc     ROUND(11,f,g,h,a,b,c,d,e)
b                 954 crypto/third_party/nss/sha512.cc     ROUND(12,e,f,g,h,a,b,c,d)
b                 955 crypto/third_party/nss/sha512.cc     ROUND(13,d,e,f,g,h,a,b,c)
b                 956 crypto/third_party/nss/sha512.cc     ROUND(14,c,d,e,f,g,h,a,b)
b                 957 crypto/third_party/nss/sha512.cc     ROUND(15,b,c,d,e,f,g,h,a)
b                 959 crypto/third_party/nss/sha512.cc     ROUND(16,a,b,c,d,e,f,g,h)
b                 960 crypto/third_party/nss/sha512.cc     ROUND(17,h,a,b,c,d,e,f,g)
b                 961 crypto/third_party/nss/sha512.cc     ROUND(18,g,h,a,b,c,d,e,f)
b                 962 crypto/third_party/nss/sha512.cc     ROUND(19,f,g,h,a,b,c,d,e)
b                 963 crypto/third_party/nss/sha512.cc     ROUND(20,e,f,g,h,a,b,c,d)
b                 964 crypto/third_party/nss/sha512.cc     ROUND(21,d,e,f,g,h,a,b,c)
b                 965 crypto/third_party/nss/sha512.cc     ROUND(22,c,d,e,f,g,h,a,b)
b                 966 crypto/third_party/nss/sha512.cc     ROUND(23,b,c,d,e,f,g,h,a)
b                 968 crypto/third_party/nss/sha512.cc     ROUND(24,a,b,c,d,e,f,g,h)
b                 969 crypto/third_party/nss/sha512.cc     ROUND(25,h,a,b,c,d,e,f,g)
b                 970 crypto/third_party/nss/sha512.cc     ROUND(26,g,h,a,b,c,d,e,f)
b                 971 crypto/third_party/nss/sha512.cc     ROUND(27,f,g,h,a,b,c,d,e)
b                 972 crypto/third_party/nss/sha512.cc     ROUND(28,e,f,g,h,a,b,c,d)
b                 973 crypto/third_party/nss/sha512.cc     ROUND(29,d,e,f,g,h,a,b,c)
b                 974 crypto/third_party/nss/sha512.cc     ROUND(30,c,d,e,f,g,h,a,b)
b                 975 crypto/third_party/nss/sha512.cc     ROUND(31,b,c,d,e,f,g,h,a)
b                 977 crypto/third_party/nss/sha512.cc     ROUND(32,a,b,c,d,e,f,g,h)
b                 978 crypto/third_party/nss/sha512.cc     ROUND(33,h,a,b,c,d,e,f,g)
b                 979 crypto/third_party/nss/sha512.cc     ROUND(34,g,h,a,b,c,d,e,f)
b                 980 crypto/third_party/nss/sha512.cc     ROUND(35,f,g,h,a,b,c,d,e)
b                 981 crypto/third_party/nss/sha512.cc     ROUND(36,e,f,g,h,a,b,c,d)
b                 982 crypto/third_party/nss/sha512.cc     ROUND(37,d,e,f,g,h,a,b,c)
b                 983 crypto/third_party/nss/sha512.cc     ROUND(38,c,d,e,f,g,h,a,b)
b                 984 crypto/third_party/nss/sha512.cc     ROUND(39,b,c,d,e,f,g,h,a)
b                 986 crypto/third_party/nss/sha512.cc     ROUND(40,a,b,c,d,e,f,g,h)
b                 987 crypto/third_party/nss/sha512.cc     ROUND(41,h,a,b,c,d,e,f,g)
b                 988 crypto/third_party/nss/sha512.cc     ROUND(42,g,h,a,b,c,d,e,f)
b                 989 crypto/third_party/nss/sha512.cc     ROUND(43,f,g,h,a,b,c,d,e)
b                 990 crypto/third_party/nss/sha512.cc     ROUND(44,e,f,g,h,a,b,c,d)
b                 991 crypto/third_party/nss/sha512.cc     ROUND(45,d,e,f,g,h,a,b,c)
b                 992 crypto/third_party/nss/sha512.cc     ROUND(46,c,d,e,f,g,h,a,b)
b                 993 crypto/third_party/nss/sha512.cc     ROUND(47,b,c,d,e,f,g,h,a)
b                 995 crypto/third_party/nss/sha512.cc     ROUND(48,a,b,c,d,e,f,g,h)
b                 996 crypto/third_party/nss/sha512.cc     ROUND(49,h,a,b,c,d,e,f,g)
b                 997 crypto/third_party/nss/sha512.cc     ROUND(50,g,h,a,b,c,d,e,f)
b                 998 crypto/third_party/nss/sha512.cc     ROUND(51,f,g,h,a,b,c,d,e)
b                 999 crypto/third_party/nss/sha512.cc     ROUND(52,e,f,g,h,a,b,c,d)
b                1000 crypto/third_party/nss/sha512.cc     ROUND(53,d,e,f,g,h,a,b,c)
b                1001 crypto/third_party/nss/sha512.cc     ROUND(54,c,d,e,f,g,h,a,b)
b                1002 crypto/third_party/nss/sha512.cc     ROUND(55,b,c,d,e,f,g,h,a)
b                1004 crypto/third_party/nss/sha512.cc     ROUND(56,a,b,c,d,e,f,g,h)
b                1005 crypto/third_party/nss/sha512.cc     ROUND(57,h,a,b,c,d,e,f,g)
b                1006 crypto/third_party/nss/sha512.cc     ROUND(58,g,h,a,b,c,d,e,f)
b                1007 crypto/third_party/nss/sha512.cc     ROUND(59,f,g,h,a,b,c,d,e)
b                1008 crypto/third_party/nss/sha512.cc     ROUND(60,e,f,g,h,a,b,c,d)
b                1009 crypto/third_party/nss/sha512.cc     ROUND(61,d,e,f,g,h,a,b,c)
b                1010 crypto/third_party/nss/sha512.cc     ROUND(62,c,d,e,f,g,h,a,b)
b                1011 crypto/third_party/nss/sha512.cc     ROUND(63,b,c,d,e,f,g,h,a)
b                1013 crypto/third_party/nss/sha512.cc     ROUND(64,a,b,c,d,e,f,g,h)
b                1014 crypto/third_party/nss/sha512.cc     ROUND(65,h,a,b,c,d,e,f,g)
b                1015 crypto/third_party/nss/sha512.cc     ROUND(66,g,h,a,b,c,d,e,f)
b                1016 crypto/third_party/nss/sha512.cc     ROUND(67,f,g,h,a,b,c,d,e)
b                1017 crypto/third_party/nss/sha512.cc     ROUND(68,e,f,g,h,a,b,c,d)
b                1018 crypto/third_party/nss/sha512.cc     ROUND(69,d,e,f,g,h,a,b,c)
b                1019 crypto/third_party/nss/sha512.cc     ROUND(70,c,d,e,f,g,h,a,b)
b                1020 crypto/third_party/nss/sha512.cc     ROUND(71,b,c,d,e,f,g,h,a)
b                1022 crypto/third_party/nss/sha512.cc     ROUND(72,a,b,c,d,e,f,g,h)
b                1023 crypto/third_party/nss/sha512.cc     ROUND(73,h,a,b,c,d,e,f,g)
b                1024 crypto/third_party/nss/sha512.cc     ROUND(74,g,h,a,b,c,d,e,f)
b                1025 crypto/third_party/nss/sha512.cc     ROUND(75,f,g,h,a,b,c,d,e)
b                1026 crypto/third_party/nss/sha512.cc     ROUND(76,e,f,g,h,a,b,c,d)
b                1027 crypto/third_party/nss/sha512.cc     ROUND(77,d,e,f,g,h,a,b,c)
b                1028 crypto/third_party/nss/sha512.cc     ROUND(78,c,d,e,f,g,h,a,b)
b                1029 crypto/third_party/nss/sha512.cc     ROUND(79,b,c,d,e,f,g,h,a)
b                1033 crypto/third_party/nss/sha512.cc     ADDTO(b,H[1]);
b                1237 crypto/third_party/nss/sha512.cc #define SHA_MIN(a,b) (a < b ? a : b)
b                  15 device/usb/usb_ids.cc static int CompareVendors(const void* a, const void* b) {
b                  17 device/usb/usb_ids.cc   const UsbVendor* vendor_b = static_cast<const UsbVendor*>(b);
b                  21 device/usb/usb_ids.cc static int CompareProducts(const void* a, const void* b) {
b                  23 device/usb/usb_ids.cc   const UsbProduct* product_b = static_cast<const UsbProduct*>(b);
b                 151 extensions/browser/quota_service_unittest.cc                                               Bucket* b,
b                 156 extensions/browser/quota_service_unittest.cc       EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(10 + m)));
b                 157 extensions/browser/quota_service_unittest.cc       EXPECT_TRUE(b->has_tokens());
b                 162 extensions/browser/quota_service_unittest.cc       EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(15 + m)));
b                 163 extensions/browser/quota_service_unittest.cc       EXPECT_FALSE(b->has_tokens());
b                 166 extensions/browser/quota_service_unittest.cc       EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(20 + m)));
b                 167 extensions/browser/quota_service_unittest.cc       EXPECT_FALSE(b->has_tokens());
b                 168 extensions/browser/quota_service_unittest.cc       EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(50 + m)));
b                 169 extensions/browser/quota_service_unittest.cc       EXPECT_FALSE(b->has_tokens());
b                 176 extensions/browser/quota_service_unittest.cc   Bucket b;
b                 178 extensions/browser/quota_service_unittest.cc   b.Reset(k2PerMinute, kStartTime);
b                 179 extensions/browser/quota_service_unittest.cc   EXPECT_TRUE(lim.Apply(&b, kStartTime));
b                 180 extensions/browser/quota_service_unittest.cc   EXPECT_TRUE(b.has_tokens());
b                 181 extensions/browser/quota_service_unittest.cc   EXPECT_TRUE(lim.Apply(&b, kStartTime + TimeDelta::FromSeconds(30)));
b                 182 extensions/browser/quota_service_unittest.cc   EXPECT_FALSE(b.has_tokens());
b                 183 extensions/browser/quota_service_unittest.cc   EXPECT_FALSE(lim.Apply(&b, k1MinuteAfterStart));
b                 185 extensions/browser/quota_service_unittest.cc   b.Reset(k2PerMinute, kStartTime);
b                 186 extensions/browser/quota_service_unittest.cc   EXPECT_TRUE(lim.Apply(&b, k1MinuteAfterStart - TimeDelta::FromSeconds(1)));
b                 187 extensions/browser/quota_service_unittest.cc   EXPECT_TRUE(lim.Apply(&b, k1MinuteAfterStart));
b                 188 extensions/browser/quota_service_unittest.cc   EXPECT_TRUE(lim.Apply(&b, k1MinuteAfterStart + TimeDelta::FromSeconds(1)));
b                 189 extensions/browser/quota_service_unittest.cc   EXPECT_TRUE(lim.Apply(&b, k1MinuteAfterStart + TimeDelta::FromSeconds(2)));
b                 190 extensions/browser/quota_service_unittest.cc   EXPECT_FALSE(lim.Apply(&b, k1MinuteAfterStart + TimeDelta::FromSeconds(3)));
b                  24 extensions/common/permissions/permission_message_util.cc bool RcdBetterThan(const std::string& a, const std::string& b) {
b                  25 extensions/common/permissions/permission_message_util.cc   if (a == b)
b                  30 extensions/common/permissions/permission_message_util.cc     return b != "com";
b                  32 extensions/common/permissions/permission_message_util.cc     return b != "com" && b != "net";
b                 175 extensions/common/url_pattern.h   static bool EffectiveHostCompare(const URLPattern& a, const URLPattern& b) {
b                 176 extensions/common/url_pattern.h     if (a.match_all_urls_ && b.match_all_urls_)
b                 178 extensions/common/url_pattern.h     return a.host_.compare(b.host_) < 0;
b                 184 extensions/common/url_pattern.h     bool operator()(const URLPattern& a, const URLPattern& b) const {
b                 185 extensions/common/url_pattern.h       return EffectiveHostCompare(a, b);
b                 693 extensions/common/url_pattern_unittest.cc                                          const URLPattern& b) {
b                 694 extensions/common/url_pattern_unittest.cc   if (a.Contains(b))
b                 696 extensions/common/url_pattern_unittest.cc                                           b.GetAsString();
b                 697 extensions/common/url_pattern_unittest.cc   if (b.Contains(a))
b                 698 extensions/common/url_pattern_unittest.cc     return testing::AssertionFailure() << b.GetAsString() << " encompasses " <<
b                 701 extensions/common/url_pattern_unittest.cc       "Neither " << a.GetAsString() << " nor " << b.GetAsString() <<
b                 707 extensions/common/url_pattern_unittest.cc                                           const URLPattern& b) {
b                 708 extensions/common/url_pattern_unittest.cc   if (!a.Contains(b))
b                 711 extensions/common/url_pattern_unittest.cc                                           b.GetAsString();
b                 712 extensions/common/url_pattern_unittest.cc   if (b.Contains(a))
b                 713 extensions/common/url_pattern_unittest.cc     return testing::AssertionFailure() << b.GetAsString() << " encompasses " <<
b                 717 extensions/common/url_pattern_unittest.cc                                         b.GetAsString();
b                 215 google_apis/drive/gdata_wapi_parser.cc                 const InstalledApp::IconList::value_type& b) {
b                 216 google_apis/drive/gdata_wapi_parser.cc   return a.first < b.first;
b                  25 google_apis/gaia/gaia_auth_consumer.cc     const ClientLoginResult &b) const {
b                  26 google_apis/gaia/gaia_auth_consumer.cc   return sid == b.sid &&
b                  27 google_apis/gaia/gaia_auth_consumer.cc       lsid == b.lsid &&
b                  28 google_apis/gaia/gaia_auth_consumer.cc       token == b.token &&
b                  29 google_apis/gaia/gaia_auth_consumer.cc       data == b.data &&
b                  30 google_apis/gaia/gaia_auth_consumer.cc       two_factor == b.two_factor;
b                  47 google_apis/gaia/gaia_auth_consumer.cc     const ClientOAuthResult &b) const {
b                  48 google_apis/gaia/gaia_auth_consumer.cc   return refresh_token == b.refresh_token &&
b                  49 google_apis/gaia/gaia_auth_consumer.cc       access_token == b.access_token &&
b                  50 google_apis/gaia/gaia_auth_consumer.cc       expires_in_secs == b.expires_in_secs;
b                  32 google_apis/gaia/gaia_auth_consumer.h     bool operator==(const ClientLoginResult &b) const;
b                  49 google_apis/gaia/gaia_auth_consumer.h     bool operator==(const ClientOAuthResult &b) const;
b                  29 google_apis/gaia/google_service_auth_error.cc bool GoogleServiceAuthError::Captcha::operator==(const Captcha& b) const {
b                  30 google_apis/gaia/google_service_auth_error.cc   return (token == b.token &&
b                  31 google_apis/gaia/google_service_auth_error.cc           audio_url == b.audio_url &&
b                  32 google_apis/gaia/google_service_auth_error.cc           image_url == b.image_url &&
b                  33 google_apis/gaia/google_service_auth_error.cc           unlock_url == b.unlock_url &&
b                  34 google_apis/gaia/google_service_auth_error.cc           image_width == b.image_width &&
b                  35 google_apis/gaia/google_service_auth_error.cc           image_height == b.image_height);
b                  52 google_apis/gaia/google_service_auth_error.cc     const SecondFactor& b) const {
b                  53 google_apis/gaia/google_service_auth_error.cc   return (token == b.token &&
b                  54 google_apis/gaia/google_service_auth_error.cc           prompt_text == b.prompt_text &&
b                  55 google_apis/gaia/google_service_auth_error.cc           alternate_text == b.alternate_text &&
b                  56 google_apis/gaia/google_service_auth_error.cc           field_length == b.field_length);
b                  60 google_apis/gaia/google_service_auth_error.cc     const GoogleServiceAuthError& b) const {
b                  61 google_apis/gaia/google_service_auth_error.cc   return (state_ == b.state_ &&
b                  62 google_apis/gaia/google_service_auth_error.cc           network_error_ == b.network_error_ &&
b                  63 google_apis/gaia/google_service_auth_error.cc           captcha_ == b.captcha_ &&
b                  64 google_apis/gaia/google_service_auth_error.cc           second_factor_ == b.second_factor_);
b                 104 google_apis/gaia/google_service_auth_error.h     bool operator==(const Captcha &b) const;
b                 123 google_apis/gaia/google_service_auth_error.h     bool operator==(const SecondFactor &b) const;
b                 138 google_apis/gaia/google_service_auth_error.h   bool operator==(const GoogleServiceAuthError &b) const;
b                  26 gpu/command_buffer/common/gles2_cmd_utils.h inline bool SafeMultiplyUint32(uint32 a, uint32 b, uint32* dst) {
b                  27 gpu/command_buffer/common/gles2_cmd_utils.h   if (b == 0) {
b                  31 gpu/command_buffer/common/gles2_cmd_utils.h   uint32 v = a * b;
b                  32 gpu/command_buffer/common/gles2_cmd_utils.h   if (v / b != a) {
b                  41 gpu/command_buffer/common/gles2_cmd_utils.h inline bool SafeAddUint32(uint32 a, uint32 b, uint32* dst) {
b                  42 gpu/command_buffer/common/gles2_cmd_utils.h   if (a + b < a) {
b                  46 gpu/command_buffer/common/gles2_cmd_utils.h   *dst = a + b;
b                  51 gpu/command_buffer/common/gles2_cmd_utils.h inline bool SafeAddInt32(int32 a, int32 b, int32* dst) {
b                  52 gpu/command_buffer/common/gles2_cmd_utils.h   int64 sum64 = static_cast<int64>(a) + b;
b                  60 gpu/command_buffer/tests/gl_readback_unittest.cc   GLuint b, q;
b                  63 gpu/command_buffer/tests/gl_readback_unittest.cc   glGenBuffers(1, &b);
b                  65 gpu/command_buffer/tests/gl_readback_unittest.cc   glBindBuffer(GL_PIXEL_PACK_TRANSFER_BUFFER_CHROMIUM, b);
b                  87 gpu/command_buffer/tests/gl_readback_unittest.cc   glDeleteBuffers(1, &b);
b                  25 gpu/gles2_conform_support/native/egl_native.cc     float r, float g, float b, float a, void** resource) {
b                 466 ipc/ipc_message_macros.h       (obj->*func)(*msg, p.a, p.b);                                           \
b                 472 ipc/ipc_message_macros.h   static bool Read(const IPC::Message* msg, TA* a, TB* b) {                   \
b                 477 ipc/ipc_message_macros.h     *b = p.b;                                                                 \
b                 487 ipc/ipc_message_macros.h       (obj->*func)(*msg, p.a, p.b, p.c);                                      \
b                 493 ipc/ipc_message_macros.h   static bool Read(const IPC::Message* msg, TA* a, TB* b, TC* c) {            \
b                 498 ipc/ipc_message_macros.h     *b = p.b;                                                                 \
b                 510 ipc/ipc_message_macros.h       (obj->*func)(*msg, p.a, p.b, p.c, p.d);                                 \
b                 516 ipc/ipc_message_macros.h   static bool Read(const IPC::Message* msg, TA* a, TB* b, TC* c, TD* d) {     \
b                 521 ipc/ipc_message_macros.h     *b = p.b;                                                                 \
b                 534 ipc/ipc_message_macros.h       (obj->*func)(*msg, p.a, p.b, p.c, p.d, p.e);                            \
b                 540 ipc/ipc_message_macros.h   static bool Read(const IPC::Message* msg, TA* a, TB* b, TC* c, TD* d,       \
b                 546 ipc/ipc_message_macros.h     *b = p.b;                                                                 \
b                 581 ipc/ipc_message_macros.h   static void WriteReplyParams(Message* reply, TA a, TB b) { \
b                 582 ipc/ipc_message_macros.h     Schema::WriteReplyParams(reply, a, b); \
b                 587 ipc/ipc_message_macros.h   static void WriteReplyParams(Message* reply, TA a, TB b, TC c) { \
b                 588 ipc/ipc_message_macros.h     Schema::WriteReplyParams(reply, a, b, c); \
b                 593 ipc/ipc_message_macros.h   static void WriteReplyParams(Message* reply, TA a, TB b, TC c, TD d) { \
b                 594 ipc/ipc_message_macros.h     Schema::WriteReplyParams(reply, a, b, c, d); \
b                 599 ipc/ipc_message_macros.h   static void WriteReplyParams(Message* reply, TA a, TB b, TC c, TD d, TE e) { \
b                 600 ipc/ipc_message_macros.h     Schema::WriteReplyParams(reply, a, b, c, d, e); \
b                 552 ipc/ipc_message_utils.h     WriteParam(m, p.b);
b                 556 ipc/ipc_message_utils.h             ReadParam(m, iter, &r->b));
b                 561 ipc/ipc_message_utils.h     LogParam(p.b, l);
b                 570 ipc/ipc_message_utils.h     WriteParam(m, p.b);
b                 575 ipc/ipc_message_utils.h             ReadParam(m, iter, &r->b) &&
b                 581 ipc/ipc_message_utils.h     LogParam(p.b, l);
b                 592 ipc/ipc_message_utils.h     WriteParam(m, p.b);
b                 598 ipc/ipc_message_utils.h             ReadParam(m, iter, &r->b) &&
b                 605 ipc/ipc_message_utils.h     LogParam(p.b, l);
b                 618 ipc/ipc_message_utils.h     WriteParam(m, p.b);
b                 625 ipc/ipc_message_utils.h             ReadParam(m, iter, &r->b) &&
b                 633 ipc/ipc_message_utils.h     LogParam(p.b, l);
b                 897 ipc/ipc_message_utils.h   static void WriteReplyParams(Message* reply, TA a, TB b) {
b                 898 ipc/ipc_message_utils.h     ReplyParam p(a, b);
b                 903 ipc/ipc_message_utils.h   static void WriteReplyParams(Message* reply, TA a, TB b, TC c) {
b                 904 ipc/ipc_message_utils.h     ReplyParam p(a, b, c);
b                 909 ipc/ipc_message_utils.h   static void WriteReplyParams(Message* reply, TA a, TB b, TC c, TD d) {
b                 910 ipc/ipc_message_utils.h     ReplyParam p(a, b, c, d);
b                 915 ipc/ipc_message_utils.h   static void WriteReplyParams(Message* reply, TA a, TB b, TC c, TD d, TE e) {
b                 916 ipc/ipc_message_utils.h     ReplyParam p(a, b, c, d, e);
b                 262 ipc/ipc_send_fds_test.cc     base::WaitableEvent b(true, false);
b                 268 ipc/ipc_send_fds_test.cc         base::Bind(&PipeChannelHelper::DestroyChannel, &out, &b));
b                 270 ipc/ipc_send_fds_test.cc     b.Wait();
b                 130 media/audio/audio_parameters.h inline bool operator<(const AudioParameters& a, const AudioParameters& b) {
b                 131 media/audio/audio_parameters.h   if (a.format() != b.format())
b                 132 media/audio/audio_parameters.h     return a.format() < b.format();
b                 133 media/audio/audio_parameters.h   if (a.channels() != b.channels())
b                 134 media/audio/audio_parameters.h     return a.channels() < b.channels();
b                 135 media/audio/audio_parameters.h   if (a.input_channels() != b.input_channels())
b                 136 media/audio/audio_parameters.h     return a.input_channels() < b.input_channels();
b                 137 media/audio/audio_parameters.h   if (a.sample_rate() != b.sample_rate())
b                 138 media/audio/audio_parameters.h     return a.sample_rate() < b.sample_rate();
b                 139 media/audio/audio_parameters.h   if (a.bits_per_sample() != b.bits_per_sample())
b                 140 media/audio/audio_parameters.h     return a.bits_per_sample() < b.bits_per_sample();
b                 141 media/audio/audio_parameters.h   return a.frames_per_buffer() < b.frames_per_buffer();
b                 362 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         Bundle b = new Bundle();
b                 363 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         b.putInt(MediaCodec.PARAMETER_KEY_VIDEO_BITRATE, bps);
b                 364 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         mMediaCodec.setParameters(b);
b                 369 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         Bundle b = new Bundle();
b                 370 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         b.putInt(MediaCodec.PARAMETER_KEY_REQUEST_SYNC_FRAME, 0);
b                 371 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         mMediaCodec.setParameters(b);
b                 336 media/base/audio_bus.cc void AudioBus::SwapChannels(int a, int b) {
b                 338 media/base/audio_bus.cc   DCHECK(b < channels() && b >= 0);
b                 339 media/base/audio_bus.cc   DCHECK_NE(a, b);
b                 340 media/base/audio_bus.cc   std::swap(channel_data_[a], channel_data_[b]);
b                 109 media/base/audio_bus.h   void SwapChannels(int a, int b);
b                 157 media/base/bind_to_current_loop_unittest.cc   int b = 0;
b                 159 media/base/bind_to_current_loop_unittest.cc       &BoundIntegersSet, &a, &b));
b                 162 media/base/bind_to_current_loop_unittest.cc   EXPECT_EQ(b, 0);
b                 165 media/base/bind_to_current_loop_unittest.cc   EXPECT_EQ(b, -1);
b                  18 media/base/container_names.cc #define TAG(a, b, c, d) \
b                  19 media/base/container_names.cc     ((static_cast<uint8>(a) << 24) | (static_cast<uint8>(b) << 16) | \
b                 104 media/base/ranges_unittest.cc   Ranges<int> b;
b                 112 media/base/ranges_unittest.cc   ASSERT_RANGES(b, "{ }");
b                 113 media/base/ranges_unittest.cc   ASSERT_RANGES(a.IntersectionWith(b), "{ }");
b                 114 media/base/ranges_unittest.cc   ASSERT_RANGES(b.IntersectionWith(a), "{ }");
b                 117 media/base/ranges_unittest.cc   ASSERT_EQ(b.Add(-1, 13), 1u) << b;
b                 119 media/base/ranges_unittest.cc   ASSERT_RANGES(b, "{ [-1,13) }");
b                 120 media/base/ranges_unittest.cc   ASSERT_RANGES(a.IntersectionWith(b), "{ [0,1) [4,7) [10,12) }");
b                 121 media/base/ranges_unittest.cc   ASSERT_RANGES(b.IntersectionWith(a), "{ [0,1) [4,7) [10,12) }");
b                 124 media/base/ranges_unittest.cc   b.clear();
b                 125 media/base/ranges_unittest.cc   ASSERT_EQ(b.Add(1, 4), 1u) << b;
b                 126 media/base/ranges_unittest.cc   ASSERT_EQ(b.Add(8, 9), 2u) << b;
b                 128 media/base/ranges_unittest.cc   ASSERT_RANGES(b, "{ [1,4) [8,9) }");
b                 129 media/base/ranges_unittest.cc   ASSERT_RANGES(a.IntersectionWith(b), "{ }");
b                 130 media/base/ranges_unittest.cc   ASSERT_RANGES(b.IntersectionWith(a), "{ }");
b                 133 media/base/ranges_unittest.cc   b.clear();
b                 134 media/base/ranges_unittest.cc   ASSERT_EQ(b.Add(0, 3), 1u) << b;
b                 135 media/base/ranges_unittest.cc   ASSERT_EQ(b.Add(5, 11), 2u) << b;
b                 137 media/base/ranges_unittest.cc   ASSERT_RANGES(b, "{ [0,3) [5,11) }");
b                 138 media/base/ranges_unittest.cc   ASSERT_RANGES(a.IntersectionWith(b), "{ [0,1) [5,7) [10,11) }");
b                 139 media/base/ranges_unittest.cc   ASSERT_RANGES(b.IntersectionWith(a), "{ [0,1) [5,7) [10,11) }");
b                 143 media/base/ranges_unittest.cc   b.clear();
b                 144 media/base/ranges_unittest.cc   ASSERT_EQ(b.Add(0, 12), 1u) << b;
b                 146 media/base/ranges_unittest.cc   ASSERT_RANGES(b, "{ [0,12) }");
b                 147 media/base/ranges_unittest.cc   ASSERT_RANGES(a.IntersectionWith(b), "{ [0,1) [4,7) [10,12) }");
b                 148 media/base/ranges_unittest.cc   ASSERT_RANGES(b.IntersectionWith(a), "{ [0,1) [4,7) [10,12) }");
b                  30 media/base/simd/convert_rgb_to_yuv_c.cc   const int b = 2;
b                  34 media/base/simd/convert_rgb_to_yuv_c.cc   const int b = 0;
b                  42 media/base/simd/convert_rgb_to_yuv_c.cc                              pixel[b] * 25 + 128) >> 8) + 16);
b                  45 media/base/simd/convert_rgb_to_yuv_c.cc                                    pixel[b] * 112 + 128) >> 8) + 128);
b                  47 media/base/simd/convert_rgb_to_yuv_c.cc                                     pixel[b] * -18 + 128) >> 8) + 128);
b                  61 media/base/simd/convert_rgb_to_yuv_sse2.cc static inline int RGBToY(int r, int g, int b) {
b                  62 media/base/simd/convert_rgb_to_yuv_sse2.cc   int y = ConvertRGBAToYUV_kTable[0] * b +
b                  69 media/base/simd/convert_rgb_to_yuv_sse2.cc static inline int RGBToU(int r, int g, int b, int shift) {
b                  70 media/base/simd/convert_rgb_to_yuv_sse2.cc   int u = ConvertRGBAToYUV_kTable[8] * b +
b                  77 media/base/simd/convert_rgb_to_yuv_sse2.cc static inline int RGBToV(int r, int g, int b, int shift) {
b                  78 media/base/simd/convert_rgb_to_yuv_sse2.cc   int v = ConvertRGBAToYUV_kTable[16] * b +
b                  86 media/base/simd/convert_rgb_to_yuv_sse2.cc   b = *rgb_buf++; \
b                  90 media/base/simd/convert_rgb_to_yuv_sse2.cc   sum_b += b;     \
b                  93 media/base/simd/convert_rgb_to_yuv_sse2.cc   *y_buf++ = RGBToY(r, g, b);
b                 104 media/base/simd/convert_rgb_to_yuv_sse2.cc   int r, g, b;
b                 125 media/base/simd/convert_rgb_to_yuv_sse2.cc   int r, g, b;
b                 140 media/base/simd/convert_rgb_to_yuv_sse2.cc   int r, g, b;
b                 155 media/base/simd/convert_rgb_to_yuv_sse2.cc   int r, g, b;
b                 158 media/base/simd/convert_rgb_to_yuv_sse2.cc   *u_buf++ = RGBToU(r, g, b, 0);
b                 159 media/base/simd/convert_rgb_to_yuv_sse2.cc   *v_buf++ = RGBToV(r, g, b, 0);
b                  77 media/base/simd/convert_rgb_to_yuv_unittest.cc         for (int b = 0; b < kWidth; ++b) {
b                  78 media/base/simd/convert_rgb_to_yuv_unittest.cc           rgb[b * size + 0] = b * kStep;
b                  79 media/base/simd/convert_rgb_to_yuv_unittest.cc           rgb[b * size + 1] = g * kStep;
b                  80 media/base/simd/convert_rgb_to_yuv_unittest.cc           rgb[b * size + 2] = r * kStep;
b                  82 media/base/simd/convert_rgb_to_yuv_unittest.cc             rgb[b * size + 3] = 255;
b                  42 media/base/simd/convert_yuv_to_rgb_c.cc   int b = kCoefficientsRgbY[256+u][B_INDEX];
b                  47 media/base/simd/convert_yuv_to_rgb_c.cc   b = paddsw(b, kCoefficientsRgbY[512+v][B_INDEX]);
b                  52 media/base/simd/convert_yuv_to_rgb_c.cc   b = paddsw(b, kCoefficientsRgbY[y][B_INDEX]);
b                  57 media/base/simd/convert_yuv_to_rgb_c.cc   b >>= 6;
b                  62 media/base/simd/convert_yuv_to_rgb_c.cc   *reinterpret_cast<uint32*>(rgb_buf) = (packuswb(b) << SK_B32_SHIFT) |
b                  73 media/base/simd/convert_yuv_to_rgb_c.cc   int b = kCoefficientsRgbY[256+u][0];
b                  77 media/base/simd/convert_yuv_to_rgb_c.cc   b = paddsw(b, kCoefficientsRgbY[512+v][0]);
b                  81 media/base/simd/convert_yuv_to_rgb_c.cc   b = paddsw(b, kCoefficientsRgbY[y][0]);
b                  85 media/base/simd/convert_yuv_to_rgb_c.cc   b >>= 6;
b                  89 media/base/simd/convert_yuv_to_rgb_c.cc   b = packuswb(b) * a >> 8;
b                  93 media/base/simd/convert_yuv_to_rgb_c.cc   *reinterpret_cast<uint32*>(rgb_buf) = (b << SK_B32_SHIFT) |
b                 359 media/cdm/ppapi/cdm_file_io_test.cc bool FileIOTest::MatchesResult(const TestStep& a, const TestStep& b) {
b                 360 media/cdm/ppapi/cdm_file_io_test.cc   DCHECK(IsResult(a) && IsResult(b));
b                 361 media/cdm/ppapi/cdm_file_io_test.cc   if (a.type != b.type || a.status != b.status)
b                 368 media/cdm/ppapi/cdm_file_io_test.cc           std::equal(a.data, a.data + a.data_size, b.data));
b                  96 media/cdm/ppapi/cdm_file_io_test.h   static bool MatchesResult(const TestStep& a, const TestStep& b);
b                 446 media/filters/audio_renderer_algorithm_unittest.cc   scoped_ptr<AudioBus> b = AudioBus::Create(kChannels, kFrames);
b                 454 media/filters/audio_renderer_algorithm_unittest.cc   FillWithSquarePulseTrain(kHalfPulseWidth, 0, 0, b.get());
b                 455 media/filters/audio_renderer_algorithm_unittest.cc   FillWithSquarePulseTrain(kHalfPulseWidth, 0, 1, b.get());
b                 456 media/filters/audio_renderer_algorithm_unittest.cc   FillWithSquarePulseTrain(kHalfPulseWidth, 0, 2, b.get());
b                 458 media/filters/audio_renderer_algorithm_unittest.cc   internal::MultiChannelDotProduct(a.get(), 0, b.get(), 0, kFrames,
b                 465 media/filters/audio_renderer_algorithm_unittest.cc   internal::MultiChannelDotProduct(a.get(), 4, b.get(), 8, kFrames / 2,
b                  45 media/filters/gpu_video_decoder.cc     SHMBuffer* s, const scoped_refptr<DecoderBuffer>& b)
b                  46 media/filters/gpu_video_decoder.cc     : shm_buffer(s), buffer(b) {
b                  87 media/filters/gpu_video_decoder.h     BufferPair(SHMBuffer* s, const scoped_refptr<DecoderBuffer>& b);
b                  41 media/filters/wsola_internals.cc                             const AudioBus* b,
b                  45 media/filters/wsola_internals.cc   DCHECK_EQ(a->channels(), b->channels());
b                  49 media/filters/wsola_internals.cc   DCHECK_LE(frame_offset_b + num_frames, b->frames());
b                  54 media/filters/wsola_internals.cc     const float* ch_b = b->channel(k) + frame_offset_b;
b                  95 media/filters/wsola_internals.cc   float b = 0.5f * (y_values[2] - y_values[0]);
b                 103 media/filters/wsola_internals.cc     *extremum = -b / (2.f * a);
b                 104 media/filters/wsola_internals.cc     *extremum_value = a * (*extremum) * (*extremum) + b * (*extremum) + c;
b                  27 media/filters/wsola_internals.h                                          const AudioBus* b,
b                  50 media/formats/mp4/box_reader_unittest.cc   uint8 a, b;
b                  61 media/formats/mp4/box_reader_unittest.cc            reader->Read1(&b) &&
b                  98 media/formats/mp4/box_reader_unittest.cc   EXPECT_EQ(0x06, box.b);
b                  69 media/formats/mp4/track_run_iterator.cc   int64 b = numer % denom;
b                  70 media/formats/mp4/track_run_iterator.cc   DCHECK_LE((b > 0 ? b : -b), kint64max / base::Time::kMicrosecondsPerSecond);
b                  71 media/formats/mp4/track_run_iterator.cc   int64 timeb_in_us = (b * base::Time::kMicrosecondsPerSecond) / denom;
b                 156 media/formats/mp4/track_run_iterator.cc   bool operator()(const TrackRunInfo& a, const TrackRunInfo& b) {
b                 158 media/formats/mp4/track_run_iterator.cc     int64 b_aux = b.aux_info_total_size ? b.aux_info_start_offset : kint64max;
b                 162 media/formats/mp4/track_run_iterator.cc     int64 b_lesser = std::min(b_aux, b.sample_start_offset);
b                 163 media/formats/mp4/track_run_iterator.cc     int64 b_greater = std::max(b_aux, b.sample_start_offset);
b                 172 mojo/examples/sample_app/spinning_cube.cc   void Multiply(ESMatrix* a, ESMatrix* b) {
b                 175 mojo/examples/sample_app/spinning_cube.cc       result.m[i][0] = (a->m[i][0] * b->m[0][0]) +
b                 176 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][1] * b->m[1][0]) +
b                 177 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][2] * b->m[2][0]) +
b                 178 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][3] * b->m[3][0]);
b                 180 mojo/examples/sample_app/spinning_cube.cc       result.m[i][1] = (a->m[i][0] * b->m[0][1]) +
b                 181 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][1] * b->m[1][1]) +
b                 182 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][2] * b->m[2][1]) +
b                 183 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][3] * b->m[3][1]);
b                 185 mojo/examples/sample_app/spinning_cube.cc       result.m[i][2] = (a->m[i][0] * b->m[0][2]) +
b                 186 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][1] * b->m[1][2]) +
b                 187 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][2] * b->m[2][2]) +
b                 188 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][3] * b->m[3][2]);
b                 190 mojo/examples/sample_app/spinning_cube.cc       result.m[i][3] = (a->m[i][0] * b->m[0][3]) +
b                 191 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][1] * b->m[1][3]) +
b                 192 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][2] * b->m[2][3]) +
b                 193 mojo/examples/sample_app/spinning_cube.cc                        (a->m[i][3] * b->m[3][3]);
b                  25 mojo/public/c/system/tests/core_unittest_pure_c.c #define EXPECT_EQ(a, b) \
b                  27 mojo/public/c/system/tests/core_unittest_pure_c.c     if ((a) != (b)) \
b                  28 mojo/public/c/system/tests/core_unittest_pure_c.c       return FAILURE(STRINGIFY(a) " != " STRINGIFY(b) " (expected ==)"); \
b                  30 mojo/public/c/system/tests/core_unittest_pure_c.c #define EXPECT_NE(a, b) \
b                  32 mojo/public/c/system/tests/core_unittest_pure_c.c     if ((a) == (b)) \
b                  33 mojo/public/c/system/tests/core_unittest_pure_c.c       return FAILURE(STRINGIFY(a) " == " STRINGIFY(b) " (expected !=)"); \
b                  59 mojo/public/cpp/bindings/tests/buffer_unittest.cc       internal::ScratchBuffer b;
b                  60 mojo/public/cpp/bindings/tests/buffer_unittest.cc       EXPECT_EQ(&b, Buffer::current());
b                  79 mojo/public/cpp/bindings/tests/buffer_unittest.cc   void* b = buf.Allocate(10);
b                  80 mojo/public/cpp/bindings/tests/buffer_unittest.cc   ASSERT_TRUE(b);
b                  81 mojo/public/cpp/bindings/tests/buffer_unittest.cc   EXPECT_TRUE(IsZero(b, 10));
b                  82 mojo/public/cpp/bindings/tests/buffer_unittest.cc   EXPECT_EQ(0, reinterpret_cast<ptrdiff_t>(b) % 8);
b                 133 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   RemotePtr<math::Calculator> b(pipe_.handle_to_peer.Pass(), NULL);
b                 136 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   EXPECT_FALSE(b.is_null());
b                 138 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   a = b.Pass();
b                 141 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   EXPECT_TRUE(b.is_null());
b                  33 mojo/public/cpp/bindings/tests/request_response_unittest.cc       const String& b,
b                  36 mojo/public/cpp/bindings/tests/request_response_unittest.cc     callback.Run(a, b);
b                  57 mojo/public/cpp/bindings/tests/request_response_unittest.cc   void Run(const String& a, const String& b) const {
b                  58 mojo/public/cpp/bindings/tests/request_response_unittest.cc     *buf_ = a.To<std::string>() + b.To<std::string>();
b                 113 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_TRUE(foo.b());
b                 217 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "b", foo.b());
b                  80 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   String b(kText);
b                  84 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   EXPECT_EQ(std::string(kText), b.To<std::string>());
b                  93 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   String b(static_cast<const char*>(NULL));
b                  94 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   EXPECT_TRUE(b.is_null());
b                 102 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   String b = std::string();
b                 103 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   EXPECT_FALSE(b.is_null());
b                 104 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   EXPECT_EQ(std::string(), b.To<std::string>());
b                 111 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   String b(a);
b                 113 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   EXPECT_EQ(&a[0], &b[0]);
b                 114 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   EXPECT_EQ(a.To<std::string>(), b.To<std::string>());
b                 126 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   String b(kText.c_str());
b                 127 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   EXPECT_EQ(std::string("hel"), b.To<std::string>());
b                 245 mojo/public/cpp/system/core.h inline bool operator<(const Handle& a, const Handle& b) {
b                 246 mojo/public/cpp/system/core.h   return a.value() < b.value();
b                  47 mojo/system/raw_channel_unittest.cc   const unsigned char* b = static_cast<const unsigned char*>(bytes);
b                  49 mojo/system/raw_channel_unittest.cc     if (b[i] != static_cast<unsigned char>(i + num_bytes))
b                  33 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc uint32_t MakeColor(uint8_t r, uint8_t g, uint8_t b) {
b                  37 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     return (a << 24) | (r << 16) | (g << 8) | b;
b                  39 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     return (a << 24) | (b << 16) | (g << 8) | r;
b                  64 native_client_sdk/src/examples/api/graphics_3d/matrix.cc void multiply_matrix(const Matrix_t a, const Matrix_t b, Matrix_t mat) {
b                  69 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[0] = a[0] * b[0] + a[4] * b[1] + a[8] * b[2] + a[12] * b[3];
b                  70 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[1] = a[1] * b[0] + a[5] * b[1] + a[9] * b[2] + a[13] * b[3];
b                  71 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[2] = a[2] * b[0] + a[6] * b[1] + a[10] * b[2] + a[14] * b[3];
b                  72 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[3] = a[3] * b[0] + a[7] * b[1] + a[11] * b[2] + a[15] * b[3];
b                  74 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[4] = a[0] * b[4] + a[4] * b[5] + a[8] * b[6] + a[12] * b[7];
b                  75 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[5] = a[1] * b[4] + a[5] * b[5] + a[9] * b[6] + a[13] * b[7];
b                  76 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[6] = a[2] * b[4] + a[6] * b[5] + a[10] * b[6] + a[14] * b[7];
b                  77 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[7] = a[3] * b[4] + a[7] * b[5] + a[11] * b[6] + a[15] * b[7];
b                  79 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[8] = a[0] * b[8] + a[4] * b[9] + a[8] * b[10] + a[12] * b[11];
b                  80 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[9] = a[1] * b[8] + a[5] * b[9] + a[9] * b[10] + a[13] * b[11];
b                  81 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[10] = a[2] * b[8] + a[6] * b[9] + a[10] * b[10] + a[14] * b[11];
b                  82 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[11] = a[3] * b[8] + a[7] * b[9] + a[11] * b[10] + a[15] * b[11];
b                  84 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[12] = a[0] * b[12] + a[4] * b[13] + a[8] * b[14] + a[12] * b[15];
b                  85 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[13] = a[1] * b[12] + a[5] * b[13] + a[9] * b[14] + a[13] * b[15];
b                  86 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[14] = a[2] * b[12] + a[6] * b[13] + a[10] * b[14] + a[14] * b[15];
b                  87 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   out[15] = a[3] * b[12] + a[7] * b[13] + a[11] * b[14] + a[15] * b[15];
b                  39 native_client_sdk/src/examples/api/graphics_3d/matrix.h void multiply_matrix(const Matrix_t a, const Matrix_t b, Matrix_t mat);
b                  25 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc uint32_t MakeColor(float r, float g, float b, float a) {
b                  32 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc   uint8_t b8 = static_cast<uint8_t>(255 * b * a);
b                  76 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc                   float r, float g, float b) {
b                  95 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc           data[y * size.width() + x] = MakeColor(r, g, b, a);
b                 102 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc                           float r, float g, float b, float a) {
b                 106 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc       data[y * size.width() + x] = MakeColor(r, g, b, a);
b                  75 native_client_sdk/src/examples/demo/earth/earth.cc inline uint32_t MakeBGRA(uint32_t b, uint32_t g, uint32_t r, uint32_t a) {
b                  76 native_client_sdk/src/examples/demo/earth/earth.cc   return (((a) << 24) | ((r) << 16) | ((g) << 8) | (b));
b                 202 native_client_sdk/src/examples/demo/earth/earth.cc   void SetAmbientRGB(float r, float g, float b);
b                 203 native_client_sdk/src/examples/demo/earth/earth.cc   void SetDiffuseRGB(float r, float g, float b);
b                 413 native_client_sdk/src/examples/demo/earth/earth.cc     float b = 2.0f * dx * (x0 - planet_x_) + two_dy_y0_y_two_dz_z0_z;
b                 417 native_client_sdk/src/examples/demo/earth/earth.cc     float disc = b * b - 4.0f * a * c;
b                 427 native_client_sdk/src/examples/demo/earth/earth.cc     float t = (-b - inline_sqrt(disc)) / (2.0f * a);
b                 576 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::SetAmbientRGB(float r, float g, float b) {
b                 579 native_client_sdk/src/examples/demo/earth/earth.cc   ambient_b_ = b;
b                 583 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::SetDiffuseRGB(float r, float g, float b) {
b                 586 native_client_sdk/src/examples/demo/earth/earth.cc   diffuse_b_ = b;
b                  22 native_client_sdk/src/examples/demo/flock/vector2.h   static Vector2 Difference(const Vector2& a, const Vector2& b) {
b                  23 native_client_sdk/src/examples/demo/flock/vector2.h     Vector2 diff(a.x() - b.x(), a.y() - b.y());
b                  47 native_client_sdk/src/examples/demo/life/life.c #define MakeBGRA(b, g, r, a)  \
b                  48 native_client_sdk/src/examples/demo/life/life.c   (((a) << 24) | ((r) << 16) | ((g) << 8) | (b))
b                  29 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c #define MIN(a, b) (((a) < (b)) ? (a) : (b))
b                  80 native_client_sdk/src/examples/demo/voronoi/voronoi.cc inline uint32_t MakeBGRA(uint32_t b, uint32_t g, uint32_t r, uint32_t a) {
b                  81 native_client_sdk/src/examples/demo/voronoi/voronoi.cc   return (((a) << 24) | ((r) << 16) | ((g) << 8) | (b));
b                  50 native_client_sdk/src/examples/tutorial/debugging/debugging.c void layer3(int a, int b, int c) { layer4(a + b + c); }
b                  64 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc void multiply_matrix(const Matrix_t a, const Matrix_t b, Matrix_t mat) {
b                  69 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[0] = a[0] * b[0] + a[4] * b[1] + a[8] * b[2] + a[12] * b[3];
b                  70 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[1] = a[1] * b[0] + a[5] * b[1] + a[9] * b[2] + a[13] * b[3];
b                  71 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[2] = a[2] * b[0] + a[6] * b[1] + a[10] * b[2] + a[14] * b[3];
b                  72 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[3] = a[3] * b[0] + a[7] * b[1] + a[11] * b[2] + a[15] * b[3];
b                  74 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[4] = a[0] * b[4] + a[4] * b[5] + a[8] * b[6] + a[12] * b[7];
b                  75 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[5] = a[1] * b[4] + a[5] * b[5] + a[9] * b[6] + a[13] * b[7];
b                  76 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[6] = a[2] * b[4] + a[6] * b[5] + a[10] * b[6] + a[14] * b[7];
b                  77 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[7] = a[3] * b[4] + a[7] * b[5] + a[11] * b[6] + a[15] * b[7];
b                  79 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[8] = a[0] * b[8] + a[4] * b[9] + a[8] * b[10] + a[12] * b[11];
b                  80 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[9] = a[1] * b[8] + a[5] * b[9] + a[9] * b[10] + a[13] * b[11];
b                  81 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[10] = a[2] * b[8] + a[6] * b[9] + a[10] * b[10] + a[14] * b[11];
b                  82 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[11] = a[3] * b[8] + a[7] * b[9] + a[11] * b[10] + a[15] * b[11];
b                  84 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[12] = a[0] * b[12] + a[4] * b[13] + a[8] * b[14] + a[12] * b[15];
b                  85 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[13] = a[1] * b[12] + a[5] * b[13] + a[9] * b[14] + a[13] * b[15];
b                  86 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[14] = a[2] * b[12] + a[6] * b[13] + a[10] * b[14] + a[14] * b[15];
b                  87 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   out[15] = a[3] * b[12] + a[7] * b[13] + a[11] * b[14] + a[15] * b[15];
b                  39 native_client_sdk/src/gonacl_appengine/src/cube/matrix.h void multiply_matrix(const Matrix_t a, const Matrix_t b, Matrix_t mat);
b                  68 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc inline uint32_t MakeRGBA(uint32_t r, uint32_t g, uint32_t b, uint32_t a) {
b                  69 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   return (((a) << 24) | ((r) << 16) | ((g) << 8) | (b));
b                 201 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   void SetAmbientRGB(float r, float g, float b);
b                 202 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   void SetDiffuseRGB(float r, float g, float b);
b                 451 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc     float b = 2.0f * dx * (x0 - planet_x_) + two_dy_y0_y_two_dz_z0_z;
b                 455 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc     float disc = b * b - 4.0f * a * c;
b                 465 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc     float t = (-b - inline_sqrt(disc)) / (2.0f * a);
b                 618 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::SetAmbientRGB(float r, float g, float b) {
b                 621 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   ambient_b_ = b;
b                 625 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::SetDiffuseRGB(float r, float g, float b) {
b                 628 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   diffuse_b_ = b;
b                  51 native_client_sdk/src/gonacl_appengine/src/life/life.c #define MakeBGRA(b, g, r, a)  \
b                  52 native_client_sdk/src/gonacl_appengine/src/life/life.c   (((a) << 24) | ((r) << 16) | ((g) << 8) | (b))
b                  74 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc inline uint32_t MakeBGRA(uint32_t b, uint32_t g, uint32_t r, uint32_t a) {
b                  75 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc   return (((a) << 24) | ((r) << 16) | ((g) << 8) | (b));
b                 236 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h #define IN6_ARE_ADDR_EQUAL(a, b)			\
b                 237 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h     (bcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
b                 239 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h #define IN6_ARE_ADDR_EQUAL(a, b)			\
b                 240 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h     (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
b                 245 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h #define SA6_ARE_ADDR_EQUAL(a, b) \
b                 246 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h 	(((a)->sin6_scope_id == 0 || (b)->sin6_scope_id == 0 || \
b                 247 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h 	  ((a)->sin6_scope_id == (b)->sin6_scope_id)) && \
b                 248 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h 	 (bcmp(&(a)->sin6_addr, &(b)->sin6_addr, sizeof(struct in6_addr)) == 0))
b                 567 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h #define PTW32_MAX(a,b)  ((a)<(b)?(b):(a))
b                 568 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h #define PTW32_MIN(a,b)  ((a)>(b)?(b):(a))
b                  44 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c   pthread_barrier_t b;
b                  57 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c   b = *barrier;
b                  59 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c   if (b->nCurrentBarrierHeight < b->nInitialBarrierHeight)
b                  65 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c       if (0 == (result = sem_destroy (&(b->semBarrierBreeched))))
b                  79 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c 	  (void) free (b);
b                  88 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c           (void) sem_init (&(b->semBarrierBreeched), b->pshared, 0);
b                  45 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c   pthread_barrier_t b;
b                  52 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c   if (NULL != (b = (pthread_barrier_t) calloc (1, sizeof (*b))))
b                  54 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c       b->pshared = (attr != NULL && *attr != NULL
b                  57 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c       b->nCurrentBarrierHeight = b->nInitialBarrierHeight = count;
b                  58 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c       b->lock = 0;
b                  60 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c       if (0 == sem_init (&(b->semBarrierBreeched), b->pshared, 0))
b                  62 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c 	      *barrier = b;
b                  65 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c       (void) free (b);
b                  45 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c   pthread_barrier_t b;
b                  56 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c   b = *barrier;
b                  57 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c   if (--b->nCurrentBarrierHeight == 0)
b                  64 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c       ptw32_mcs_node_transfer(&b->proxynode, &node);
b                  71 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c       result = (b->nInitialBarrierHeight > 1
b                  72 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c                 ? sem_post_multiple (&(b->semBarrierBreeched),
b                  73 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c 				     b->nInitialBarrierHeight - 1) : 0);
b                  87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c       result = ptw32_semwait (&(b->semBarrierBreeched));
b                  90 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c   if ((PTW32_INTERLOCKED_LONG)PTW32_INTERLOCKED_INCREMENT_LONG((PTW32_INTERLOCKED_LONGPTR)&b->nCurrentBarrierHeight)
b                  91 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c 		  == (PTW32_INTERLOCKED_LONG)b->nInitialBarrierHeight)
b                  96 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c       ptw32_mcs_lock_release(&b->proxynode);
b                  90 native_client_sdk/src/libraries/xray/report.c int qcompare(const void* a, const void* b) {
b                  92 native_client_sdk/src/libraries/xray/report.c   struct XRayTotal* ib = (struct XRayTotal*)b;
b                  31 net/base/directory_lister.cc                            const DirectoryLister::DirectoryListerData& b) {
b                  35 net/base/directory_lister.cc   if (IsDotDot(b.info.GetName()))
b                  40 net/base/directory_lister.cc   bool b_is_directory = b.info.IsDirectory();
b                  45 net/base/directory_lister.cc                                                 b.info.GetName());
b                  49 net/base/directory_lister.cc                  const DirectoryLister::DirectoryListerData& b) {
b                  53 net/base/directory_lister.cc   if (IsDotDot(b.info.GetName()))
b                  58 net/base/directory_lister.cc   bool b_is_directory = b.info.IsDirectory();
b                  61 net/base/directory_lister.cc   return a.info.GetLastModifiedTime() > b.info.GetLastModifiedTime();
b                  68 net/base/directory_lister.cc                      const DirectoryLister::DirectoryListerData& b) {
b                  69 net/base/directory_lister.cc   return file_util::LocaleAwareCompareFilenames(a.path, b.path);
b                  19 net/base/hash_value.cc int CompareSHA1Hashes(const void* a, const void* b) {
b                  20 net/base/hash_value.cc   return memcmp(a, b, base::kSHA1Length);
b                  14 net/base/int128.cc std::ostream& operator<<(std::ostream& o, const uint128& b) {
b                  15 net/base/int128.cc   return (o << b.hi_ << "::" << b.lo_);
b                  27 net/base/int128.h   uint128& operator=(const uint128& b);
b                  31 net/base/int128.h   uint128& operator+=(const uint128& b);
b                  32 net/base/int128.h   uint128& operator-=(const uint128& b);
b                  33 net/base/int128.h   uint128& operator*=(const uint128& b);
b                  38 net/base/int128.h   uint128& operator&=(const uint128& b);
b                  39 net/base/int128.h   uint128& operator|=(const uint128& b);
b                  40 net/base/int128.h   uint128& operator^=(const uint128& b);
b                  49 net/base/int128.h                                                      const uint128& b);
b                  81 net/base/int128.h                                                    const uint128& b);
b                 101 net/base/int128.h inline uint128& uint128::operator=(const uint128& b) {
b                 102 net/base/int128.h   lo_ = b.lo_;
b                 103 net/base/int128.h   hi_ = b.hi_;
b                 268 net/base/int128.h inline uint128& uint128::operator+=(const uint128& b) {
b                 269 net/base/int128.h   hi_ += b.hi_;
b                 270 net/base/int128.h   uint64 lolo = lo_ + b.lo_;
b                 277 net/base/int128.h inline uint128& uint128::operator-=(const uint128& b) {
b                 278 net/base/int128.h   hi_ -= b.hi_;
b                 279 net/base/int128.h   if (b.lo_ > lo_)
b                 281 net/base/int128.h   lo_ -= b.lo_;
b                 285 net/base/int128.h inline uint128& uint128::operator*=(const uint128& b) {
b                 290 net/base/int128.h   uint64 b96 = b.hi_ >> 32;
b                 291 net/base/int128.h   uint64 b64 = b.hi_ & 0xffffffffu;
b                 292 net/base/int128.h   uint64 b32 = b.lo_ >> 32;
b                 293 net/base/int128.h   uint64 b00 = b.lo_ & 0xffffffffu;
b                 203 net/base/int128_unittest.cc   uint128 a, b, c;
b                 207 net/base/int128_unittest.cc   b = 0;
b                 208 net/base/int128_unittest.cc   c = a * b;
b                 213 net/base/int128_unittest.cc   b = uint128(0) - 1;
b                 214 net/base/int128_unittest.cc   c = a * b;
b                 226 net/base/int128_unittest.cc       b = uint128(1) << j;
b                 227 net/base/int128_unittest.cc       c = a * b;
b                 235 net/base/int128_unittest.cc   b = uint128(GG_ULONGLONG(0x7777666655554444),
b                 237 net/base/int128_unittest.cc   c = a * b;
b                 240 net/base/int128_unittest.cc   EXPECT_EQ(0, c - b * a);
b                 241 net/base/int128_unittest.cc   EXPECT_EQ(a*a - b*b, (a+b) * (a-b));
b                 246 net/base/int128_unittest.cc   b = uint128(GG_ULONGLONG(0x02468ace13579bdf),
b                 248 net/base/int128_unittest.cc   c = a * b;
b                 251 net/base/int128_unittest.cc   EXPECT_EQ(0, c - b * a);
b                 252 net/base/int128_unittest.cc   EXPECT_EQ(a*a - b*b, (a+b) * (a-b));
b                 481 net/base/nss_memio.c #define CHECKEQ(a, b) { \
b                 482 net/base/nss_memio.c     if ((a) != (b)) { \
b                 483 net/base/nss_memio.c         printf("%d != %d, Test failed line %d\n", a, b, __LINE__); \
b                  86 net/base/upload_element.h                        const UploadElement& b) {
b                  87 net/base/upload_element.h   if (a.type() != b.type())
b                  90 net/base/upload_element.h     return a.bytes_length() == b.bytes_length() &&
b                  91 net/base/upload_element.h            memcmp(a.bytes(), b.bytes(), b.bytes_length()) == 0;
b                  93 net/base/upload_element.h     return a.file_path() == b.file_path() &&
b                  94 net/base/upload_element.h            a.file_range_offset() == b.file_range_offset() &&
b                  95 net/base/upload_element.h            a.file_range_length() == b.file_range_length() &&
b                  97 net/base/upload_element.h               b.expected_file_modification_time();
b                 103 net/base/upload_element.h                        const UploadElement& b) {
b                 104 net/base/upload_element.h   return !(a == b);
b                 441 net/cert/cert_verify_proc_nss.cc     in_param.value.scalar.b = PR_FALSE;
b                 489 net/cert/cert_verify_proc_nss.cc     in_param.value.scalar.b = PR_TRUE;
b                 360 net/cert/x509_certificate.h   static bool IsSameOSCert(OSCertHandle a, OSCertHandle b);
b                 116 net/cert/x509_certificate_ios.cc                                    X509Certificate::OSCertHandle b) {
b                 117 net/cert/x509_certificate_ios.cc   DCHECK(a && b);
b                 118 net/cert/x509_certificate_ios.cc   if (a == b)
b                 120 net/cert/x509_certificate_ios.cc   if (CFEqual(a, b))
b                 123 net/cert/x509_certificate_ios.cc   ScopedCFTypeRef<CFDataRef> b_data(SecCertificateCopyData(b));
b                 286 net/cert/x509_certificate_mac.cc                                    X509Certificate::OSCertHandle b) {
b                 287 net/cert/x509_certificate_mac.cc   DCHECK(a && b);
b                 288 net/cert/x509_certificate_mac.cc   if (a == b)
b                 290 net/cert/x509_certificate_mac.cc   if (CFEqual(a, b))
b                 294 net/cert/x509_certificate_mac.cc       SecCertificateGetData(b, &b_data) == noErr &&
b                 153 net/cert/x509_certificate_nss.cc                                    X509Certificate::OSCertHandle b) {
b                 154 net/cert/x509_certificate_nss.cc   DCHECK(a && b);
b                 155 net/cert/x509_certificate_nss.cc   if (a == b)
b                 157 net/cert/x509_certificate_nss.cc   return a->derCert.len == b->derCert.len &&
b                 158 net/cert/x509_certificate_nss.cc       memcmp(a->derCert.data, b->derCert.data, a->derCert.len) == 0;
b                 394 net/cert/x509_certificate_openssl.cc                                    X509Certificate::OSCertHandle b) {
b                 395 net/cert/x509_certificate_openssl.cc   DCHECK(a && b);
b                 396 net/cert/x509_certificate_openssl.cc   if (a == b)
b                 405 net/cert/x509_certificate_openssl.cc       GetDERAndCacheIfNeeded(b, &der_cache_b) &&
b                 247 net/cert/x509_certificate_win.cc                                    X509Certificate::OSCertHandle b) {
b                 248 net/cert/x509_certificate_win.cc   DCHECK(a && b);
b                 249 net/cert/x509_certificate_win.cc   if (a == b)
b                 251 net/cert/x509_certificate_win.cc   return a->cbCertEncoded == b->cbCertEncoded &&
b                 252 net/cert/x509_certificate_win.cc       memcmp(a->pbCertEncoded, b->pbCertEncoded, a->cbCertEncoded) == 0;
b                  29 net/cert/x509_util.cc     const scoped_refptr<X509Certificate>& b) const {
b                  31 net/cert/x509_util.cc   if (!a.get() || !b.get())
b                  32 net/cert/x509_util.cc     return a.get() && !b.get();
b                  36 net/cert/x509_util.cc   bool b_is_valid = now_ >= b->valid_start() && now_ <= b->valid_expiry();
b                  42 net/cert/x509_util.cc   if (a->valid_expiry() != b->valid_expiry())
b                  43 net/cert/x509_util.cc     return a->valid_expiry() > b->valid_expiry();
b                  47 net/cert/x509_util.cc   if (a->valid_start() != b->valid_start())
b                  48 net/cert/x509_util.cc     return a->valid_start() > b->valid_start();
b                  54 net/cert/x509_util.cc       b->GetIntermediateCertificates();
b                 116 net/cert/x509_util.h       const scoped_refptr<X509Certificate>& b) const;
b                 133 net/cookies/cookie_monster.cc                   const CookieMonster::CookieMap::iterator& b) const {
b                 134 net/cookies/cookie_monster.cc     return a->second->CreationDate() > b->second->CreationDate();
b                  96 net/disk_cache/simple/simple_index_file_unittest.cc   bool CompareTwoEntryMetadata(const EntryMetadata& a, const EntryMetadata& b) {
b                  99 net/disk_cache/simple/simple_index_file_unittest.cc             b.last_used_time_seconds_since_epoch_ &&
b                 100 net/disk_cache/simple/simple_index_file_unittest.cc         a.entry_size_ == b.entry_size_;
b                  86 net/dns/dns_config_service.cc                                             NameServersType b) {
b                  88 net/dns/dns_config_service.cc     return b;
b                  89 net/dns/dns_config_service.cc   if (b == NAME_SERVERS_TYPE_NONE)
b                  91 net/dns/dns_config_service.cc   if (a == b)
b                  61 net/dns/dns_config_service.h                                                NameServersType b);
b                  83 net/dns/host_resolver.h     void set_allow_cached_response(bool b) { allow_cached_response_ = b; }
b                  86 net/dns/host_resolver.h     void set_is_speculative(bool b) { is_speculative_ = b; }
b                  69 net/dns/serial_worker_unittest.cc   void BreakNow(std::string b) {
b                  72 net/dns/serial_worker_unittest.cc                    base::Unretained(this), b));
b                  75 net/dns/serial_worker_unittest.cc   void RunUntilBreak(std::string b) {
b                  77 net/dns/serial_worker_unittest.cc     ASSERT_EQ(breakpoint_, b);
b                 171 net/http/http_auth_handler_ntlm_portable.cc #define LogBuf(a, b, c) ((void) 0)
b                 172 net/http/http_auth_handler_ntlm_portable.cc #define LogToken(a, b, c) ((void) 0)
b                  66 net/http/http_security_headers.cc                      const HashValueVector& b) {
b                  69 net/http/http_security_headers.cc         std::find_if(b.begin(), b.end(), HashValuesEqual(*i));
b                  70 net/http/http_security_headers.cc     if (j != b.end())
b                  73 net/http/http_vary_data_unittest.cc   TestTransaction b;
b                  74 net/http/http_vary_data_unittest.cc   b.Init("Foo: 2", "HTTP/1.1 200 OK\nVary: foo\n\n");
b                  79 net/http/http_vary_data_unittest.cc   EXPECT_FALSE(v.MatchesRequest(b.request, *b.response.get()));
b                  86 net/http/http_vary_data_unittest.cc   TestTransaction b;
b                  87 net/http/http_vary_data_unittest.cc   b.Init("Foo: 12\r\nbar: 3", "HTTP/1.1 200 OK\nVary: foo, bar\n\n");
b                  92 net/http/http_vary_data_unittest.cc   EXPECT_FALSE(v.MatchesRequest(b.request, *b.response.get()));
b                  99 net/http/http_vary_data_unittest.cc   TestTransaction b;
b                 100 net/http/http_vary_data_unittest.cc   b.Init("Foo: 1", "HTTP/1.1 200 OK\nVary: foo\n\n");
b                 105 net/http/http_vary_data_unittest.cc   EXPECT_TRUE(v.MatchesRequest(b.request, *b.response.get()));
b                 112 net/http/http_vary_data_unittest.cc   TestTransaction b;
b                 113 net/http/http_vary_data_unittest.cc   b.Init("Foo: 1\r\nbaR: 2", "HTTP/1.1 200 OK\nVary: foo\nVary: bar\n\n");
b                 118 net/http/http_vary_data_unittest.cc   EXPECT_TRUE(v.MatchesRequest(b.request, *b.response.get()));
b                 125 net/http/http_vary_data_unittest.cc   TestTransaction b;
b                 126 net/http/http_vary_data_unittest.cc   b.Init("Cookie: 2", "HTTP/1.1 301 Moved\nLocation: x\n\n");
b                 131 net/http/http_vary_data_unittest.cc   EXPECT_FALSE(v.MatchesRequest(b.request, *b.response.get()));
b                 140 net/http/http_vary_data_unittest.cc   TestTransaction b;
b                 141 net/http/http_vary_data_unittest.cc   b.Init("Cookie: 2", "HTTP/1.1 301 Moved\nLocation: x\nVary: cooKie\n\n");
b                 146 net/http/http_vary_data_unittest.cc   EXPECT_FALSE(v.MatchesRequest(b.request, *b.response.get()));
b                  68 net/http/md4.cc #define RD1(a,b,c,d,k,s) a += F(b,c,d) + X[k]; a = ROTL(a,s)
b                  71 net/http/md4.cc #define RD2(a,b,c,d,k,s) a += G(b,c,d) + X[k] + 0x5A827999; a = ROTL(a,s)
b                  74 net/http/md4.cc #define RD3(a,b,c,d,k,s) a += H(b,c,d) + X[k] + 0x6ED9EBA1; a = ROTL(a,s)
b                  66 net/http/transport_security_state.cc                      const HashValueVector& b) {
b                  69 net/http/transport_security_state.cc         std::find_if(b.begin(), b.end(), HashValuesEqual(*i));
b                  70 net/http/transport_security_state.cc     if (j != b.end())
b                  49 net/quic/crypto/common_cert_set.cc int Compare(StringPiece a, const unsigned char* b, size_t b_len) {
b                  54 net/quic/crypto/common_cert_set.cc   int n = memcmp(a.data(), b, len);
b                  22 net/quic/crypto/crypto_protocol.h #define TAG(a, b, c, d) ((d << 24) + (c << 16) + (b << 8) + a)
b                 385 net/quic/crypto/crypto_server_test.cc   QuicCryptoServerConfig b(QuicCryptoServerConfig::TESTING, &rand_b);
b                 389 net/quic/crypto/crypto_server_test.cc       b.AddDefaultConfig(&rand_b, &clock, options));
b                 404 net/quic/crypto/crypto_server_test.cc   QuicCryptoServerConfig b(QuicCryptoServerConfig::TESTING, &rand_b);
b                 408 net/quic/crypto/crypto_server_test.cc       b.AddDefaultConfig(&rand_b, &clock, options));
b                 737 net/quic/crypto/quic_crypto_server_config.cc     const scoped_refptr<Config>& b) {
b                 738 net/quic/crypto/quic_crypto_server_config.cc   if (a->primary_time.IsBefore(b->primary_time) ||
b                 739 net/quic/crypto/quic_crypto_server_config.cc       b->primary_time.IsBefore(a->primary_time)) {
b                 741 net/quic/crypto/quic_crypto_server_config.cc     return a->primary_time.IsBefore(b->primary_time);
b                 742 net/quic/crypto/quic_crypto_server_config.cc   } else if (a->priority != b->priority) {
b                 744 net/quic/crypto/quic_crypto_server_config.cc     return a->priority < b->priority;
b                 747 net/quic/crypto/quic_crypto_server_config.cc     return a->id < b->id;
b                 335 net/quic/crypto/quic_crypto_server_config.h                                         const scoped_refptr<Config>& b);
b                 299 net/quic/crypto/strike_register.cc     uint8 b = v[node->critbyte()];
b                 301 net/quic/crypto/strike_register.cc         (1 + static_cast<unsigned>(node->otherbits() | b)) >> 8;
b                 242 net/quic/iovector_test.cc   char a[2], b[2], c[2];
b                 244 net/quic/iovector_test.cc   iov.Append(&b[0], 1);
b                 257 net/quic/iovector_test.cc   char a[2], b[2], c[2], d[2], e[2];
b                 259 net/quic/iovector_test.cc   iov1.Append(&b[0], 1);
b                 277 net/quic/iovector_test.cc   EXPECT_EQ(&b[0], iov2.iovec()[1].iov_base);
b                  59 net/quic/quic_connection.cc bool Near(QuicPacketSequenceNumber a, QuicPacketSequenceNumber b) {
b                  60 net/quic/quic_connection.cc   QuicPacketSequenceNumber delta = (a > b) ? a - b : b - a;
b                 105 net/quic/quic_framer.cc                                QuicPacketSequenceNumber b) {
b                 107 net/quic/quic_framer.cc   if (a < b) {
b                 108 net/quic/quic_framer.cc     return b - a;
b                 110 net/quic/quic_framer.cc   return a - b;
b                 115 net/quic/quic_framer.cc                                    QuicPacketSequenceNumber b) {
b                 116 net/quic/quic_framer.cc   return (Delta(target, a) < Delta(target, b)) ? a : b;
b                 140 net/quic/quic_protocol.cc uint32 MakeQuicTag(char a, char b, char c, char d) {
b                 142 net/quic/quic_protocol.cc          static_cast<uint32>(b) << 8 |
b                 314 net/quic/quic_protocol.h NET_EXPORT_PRIVATE QuicTag MakeQuicTag(char a, char b, char c, char d);
b                 794 net/quic/quic_protocol.h       std::ostream& os, const QuicBlockedFrame& b);
b                 220 net/quic/test_tools/crypto_test_utils.cc     QuicCryptoStream* b) {
b                 226 net/quic/test_tools/crypto_test_utils.cc     MovePackets(a_conn, &a_i, b, b_conn);
b                 244 net/quic/test_tools/crypto_test_utils.cc     QuicCryptoStream* b,
b                 248 net/quic/test_tools/crypto_test_utils.cc   MovePackets(a_conn, &a_i, b, b_conn);
b                  78 net/quic/test_tools/crypto_test_utils.h                                            QuicCryptoStream* b);
b                  87 net/quic/test_tools/crypto_test_utils.h       QuicCryptoStream* b,
b                  27 net/spdy/hpack_huffman_table.cc                               const HpackHuffmanSymbol& b) {
b                  28 net/spdy/hpack_huffman_table.cc   if (a.length == b.length) {
b                  29 net/spdy/hpack_huffman_table.cc     return a.id < b.id;
b                  31 net/spdy/hpack_huffman_table.cc   return a.length < b.length;
b                  34 net/spdy/hpack_huffman_table.cc                      const HpackHuffmanSymbol& b) {
b                  35 net/spdy/hpack_huffman_table.cc   return a.id < b.id;
b                 264 net/ssl/ssl_cipher_suite_names.cc   const CipherSuite* b = static_cast<const CipherSuite*>(ib);
b                 266 net/ssl/ssl_cipher_suite_names.cc   if (a->cipher_suite < b->cipher_suite) {
b                 268 net/ssl/ssl_cipher_suite_names.cc   } else if (a->cipher_suite == b->cipher_suite) {
b                 954 net/third_party/nss/ssl/dtlscon.c dtls_HandleHelloVerifyRequest(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                 974 net/third_party/nss/ssl/dtlscon.c     temp = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
b                 985 net/third_party/nss/ssl/dtlscon.c     rv = ssl3_ConsumeHandshakeVariable(ss, &cookie, 1, &b, &length);
b                  91 net/third_party/nss/ssl/ssl3con.c                                              const unsigned char *b,
b                4123 net/third_party/nss/ssl/ssl3con.c ssl3_UpdateHandshakeHashes(sslSocket *ss, const unsigned char *b,
b                4133 net/third_party/nss/ssl/ssl3con.c 	return sslBuffer_Append(&ss->ssl3.hs.messages, b, l);
b                4136 net/third_party/nss/ssl/ssl3con.c     PRINT_BUF(90, (NULL, "handshake hash input:", b, l));
b                4141 net/third_party/nss/ssl/ssl3con.c 	    ss->ssl3.hs.sha_obj->update(ss->ssl3.hs.sha_cx, b, l);
b                4143 net/third_party/nss/ssl/ssl3con.c 	    MD5_Update((MD5Context *)ss->ssl3.hs.md5_cx, b, l);
b                4144 net/third_party/nss/ssl/ssl3con.c 	    SHA1_Update((SHA1Context *)ss->ssl3.hs.sha_cx, b, l);
b                4150 net/third_party/nss/ssl/ssl3con.c 	rv = PK11_DigestOp(ss->ssl3.hs.sha, b, l);
b                4156 net/third_party/nss/ssl/ssl3con.c 	    rv = PK11_DigestOp(ss->ssl3.hs.backupHash, b, l);
b                4163 net/third_party/nss/ssl/ssl3con.c 	rv = PK11_DigestOp(ss->ssl3.hs.md5, b, l);
b                4168 net/third_party/nss/ssl/ssl3con.c 	rv = PK11_DigestOp(ss->ssl3.hs.sha, b, l);
b                4229 net/third_party/nss/ssl/ssl3con.c     PRUint8   b[4];
b                4230 net/third_party/nss/ssl/ssl3con.c     PRUint8 * p = b;
b                4243 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_AppendHandshake(ss, &b[0], lenSize);
b                4355 net/third_party/nss/ssl/ssl3con.c ssl3_ConsumeHandshake(sslSocket *ss, void *v, PRInt32 bytes, SSL3Opaque **b,
b                4364 net/third_party/nss/ssl/ssl3con.c     PORT_Memcpy(v, *b, bytes);
b                4365 net/third_party/nss/ssl/ssl3con.c     PRINT_BUF(60, (ss, "consume bytes:", *b, bytes));
b                4366 net/third_party/nss/ssl/ssl3con.c     *b      += bytes;
b                4383 net/third_party/nss/ssl/ssl3con.c ssl3_ConsumeHandshakeNumber(sslSocket *ss, PRInt32 bytes, SSL3Opaque **b,
b                4386 net/third_party/nss/ssl/ssl3con.c     PRUint8  *buf = *b;
b                4397 net/third_party/nss/ssl/ssl3con.c     PRINT_BUF(60, (ss, "consume bytes:", *b, bytes));
b                4401 net/third_party/nss/ssl/ssl3con.c     *b      += bytes;
b                4422 net/third_party/nss/ssl/ssl3con.c 			      SSL3Opaque **b, PRUint32 *length)
b                4429 net/third_party/nss/ssl/ssl3con.c     count = ssl3_ConsumeHandshakeNumber(ss, bytes, b, length);
b                4437 net/third_party/nss/ssl/ssl3con.c 	i->data = *b;
b                4439 net/third_party/nss/ssl/ssl3con.c 	*b      += count;
b                4564 net/third_party/nss/ssl/ssl3con.c 				      SSL3Opaque **b,
b                4571 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshake(ss, bytes, sizeof(bytes), b, length);
b                6345 net/third_party/nss/ssl/ssl3con.c ssl3_HandleServerHello(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                6400 net/third_party/nss/ssl/ssl3con.c     temp = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
b                6440 net/third_party/nss/ssl/ssl3con.c 	ss, &ss->ssl3.hs.server_random, SSL3_RANDOM_LENGTH, &b, &length);
b                6445 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &sidBytes, 1, &b, &length);
b                6456 net/third_party/nss/ssl/ssl3con.c     temp = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
b                6496 net/third_party/nss/ssl/ssl3con.c     temp = ssl3_ConsumeHandshakeNumber(ss, 1, &b, &length);
b                6528 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_ConsumeHandshakeVariable(ss, &extensions, 2, &b, &length);
b                6783 net/third_party/nss/ssl/ssl3con.c ssl3_HandleServerKeyExchange(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                6823 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &modulus, 2, &b, &length);
b                6827 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &exponent, 2, &b, &length);
b                6832 net/third_party/nss/ssl/ssl3con.c 	    rv = ssl3_ConsumeSignatureAndHashAlgorithm(ss, &b, &length,
b                6843 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &signature, 2, &b, &length);
b                6913 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &dh_p, 2, &b, &length);
b                6921 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &dh_g, 2, &b, &length);
b                6927 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &dh_Ys, 2, &b, &length);
b                6934 net/third_party/nss/ssl/ssl3con.c 	    rv = ssl3_ConsumeSignatureAndHashAlgorithm(ss, &b, &length,
b                6945 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &signature, 2, &b, &length);
b                7017 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleECDHServerKeyExchange(ss, b, length);
b                7157 net/third_party/nss/ssl/ssl3con.c ssl3_HandleCertificateRequest(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                7196 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &cert_types, 1, &b, &length);
b                7204 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_ConsumeHandshakeVariable(ss, &algorithms, 2, &b, &length);
b                7219 net/third_party/nss/ssl/ssl3con.c     remaining = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
b                7236 net/third_party/nss/ssl/ssl3con.c 	node->name.len = len = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
b                7244 net/third_party/nss/ssl/ssl3con.c 	node->name.data = b;
b                7245 net/third_party/nss/ssl/ssl3con.c 	b         += len;
b                7985 net/third_party/nss/ssl/ssl3con.c ssl3_HandleClientHello(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                8054 net/third_party/nss/ssl/ssl3con.c     tmp = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
b                8083 net/third_party/nss/ssl/ssl3con.c 	ss, &ss->ssl3.hs.client_random, SSL3_RANDOM_LENGTH, &b, &length);
b                8089 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &sidBytes, 1, &b, &length);
b                8096 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_ConsumeHandshakeVariable(ss, &cookieBytes, 1, &b, &length);
b                8103 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &suites, 2, &b, &length);
b                8122 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &comps, 1, &b, &length);
b                8139 net/third_party/nss/ssl/ssl3con.c 	extension_length = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
b                8147 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleHelloExtensions(ss, &b, &length);
b                9395 net/third_party/nss/ssl/ssl3con.c ssl3_HandleCertificateVerify(sslSocket *ss, SSL3Opaque *b, PRUint32 length,
b                9420 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_ConsumeSignatureAndHashAlgorithm(ss, &b, &length,
b                9442 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &signed_hash, 2, &b, &length);
b                9562 net/third_party/nss/ssl/ssl3con.c                                 SSL3Opaque *b,
b                9583 net/third_party/nss/ssl/ssl3con.c     enc_pms.data = b;
b                9692 net/third_party/nss/ssl/ssl3con.c ssl3_HandleClientKeyExchange(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                9768 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleRSAClientKeyExchange(ss, b, length, serverKey);
b                9792 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleECDHClientKeyExchange(ss, b, length, 
b                9824 net/third_party/nss/ssl/ssl3con.c ssl3_HandleNewSessionTicket(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                9855 net/third_party/nss/ssl/ssl3con.c 	(PRUint32)ssl3_ConsumeHandshakeNumber(ss, 4, &b, &length);
b                9857 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &ticketData, 2, &b, &length);
b                10156 net/third_party/nss/ssl/ssl3con.c ssl3_HandleCertificateStatus(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                10169 net/third_party/nss/ssl/ssl3con.c     status = ssl3_ConsumeHandshakeNumber(ss, 1, &b, &length);
b                10174 net/third_party/nss/ssl/ssl3con.c     len = ssl3_ConsumeHandshakeNumber(ss, 3, &b, &length);
b                10196 net/third_party/nss/ssl/ssl3con.c     PORT_Memcpy(ss->sec.ci.sid->peerCertStatus.items[0].data, b, length);
b                10211 net/third_party/nss/ssl/ssl3con.c ssl3_HandleCertificate(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                10253 net/third_party/nss/ssl/ssl3con.c 	remaining = ssl3_ConsumeHandshakeNumber(ss, 3, &b, &length);
b                10286 net/third_party/nss/ssl/ssl3con.c     size = ssl3_ConsumeHandshakeNumber(ss, 3, &b, &length);
b                10293 net/third_party/nss/ssl/ssl3con.c     certItem.data = b;
b                10295 net/third_party/nss/ssl/ssl3con.c     b      += size;
b                10314 net/third_party/nss/ssl/ssl3con.c 	size = ssl3_ConsumeHandshakeNumber(ss, 3, &b, &length);
b                10321 net/third_party/nss/ssl/ssl3con.c 	certItem.data = b;
b                10323 net/third_party/nss/ssl/ssl3con.c 	b      += size;
b                11096 net/third_party/nss/ssl/ssl3con.c ssl3_HandleFinished(sslSocket *ss, SSL3Opaque *b, PRUint32 length,
b                11134 net/third_party/nss/ssl/ssl3con.c 	    0 != NSS_SecureMemcmp(&tlsFinished, b, length)) {
b                11152 net/third_party/nss/ssl/ssl3con.c 	if (0 != NSS_SecureMemcmp(&hashes->u.s, b, length)) {
b                11340 net/third_party/nss/ssl/ssl3con.c ssl3_HandleHandshakeMessage(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                11413 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_UpdateHandshakeHashes(ss, b, length);
b                11455 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleClientHello(ss, b, length);
b                11463 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleServerHello(ss, b, length);
b                11471 net/third_party/nss/ssl/ssl3con.c 	rv = dtls_HandleHelloVerifyRequest(ss, b, length);
b                11474 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleCertificate(ss, b, length);
b                11477 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleCertificateStatus(ss, b, length);
b                11485 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleServerKeyExchange(ss, b, length);
b                11493 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleCertificateRequest(ss, b, length);
b                11514 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleCertificateVerify(ss, b, length, &hashes);
b                11522 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleClientKeyExchange(ss, b, length);
b                11530 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleNewSessionTicket(ss, b, length);
b                11533 net/third_party/nss/ssl/ssl3con.c         rv = ssl3_HandleFinished(ss, b, length, &hashes);
b                11695 net/third_party/nss/ssl/ssl3con.c ssl_ConstantTimeGE(unsigned int a, unsigned int b)
b                11697 net/third_party/nss/ssl/ssl3con.c     a -= b;
b                11703 net/third_party/nss/ssl/ssl3con.c ssl_ConstantTimeEQ8(unsigned char a, unsigned char b)
b                11705 net/third_party/nss/ssl/ssl3con.c     unsigned int c = a ^ b;
b                11774 net/third_party/nss/ssl/ssl3con.c 	unsigned char b = plaintext->buf[plaintext->len-1-i];
b                11777 net/third_party/nss/ssl/ssl3con.c 	good &= ~(mask&(paddingLength ^ b));
b                11835 net/third_party/nss/ssl/ssl3con.c 	    unsigned char b = 0;
b                11836 net/third_party/nss/ssl/ssl3con.c 	    b = plaintext->buf[i];
b                11837 net/third_party/nss/ssl/ssl3con.c 	    rotatedMac[j] |= b & macStarted & ~macEnded;
b                 365 net/third_party/nss/ssl/ssl3ecc.c ssl3_HandleECDHClientKeyExchange(sslSocket *ss, SSL3Opaque *b,
b                 386 net/third_party/nss/ssl/ssl3ecc.c 	                               1, &b, &length);
b                 593 net/third_party/nss/ssl/ssl3ecc.c ssl3_HandleECDHServerKeyExchange(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
b                 619 net/third_party/nss/ssl/ssl3ecc.c     rv = ssl3_ConsumeHandshake(ss, ec_params.data, ec_params.len, &b, &length);
b                 633 net/third_party/nss/ssl/ssl3ecc.c     rv = ssl3_ConsumeHandshakeVariable(ss, &ec_point, 1, &b, &length);
b                 645 net/third_party/nss/ssl/ssl3ecc.c 	rv = ssl3_ConsumeSignatureAndHashAlgorithm(ss, &b, &length,
b                 657 net/third_party/nss/ssl/ssl3ecc.c     rv = ssl3_ConsumeHandshakeVariable(ss, &signature, 2, &b, &length);
b                 117 net/third_party/nss/ssl/ssl3ext.c     PRUint8   b[4];
b                 118 net/third_party/nss/ssl/ssl3ext.c     PRUint8 * p = b;
b                 130 net/third_party/nss/ssl/ssl3ext.c     rv = ssl3_AppendToItem(item, &b[0], lenSize);
b                1806 net/third_party/nss/ssl/ssl3ext.c ssl3_HandleHelloExtensions(sslSocket *ss, SSL3Opaque **b, PRUint32 *length)
b                1825 net/third_party/nss/ssl/ssl3ext.c 	extension_type = ssl3_ConsumeHandshakeNumber(ss, 2, b, length);
b                1830 net/third_party/nss/ssl/ssl3ext.c 	rv = ssl3_ConsumeHandshakeVariable(ss, &extension_data, 2, b, length);
b                2217 net/third_party/nss/ssl/ssl3ext.c     const unsigned char *b;
b                2253 net/third_party/nss/ssl/ssl3ext.c     b = algorithms.data;
b                2255 net/third_party/nss/ssl/ssl3ext.c 	unsigned char tls_hash = *(b++);
b                2256 net/third_party/nss/ssl/ssl3ext.c 	unsigned char tls_sig = *(b++);
b                  98 net/third_party/nss/ssl/sslimpl.h #define SSL_TRC(a,b) if (ssl_trace >= (a)) ssl_Trace b
b                  99 net/third_party/nss/ssl/sslimpl.h #define PRINT_BUF(a,b) if (ssl_trace >= (a)) ssl_PrintBuf b
b                 100 net/third_party/nss/ssl/sslimpl.h #define DUMP_MSG(a,b) if (ssl_trace >= (a)) ssl_DumpMsg b
b                 102 net/third_party/nss/ssl/sslimpl.h #define SSL_TRC(a,b)
b                 103 net/third_party/nss/ssl/sslimpl.h #define PRINT_BUF(a,b)
b                 104 net/third_party/nss/ssl/sslimpl.h #define DUMP_MSG(a,b)
b                 108 net/third_party/nss/ssl/sslimpl.h #define SSL_DBG(b) if (ssl_debug) ssl_Trace b
b                 110 net/third_party/nss/ssl/sslimpl.h #define SSL_DBG(b)
b                1477 net/third_party/nss/ssl/sslimpl.h extern SECStatus sslBuffer_Grow(sslBuffer *b, unsigned int newLen);
b                1478 net/third_party/nss/ssl/sslimpl.h extern SECStatus sslBuffer_Append(sslBuffer *b, const void * data, 
b                1762 net/third_party/nss/ssl/sslimpl.h extern SECStatus ssl3_HandleHandshakeMessage(sslSocket *ss, SSL3Opaque *b, 
b                1778 net/third_party/nss/ssl/sslimpl.h 					SSL3Opaque *b, PRUint32 length);
b                1780 net/third_party/nss/ssl/sslimpl.h 				     SSL3Opaque *b, PRUint32 length,
b                1804 net/third_party/nss/ssl/sslimpl.h 			SSL3Opaque **b, PRUint32 *length);
b                1806 net/third_party/nss/ssl/sslimpl.h 			SSL3Opaque **b, PRUint32 *length);
b                1808 net/third_party/nss/ssl/sslimpl.h 			PRInt32 bytes, SSL3Opaque **b, PRUint32 *length);
b                1814 net/third_party/nss/ssl/sslimpl.h 			SSL3Opaque **b, PRUint32 *length,
b                1867 net/third_party/nss/ssl/sslimpl.h 			SSL3Opaque **b, PRUint32 *length);
b                1967 net/third_party/nss/ssl/sslimpl.h 					       SSL3Opaque *b, PRUint32 length);
b                 498 net/third_party/nss/ssl/sslsecur.c sslBuffer_Grow(sslBuffer *b, unsigned int newLen)
b                 501 net/third_party/nss/ssl/sslsecur.c     if (newLen > b->space) {
b                 503 net/third_party/nss/ssl/sslsecur.c 	if (b->buf) {
b                 504 net/third_party/nss/ssl/sslsecur.c 	    newBuf = (unsigned char *) PORT_Realloc(b->buf, newLen);
b                 512 net/third_party/nss/ssl/sslsecur.c 		     SSL_GETPID(), b->space, newLen));
b                 513 net/third_party/nss/ssl/sslsecur.c 	b->buf = newBuf;
b                 514 net/third_party/nss/ssl/sslsecur.c 	b->space = newLen;
b                 520 net/third_party/nss/ssl/sslsecur.c sslBuffer_Append(sslBuffer *b, const void * data, unsigned int len)
b                 522 net/third_party/nss/ssl/sslsecur.c     unsigned int newLen = b->len + len;
b                 525 net/third_party/nss/ssl/sslsecur.c     rv = sslBuffer_Grow(b, newLen);
b                 528 net/third_party/nss/ssl/sslsecur.c     PORT_Memcpy(b->buf + b->len, data, len);
b                 529 net/third_party/nss/ssl/sslsecur.c     b->len += len;
b                 186 net/tools/balsa/balsa_headers.cc void BalsaBuffer::Swap(BalsaBuffer* b) {
b                 187 net/tools/balsa/balsa_headers.cc   blocks_.swap(b->blocks_);
b                 189 net/tools/balsa/balsa_headers.cc             b->can_write_to_contiguous_buffer_);
b                 190 net/tools/balsa/balsa_headers.cc   std::swap(blocksize_, b->blocksize_);
b                 193 net/tools/balsa/balsa_headers.cc void BalsaBuffer::CopyFrom(const BalsaBuffer& b) {
b                 195 net/tools/balsa/balsa_headers.cc   blocks_.resize(b.blocks_.size());
b                 197 net/tools/balsa/balsa_headers.cc     blocks_[i] = CopyBlock(b.blocks_[i]);
b                 199 net/tools/balsa/balsa_headers.cc   blocksize_ = b.blocksize_;
b                 200 net/tools/balsa/balsa_headers.cc   can_write_to_contiguous_buffer_ = b.can_write_to_contiguous_buffer_;
b                 221 net/tools/balsa/balsa_headers.cc BalsaBuffer::BufferBlock BalsaBuffer::CopyBlock(const BufferBlock& b) {
b                 222 net/tools/balsa/balsa_headers.cc   BufferBlock block = b;
b                 223 net/tools/balsa/balsa_headers.cc   if (b.buffer == NULL) {
b                 227 net/tools/balsa/balsa_headers.cc   block.buffer = new char[b.buffer_size];
b                 228 net/tools/balsa/balsa_headers.cc   memcpy(block.buffer, b.buffer, b.bytes_used());
b                 161 net/tools/balsa/balsa_headers.h   void Swap(BalsaBuffer* b);
b                 163 net/tools/balsa/balsa_headers.h   void CopyFrom(const BalsaBuffer& b);
b                 190 net/tools/balsa/balsa_headers.h   BufferBlock CopyBlock(const BufferBlock& b);
b                  14 net/tools/dump_cache/url_utilities.cc   size_t b = url.find("//");
b                  15 net/tools/dump_cache/url_utilities.cc   if (b == std::string::npos)
b                  16 net/tools/dump_cache/url_utilities.cc     b = 0;
b                  18 net/tools/dump_cache/url_utilities.cc     b += 2;
b                  19 net/tools/dump_cache/url_utilities.cc   size_t next_slash = url.find_first_of('/', b);
b                  20 net/tools/dump_cache/url_utilities.cc   size_t next_colon = url.find_first_of(':', b);
b                  24 net/tools/dump_cache/url_utilities.cc     return std::string(url, b, next_colon - b);
b                  28 net/tools/dump_cache/url_utilities.cc       return std::string(url, b, next_colon - b);
b                  33 net/tools/dump_cache/url_utilities.cc   return std::string(url, b, next_slash - b);
b                  37 net/tools/dump_cache/url_utilities.cc   size_t b = url.find("//");
b                  38 net/tools/dump_cache/url_utilities.cc   if (b == std::string::npos)
b                  39 net/tools/dump_cache/url_utilities.cc     b = 0;
b                  41 net/tools/dump_cache/url_utilities.cc     b += 2;
b                  42 net/tools/dump_cache/url_utilities.cc   return std::string(url, b);
b                  46 net/tools/dump_cache/url_utilities.cc   size_t b = url.find("//");
b                  47 net/tools/dump_cache/url_utilities.cc   if (b == std::string::npos)
b                  48 net/tools/dump_cache/url_utilities.cc     b = 0;
b                  50 net/tools/dump_cache/url_utilities.cc     b += 2;
b                  51 net/tools/dump_cache/url_utilities.cc   b = url.find("/", b);
b                  52 net/tools/dump_cache/url_utilities.cc   if (b == std::string::npos)
b                  55 net/tools/dump_cache/url_utilities.cc   size_t e = url.find("#", b+1);
b                  57 net/tools/dump_cache/url_utilities.cc     return std::string(url, b, (e - b));
b                  58 net/tools/dump_cache/url_utilities.cc   return std::string(url, b);
b                  86 net/tools/flip_server/flip_in_mem_edsm_server.cc const char* BoolToStr(bool b) {
b                  87 net/tools/flip_server/flip_in_mem_edsm_server.cc   if (b)
b                  54 net/tools/flip_server/loadtime_measurement.h       size_t b = action.find_first_of('=');
b                  55 net/tools/flip_server/loadtime_measurement.h       if (b != std::string::npos) {
b                  56 net/tools/flip_server/loadtime_measurement.h         int num = atoi(action.substr(b + 1).c_str());
b                 264 net/url_request/url_request_unittest.cc bool FingerprintsEqual(const HashValueVector& a, const HashValueVector& b) {
b                 267 net/url_request/url_request_unittest.cc   if (size != b.size())
b                 271 net/url_request/url_request_unittest.cc     if (!a[i].Equals(b[i]))
b                  47 ppapi/c/pp_bool.h inline PP_Bool PP_FromBool(bool b) {
b                  48 ppapi/c/pp_bool.h   return b ? PP_TRUE : PP_FALSE;
b                  58 ppapi/c/pp_bool.h inline bool PP_ToBool(PP_Bool b) {
b                  59 ppapi/c/pp_bool.h   return (b != PP_FALSE);
b                  25 ppapi/cpp/private/var_private.h   VarPrivate(bool b) : Var(b) {}
b                 106 ppapi/cpp/var.cc Var::Var(bool b) {
b                 109 ppapi/cpp/var.cc   var_.value.as_bool = PP_FromBool(b);
b                  36 ppapi/cpp/var.h   Var(bool b);
b                 160 ppapi/examples/gles2/gles2.cc   float b = paint_blue ? 1 : 0;
b                 162 ppapi/examples/gles2/gles2.cc   gles2_if_->ClearColor(context_->pp_resource(), r, g, b, a);
b                 171 ppapi/examples/gles2_spinning_cube/spinning_cube.cc   void Multiply(ESMatrix* a, ESMatrix* b) {
b                 174 ppapi/examples/gles2_spinning_cube/spinning_cube.cc       result.m[i][0] = (a->m[i][0] * b->m[0][0]) +
b                 175 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][1] * b->m[1][0]) +
b                 176 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][2] * b->m[2][0]) +
b                 177 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][3] * b->m[3][0]);
b                 179 ppapi/examples/gles2_spinning_cube/spinning_cube.cc       result.m[i][1] = (a->m[i][0] * b->m[0][1]) +
b                 180 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][1] * b->m[1][1]) +
b                 181 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][2] * b->m[2][1]) +
b                 182 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][3] * b->m[3][1]);
b                 184 ppapi/examples/gles2_spinning_cube/spinning_cube.cc       result.m[i][2] = (a->m[i][0] * b->m[0][2]) +
b                 185 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][1] * b->m[1][2]) +
b                 186 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][2] * b->m[2][2]) +
b                 187 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][3] * b->m[3][2]);
b                 189 ppapi/examples/gles2_spinning_cube/spinning_cube.cc       result.m[i][3] = (a->m[i][0] * b->m[0][3]) +
b                 190 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][1] * b->m[1][3]) +
b                 191 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][2] * b->m[2][3]) +
b                 192 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                        (a->m[i][3] * b->m[3][3]);
b                  56 ppapi/generators/test_cgen/interface.h   int32_t (*mem3)(struct ist* b);
b                  40 ppapi/host/dispatch_host_message.h   return (obj->*method)(context, arg.a, arg.b);
b                  47 ppapi/host/dispatch_host_message.h   return (obj->*method)(context, arg.a, arg.b, arg.c);
b                  54 ppapi/host/dispatch_host_message.h   return (obj->*method)(context, arg.a, arg.b, arg.c, arg.d);
b                  61 ppapi/host/dispatch_host_message.h   return (obj->*method)(context, arg.a, arg.b, arg.c, arg.d, arg.e);
b                 149 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc                     const nacl::string& name, int64_t a, int64_t b) {
b                 150 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc   if (a < 0 || b <= 0) return;
b                 152 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc                             100 * a / b,
b                  41 ppapi/proxy/dispatch_reply_message.h   (obj->*method)(params, arg.a, arg.b);
b                  48 ppapi/proxy/dispatch_reply_message.h   (obj->*method)(params, arg.a, arg.b, arg.c);
b                  55 ppapi/proxy/dispatch_reply_message.h   (obj->*method)(params, arg.a, arg.b, arg.c, arg.d);
b                  62 ppapi/proxy/dispatch_reply_message.h   (obj->*method)(params, arg.a, arg.b, arg.c, arg.d, arg.e);
b                 146 ppapi/proxy/enter_proxy.h       const B& b)
b                 148 ppapi/proxy/enter_proxy.h             factory.NewOptionalCallback(method, a, b)),
b                 162 ppapi/proxy/enter_proxy.h       const B& b,
b                 165 ppapi/proxy/enter_proxy.h             factory.NewOptionalCallback(method, a, b, c)),
b                 155 ppapi/proxy/nacl_message_scanner.cc   ScanParam(t1.b, results);
b                 160 ppapi/proxy/nacl_message_scanner.cc   ScanParam(t1.b, results);
b                 166 ppapi/proxy/nacl_message_scanner.cc   ScanParam(t1.b, results);
b                 138 ppapi/proxy/plugin_resource.h   int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a, B* b);
b                 140 ppapi/proxy/plugin_resource.h   int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a, B* b, C* c);
b                 143 ppapi/proxy/plugin_resource.h       Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d);
b                 146 ppapi/proxy/plugin_resource.h       Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d, E* e);
b                 239 ppapi/proxy/plugin_resource.h     Destination dest, const IPC::Message& msg, A* a, B* b) {
b                 244 ppapi/proxy/plugin_resource.h   if (UnpackMessage<ReplyMsgClass>(reply, a, b))
b                 251 ppapi/proxy/plugin_resource.h     Destination dest, const IPC::Message& msg, A* a, B* b, C* c) {
b                 256 ppapi/proxy/plugin_resource.h   if (UnpackMessage<ReplyMsgClass>(reply, a, b, c))
b                 263 ppapi/proxy/plugin_resource.h     Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d) {
b                 268 ppapi/proxy/plugin_resource.h   if (UnpackMessage<ReplyMsgClass>(reply, a, b, c, d))
b                 275 ppapi/proxy/plugin_resource.h     Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d, E* e) {
b                 280 ppapi/proxy/plugin_resource.h   if (UnpackMessage<ReplyMsgClass>(reply, a, b, c, d, e))
b                  79 ppapi/proxy/ppapi_message_utils.h bool UnpackMessage(const IPC::Message& msg, A* a, B* b) {
b                  85 ppapi/proxy/ppapi_message_utils.h   return IPC::ReadParam(&msg, &iter, a) && IPC::ReadParam(&msg, &iter, b);
b                  89 ppapi/proxy/ppapi_message_utils.h bool UnpackMessage(const IPC::Message& msg, A* a, B* b, C* c) {
b                  96 ppapi/proxy/ppapi_message_utils.h          IPC::ReadParam(&msg, &iter, b) &&
b                 101 ppapi/proxy/ppapi_message_utils.h bool UnpackMessage(const IPC::Message& msg, A* a, B* b, C* c, D* d) {
b                 108 ppapi/proxy/ppapi_message_utils.h          IPC::ReadParam(&msg, &iter, b) &&
b                 114 ppapi/proxy/ppapi_message_utils.h bool UnpackMessage(const IPC::Message& msg, A* a, B* b, C* c, D* d, E* e) {
b                 122 ppapi/proxy/ppapi_message_utils.h          IPC::ReadParam(&msg, &iter, b) &&
b                 133 ppapi/proxy/resource_message_test_sink.cc   IPC::Message call_msg = send_params.b;
b                  27 ppapi/proxy/websocket_resource.cc uint64_t SaturateAdd(uint64_t a, uint64_t b) {
b                  28 ppapi/proxy/websocket_resource.cc   if (kuint64max - a < b)
b                  30 ppapi/proxy/websocket_resource.cc   return a + b;
b                  81 ppapi/proxy/websocket_resource_unittest.cc   EXPECT_EQ(protocol0, p.b[0]);
b                  82 ppapi/proxy/websocket_resource_unittest.cc   EXPECT_EQ(protocol1, p.b[1]);
b                 697 ppapi/tests/test_case.h #define COMPARE_BINARY_INTERNAL(comparison_type, a, b) \
b                 700 ppapi/tests/test_case.h         (b), \
b                 702 ppapi/tests/test_case.h         #b, \
b                 705 ppapi/tests/test_case.h #define ASSERT_BINARY_INTERNAL(comparison_type, a, b) \
b                 708 ppapi/tests/test_case.h       COMPARE_BINARY_INTERNAL(comparison_type, a, b); \
b                 713 ppapi/tests/test_case.h #define ASSERT_EQ(a, b) ASSERT_BINARY_INTERNAL(EQ, a, b)
b                 714 ppapi/tests/test_case.h #define ASSERT_NE(a, b) ASSERT_BINARY_INTERNAL(NE, a, b)
b                 715 ppapi/tests/test_case.h #define ASSERT_LT(a, b) ASSERT_BINARY_INTERNAL(LT, a, b)
b                 716 ppapi/tests/test_case.h #define ASSERT_LE(a, b) ASSERT_BINARY_INTERNAL(LE, a, b)
b                 717 ppapi/tests/test_case.h #define ASSERT_GT(a, b) ASSERT_BINARY_INTERNAL(GT, a, b)
b                 718 ppapi/tests/test_case.h #define ASSERT_GE(a, b) ASSERT_BINARY_INTERNAL(GE, a, b)
b                 719 ppapi/tests/test_case.h #define ASSERT_DOUBLE_EQ(a, b) \
b                 724 ppapi/tests/test_case.h           (b), \
b                 726 ppapi/tests/test_case.h           #b, \
b                 267 ppapi/tests/test_graphics_2d.cc   pp::Graphics2D b(instance_, pp::Size(0, 16), false);
b                 268 ppapi/tests/test_graphics_2d.cc   ASSERT_FALSE(CanFlushContext(instance_, &b));
b                  37 ppapi/tests/test_image_data.cc   pp::ImageData b(instance_, static_cast<PP_ImageDataFormat>(-1),
b                  39 ppapi/tests/test_image_data.cc   if (!b.is_null())
b                  78 ppapi/tests/test_test_internals.cc #define COMPARE_DOUBLE_EQ(a, b) \
b                  81 ppapi/tests/test_test_internals.cc         (b), #a, #b, __FILE__, __LINE__)
b                  23 ppapi/tests/test_truetype_font.cc #define MAKE_TABLE_TAG(a, b, c, d) ((a) << 24) + ((b) << 16) + ((c) << 8) + (d)
b                 432 ppapi/utility/completion_callback_factory.h   CompletionCallback NewCallback(Method method, const A& a, const B& b) {
b                 433 ppapi/utility/completion_callback_factory.h     return NewCallbackHelper(new Dispatcher2<Method, A, B>(method, a, b));
b                 456 ppapi/utility/completion_callback_factory.h                                          const B& b) {
b                 457 ppapi/utility/completion_callback_factory.h     CompletionCallback cc = NewCallback(method, a, b);
b                 483 ppapi/utility/completion_callback_factory.h                         const B& b) {
b                 494 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a, b));
b                 504 ppapi/utility/completion_callback_factory.h                            const B& b) {
b                 516 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a, b));
b                 540 ppapi/utility/completion_callback_factory.h   CompletionCallback NewCallback(Method method, const A& a, const B& b,
b                 542 ppapi/utility/completion_callback_factory.h     return NewCallbackHelper(new Dispatcher3<Method, A, B, C>(method, a, b, c));
b                 570 ppapi/utility/completion_callback_factory.h                                          const B& b, const C& c) {
b                 571 ppapi/utility/completion_callback_factory.h     CompletionCallback cc = NewCallback(method, a, b, c);
b                 599 ppapi/utility/completion_callback_factory.h                         const B& b,
b                 612 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a, b, c));
b                 622 ppapi/utility/completion_callback_factory.h                            const B& b,
b                 636 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a, b, c));
b                 818 ppapi/utility/completion_callback_factory.h     Dispatcher2(Method method, const A& a, const B& b)
b                 821 ppapi/utility/completion_callback_factory.h           b_(b) {
b                 849 ppapi/utility/completion_callback_factory.h     DispatcherWithOutput2(Method method, const A& a, const B& b)
b                 852 ppapi/utility/completion_callback_factory.h           b_(b),
b                 884 ppapi/utility/completion_callback_factory.h     Dispatcher3(Method method, const A& a, const B& b, const C& c)
b                 887 ppapi/utility/completion_callback_factory.h           b_(b),
b                 919 ppapi/utility/completion_callback_factory.h     DispatcherWithOutput3(Method method, const A& a, const B& b, const C& c)
b                 922 ppapi/utility/completion_callback_factory.h           b_(b),
b                  29 printing/pdf_render_settings.h   int dpi() const { return b; }
b                 191 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java             public int compare(HostInfo a, HostInfo b) {
b                 192 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java                 if (a.isOnline != b.isOnline) {
b                 196 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java                 String bName = b.name.toUpperCase(Locale.getDefault());
b                 311 remoting/base/util.cc                      const webrtc::DesktopRect& b) {
b                 313 remoting/base/util.cc   intersection.IntersectWith(b);
b                 314 remoting/base/util.cc   return intersection.equals(b);
b                  97 remoting/base/util.h                      const webrtc::DesktopRect& b);
b                  22 remoting/host/desktop_resizer_win.cc                               const ScreenResolution& b) {
b                  23 remoting/host/desktop_resizer_win.cc   if (a.dimensions().width() != b.dimensions().width())
b                  24 remoting/host/desktop_resizer_win.cc     return a.dimensions().width() < b.dimensions().width();
b                  25 remoting/host/desktop_resizer_win.cc   if (a.dimensions().height() != b.dimensions().height())
b                  26 remoting/host/desktop_resizer_win.cc     return a.dimensions().height() < b.dimensions().height();
b                  27 remoting/host/desktop_resizer_win.cc   if (a.dpi().x() != b.dpi().x())
b                  28 remoting/host/desktop_resizer_win.cc     return a.dpi().x() < b.dpi().x();
b                  29 remoting/host/desktop_resizer_win.cc   return a.dpi().y() < b.dpi().y();
b                  44 remoting/host/plugin/host_plugin.cc int64_t __cdecl __divdi3(int64_t a, int64_t b) {
b                  45 remoting/host/plugin/host_plugin.cc   return a / b;
b                  47 remoting/host/plugin/host_plugin.cc uint64_t __cdecl __udivdi3(uint64_t a, uint64_t b) {
b                  48 remoting/host/plugin/host_plugin.cc   return a / b;
b                  26 remoting/host/resizing_host_observer_unittest.cc bool operator==(const ScreenResolution& a, const ScreenResolution& b) {
b                  27 remoting/host/resizing_host_observer_unittest.cc   return a.Equals(b);
b                 122 remoting/host/screen_capturer_fake.cc       int b = 255 - (x * 255 / kBoxWidth);
b                 125 remoting/host/screen_capturer_fake.cc       row[x * kBytesPerPixel + 2] = b;
b                  34 remoting/protocol/session_config.cc bool ChannelConfig::operator==(const ChannelConfig& b) const {
b                  37 remoting/protocol/session_config.cc     return transport == b.transport;
b                  38 remoting/protocol/session_config.cc   return transport == b.transport && version == b.version && codec == b.codec;
b                  52 remoting/protocol/session_config.h   bool operator==(const ChannelConfig& b) const;
b                 169 remoting/protocol/session_config.h   CandidateSessionConfig& operator=(const CandidateSessionConfig& b);
b                  29 sandbox/linux/seccomp-bpf/basicblock.h     bool operator()(const BasicBlock* a, const BasicBlock* b) const {
b                  30 sandbox/linux/seccomp-bpf/basicblock.h       return cmp_(a, b, data_) < 0;
b                 145 sandbox/linux/seccomp-bpf/errorcode.h     bool operator()(const ErrorCode& a, const ErrorCode& b) const {
b                 146 sandbox/linux/seccomp-bpf/errorcode.h       return a.LessThan(b);
b                  17 sandbox/win/src/handle_table.cc                           const SYSTEM_HANDLE_INFORMATION& b) {
b                  18 sandbox/win/src/handle_table.cc   return a.ProcessId < b.ProcessId;
b                  45 sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp #define ASSERT(a, b) DCHECK_NT(a)
b                  25 skia/ext/bitmap_platform_device_mac.cc #define HAS_ARGB_SHIFTS(a, r, g, b) \
b                  27 skia/ext/bitmap_platform_device_mac.cc              && SK_G32_SHIFT == (g) && SK_B32_SHIFT == (b))
b                 349 skia/ext/convolver_SSE2.cc       __m128i b = _mm_max_epu8(a, accum0);  // Max of r and g.
b                 353 skia/ext/convolver_SSE2.cc       b = _mm_max_epu8(a, b);  // Max of r and g and b.
b                 355 skia/ext/convolver_SSE2.cc       b = _mm_slli_epi32(b, 24);
b                 359 skia/ext/convolver_SSE2.cc       accum0 = _mm_max_epu8(b, accum0);
b                 415 skia/ext/convolver_SSE2.cc       __m128i b = _mm_max_epu8(a, accum0);  // Max of r and g.
b                 419 skia/ext/convolver_SSE2.cc       b = _mm_max_epu8(a, b);  // Max of r and g and b.
b                 421 skia/ext/convolver_SSE2.cc       b = _mm_slli_epi32(b, 24);
b                 422 skia/ext/convolver_SSE2.cc       accum0 = _mm_max_epu8(b, accum0);
b                 412 skia/ext/image_operations.cc       uint8 r = 0, g = 0, b = 0, a = 0;
b                 419 skia/ext/image_operations.cc               b = SkGetPackedB32(src[2]);
b                 425 skia/ext/image_operations.cc               b = SkGetPackedB32(src[2 * row_words]);
b                 433 skia/ext/image_operations.cc               b = SkGetPackedB32(src[0]);
b                 439 skia/ext/image_operations.cc               b = SkGetPackedB32(src[0 * row_words]);
b                 452 skia/ext/image_operations.cc       a = a > b ? a : b;
b                 453 skia/ext/image_operations.cc       *dst = SkPackARGB32(a, r, g, b);
b                  89 skia/ext/image_operations_unittest.cc float ColorsEuclidianDistance(const SkColor a, const SkColor b) {
b                  90 skia/ext/image_operations_unittest.cc   int b_int_diff = static_cast<int>(SkColorGetB(a) - SkColorGetB(b));
b                  91 skia/ext/image_operations_unittest.cc   int g_int_diff = static_cast<int>(SkColorGetG(a) - SkColorGetG(b));
b                  92 skia/ext/image_operations_unittest.cc   int r_int_diff = static_cast<int>(SkColorGetR(a) - SkColorGetR(b));
b                  93 skia/ext/image_operations_unittest.cc   int a_int_diff = static_cast<int>(SkColorGetA(a) - SkColorGetA(b));
b                 106 skia/ext/image_operations_unittest.cc bool ColorsClose(uint32_t a, uint32_t b) {
b                 107 skia/ext/image_operations_unittest.cc   return abs(static_cast<int>(SkColorGetB(a) - SkColorGetB(b))) < 2 &&
b                 108 skia/ext/image_operations_unittest.cc          abs(static_cast<int>(SkColorGetG(a) - SkColorGetG(b))) < 2 &&
b                 109 skia/ext/image_operations_unittest.cc          abs(static_cast<int>(SkColorGetR(a) - SkColorGetR(b))) < 2 &&
b                 110 skia/ext/image_operations_unittest.cc          abs(static_cast<int>(SkColorGetA(a) - SkColorGetA(b))) < 2;
b                 694 skia/ext/image_operations_unittest.cc       float b = 0.0f;
b                 706 skia/ext/image_operations_unittest.cc           b += coeff * SkColorGetB(tmp);
b                 712 skia/ext/image_operations_unittest.cc       b /= sum;
b                 716 skia/ext/image_operations_unittest.cc       if (b < 0.0f) b = 0.0f;
b                 720 skia/ext/image_operations_unittest.cc       if (b > 255.0f) b = 255.0f;
b                 725 skia/ext/image_operations_unittest.cc       EXPECT_LE(fabs(SkColorGetB(dst_color) - b), 1.5f);
b                  38 skia/ext/recursive_gaussian_convolution.cc                            const float* b) {
b                  41 skia/ext/recursive_gaussian_convolution.cc       return b[0] * in_n + b[1] * w[n-1] + b[2] * w[n-2] + b[3] * w[n-3];
b                  43 skia/ext/recursive_gaussian_convolution.cc       return b[0] * 0.5f * (in_n1 - in_n_1) +
b                  44 skia/ext/recursive_gaussian_convolution.cc           b[1] * w[n-1] + b[2] * w[n-2] + b[3] * w[n-3];
b                  46 skia/ext/recursive_gaussian_convolution.cc       return b[0] * (in_n - in_n_1)  +
b                  47 skia/ext/recursive_gaussian_convolution.cc           b[1] * w[n-1] + b[2] * w[n-2] + b[3] * w[n-3];
b                  59 skia/ext/recursive_gaussian_convolution.cc                             const float* b) {
b                  63 skia/ext/recursive_gaussian_convolution.cc       return b[0] * w_n +
b                  64 skia/ext/recursive_gaussian_convolution.cc           b[1] * out[n + 1] + b[2] * out[n + 2] + b[3] * out[n + 3];
b                  66 skia/ext/recursive_gaussian_convolution.cc       return b[0] * (w_n1 - w_n)  +
b                  67 skia/ext/recursive_gaussian_convolution.cc           b[1] * out[n + 1] + b[2] * out[n + 2] + b[3] * out[n + 3];
b                  83 skia/ext/recursive_gaussian_convolution.cc     const float* b) {
b                  99 skia/ext/recursive_gaussian_convolution.cc         in[0], in[0], in[source_pixel_stride], w, 3, b);
b                 107 skia/ext/recursive_gaussian_convolution.cc                                   w, n, b);
b                 115 skia/ext/recursive_gaussian_convolution.cc                                 w, n, b);
b                 125 skia/ext/recursive_gaussian_convolution.cc       float w_n = BackwardFilter<order>(w, n, w[n], w_n1, b);
b                 144 skia/ext/recursive_gaussian_convolution.cc     const float* b,
b                 153 skia/ext/recursive_gaussian_convolution.cc            output, output_pixel_stride, output_row_stride, b);
b                 159 skia/ext/recursive_gaussian_convolution.cc              output, output_pixel_stride, output_row_stride, b);
b                 165 skia/ext/recursive_gaussian_convolution.cc              output, output_pixel_stride, output_row_stride, b);
b                 173 skia/ext/recursive_gaussian_convolution.cc            output, output_pixel_stride, output_row_stride, b);
b                 179 skia/ext/recursive_gaussian_convolution.cc              output, output_pixel_stride, output_row_stride, b);
b                 185 skia/ext/recursive_gaussian_convolution.cc              output, output_pixel_stride, output_row_stride, b);
b                 202 skia/ext/recursive_gaussian_convolution.cc void RecursiveFilter::computeCoefficients(float q, float b[4]) {
b                 203 skia/ext/recursive_gaussian_convolution.cc   b[0] = 1.57825f + 2.44413f * q + 1.4281f * q * q + 0.422205f * q * q * q;
b                 204 skia/ext/recursive_gaussian_convolution.cc   b[1] = 2.4413f * q + 2.85619f * q * q + 1.26661f * q * q * q;
b                 205 skia/ext/recursive_gaussian_convolution.cc   b[2] = - 1.4281f * q * q - 1.26661f * q * q * q;
b                 206 skia/ext/recursive_gaussian_convolution.cc   b[3] = 0.422205f * q * q * q;
b                 210 skia/ext/recursive_gaussian_convolution.cc   float b_norm = 1.0f - (b[1] + b[2] + b[3]) / b[0];
b                 211 skia/ext/recursive_gaussian_convolution.cc   b[1] /= b[0];
b                 212 skia/ext/recursive_gaussian_convolution.cc   b[2] /= b[0];
b                 213 skia/ext/recursive_gaussian_convolution.cc   b[3] /= b[0];
b                 214 skia/ext/recursive_gaussian_convolution.cc   b[0] = b_norm;
b                 241 skia/ext/recursive_gaussian_convolution.cc                                       filter.b(),
b                 265 skia/ext/recursive_gaussian_convolution.cc                                       filter.b(),
b                  28 skia/ext/recursive_gaussian_convolution.h   static void computeCoefficients(float q, float b[4]);
b                  32 skia/ext/recursive_gaussian_convolution.h   const float* b() const { return b_; }
b                 175 sync/internal_api/public/base/unique_position_unittest.cc   bool operator()(const UniquePosition& a, const UniquePosition& b) {
b                 176 sync/internal_api/public/base/unique_position_unittest.cc     return a.LessThan(b);
b                 199 sync/internal_api/public/base/unique_position_unittest.cc   const UniquePosition& b = kPositionArray[1];
b                 202 sync/internal_api/public/base/unique_position_unittest.cc   EXPECT_FALSE(a.Equals(b));
b                 203 sync/internal_api/public/base/unique_position_unittest.cc   EXPECT_TRUE(a.LessThan(b));
b                 204 sync/internal_api/public/base/unique_position_unittest.cc   EXPECT_FALSE(b.LessThan(a));
b                  96 sync/internal_api/public/util/weak_handle_unittest.cc     StrictMock<Base> b;
b                  97 sync/internal_api/public/util/weak_handle_unittest.cc     h = b.AsWeakHandle();
b                 104 sync/internal_api/public/util/weak_handle_unittest.cc   StrictMock<Base> b;
b                 105 sync/internal_api/public/util/weak_handle_unittest.cc   WeakHandle<Base> h = b.AsWeakHandle();
b                 106 sync/internal_api/public/util/weak_handle_unittest.cc   b.Kill();
b                 112 sync/internal_api/public/util/weak_handle_unittest.cc   StrictMock<Base> b;
b                 114 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test());
b                 115 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test1(5));
b                 116 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test2(5, &b));
b                 117 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test3(5, &b, 5));
b                 118 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test4(5, &b, 5, test_str));
b                 120 sync/internal_api/public/util/weak_handle_unittest.cc   WeakHandle<Base> h = b.AsWeakHandle();
b                 126 sync/internal_api/public/util/weak_handle_unittest.cc   h.Call(FROM_HERE, &Base::Test2, 5, &b);
b                 127 sync/internal_api/public/util/weak_handle_unittest.cc   h.Call(FROM_HERE, &Base::Test3, 5, &b, 5);
b                 128 sync/internal_api/public/util/weak_handle_unittest.cc   h.Call(FROM_HERE, &Base::Test4, 5, &b, 5, test_str);
b                 134 sync/internal_api/public/util/weak_handle_unittest.cc     StrictMock<Base> b;
b                 135 sync/internal_api/public/util/weak_handle_unittest.cc     EXPECT_CALL(b, Test()).Times(0);
b                 137 sync/internal_api/public/util/weak_handle_unittest.cc     WeakHandle<Base> h = b.AsWeakHandle();
b                 147 sync/internal_api/public/util/weak_handle_unittest.cc   StrictMock<Base> b;
b                 148 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test()).Times(0);
b                 150 sync/internal_api/public/util/weak_handle_unittest.cc   WeakHandle<Base> h = b.AsWeakHandle();
b                 156 sync/internal_api/public/util/weak_handle_unittest.cc   b.Kill();
b                 161 sync/internal_api/public/util/weak_handle_unittest.cc   StrictMock<Base> b;
b                 162 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test());
b                 164 sync/internal_api/public/util/weak_handle_unittest.cc   WeakHandle<Base> h = b.AsWeakHandle();
b                 173 sync/internal_api/public/util/weak_handle_unittest.cc     StrictMock<Base> b;
b                 174 sync/internal_api/public/util/weak_handle_unittest.cc     EXPECT_CALL(b, Test()).Times(0);
b                 175 sync/internal_api/public/util/weak_handle_unittest.cc     h = b.AsWeakHandle();
b                 184 sync/internal_api/public/util/weak_handle_unittest.cc   StrictMock<Base> b;
b                 185 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test()).Times(0);
b                 187 sync/internal_api/public/util/weak_handle_unittest.cc   WeakHandle<Base> h = b.AsWeakHandle();
b                 188 sync/internal_api/public/util/weak_handle_unittest.cc   b.Kill();
b                 195 sync/internal_api/public/util/weak_handle_unittest.cc   StrictMock<Base> b;
b                 196 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test()).Times(0);
b                 198 sync/internal_api/public/util/weak_handle_unittest.cc   WeakHandle<Base>* h = new WeakHandle<Base>(b.AsWeakHandle());
b                 238 sync/internal_api/public/util/weak_handle_unittest.cc   StrictMock<Base> b;
b                 239 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_CALL(b, Test()).Times(3);
b                 241 sync/internal_api/public/util/weak_handle_unittest.cc   EXPECT_TRUE(b.AsWeakHandle().IsInitialized());
b                 242 sync/internal_api/public/util/weak_handle_unittest.cc   b.AsWeakHandle().Call(FROM_HERE, &Base::Test);
b                 245 sync/internal_api/public/util/weak_handle_unittest.cc     WeakHandle<Base> h(b.AsWeakHandle());
b                 254 sync/internal_api/public/util/weak_handle_unittest.cc     h = b.AsWeakHandle();
b                 203 sync/internal_api/sync_manager_impl.cc   const syncable::EntryKernel& b = mutation.mutated;
b                 204 sync/internal_api/sync_manager_impl.cc   if (!b.ShouldMaintainPosition())
b                 206 sync/internal_api/sync_manager_impl.cc   if (!a.ref(UNIQUE_POSITION).Equals(b.ref(UNIQUE_POSITION)))
b                 208 sync/internal_api/sync_manager_impl.cc   if (a.ref(syncable::PARENT_ID) != b.ref(syncable::PARENT_ID))
b                 217 sync/internal_api/sync_manager_impl.cc   const syncable::EntryKernel& b = mutation.mutated;
b                 219 sync/internal_api/sync_manager_impl.cc   const sync_pb::EntitySpecifics& b_specifics = b.ref(SPECIFICS);
b                 228 sync/internal_api/sync_manager_impl.cc   if (a.ref(syncable::IS_DIR) != b.ref(syncable::IS_DIR))
b                 232 sync/internal_api/sync_manager_impl.cc                          b.ref(syncable::SPECIFICS))) {
b                 238 sync/internal_api/sync_manager_impl.cc       a.ref(syncable::NON_UNIQUE_NAME) != b.ref(syncable::NON_UNIQUE_NAME))
b                  33 sync/notifier/invalidation_util.cc     const Invalidation& b) const {
b                  34 sync/notifier/invalidation_util.cc   DCHECK(a.object_id() == b.object_id())
b                  38 sync/notifier/invalidation_util.cc   if (a.is_unknown_version() && !b.is_unknown_version())
b                  41 sync/notifier/invalidation_util.cc   if (!a.is_unknown_version() && b.is_unknown_version())
b                  44 sync/notifier/invalidation_util.cc   if (a.is_unknown_version() && b.is_unknown_version())
b                  47 sync/notifier/invalidation_util.cc   return a.version() < b.version();
b                  45 sync/notifier/invalidation_util.h                   const syncer::Invalidation& b) const;
b                  47 sync/notifier/unacked_invalidation_set_test_util.cc                   const syncer::Invalidation& b) const {
b                  48 sync/notifier/unacked_invalidation_set_test_util.cc     return a.Equals(b);
b                  36 sync/sessions/data_type_tracker.cc     const Invalidation& b) {
b                  38 sync/sessions/data_type_tracker.cc   return comparator(a, b);
b                  18 sync/sessions/nudge_tracker_unittest.cc testing::AssertionResult ModelTypeSetEquals(ModelTypeSet a, ModelTypeSet b) {
b                  19 sync/sessions/nudge_tracker_unittest.cc   if (a.Equals(b)) {
b                  24 sync/sessions/nudge_tracker_unittest.cc         << ", does not match rigth side: " << ModelTypeSetToString(b);
b                 356 sync/syncable/entry_kernel.h                          const EntryKernel* b) const {
b                 357 sync/syncable/entry_kernel.h     return a->ref(META_HANDLE) < b->ref(META_HANDLE);
b                  17 sync/syncable/parent_child_index.cc     const syncable::EntryKernel* b) const {
b                  19 sync/syncable/parent_child_index.cc   const UniquePosition& b_pos = b->ref(UNIQUE_POSITION);
b                  37 sync/syncable/parent_child_index.cc     DCHECK(!b->ref(UNIQUE_POSITION).IsValid());
b                  38 sync/syncable/parent_child_index.cc     return a->ref(ID) < b->ref(ID);
b                  23 sync/syncable/parent_child_index.h   bool operator() (const EntryKernel* a, const EntryKernel* b) const;
b                  17 sync/syncable/syncable-inl.h                           const syncable::EntryKernel* b) const {
b                  18 sync/syncable/syncable-inl.h     return a->ref(field_index) < b->ref(field_index);
b                1079 sync/syncable/syncable_unittest.cc static inline bool IsLegalNewParent(const Entry& a, const Entry& b) {
b                1080 sync/syncable/syncable_unittest.cc   return IsLegalNewParent(a.trans(), a.GetId(), b.GetId());
b                  19 sync/util/protobuf_unittest.cc   sync_pb::UnknownFieldsTestB b;
b                  22 sync/util/protobuf_unittest.cc   b.set_foo(true);
b                  23 sync/util/protobuf_unittest.cc   b.set_bar(true);
b                  25 sync/util/protobuf_unittest.cc   ASSERT_TRUE(b.SerializeToString(&serialized));
b                 144 testing/gmock_mutant.h   return (obj->*method)(c.a, c.b);
b                 150 testing/gmock_mutant.h   return (*function)(c.a, c.b);
b                 159 testing/gmock_mutant.h   return (obj->*method)(c.a, c.b, c.c);
b                 165 testing/gmock_mutant.h   return (*function)(c.a, c.b, c.c);
b                 174 testing/gmock_mutant.h   return (obj->*method)(c.a, c.b, c.c, c.d);
b                 181 testing/gmock_mutant.h   return (*function)(c.a, c.b, c.c, c.d);
b                 190 testing/gmock_mutant.h   return (obj->*method)(c.a, c.b, c.c, c.d, c.e);
b                 197 testing/gmock_mutant.h   return (*function)(c.a, c.b, c.c, c.d, c.e);
b                 206 testing/gmock_mutant.h   return (obj->*method)(c.a, c.b, c.c, c.d, c.e, c.f);
b                 213 testing/gmock_mutant.h   return (*function)(c.a, c.b, c.c, c.d, c.e, c.f);
b                 250 testing/gmock_mutant.h   return (obj->*method)(p.a, c.a, c.b);
b                 256 testing/gmock_mutant.h   return (*function)(p.a, c.a, c.b);
b                 265 testing/gmock_mutant.h   return (obj->*method)(p.a, c.a, c.b, c.c);
b                 272 testing/gmock_mutant.h   return (*function)(p.a, c.a, c.b, c.c);
b                 281 testing/gmock_mutant.h   return (obj->*method)(p.a, c.a, c.b, c.c, c.d);
b                 288 testing/gmock_mutant.h   return (*function)(p.a, c.a, c.b, c.c, c.d);
b                 297 testing/gmock_mutant.h   return (obj->*method)(p.a, c.a, c.b, c.c, c.d, c.e);
b                 304 testing/gmock_mutant.h   return (*function)(p.a, c.a, c.b, c.c, c.d, c.e);
b                 313 testing/gmock_mutant.h   return (obj->*method)(p.a, c.a, c.b, c.c, c.d, c.e, c.f);
b                 320 testing/gmock_mutant.h   return (*function)(p.a, c.a, c.b, c.c, c.d, c.e, c.f);
b                 328 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b);
b                 334 testing/gmock_mutant.h   return (*function)(p.a, p.b);
b                 343 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, c.a);
b                 349 testing/gmock_mutant.h   return (*function)(p.a, p.b, c.a);
b                 358 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, c.a, c.b);
b                 365 testing/gmock_mutant.h   return (*function)(p.a, p.b, c.a, c.b);
b                 374 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, c.a, c.b, c.c);
b                 381 testing/gmock_mutant.h   return (*function)(p.a, p.b, c.a, c.b, c.c);
b                 390 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, c.a, c.b, c.c, c.d);
b                 397 testing/gmock_mutant.h   return (*function)(p.a, p.b, c.a, c.b, c.c, c.d);
b                 406 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, c.a, c.b, c.c, c.d, c.e);
b                 413 testing/gmock_mutant.h   return (*function)(p.a, p.b, c.a, c.b, c.c, c.d, c.e);
b                 423 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, c.a, c.b, c.c, c.d, c.e, c.f);
b                 430 testing/gmock_mutant.h   return (*function)(p.a, p.b, c.a, c.b, c.c, c.d, c.e, c.f);
b                 439 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c);
b                 445 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c);
b                 454 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, c.a);
b                 461 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, c.a);
b                 470 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, c.a, c.b);
b                 477 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, c.a, c.b);
b                 486 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, c.a, c.b, c.c);
b                 493 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, c.a, c.b, c.c);
b                 502 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, c.a, c.b, c.c, c.d);
b                 509 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, c.a, c.b, c.c, c.d);
b                 519 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, c.a, c.b, c.c, c.d, c.e);
b                 526 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, c.a, c.b, c.c, c.d, c.e);
b                 536 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, c.a, c.b, c.c, c.d, c.e, c.f);
b                 544 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, c.a, c.b, c.c, c.d, c.e, c.f);
b                 553 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d);
b                 560 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d);
b                 569 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, c.a);
b                 576 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, c.a);
b                 585 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, c.a, c.b);
b                 592 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, c.a, c.b);
b                 601 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, c.a, c.b, c.c);
b                 608 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, c.a, c.b, c.c);
b                 618 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, c.a, c.b, c.c, c.d);
b                 625 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, c.a, c.b, c.c, c.d);
b                 635 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, c.a, c.b, c.c, c.d, c.e);
b                 643 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, c.a, c.b, c.c, c.d, c.e);
b                 653 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, c.a, c.b, c.c, c.d, c.e, c.f);
b                 661 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, c.a, c.b, c.c, c.d, c.e, c.f);
b                 670 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e);
b                 677 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e);
b                 686 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, c.a);
b                 693 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, c.a);
b                 702 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, c.a, c.b);
b                 709 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, c.a, c.b);
b                 719 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, c.a, c.b, c.c);
b                 726 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, c.a, c.b, c.c);
b                 736 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, c.a, c.b, c.c, c.d);
b                 744 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, c.a, c.b, c.c, c.d);
b                 754 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, c.a, c.b, c.c, c.d, c.e);
b                 762 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, c.a, c.b, c.c, c.d, c.e);
b                 772 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, c.a, c.b, c.c, c.d, c.e, c.f);
b                 780 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, c.a, c.b, c.c, c.d, c.e, c.f);
b                 789 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, p.f);
b                 796 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, p.f);
b                 805 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, p.f, c.a);
b                 812 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, p.f, c.a);
b                 822 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b);
b                 829 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b);
b                 839 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b, c.c);
b                 847 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b, c.c);
b                 857 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b, c.c, c.d);
b                 865 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b, c.c, c.d);
b                 875 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b, c.c, c.d, c.e);
b                 883 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b, c.c, c.d, c.e);
b                 893 testing/gmock_mutant.h   return (obj->*method)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b, c.c, c.d, c.e, c.f);
b                 901 testing/gmock_mutant.h   return (*function)(p.a, p.b, p.c, p.d, p.e, p.f, c.a, c.b, c.c, c.d, c.e, c.f);
b                 996 testing/gmock_mutant.h   inline R operator()(const Arg1& a, const Arg2& b) {
b                 997 testing/gmock_mutant.h     return impl_->RunWithParams(Params(a, b));
b                1001 testing/gmock_mutant.h   inline R operator()(const Arg1& a, const Arg2& b, const Arg3& c) {
b                1002 testing/gmock_mutant.h     return impl_->RunWithParams(Params(a, b, c));
b                1006 testing/gmock_mutant.h   inline R operator()(const Arg1& a, const Arg2& b, const Arg3& c,
b                1008 testing/gmock_mutant.h     return impl_->RunWithParams(Params(a, b, c, d));
b                 462 third_party/bintrees/bintrees/ctrees.c #define avl_max(a, b) ((a) > (b) ? (a) : (b))
b                 548 third_party/bintrees/bintrees/ctrees.c 				node_t *b = up[top]->link[upd[top]]->link[!upd[top]];
b                 550 third_party/bintrees/bintrees/ctrees.c 				if (height( a ) >= height( b ))
b                 646 third_party/bintrees/bintrees/ctrees.c 				node_t *b = up[top]->link[!upd[top]]->link[!upd[top]];
b                 648 third_party/bintrees/bintrees/ctrees.c 				if (height(a) <= height(b))
b                 194 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PySequence_GetSlice(obj, a, b) PySequence_GetSlice(obj, a, b)
b                 195 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) PySequence_SetSlice(obj, a, b, value)
b                 196 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PySequence_DelSlice(obj, a, b) PySequence_DelSlice(obj, a, b)
b                 198 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \
b                 200 third_party/bintrees/bintrees/cwalker.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_GetSlice(obj, a, b)) : \
b                 202 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
b                 204 third_party/bintrees/bintrees/cwalker.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
b                 206 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \
b                 208 third_party/bintrees/bintrees/cwalker.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_DelSlice(obj, a, b)) : \
b                 301 third_party/bintrees/bintrees/cwalker.c #define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None)
b                 302 third_party/bintrees/bintrees/cwalker.c #define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False))
b                3763 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
b                3765 third_party/bintrees/bintrees/cwalker.c   PyObject* x = PyNumber_Index(b);
b                 194 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PySequence_GetSlice(obj, a, b) PySequence_GetSlice(obj, a, b)
b                 195 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) PySequence_SetSlice(obj, a, b, value)
b                 196 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PySequence_DelSlice(obj, a, b) PySequence_DelSlice(obj, a, b)
b                 198 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \
b                 200 third_party/bintrees/bintrees/qavltree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_GetSlice(obj, a, b)) : \
b                 202 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
b                 204 third_party/bintrees/bintrees/qavltree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
b                 206 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \
b                 208 third_party/bintrees/bintrees/qavltree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_DelSlice(obj, a, b)) : \
b                 301 third_party/bintrees/bintrees/qavltree.c #define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None)
b                 302 third_party/bintrees/bintrees/qavltree.c #define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False))
b                3366 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
b                3368 third_party/bintrees/bintrees/qavltree.c   PyObject* x = PyNumber_Index(b);
b                 194 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PySequence_GetSlice(obj, a, b) PySequence_GetSlice(obj, a, b)
b                 195 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) PySequence_SetSlice(obj, a, b, value)
b                 196 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PySequence_DelSlice(obj, a, b) PySequence_DelSlice(obj, a, b)
b                 198 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \
b                 200 third_party/bintrees/bintrees/qbintree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_GetSlice(obj, a, b)) : \
b                 202 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
b                 204 third_party/bintrees/bintrees/qbintree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
b                 206 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \
b                 208 third_party/bintrees/bintrees/qbintree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_DelSlice(obj, a, b)) : \
b                 301 third_party/bintrees/bintrees/qbintree.c #define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None)
b                 302 third_party/bintrees/bintrees/qbintree.c #define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False))
b                3361 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
b                3363 third_party/bintrees/bintrees/qbintree.c   PyObject* x = PyNumber_Index(b);
b                 194 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PySequence_GetSlice(obj, a, b) PySequence_GetSlice(obj, a, b)
b                 195 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) PySequence_SetSlice(obj, a, b, value)
b                 196 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PySequence_DelSlice(obj, a, b) PySequence_DelSlice(obj, a, b)
b                 198 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \
b                 200 third_party/bintrees/bintrees/qrbtree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_GetSlice(obj, a, b)) : \
b                 202 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
b                 204 third_party/bintrees/bintrees/qrbtree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
b                 206 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \
b                 208 third_party/bintrees/bintrees/qrbtree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_DelSlice(obj, a, b)) : \
b                 301 third_party/bintrees/bintrees/qrbtree.c #define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None)
b                 302 third_party/bintrees/bintrees/qrbtree.c #define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False))
b                3363 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
b                3365 third_party/bintrees/bintrees/qrbtree.c   PyObject* x = PyNumber_Index(b);
b                  42 third_party/cld/base/port.h #define GG_VA_COPY(a, b) (va_copy(a, b))
b                  44 third_party/cld/base/port.h #define GG_VA_COPY(a, b) (a = b)
b                 377 third_party/cld/base/scoped_ptr.h   void swap(scoped_ptr_malloc & b) {
b                 378 third_party/cld/base/scoped_ptr.h     C* tmp = b.ptr_;
b                 379 third_party/cld/base/scoped_ptr.h     b.ptr_ = ptr_;
b                 414 third_party/cld/base/scoped_ptr.h void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) {
b                 415 third_party/cld/base/scoped_ptr.h   a.swap(b);
b                 419 third_party/cld/base/scoped_ptr.h bool operator==(C* p, const scoped_ptr_malloc<C, FP>& b) {
b                 420 third_party/cld/base/scoped_ptr.h   return p == b.get();
b                 424 third_party/cld/base/scoped_ptr.h bool operator!=(C* p, const scoped_ptr_malloc<C, FP>& b) {
b                 425 third_party/cld/base/scoped_ptr.h   return p != b.get();
b                 960 third_party/cld/encodings/compact_lang_det/cldutil.h   static inline int minint(int a, int b) {return (a < b) ? a: b;}
b                 961 third_party/cld/encodings/compact_lang_det/cldutil.h   static inline int maxint(int a, int b) {return (a > b) ? a: b;}
b                 917 third_party/expat/files/lib/xmlparse.c     BINDING *b = bindings;
b                 919 third_party/expat/files/lib/xmlparse.c     b->nextTagBinding = freeBindingList;
b                 920 third_party/expat/files/lib/xmlparse.c     freeBindingList = b;
b                1120 third_party/expat/files/lib/xmlparse.c     BINDING *b = bindings;
b                1121 third_party/expat/files/lib/xmlparse.c     if (!b)
b                1123 third_party/expat/files/lib/xmlparse.c     bindings = b->nextTagBinding;
b                1124 third_party/expat/files/lib/xmlparse.c     FREE(b->uri);
b                1125 third_party/expat/files/lib/xmlparse.c     FREE(b);
b                1989 third_party/expat/files/lib/xmlparse.c #define V1(a,b,c) XML_L(#a)XML_L(".")XML_L(#b)XML_L(".")XML_L(#c)
b                1990 third_party/expat/files/lib/xmlparse.c #define V2(a,b,c) XML_L("expat_")V1(a,b,c)
b                2482 third_party/expat/files/lib/xmlparse.c           BINDING *b = bindings;
b                2484 third_party/expat/files/lib/xmlparse.c             endNamespaceDeclHandler(handlerArg, b->prefix->name);
b                2486 third_party/expat/files/lib/xmlparse.c           b->nextTagBinding = freeBindingList;
b                2487 third_party/expat/files/lib/xmlparse.c           freeBindingList = b;
b                2488 third_party/expat/files/lib/xmlparse.c           b->prefix->binding = b->prevPrefixBinding;
b                2537 third_party/expat/files/lib/xmlparse.c           BINDING *b = tag->bindings;
b                2539 third_party/expat/files/lib/xmlparse.c             endNamespaceDeclHandler(handlerArg, b->prefix->name);
b                2541 third_party/expat/files/lib/xmlparse.c           b->nextTagBinding = freeBindingList;
b                2542 third_party/expat/files/lib/xmlparse.c           freeBindingList = b;
b                2543 third_party/expat/files/lib/xmlparse.c           b->prefix->binding = b->prevPrefixBinding;
b                2910 third_party/expat/files/lib/xmlparse.c         const BINDING *b;
b                2914 third_party/expat/files/lib/xmlparse.c         b = id->prefix->binding;
b                2915 third_party/expat/files/lib/xmlparse.c         if (!b)
b                2919 third_party/expat/files/lib/xmlparse.c         for (j = 0; j < b->uriLen; j++) {
b                2920 third_party/expat/files/lib/xmlparse.c           const XML_Char c = b->uri[j];
b                2958 third_party/expat/files/lib/xmlparse.c           s = b->prefix->name;
b                3077 third_party/expat/files/lib/xmlparse.c   BINDING *b;
b                3120 third_party/expat/files/lib/xmlparse.c     b = freeBindingList;
b                3121 third_party/expat/files/lib/xmlparse.c     if (len > b->uriAlloc) {
b                3122 third_party/expat/files/lib/xmlparse.c       XML_Char *temp = (XML_Char *)REALLOC(b->uri,
b                3126 third_party/expat/files/lib/xmlparse.c       b->uri = temp;
b                3127 third_party/expat/files/lib/xmlparse.c       b->uriAlloc = len + EXPAND_SPARE;
b                3129 third_party/expat/files/lib/xmlparse.c     freeBindingList = b->nextTagBinding;
b                3132 third_party/expat/files/lib/xmlparse.c     b = (BINDING *)MALLOC(sizeof(BINDING));
b                3133 third_party/expat/files/lib/xmlparse.c     if (!b)
b                3135 third_party/expat/files/lib/xmlparse.c     b->uri = (XML_Char *)MALLOC(sizeof(XML_Char) * (len + EXPAND_SPARE));
b                3136 third_party/expat/files/lib/xmlparse.c     if (!b->uri) {
b                3137 third_party/expat/files/lib/xmlparse.c       FREE(b);
b                3140 third_party/expat/files/lib/xmlparse.c     b->uriAlloc = len + EXPAND_SPARE;
b                3142 third_party/expat/files/lib/xmlparse.c   b->uriLen = len;
b                3143 third_party/expat/files/lib/xmlparse.c   memcpy(b->uri, uri, len * sizeof(XML_Char));
b                3145 third_party/expat/files/lib/xmlparse.c     b->uri[len - 1] = namespaceSeparator;
b                3146 third_party/expat/files/lib/xmlparse.c   b->prefix = prefix;
b                3147 third_party/expat/files/lib/xmlparse.c   b->attId = attId;
b                3148 third_party/expat/files/lib/xmlparse.c   b->prevPrefixBinding = prefix->binding;
b                3153 third_party/expat/files/lib/xmlparse.c     prefix->binding = b;
b                3154 third_party/expat/files/lib/xmlparse.c   b->nextTagBinding = *bindingsPtr;
b                3155 third_party/expat/files/lib/xmlparse.c   *bindingsPtr = b;
b                 297 third_party/freetype2/include/ftconfig.h                  FT_Int32  b )
b                 311 third_party/freetype2/include/ftconfig.h       : "r"(a), "r"(b) );
b                 322 third_party/freetype2/include/ftconfig.h                   FT_Int32  b )
b                 337 third_party/freetype2/include/ftconfig.h       : "=a"(result), "+d"(b)
b                  93 third_party/fuzzymatch/fuzzymatch.c   PIX *b = pixRead(argv[argi + 1]);
b                 100 third_party/fuzzymatch/fuzzymatch.c   if (!b) {
b                 105 third_party/fuzzymatch/fuzzymatch.c   if (pixGetWidth(a) != pixGetWidth(b) ||
b                 106 third_party/fuzzymatch/fuzzymatch.c       pixGetHeight(a) != pixGetHeight(b)) {
b                 111 third_party/fuzzymatch/fuzzymatch.c   PIX *delta = pixAbsDifference(a, b);
b                 115 third_party/fuzzymatch/fuzzymatch.c   pixDestroy(&b);
b                 195 third_party/harfbuzz-ng/src/hb-buffer-private.hh #define HB_BUFFER_XALLOCATE_VAR(b, func, var, owner) \
b                 196 third_party/harfbuzz-ng/src/hb-buffer-private.hh   b->func (offsetof (hb_glyph_info_t, var) - offsetof(hb_glyph_info_t, var1), \
b                 197 third_party/harfbuzz-ng/src/hb-buffer-private.hh 	   sizeof (b->info[0].var), owner)
b                 198 third_party/harfbuzz-ng/src/hb-buffer-private.hh #define HB_BUFFER_ALLOCATE_VAR(b, var) \
b                 199 third_party/harfbuzz-ng/src/hb-buffer-private.hh 	HB_BUFFER_XALLOCATE_VAR (b, allocate_var, var (), #var)
b                 200 third_party/harfbuzz-ng/src/hb-buffer-private.hh #define HB_BUFFER_DEALLOCATE_VAR(b, var) \
b                 201 third_party/harfbuzz-ng/src/hb-buffer-private.hh 	HB_BUFFER_XALLOCATE_VAR (b, deallocate_var, var (), #var)
b                 202 third_party/harfbuzz-ng/src/hb-buffer-private.hh #define HB_BUFFER_ASSERT_VAR(b, var) \
b                 203 third_party/harfbuzz-ng/src/hb-buffer-private.hh 	HB_BUFFER_XALLOCATE_VAR (b, assert_var, var (), #var)
b                 107 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc     char b[1024];
b                 108 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc     char *p = b;
b                 133 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc       p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint));
b                 136 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc       p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"cl\":%u", info[i].cluster));
b                 141 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc       p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"dx\":%d,\"dy\":%d",
b                 143 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc       p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"ax\":%d,\"ay\":%d",
b                 149 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc     unsigned int l = p - b;
b                 152 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc       memcpy (buf, b, l);
b                 180 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc     char b[1024];
b                 181 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc     char *p = b;
b                 194 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc       p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint));
b                 197 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc       p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "=%u", info[i].cluster));
b                 203 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc 	p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "@%d,%d", pos[i].x_offset, pos[i].y_offset));
b                 206 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc       p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance));
b                 208 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc 	p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance));
b                 211 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc     unsigned int l = p - b;
b                 214 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc       memcpy (buf, b, l);
b                  41 third_party/harfbuzz-ng/src/hb-buffer.cc 			     const hb_segment_properties_t *b)
b                  43 third_party/harfbuzz-ng/src/hb-buffer.cc   return a->direction == b->direction &&
b                  44 third_party/harfbuzz-ng/src/hb-buffer.cc 	 a->script    == b->script    &&
b                  45 third_party/harfbuzz-ng/src/hb-buffer.cc 	 a->language  == b->language  &&
b                  46 third_party/harfbuzz-ng/src/hb-buffer.cc 	 a->reserved1 == b->reserved1 &&
b                  47 third_party/harfbuzz-ng/src/hb-buffer.cc 	 a->reserved2 == b->reserved2;
b                  82 third_party/harfbuzz-ng/src/hb-buffer.h 			     const hb_segment_properties_t *b);
b                 221 third_party/harfbuzz-ng/src/hb-coretext.cc   static int cmp (const active_feature_t *a, const active_feature_t *b) {
b                 222 third_party/harfbuzz-ng/src/hb-coretext.cc     return a->rec.feature < b->rec.feature ? -1 : a->rec.feature > b->rec.feature ? 1 :
b                 223 third_party/harfbuzz-ng/src/hb-coretext.cc 	   a->order < b->order ? -1 : a->order > b->order ? 1 :
b                 224 third_party/harfbuzz-ng/src/hb-coretext.cc 	   a->rec.setting < b->rec.setting ? -1 : a->rec.setting > b->rec.setting ? 1 :
b                 237 third_party/harfbuzz-ng/src/hb-coretext.cc   static int cmp (const feature_event_t *a, const feature_event_t *b) {
b                 238 third_party/harfbuzz-ng/src/hb-coretext.cc     return a->index < b->index ? -1 : a->index > b->index ? 1 :
b                 239 third_party/harfbuzz-ng/src/hb-coretext.cc 	   a->start < b->start ? -1 : a->start > b->start ? 1 :
b                 240 third_party/harfbuzz-ng/src/hb-coretext.cc 	   active_feature_t::cmp (&a->feature, &b->feature);
b                 242 third_party/harfbuzz-ng/src/hb-glib.cc 			 hb_codepoint_t      b,
b                 247 third_party/harfbuzz-ng/src/hb-glib.cc   return g_unichar_compose (a, b, ab);
b                 259 third_party/harfbuzz-ng/src/hb-glib.cc   len += g_unichar_to_utf8 (b, utf8 + len);
b                 280 third_party/harfbuzz-ng/src/hb-glib.cc 			   hb_codepoint_t     *b,
b                 284 third_party/harfbuzz-ng/src/hb-glib.cc   return g_unichar_decompose (ab, a, b);
b                 303 third_party/harfbuzz-ng/src/hb-glib.cc     *b = 0;
b                 307 third_party/harfbuzz-ng/src/hb-glib.cc     *b = g_utf8_get_char (g_utf8_next_char (normalized));
b                 315 third_party/harfbuzz-ng/src/hb-glib.cc       *b = 0;
b                 324 third_party/harfbuzz-ng/src/hb-glib.cc     *b = g_utf8_get_char (end);
b                 173 third_party/harfbuzz-ng/src/hb-icu.cc 			hb_codepoint_t      b,
b                 179 third_party/harfbuzz-ng/src/hb-icu.cc     UChar32 ret = unorm2_composePair (normalizer, a, b);
b                 198 third_party/harfbuzz-ng/src/hb-icu.cc   U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), b, err);
b                 219 third_party/harfbuzz-ng/src/hb-icu.cc 			  hb_codepoint_t     *b,
b                 234 third_party/harfbuzz-ng/src/hb-icu.cc       *b = 0;
b                 239 third_party/harfbuzz-ng/src/hb-icu.cc       U16_NEXT_UNSAFE (decomposed, len, *b);
b                 271 third_party/harfbuzz-ng/src/hb-icu.cc     *b = 0;
b                 276 third_party/harfbuzz-ng/src/hb-icu.cc     U16_NEXT_UNSAFE (normalized, len, *b);
b                 290 third_party/harfbuzz-ng/src/hb-icu.cc       *b = 0;
b                 296 third_party/harfbuzz-ng/src/hb-icu.cc     U16_PREV_UNSAFE (normalized, len, *b); /* Changes len in-place. */
b                 187 third_party/harfbuzz-ng/src/hb-open-type-private.hh   inline void init (hb_blob_t *b)
b                 189 third_party/harfbuzz-ng/src/hb-open-type-private.hh     this->blob = hb_blob_reference (b);
b                 562 third_party/harfbuzz-ng/src/hb-open-type-private.hh   static inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); }
b                 563 third_party/harfbuzz-ng/src/hb-open-type-private.hh   inline int cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; }
b                 564 third_party/harfbuzz-ng/src/hb-open-type-private.hh   inline int cmp (Type a) const { Type b = v; return a < b ? -1 : a == b ? 0 : +1; }
b                  55 third_party/harfbuzz-ng/src/hb-ot-map-private.hh     static int cmp (const feature_map_t *a, const feature_map_t *b)
b                  56 third_party/harfbuzz-ng/src/hb-ot-map-private.hh     { return a->tag < b->tag ? -1 : a->tag > b->tag ? 1 : 0; }
b                  64 third_party/harfbuzz-ng/src/hb-ot-map-private.hh     static int cmp (const lookup_map_t *a, const lookup_map_t *b)
b                  65 third_party/harfbuzz-ng/src/hb-ot-map-private.hh     { return a->index < b->index ? -1 : a->index > b->index ? 1 : 0; }
b                 218 third_party/harfbuzz-ng/src/hb-ot-map-private.hh     static int cmp (const feature_info_t *a, const feature_info_t *b)
b                 219 third_party/harfbuzz-ng/src/hb-ot-map-private.hh     { return (a->tag != b->tag) ?  (a->tag < b->tag ? -1 : 1) : (a->seq < b->seq ? -1 : 1); }
b                  45 third_party/harfbuzz-ng/src/hb-ot-name-table.hh   static int cmp (const NameRecord *a, const NameRecord *b)
b                  48 third_party/harfbuzz-ng/src/hb-ot-name-table.hh     ret = b->platformID.cmp (a->platformID);
b                  50 third_party/harfbuzz-ng/src/hb-ot-name-table.hh     ret = b->encodingID.cmp (a->encodingID);
b                  52 third_party/harfbuzz-ng/src/hb-ot-name-table.hh     ret = b->languageID.cmp (a->languageID);
b                  54 third_party/harfbuzz-ng/src/hb-ot-name-table.hh     ret = b->nameID.cmp (a->nameID);
b                  33 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc 		hb_codepoint_t  b,
b                  71 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc   bool found = c->unicode->compose (a, b, ab);
b                  77 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc       switch (b) {
b                 653 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   int b = pb->indic_position();
b                 655 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   return a < b ? -1 : a == b ? 0 : +1;
b                1697 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 		 hb_codepoint_t *b)
b                1710 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x0F77  : *a = 0x0FB2; *b= 0x0F81; return true;
b                1711 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x0F79  : *a = 0x0FB3; *b= 0x0F81; return true;
b                1712 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x17BE  : *a = 0x17C1; *b= 0x17BE; return true;
b                1713 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x17BF  : *a = 0x17C1; *b= 0x17BF; return true;
b                1714 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x17C0  : *a = 0x17C1; *b= 0x17C0; return true;
b                1715 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x17C4  : *a = 0x17C1; *b= 0x17C4; return true;
b                1716 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x17C5  : *a = 0x17C1; *b= 0x17C5; return true;
b                1717 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x1925  : *a = 0x1920; *b= 0x1923; return true;
b                1718 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x1926  : *a = 0x1920; *b= 0x1924; return true;
b                1719 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x1B3C  : *a = 0x1B42; *b= 0x1B3C; return true;
b                1720 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x1112E  : *a = 0x11127; *b= 0x11131; return true;
b                1721 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     case 0x1112F  : *a = 0x11127; *b= 0x11132; return true;
b                1770 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc       *b = ab;
b                1775 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   return c->unicode->decompose (ab, a, b);
b                1781 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	       hb_codepoint_t  b,
b                1789 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   if (a == 0x09AF && b == 0x09BC) { *ab = 0x09DF; return true; }
b                1791 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   return c->unicode->compose (a, b, ab);
b                 304 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc   int b = pb->myanmar_position();
b                 306 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc   return a < b ? -1 : a == b ? 0 : +1;
b                 122 third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh 		     hb_codepoint_t *b);
b                 130 third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh 		   hb_codepoint_t  b,
b                 193 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc   int b = pb->sea_position();
b                 195 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc   return a < b ? -1 : a == b ? 0 : +1;
b                  61 third_party/harfbuzz-ng/src/hb-ot-shape-normalize-private.hh 		     hb_codepoint_t *b);
b                  64 third_party/harfbuzz-ng/src/hb-ot-shape-normalize-private.hh 		   hb_codepoint_t  b,
b                  89 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc 		   hb_codepoint_t *b)
b                  91 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   return c->unicode->decompose (ab, a, b);
b                  97 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc 		 hb_codepoint_t  b,
b                 100 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   return c->unicode->compose (a, b, ab);
b                 134 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   hb_codepoint_t a, b, a_glyph, b_glyph;
b                 138 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   if (!c->decompose (c, ab, &a, &b) ||
b                 139 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc       (b && !font->get_glyph (b, 0, &b_glyph)))
b                 146 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc     if (likely (b)) {
b                 147 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc       output_char (buffer, b, b_glyph);
b                 155 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc     if (b) {
b                 156 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc       output_char (buffer, b, b_glyph);
b                 164 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc     if (likely (b)) {
b                 165 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc       output_char (buffer, b, b_glyph);
b                 281 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   unsigned int b = _hb_glyph_info_get_modified_combining_class (pb);
b                 283 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   return a < b ? -1 : a == b ? 0 : +1;
b                 776 third_party/harfbuzz-ng/src/hb-ot-tag.cc 			      const char *b)
b                 784 third_party/harfbuzz-ng/src/hb-ot-tag.cc   p = strchr (b, '-');
b                 785 third_party/harfbuzz-ng/src/hb-ot-tag.cc   db = p ? (unsigned int) (p - b) : strlen (b);
b                 787 third_party/harfbuzz-ng/src/hb-ot-tag.cc   return strncmp (a, b, MAX (da, db));
b                  76 third_party/harfbuzz-ng/src/hb-private.hh static inline Type MIN (const Type &a, const Type &b) { return a < b ? a : b; }
b                  80 third_party/harfbuzz-ng/src/hb-private.hh static inline Type MAX (const Type &a, const Type &b) { return a > b ? a : b; }
b                  82 third_party/harfbuzz-ng/src/hb-private.hh static inline unsigned int DIV_CEIL (const unsigned int a, unsigned int b)
b                  83 third_party/harfbuzz-ng/src/hb-private.hh { return (a + (b - 1)) / b; }
b                 102 third_party/harfbuzz-ng/src/hb-private.hh #define _PASTE1(a,b) a##b
b                 103 third_party/harfbuzz-ng/src/hb-private.hh #define PASTE(a,b) _PASTE1(a,b)
b                 525 third_party/harfbuzz-ng/src/hb-private.hh #define hb_be_uint16_eq(a,b)	(a[0] == b[0] && a[1] == b[1])
b                 529 third_party/harfbuzz-ng/src/hb-private.hh #define hb_be_uint32_eq(a,b)	(a[0] == b[0] && a[1] == b[1] && a[2] == b[2] && a[3] == b[3])
b                 533 third_party/harfbuzz-ng/src/hb-private.hh #define hb_be_uint24_eq(a,b)	(a[0] == b[0] && a[1] == b[1] && a[2] == b[2])
b                  68 third_party/harfbuzz-ng/src/hb-set-private.hh   inline void add_range (hb_codepoint_t a, hb_codepoint_t b) {
b                  69 third_party/harfbuzz-ng/src/hb-set-private.hh     if ((b >> shift) - (a >> shift) >= mask_bits - 1)
b                  73 third_party/harfbuzz-ng/src/hb-set-private.hh       mask_t mb = mask_for (b);
b                 105 third_party/harfbuzz-ng/src/hb-set-private.hh   inline void add_range (hb_codepoint_t a, hb_codepoint_t b) {
b                 106 third_party/harfbuzz-ng/src/hb-set-private.hh     head.add_range (a, b);
b                 107 third_party/harfbuzz-ng/src/hb-set-private.hh     tail.add_range (a, b);
b                 177 third_party/harfbuzz-ng/src/hb-set-private.hh   inline void add_range (hb_codepoint_t a, hb_codepoint_t b)
b                 181 third_party/harfbuzz-ng/src/hb-set-private.hh     for (unsigned int i = a; i < b + 1; i++)
b                 190 third_party/harfbuzz-ng/src/hb-set-private.hh   inline void del_range (hb_codepoint_t a, hb_codepoint_t b)
b                 194 third_party/harfbuzz-ng/src/hb-set-private.hh     for (unsigned int i = a; i < b + 1; i++)
b                 168 third_party/harfbuzz-ng/src/hb-ucdn.cc 		hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab,
b                 171 third_party/harfbuzz-ng/src/hb-ucdn.cc     return ucdn_compose(ab, a, b);
b                 176 third_party/harfbuzz-ng/src/hb-ucdn.cc 		  hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b,
b                 179 third_party/harfbuzz-ng/src/hb-ucdn.cc     return ucdn_decompose(ab, a, b);
b                  77 third_party/harfbuzz-ng/src/hb-unicode-private.hh   inline hb_bool_t compose (hb_codepoint_t a, hb_codepoint_t b,
b                  81 third_party/harfbuzz-ng/src/hb-unicode-private.hh     if (unlikely (!a || !b)) return false;
b                  82 third_party/harfbuzz-ng/src/hb-unicode-private.hh     return func.compose (this, a, b, ab, user_data.compose);
b                  86 third_party/harfbuzz-ng/src/hb-unicode-private.hh 			      hb_codepoint_t *a, hb_codepoint_t *b)
b                  88 third_party/harfbuzz-ng/src/hb-unicode-private.hh     *a = ab; *b = 0;
b                  89 third_party/harfbuzz-ng/src/hb-unicode-private.hh     return func.decompose (this, ab, a, b, user_data.decompose);
b                  84 third_party/harfbuzz-ng/src/hb-unicode.cc 			hb_codepoint_t      b         HB_UNUSED,
b                  95 third_party/harfbuzz-ng/src/hb-unicode.cc 			  hb_codepoint_t     *b         HB_UNUSED,
b                 403 third_party/harfbuzz-ng/src/hb-unicode.cc 		    hb_codepoint_t      b,
b                 406 third_party/harfbuzz-ng/src/hb-unicode.cc   return ufuncs->compose (a, b, ab);
b                 426 third_party/harfbuzz-ng/src/hb-unicode.cc 		      hb_codepoint_t     *b)
b                 428 third_party/harfbuzz-ng/src/hb-unicode.cc   return ufuncs->decompose (ab, a, b);
b                 240 third_party/harfbuzz-ng/src/hb-unicode.h 										 hb_codepoint_t      b,
b                 246 third_party/harfbuzz-ng/src/hb-unicode.h 										 hb_codepoint_t     *b,
b                 430 third_party/harfbuzz-ng/src/hb-unicode.h 		    hb_codepoint_t      b,
b                 436 third_party/harfbuzz-ng/src/hb-unicode.h 		      hb_codepoint_t     *b);
b                 264 third_party/harfbuzz-ng/src/hb-uniscribe.cc   static int cmp (const active_feature_t *a, const active_feature_t *b) {
b                 265 third_party/harfbuzz-ng/src/hb-uniscribe.cc     return a->rec.tagFeature < b->rec.tagFeature ? -1 : a->rec.tagFeature > b->rec.tagFeature ? 1 :
b                 266 third_party/harfbuzz-ng/src/hb-uniscribe.cc 	   a->order < b->order ? -1 : a->order > b->order ? 1 :
b                 267 third_party/harfbuzz-ng/src/hb-uniscribe.cc 	   a->rec.lParameter < b->rec.lParameter ? -1 : a->rec.lParameter > b->rec.lParameter ? 1 :
b                 280 third_party/harfbuzz-ng/src/hb-uniscribe.cc   static int cmp (const feature_event_t *a, const feature_event_t *b) {
b                 281 third_party/harfbuzz-ng/src/hb-uniscribe.cc     return a->index < b->index ? -1 : a->index > b->index ? 1 :
b                 282 third_party/harfbuzz-ng/src/hb-uniscribe.cc 	   a->start < b->start ? -1 : a->start > b->start ? 1 :
b                 283 third_party/harfbuzz-ng/src/hb-uniscribe.cc 	   active_feature_t::cmp (&a->feature, &b->feature);
b                  27 third_party/leveldatabase/port/port_chromium.h # define va_copy(a, b) do { (a) = (b); } while (0)
b                  72 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         register uint32 a, b, c, d;
b                  75 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         b = buf[1];
b                  79 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478,  7);
b                  80 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
b                  81 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
b                  82 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
b                  83 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf,  7);
b                  84 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12);
b                  85 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, c, d, a, b, in[ 6]+0xa8304613, 17);
b                  86 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, b, c, d, a, in[ 7]+0xfd469501, 22);
b                  87 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, a, b, c, d, in[ 8]+0x698098d8,  7);
b                  88 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, d, a, b, c, in[ 9]+0x8b44f7af, 12);
b                  89 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, c, d, a, b, in[10]+0xffff5bb1, 17);
b                  90 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, b, c, d, a, in[11]+0x895cd7be, 22);
b                  91 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, a, b, c, d, in[12]+0x6b901122,  7);
b                  92 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, d, a, b, c, in[13]+0xfd987193, 12);
b                  93 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, c, d, a, b, in[14]+0xa679438e, 17);
b                  94 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F1, b, c, d, a, in[15]+0x49b40821, 22);
b                  96 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562,  5);
b                  97 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340,  9);
b                  98 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
b                  99 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
b                 100 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d,  5);
b                 101 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, d, a, b, c, in[10]+0x02441453,  9);
b                 102 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
b                 103 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
b                 104 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6,  5);
b                 105 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, d, a, b, c, in[14]+0xc33707d6,  9);
b                 106 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, c, d, a, b, in[ 3]+0xf4d50d87, 14);
b                 107 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, b, c, d, a, in[ 8]+0x455a14ed, 20);
b                 108 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, a, b, c, d, in[13]+0xa9e3e905,  5);
b                 109 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, d, a, b, c, in[ 2]+0xfcefa3f8,  9);
b                 110 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, c, d, a, b, in[ 7]+0x676f02d9, 14);
b                 111 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F2, b, c, d, a, in[12]+0x8d2a4c8a, 20);
b                 113 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942,  4);
b                 114 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
b                 115 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
b                 116 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
b                 117 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44,  4);
b                 118 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
b                 119 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
b                 120 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
b                 121 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6,  4);
b                 122 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, d, a, b, c, in[ 0]+0xeaa127fa, 11);
b                 123 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, c, d, a, b, in[ 3]+0xd4ef3085, 16);
b                 124 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, b, c, d, a, in[ 6]+0x04881d05, 23);
b                 125 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, a, b, c, d, in[ 9]+0xd9d4d039,  4);
b                 126 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, d, a, b, c, in[12]+0xe6db99e5, 11);
b                 127 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, c, d, a, b, in[15]+0x1fa27cf8, 16);
b                 128 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F3, b, c, d, a, in[ 2]+0xc4ac5665, 23);
b                 130 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244,  6);
b                 131 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
b                 132 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
b                 133 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
b                 134 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3,  6);
b                 135 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
b                 136 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
b                 137 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
b                 138 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f,  6);
b                 139 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, d, a, b, c, in[15]+0xfe2ce6e0, 10);
b                 140 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, c, d, a, b, in[ 6]+0xa3014314, 15);
b                 141 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, b, c, d, a, in[13]+0x4e0811a1, 21);
b                 142 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, a, b, c, d, in[ 4]+0xf7537e82,  6);
b                 143 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, d, a, b, c, in[11]+0xbd3af235, 10);
b                 144 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, c, d, a, b, in[ 2]+0x2ad7d2bb, 15);
b                 145 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         MD5STEP(F4, b, c, d, a, in[ 9]+0xeb86d391, 21);
b                 148 third_party/libaddressinput/chromium/cpp/src/util/md5.cc         buf[1] += b;
b                  53 third_party/libaddressinput/chromium/cpp/src/util/string_util.cc bool LooseStringCompare(const std::string& a, const std::string& b) {
b                  56 third_party/libaddressinput/chromium/cpp/src/util/string_util.cc          canonicalizer->CanonicalizeString(b);
b                  35 third_party/libaddressinput/chromium/cpp/src/util/string_util.h bool LooseStringCompare(const std::string& a, const std::string& b);
b                 130 third_party/libevent/evdns.c #define MIN(a,b) ((a)<(b)?(a):(b))
b                 189 third_party/libevent/http.c #define MIN(a,b) (((a)<(b))?(a):(b))
b                  31 third_party/libevent/log.h #define EV_CHECK_FMT(a,b) __attribute__((format(printf, a, b)))
b                  33 third_party/libevent/log.h #define EV_CHECK_FMT(a,b)
b                  42 third_party/libevent/min_heap.h static inline int            min_heap_elem_greater(struct event *a, struct event *b);
b                  53 third_party/libevent/min_heap.h int min_heap_elem_greater(struct event *a, struct event *b)
b                  55 third_party/libevent/min_heap.h     return evutil_timercmp(&a->ev_timeout, &b->ev_timeout, >);
b                 100 third_party/libevent/test/regress_dns.c 			const char *b = inet_ntop(AF_INET6, &in6_addrs[i], buf,sizeof(buf));
b                 101 third_party/libevent/test/regress_dns.c 			if (b)
b                 102 third_party/libevent/test/regress_dns.c 				fprintf(stderr, "%s ", b);
b                 266 third_party/libevent/test/regress_dns.c 			const char *b = inet_ntop(AF_INET6, &in6_addrs[0],buf,sizeof(buf));
b                 267 third_party/libevent/test/regress_dns.c 			fprintf(stdout, "Bad IPv6 response \"%s\" %d. ", b, ttl);
b                  77 third_party/libjingle/overrides/talk/base/basictypes.h template<class T> inline T _min(T a, T b) { return (a > b) ? b : a; }
b                  78 third_party/libjingle/overrides/talk/base/basictypes.h template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; }
b                 135 third_party/libjpeg/jccolor.c   register int r, g, b;
b                 151 third_party/libjpeg/jccolor.c       b = GETJSAMPLE(inptr[RGB_BLUE]);
b                 160 third_party/libjpeg/jccolor.c 		((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
b                 164 third_party/libjpeg/jccolor.c 		((ctab[r+R_CB_OFF] + ctab[g+G_CB_OFF] + ctab[b+B_CB_OFF])
b                 168 third_party/libjpeg/jccolor.c 		((ctab[r+R_CR_OFF] + ctab[g+G_CR_OFF] + ctab[b+B_CR_OFF])
b                 191 third_party/libjpeg/jccolor.c   register int r, g, b;
b                 205 third_party/libjpeg/jccolor.c       b = GETJSAMPLE(inptr[RGB_BLUE]);
b                 209 third_party/libjpeg/jccolor.c 		((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
b                 230 third_party/libjpeg/jccolor.c   register int r, g, b;
b                 247 third_party/libjpeg/jccolor.c       b = MAXJSAMPLE - GETJSAMPLE(inptr[2]);
b                 258 third_party/libjpeg/jccolor.c 		((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
b                 262 third_party/libjpeg/jccolor.c 		((ctab[r+R_CB_OFF] + ctab[g+G_CB_OFF] + ctab[b+B_CB_OFF])
b                 266 third_party/libjpeg/jccolor.c 		((ctab[r+R_CR_OFF] + ctab[g+G_CR_OFF] + ctab[b+B_CR_OFF])
b                 247 third_party/libjpeg/jcdctmgr.c #define DIVIDE_BY(a,b)	a /= b
b                 249 third_party/libjpeg/jcdctmgr.c #define DIVIDE_BY(a,b)	if (a >= b) a /= b; else a = 0
b                 701 third_party/libjpeg/jdmarker.c   JOCTET b[APPN_DATA_LEN];
b                 716 third_party/libjpeg/jdmarker.c     INPUT_BYTE(cinfo, b[i], return FALSE);
b                 722 third_party/libjpeg/jdmarker.c     examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
b                 725 third_party/libjpeg/jdmarker.c     examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);
b                 267 third_party/libjpeg/jpegint.h #define MAX(a,b)	((a) > (b) ? (a) : (b))
b                 269 third_party/libjpeg/jpegint.h #define MIN(a,b)	((a) < (b) ? (a) : (b))
b                 371 third_party/libjpeg/jpegint.h EXTERN(long) jdiv_round_up JPP((long a, long b));
b                 372 third_party/libjpeg/jpegint.h EXTERN(long) jround_up JPP((long a, long b));
b                  72 third_party/libjpeg/jutils.c jdiv_round_up (long a, long b)
b                  76 third_party/libjpeg/jutils.c   return (a + b - 1L) / b;
b                  81 third_party/libjpeg/jutils.c jround_up (long a, long b)
b                  85 third_party/libjpeg/jutils.c   a += b - 1L;
b                  86 third_party/libjpeg/jutils.c   return a - (a % b);
b                 220 third_party/liblouis/overrides/liblouis/compileTranslationTable.c eqasc2uni (const unsigned char *a, const widechar * b, const int len)
b                 224 third_party/liblouis/overrides/liblouis/compileTranslationTable.c     if ((widechar) a[k] != b[k])
b                 866 third_party/libpng/png.c    int a, b, c, d;
b                 870 third_party/libpng/png.c    b = v1 & 0xffff;
b                 874 third_party/libpng/png.c    lo = b * d;                   /* BD */
b                 875 third_party/libpng/png.c    x = a * d + c * b;            /* AD + CB */
b                  78 third_party/libpng/pngrio.c #define MIN(a,b) (a <= b ? a : b)
b                 501 third_party/libpng/pngrtran.c          int b = (palette[i].blue >> (8 - PNG_DITHER_BLUE_BITS));
b                 522 third_party/libpng/pngrtran.c                   int db = ((ib > b) ? ib - b : b - ib);
b                3108 third_party/libpng/pngrtran.c                      png_uint_16 b = (png_uint_16)(((*(sp+4)) << 8) + *(sp+5));
b                3110 third_party/libpng/pngrtran.c                         b == trans_values->blue)
b                3142 third_party/libpng/pngrtran.c                      png_uint_16 b = (png_uint_16)(((*(sp+4)) << 8) + *(sp+5));
b                3145 third_party/libpng/pngrtran.c                         b == trans_values->blue)
b                3465 third_party/libpng/pngrtran.c                         png_uint_16 b = (png_uint_16)(((*(sp + 4)) << 8)
b                3474 third_party/libpng/pngrtran.c                         png_composite_16(v, b, a, background->blue);
b                3634 third_party/libpng/pngrtran.c                   int b = *sp & 0x30;
b                3640 third_party/libpng/pngrtran.c                       ((((int)gamma_table[(b<<2)|b|(b>>2)|(b>>4)])>>2) & 0x30)|
b                4070 third_party/libpng/pngrtran.c          int r, g, b, p;
b                4077 third_party/libpng/pngrtran.c             b = *sp++;
b                4092 third_party/libpng/pngrtran.c                ((b >> (8 - PNG_DITHER_BLUE_BITS)) &
b                4105 third_party/libpng/pngrtran.c          int r, g, b, p;
b                4112 third_party/libpng/pngrtran.c             b = *sp++;
b                4121 third_party/libpng/pngrtran.c                ((b >> (8 - PNG_DITHER_BLUE_BITS)) &
b                  49 third_party/libpng/pngrutil.c #    define png_strtod(p,a,b) strtod(a,b)
b                3021 third_party/libpng/pngrutil.c             int a, b, c, pa, pb, pc, p;
b                3024 third_party/libpng/pngrutil.c             b = *pp++;
b                3027 third_party/libpng/pngrutil.c             p = b - c;
b                3049 third_party/libpng/pngrutil.c             p = (pa <= pb && pa <= pc) ? a : (pb <= pc) ? b : c;
b                  72 third_party/libpng/pngwio.c #define MIN(a,b) (a <= b ? a : b)
b                2599 third_party/libpng/pngwutil.c          int a, b, c, pa, pb, pc, p;
b                2601 third_party/libpng/pngwutil.c          b = *pp++;
b                2605 third_party/libpng/pngwutil.c          p = b - c;
b                2618 third_party/libpng/pngwutil.c          p = (pa <= pb && pa <=pc) ? a : (pb <= pc) ? b : c;
b                2673 third_party/libpng/pngwutil.c          int a, b, c, pa, pb, pc, p;
b                2675 third_party/libpng/pngwutil.c          b = *pp++;
b                2680 third_party/libpng/pngwutil.c          p = b - c;
b                2691 third_party/libpng/pngwutil.c          p = (pa <= pb && pa <=pc) ? a : (pb <= pc) ? b : c;
b                2693 third_party/libpng/pngwutil.c          p = a + b - c;
b                2695 third_party/libpng/pngwutil.c          pb = abs(p - b);
b                2700 third_party/libpng/pngwutil.c             p = b;
b                 147 third_party/libusb/src/libusb/libusbi.h #define MIN(a, b)	((a) < (b) ? (a) : (b))
b                 148 third_party/libusb/src/libusb/libusbi.h #define MAX(a, b)	((a) > (b) ? (a) : (b))
b                 116 third_party/libusb/src/libusb/os/poll_windows.h #define timersub(a, b, result)                          \
b                 118 third_party/libusb/src/libusb/os/poll_windows.h 	(result)->tv_sec = (a)->tv_sec - (b)->tv_sec;       \
b                 119 third_party/libusb/src/libusb/os/poll_windows.h 	(result)->tv_usec = (a)->tv_usec - (b)->tv_usec;    \
b                  42 third_party/libusb/src/libusb/os/windows_common.h #define safe_min(a, b) min((size_t)(a), (size_t)(b))
b                  49 third_party/libusb/src/libusb/os/windows_usb.h #define _beginthreadex(a, b, c, d, e, f) CreateThread(a, b, (LPTHREAD_START_ROUTINE)c, d, e, f)
b                  60 third_party/libva/va/va_compat.h #define VA_CPP_HELPER_CONCAT(a, b) \
b                  61 third_party/libva/va/va_compat.h     VA_CPP_HELPER_CONCAT_(a, b)
b                  62 third_party/libva/va/va_compat.h #define VA_CPP_HELPER_CONCAT_(a, b) \
b                  63 third_party/libva/va/va_compat.h     a ## b
b                 477 third_party/libwebp/dec/tree.c   int t, b, c, p;
b                 479 third_party/libwebp/dec/tree.c     for (b = 0; b < NUM_BANDS; ++b) {
b                 482 third_party/libwebp/dec/tree.c           const int v = VP8GetBit(br, CoeffsUpdateProba[t][b][c][p]) ?
b                 483 third_party/libwebp/dec/tree.c                         VP8GetValue(br, 8) : CoeffsProba0[t][b][c][p];
b                 484 third_party/libwebp/dec/tree.c           proba->bands_[t][b].probas_[c][p] = v;
b                 498 third_party/libwebp/dec/vp8l.c       const int b = ((v0 <<  1) & 0x1fe) + ((v1 <<  1) & 0x1fe);
b                 500 third_party/libwebp/dec/vp8l.c         u[i] = VP8RGBToU(r, g, b, YUV_HALF << 2);
b                 501 third_party/libwebp/dec/vp8l.c         v[i] = VP8RGBToV(r, g, b, YUV_HALF << 2);
b                 503 third_party/libwebp/dec/vp8l.c         const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2);
b                 504 third_party/libwebp/dec/vp8l.c         const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2);
b                 514 third_party/libwebp/dec/vp8l.c       const int b = (v0 <<  2) & 0x3fc;
b                 516 third_party/libwebp/dec/vp8l.c         u[i] = VP8RGBToU(r, g, b, YUV_HALF << 2);
b                 517 third_party/libwebp/dec/vp8l.c         v[i] = VP8RGBToV(r, g, b, YUV_HALF << 2);
b                 519 third_party/libwebp/dec/vp8l.c         const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2);
b                 520 third_party/libwebp/dec/vp8l.c         const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2);
b                  70 third_party/libwebp/dsp/dec.c #define MUL(a, b) (((a) * (b)) >> 16)
b                  78 third_party/libwebp/dsp/dec.c     const int b = in[0] - in[8];    // [-4095, 4095]
b                  82 third_party/libwebp/dsp/dec.c     tmp[1] = b + c;   // [-7878, 7878]
b                  83 third_party/libwebp/dsp/dec.c     tmp[2] = b - c;   // [-7878, 7878]
b                  99 third_party/libwebp/dsp/dec.c     const int b =  dc -  tmp[8];
b                 103 third_party/libwebp/dsp/dec.c     STORE(1, 0, b + c);
b                 104 third_party/libwebp/dsp/dec.c     STORE(2, 0, b - c);
b                 270 third_party/libwebp/dsp/dec.c #define AVG3(a, b, c) (((a) + 2 * (b) + (c) + 2) >> 2)
b                 271 third_party/libwebp/dsp/dec.c #define AVG2(a, b) (((a) + (b) + 1) >> 1)
b                  24 third_party/libwebp/dsp/dec_neon.c #define FLIP_SIGN_BIT2(a, b, s)                                                \
b                  26 third_party/libwebp/dsp/dec_neon.c   "veor     " #b "," #b "," #s "               \n"                             \
b                  28 third_party/libwebp/dsp/dec_neon.c #define FLIP_SIGN_BIT4(a, b, c, d, s)                                          \
b                  29 third_party/libwebp/dsp/dec_neon.c   FLIP_SIGN_BIT2(a, b, s)                                                      \
b                  84 third_party/libwebp/dsp/dec_sse2.c     const __m128i b = _mm_sub_epi16(in0, in2);
b                 100 third_party/libwebp/dsp/dec_sse2.c     const __m128i tmp1 = _mm_add_epi16(b, c);
b                 101 third_party/libwebp/dsp/dec_sse2.c     const __m128i tmp2 = _mm_sub_epi16(b, c);
b                 142 third_party/libwebp/dsp/dec_sse2.c     const __m128i b =  _mm_sub_epi16(dc, T2);
b                 158 third_party/libwebp/dsp/dec_sse2.c     const __m128i tmp1 = _mm_add_epi16(b, c);
b                 159 third_party/libwebp/dsp/dec_sse2.c     const __m128i tmp2 = _mm_sub_epi16(b, c);
b                 248 third_party/libwebp/dsp/dec_sse2.c #define MUL(a, b) (((a) * (b)) >> 16)
b                 317 third_party/libwebp/dsp/dec_sse2.c #define FLIP_SIGN_BIT2(a, b) {                                                 \
b                 319 third_party/libwebp/dsp/dec_sse2.c   b = _mm_xor_si128(b, sign_bit);                                              \
b                 322 third_party/libwebp/dsp/dec_sse2.c #define FLIP_SIGN_BIT4(a, b, c, d) {                                           \
b                 323 third_party/libwebp/dsp/dec_sse2.c   FLIP_SIGN_BIT2(a, b);                                                        \
b                 520 third_party/libwebp/dsp/dec_sse2.c static WEBP_INLINE void Load8x4(const uint8_t* b, int stride,
b                 525 third_party/libwebp/dsp/dec_sse2.c   __m128i r0 =  _mm_cvtsi32_si128(*((int*)&b[0 * stride]));  // 03 02 01 00
b                 526 third_party/libwebp/dsp/dec_sse2.c   __m128i r1 =  _mm_cvtsi32_si128(*((int*)&b[1 * stride]));  // 13 12 11 10
b                 527 third_party/libwebp/dsp/dec_sse2.c   __m128i r4 =  _mm_cvtsi32_si128(*((int*)&b[4 * stride]));  // 43 42 41 40
b                 528 third_party/libwebp/dsp/dec_sse2.c   __m128i r5 =  _mm_cvtsi32_si128(*((int*)&b[5 * stride]));  // 53 52 51 50
b                 537 third_party/libwebp/dsp/dec_sse2.c   r0 =  _mm_cvtsi32_si128(*((int*)&b[2 * stride]));          // 23 22 21 22
b                 538 third_party/libwebp/dsp/dec_sse2.c   r1 =  _mm_cvtsi32_si128(*((int*)&b[3 * stride]));          // 33 32 31 30
b                 539 third_party/libwebp/dsp/dec_sse2.c   r4 =  _mm_cvtsi32_si128(*((int*)&b[6 * stride]));          // 63 62 61 60
b                 540 third_party/libwebp/dsp/dec_sse2.c   r5 =  _mm_cvtsi32_si128(*((int*)&b[7 * stride]));          // 73 72 71 70
b                 766 third_party/libwebp/dsp/dec_sse2.c   uint8_t* const b = p - 4;
b                 767 third_party/libwebp/dsp/dec_sse2.c   Load16x4(b, b + 8 * stride, stride, &p3, &p2, &p1, &p0);  // p3, p2, p1, p0
b                 776 third_party/libwebp/dsp/dec_sse2.c   Store16x4(b, b + 8 * stride, stride, &p3, &p2, &p1, &p0);
b                 812 third_party/libwebp/dsp/dec_sse2.c   uint8_t* b;
b                 817 third_party/libwebp/dsp/dec_sse2.c     b = p;
b                 818 third_party/libwebp/dsp/dec_sse2.c     Load16x4(b, b + 8 * stride, stride, &t2, &t1, &p1, &p0);  // p3, p2, p1, p0
b                 821 third_party/libwebp/dsp/dec_sse2.c     b += 4;  // beginning of q0
b                 822 third_party/libwebp/dsp/dec_sse2.c     Load16x4(b, b + 8 * stride, stride, &q0, &q1, &t1, &t2);  // q0, q1, q2, q3
b                 828 third_party/libwebp/dsp/dec_sse2.c     b -= 2;  // beginning of p1
b                 829 third_party/libwebp/dsp/dec_sse2.c     Store16x4(b, b + 8 * stride, stride, &p1, &p0, &q0, &q1);
b                  90 third_party/libwebp/dsp/enc.c #define MUL(a, b) (((a) * (b)) >> 16)
b                  99 third_party/libwebp/dsp/enc.c     const int b = in[0] - in[8];
b                 103 third_party/libwebp/dsp/enc.c     tmp[1] = b + c;
b                 104 third_party/libwebp/dsp/enc.c     tmp[2] = b - c;
b                 114 third_party/libwebp/dsp/enc.c     const int b =  dc -  tmp[8];
b                 118 third_party/libwebp/dsp/enc.c     STORE(1, i, b + c);
b                 119 third_party/libwebp/dsp/enc.c     STORE(2, i, b - c);
b                 343 third_party/libwebp/dsp/enc.c #define AVG3(a, b, c) (((a) + 2 * (b) + (c) + 2) >> 2)
b                 344 third_party/libwebp/dsp/enc.c #define AVG2(a, b) (((a) + (b) + 1) >> 1)
b                 531 third_party/libwebp/dsp/enc.c static WEBP_INLINE int GetSSE(const uint8_t* a, const uint8_t* b,
b                 537 third_party/libwebp/dsp/enc.c       const int diff = (int)a[x] - b[x];
b                 541 third_party/libwebp/dsp/enc.c     b += BPS;
b                 546 third_party/libwebp/dsp/enc.c static int SSE16x16(const uint8_t* a, const uint8_t* b) {
b                 547 third_party/libwebp/dsp/enc.c   return GetSSE(a, b, 16, 16);
b                 549 third_party/libwebp/dsp/enc.c static int SSE16x8(const uint8_t* a, const uint8_t* b) {
b                 550 third_party/libwebp/dsp/enc.c   return GetSSE(a, b, 16, 8);
b                 552 third_party/libwebp/dsp/enc.c static int SSE8x8(const uint8_t* a, const uint8_t* b) {
b                 553 third_party/libwebp/dsp/enc.c   return GetSSE(a, b, 8, 8);
b                 555 third_party/libwebp/dsp/enc.c static int SSE4x4(const uint8_t* a, const uint8_t* b) {
b                 556 third_party/libwebp/dsp/enc.c   return GetSSE(a, b, 4, 4);
b                 601 third_party/libwebp/dsp/enc.c static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
b                 604 third_party/libwebp/dsp/enc.c   const int sum2 = TTransform(b, w);
b                 608 third_party/libwebp/dsp/enc.c static int Disto16x16(const uint8_t* const a, const uint8_t* const b,
b                 614 third_party/libwebp/dsp/enc.c       D += Disto4x4(a + x + y, b + x + y, w);
b                 415 third_party/libwebp/dsp/enc_neon.c static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
b                 419 third_party/libwebp/dsp/enc_neon.c   const uint8_t* B = b;
b                 592 third_party/libwebp/dsp/enc_neon.c     : [sum] "=r"(sum), [a] "+r"(A), [b] "+r"(B), [w] "+r"(W)
b                 601 third_party/libwebp/dsp/enc_neon.c static int Disto16x16(const uint8_t* const a, const uint8_t* const b,
b                 607 third_party/libwebp/dsp/enc_neon.c       D += Disto4x4(a + x + y, b + x + y, w);
b                 158 third_party/libwebp/dsp/enc_sse2.c     const __m128i b = _mm_sub_epi16(in0, in2);
b                 174 third_party/libwebp/dsp/enc_sse2.c     const __m128i tmp1 = _mm_add_epi16(b, c);
b                 175 third_party/libwebp/dsp/enc_sse2.c     const __m128i tmp2 = _mm_sub_epi16(b, c);
b                 216 third_party/libwebp/dsp/enc_sse2.c     const __m128i b =  _mm_sub_epi16(dc, T2);
b                 232 third_party/libwebp/dsp/enc_sse2.c     const __m128i tmp1 = _mm_add_epi16(b, c);
b                 233 third_party/libwebp/dsp/enc_sse2.c     const __m128i tmp2 = _mm_sub_epi16(b, c);
b                 490 third_party/libwebp/dsp/enc_sse2.c static int SSE_Nx4SSE2(const uint8_t* a, const uint8_t* b,
b                 503 third_party/libwebp/dsp/enc_sse2.c     const __m128i b0 = _mm_loadu_si128((__m128i*)&b[BPS * 0]);
b                 504 third_party/libwebp/dsp/enc_sse2.c     const __m128i b1 = _mm_loadu_si128((__m128i*)&b[BPS * 1]);
b                 505 third_party/libwebp/dsp/enc_sse2.c     const __m128i b2 = _mm_loadu_si128((__m128i*)&b[BPS * 2]);
b                 506 third_party/libwebp/dsp/enc_sse2.c     const __m128i b3 = _mm_loadu_si128((__m128i*)&b[BPS * 3]);
b                 558 third_party/libwebp/dsp/enc_sse2.c     b += 4 * BPS;
b                 568 third_party/libwebp/dsp/enc_sse2.c static int SSE16x16SSE2(const uint8_t* a, const uint8_t* b) {
b                 569 third_party/libwebp/dsp/enc_sse2.c   return SSE_Nx4SSE2(a, b, 4, 1);
b                 572 third_party/libwebp/dsp/enc_sse2.c static int SSE16x8SSE2(const uint8_t* a, const uint8_t* b) {
b                 573 third_party/libwebp/dsp/enc_sse2.c   return SSE_Nx4SSE2(a, b, 2, 1);
b                 576 third_party/libwebp/dsp/enc_sse2.c static int SSE8x8SSE2(const uint8_t* a, const uint8_t* b) {
b                 577 third_party/libwebp/dsp/enc_sse2.c   return SSE_Nx4SSE2(a, b, 2, 0);
b                 580 third_party/libwebp/dsp/enc_sse2.c static int SSE4x4SSE2(const uint8_t* a, const uint8_t* b) {
b                 589 third_party/libwebp/dsp/enc_sse2.c   const __m128i b0 = _mm_loadl_epi64((__m128i*)&b[BPS * 0]);
b                 590 third_party/libwebp/dsp/enc_sse2.c   const __m128i b1 = _mm_loadl_epi64((__m128i*)&b[BPS * 1]);
b                 591 third_party/libwebp/dsp/enc_sse2.c   const __m128i b2 = _mm_loadl_epi64((__m128i*)&b[BPS * 2]);
b                 592 third_party/libwebp/dsp/enc_sse2.c   const __m128i b3 = _mm_loadl_epi64((__m128i*)&b[BPS * 3]);
b                 785 third_party/libwebp/dsp/enc_sse2.c static int Disto4x4SSE2(const uint8_t* const a, const uint8_t* const b,
b                 787 third_party/libwebp/dsp/enc_sse2.c   const int diff_sum = TTransformSSE2(a, b, w);
b                 791 third_party/libwebp/dsp/enc_sse2.c static int Disto16x16SSE2(const uint8_t* const a, const uint8_t* const b,
b                 797 third_party/libwebp/dsp/enc_sse2.c       D += Disto4x4SSE2(a + x + y, b + x + y, w);
b                 367 third_party/libwebp/dsp/lossless.c static WEBP_INLINE void AddPixelsEq(uint32_t* a, uint32_t b) {
b                 368 third_party/libwebp/dsp/lossless.c   const uint32_t alpha_and_green = (*a & 0xff00ff00u) + (b & 0xff00ff00u);
b                 369 third_party/libwebp/dsp/lossless.c   const uint32_t red_and_blue = (*a & 0x00ff00ffu) + (b & 0x00ff00ffu);
b                 395 third_party/libwebp/dsp/lossless.c static WEBP_INLINE int AddSubtractComponentFull(int a, int b, int c) {
b                 396 third_party/libwebp/dsp/lossless.c   return Clip255(a + b - c);
b                 408 third_party/libwebp/dsp/lossless.c   const int b = AddSubtractComponentFull(c0 & 0xff, c1 & 0xff, c2 & 0xff);
b                 409 third_party/libwebp/dsp/lossless.c   return (a << 24) | (r << 16) | (g << 8) | b;
b                 412 third_party/libwebp/dsp/lossless.c static WEBP_INLINE int AddSubtractComponentHalf(int a, int b) {
b                 413 third_party/libwebp/dsp/lossless.c   return Clip255(a + (a - b) / 2);
b                 422 third_party/libwebp/dsp/lossless.c   const int b = AddSubtractComponentHalf((ave >> 0) & 0xff, (c2 >> 0) & 0xff);
b                 423 third_party/libwebp/dsp/lossless.c   return (a << 24) | (r << 16) | (g << 8) | b;
b                 426 third_party/libwebp/dsp/lossless.c static WEBP_INLINE int Sub3(int a, int b, int c) {
b                 427 third_party/libwebp/dsp/lossless.c   const int pb = b - c;
b                 432 third_party/libwebp/dsp/lossless.c static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) {
b                 434 third_party/libwebp/dsp/lossless.c       Sub3((a >> 24)       , (b >> 24)       , (c >> 24)       ) +
b                 435 third_party/libwebp/dsp/lossless.c       Sub3((a >> 16) & 0xff, (b >> 16) & 0xff, (c >> 16) & 0xff) +
b                 436 third_party/libwebp/dsp/lossless.c       Sub3((a >>  8) & 0xff, (b >>  8) & 0xff, (c >>  8) & 0xff) +
b                 437 third_party/libwebp/dsp/lossless.c       Sub3((a      ) & 0xff, (b      ) & 0xff, (c      ) & 0xff);
b                 438 third_party/libwebp/dsp/lossless.c   return (pa_minus_pb <= 0) ? a : b;
b                1216 third_party/libwebp/dsp/lossless.c     uint8_t b[2];
b                1218 third_party/libwebp/dsp/lossless.c   return (tmp.b[0] != 1);
b                1408 third_party/libwebp/dsp/lossless.c   const __m128i b = _mm_packus_epi16(V2, V2);
b                1409 third_party/libwebp/dsp/lossless.c   const uint32_t output = _mm_cvtsi128_si32(b);
b                1429 third_party/libwebp/dsp/lossless.c static WEBP_INLINE uint32_t SelectSSE2(uint32_t a, uint32_t b, uint32_t c) {
b                1433 third_party/libwebp/dsp/lossless.c   const __m128i B0 = _mm_cvtsi32_si128(b);
b                1449 third_party/libwebp/dsp/lossless.c   return (pa_minus_pb <= 0) ? a : b;
b                 203 third_party/libwebp/dsp/lossless.h static WEBP_INLINE uint32_t VP8LSubPixels(uint32_t a, uint32_t b) {
b                 205 third_party/libwebp/dsp/lossless.h       0x00ff00ffu + (a & 0xff00ff00u) - (b & 0xff00ff00u);
b                 207 third_party/libwebp/dsp/lossless.h       0xff00ff00u + (a & 0x00ff00ffu) - (b & 0x00ff00ffu);
b                 299 third_party/libwebp/dsp/upsampling.c       const uint8_t b = multiply(dither_hi(rgba4444[2 * i + 1]), mult);
b                 301 third_party/libwebp/dsp/upsampling.c       rgba4444[2 * i + 1] = (b & 0xf0) | a;
b                  32 third_party/libwebp/dsp/upsampling_neon.c   uint8x8_t b = vld1_u8(r1 + 1);                                        \
b                  37 third_party/libwebp/dsp/upsampling_neon.c   uint16x8_t bl = vshll_n_u8(b, 1);                                     \
b                  45 third_party/libwebp/dsp/upsampling_neon.c   sl = vaddl_u8(a,  b);                                                 \
b                  59 third_party/libwebp/dsp/upsampling_neon.c   b = vrhadd_u8(b, diag2);                                              \
b                  64 third_party/libwebp/dsp/upsampling_neon.c     const uint8x8x2_t a_b = {{ a, b }};                                 \
b                  94 third_party/libwebp/dsp/upsampling_neon.c #define STORE_Rgb(out, r, g, b) do {                                    \
b                  95 third_party/libwebp/dsp/upsampling_neon.c   const uint8x8x3_t r_g_b = {{ r, g, b }};                              \
b                  99 third_party/libwebp/dsp/upsampling_neon.c #define STORE_Bgr(out, r, g, b) do {                                    \
b                 100 third_party/libwebp/dsp/upsampling_neon.c   const uint8x8x3_t b_g_r = {{ b, g, r }};                              \
b                 104 third_party/libwebp/dsp/upsampling_neon.c #define STORE_Rgba(out, r, g, b) do {                                   \
b                 105 third_party/libwebp/dsp/upsampling_neon.c   const uint8x8x4_t r_g_b_v255 = {{ r, g, b, v255 }};                   \
b                 109 third_party/libwebp/dsp/upsampling_neon.c #define STORE_Bgra(out, r, g, b) do {                                   \
b                 110 third_party/libwebp/dsp/upsampling_neon.c   const uint8x8x4_t b_g_r_v255 = {{ b, g, r, v255 }};                   \
b                  51 third_party/libwebp/dsp/upsampling_sse2.c #define PACK_AND_STORE(a, b, da, db, out) do {                                 \
b                  53 third_party/libwebp/dsp/upsampling_sse2.c   const __m128i t_b = _mm_avg_epu8(b, db);  /* (3a + 9b +  c + 3d + 8) / 16 */ \
b                  64 third_party/libwebp/dsp/upsampling_sse2.c   const __m128i b = _mm_loadu_si128((__m128i*)&(r1)[1]);                       \
b                  69 third_party/libwebp/dsp/upsampling_sse2.c   const __m128i t = _mm_avg_epu8(b, c);        /* t = (b + c + 1) / 2 */       \
b                  73 third_party/libwebp/dsp/upsampling_sse2.c   const __m128i bc = _mm_xor_si128(b, c);      /* bc = b^c */                  \
b                  86 third_party/libwebp/dsp/upsampling_sse2.c   PACK_AND_STORE(a, b, diag1, diag2, out +      0);  /* store top */           \
b                 124 third_party/libwebp/dsp/yuv.h   const int b = VP8YUVToB(y, u);      // 5 usable bits
b                 126 third_party/libwebp/dsp/yuv.h   const int gb = ((g << 3) & 0xe0) | (b >> 3);
b                 140 third_party/libwebp/dsp/yuv.h   const int b = VP8YUVToB(y, u);        // 4 usable bits
b                 142 third_party/libwebp/dsp/yuv.h   const int ba = (b & 0xf0) | 0x0f;     // overwrite the lower 4 bits
b                 276 third_party/libwebp/dsp/yuv.h static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
b                 277 third_party/libwebp/dsp/yuv.h   const int luma = 16839 * r + 33059 * g + 6420 * b;
b                 281 third_party/libwebp/dsp/yuv.h static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) {
b                 282 third_party/libwebp/dsp/yuv.h   const int u = -9719 * r - 19081 * g + 28800 * b;
b                 286 third_party/libwebp/dsp/yuv.h static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) {
b                 287 third_party/libwebp/dsp/yuv.h   const int v = +28800 * r - 24116 * g - 4684 * b;
b                 296 third_party/libwebp/dsp/yuv.h static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
b                 297 third_party/libwebp/dsp/yuv.h   const int luma = 19595 * r + 38470 * g + 7471 * b;
b                 301 third_party/libwebp/dsp/yuv.h static WEBP_INLINE int VP8_RGB_TO_U(int r, int g, int b, int rounding) {
b                 302 third_party/libwebp/dsp/yuv.h   const int u = -11058 * r - 21710 * g + 32768 * b;
b                 306 third_party/libwebp/dsp/yuv.h static WEBP_INLINE int VP8_RGB_TO_V(int r, int g, int b, int rounding) {
b                 307 third_party/libwebp/dsp/yuv.h   const int v = 32768 * r - 27439 * g - 5329 * b;
b                 237 third_party/libwebp/enc/frame.c   int t, b, c, p;
b                 239 third_party/libwebp/enc/frame.c     for (b = 0; b < NUM_BANDS; ++b) {
b                 242 third_party/libwebp/enc/frame.c           const proba_t stats = proba->stats_[t][b][c][p];
b                 245 third_party/libwebp/enc/frame.c           const int update_proba = VP8CoeffsUpdateProba[t][b][c][p];
b                 246 third_party/libwebp/enc/frame.c           const int old_p = VP8CoeffsProba0[t][b][c][p];
b                 256 third_party/libwebp/enc/frame.c             proba->coeffs_[t][b][c][p] = new_p;
b                 260 third_party/libwebp/enc/frame.c             proba->coeffs_[t][b][c][p] = old_p;
b                 273 third_party/libwebp/enc/frame.c static int GetProba(int a, int b) {
b                 274 third_party/libwebp/enc/frame.c   const int total = a + b;
b                 352 third_party/libwebp/enc/frame.c     const int b = VP8EncBands[n + 1];
b                 355 third_party/libwebp/enc/frame.c     t = res->cost[b][ctx];
b                 357 third_party/libwebp/enc/frame.c     cost += (v ? ~0U : 0) & VP8BitCost(1, res->prob[b][ctx][0]);
b                 365 third_party/libwebp/enc/frame.c       const int b = VP8EncBands[n + 1];
b                 367 third_party/libwebp/enc/frame.c       const int last_p0 = res->prob[b][ctx][0];
b                 717 third_party/libwebp/enc/frame.c         const int b = (int)((it->luma_bits_ + it->uv_bits_ + 7) >> 3);
b                 718 third_party/libwebp/enc/frame.c         *info = (b > 255) ? 255 : b; break;
b                 248 third_party/libwebp/enc/histogram.c                                const VP8LHistogram* const b,
b                 252 third_party/libwebp/enc/histogram.c   const double sum_cost = a->bit_cost_ + b->bit_cost_;
b                 260 third_party/libwebp/enc/histogram.c       (a->palette_code_bits_ > b->palette_code_bits_) ? a->palette_code_bits_ :
b                 261 third_party/libwebp/enc/histogram.c                                                         b->palette_code_bits_;
b                 263 third_party/libwebp/enc/histogram.c     out->literal_[i] = a->literal_[i] + b->literal_[i];
b                 269 third_party/libwebp/enc/histogram.c   for (i = 0; i < 256; ++i) out->red_[i] = a->red_[i] + b->red_[i];
b                 273 third_party/libwebp/enc/histogram.c   for (i = 0; i < 256; ++i) out->blue_[i] = a->blue_[i] + b->blue_[i];
b                 278 third_party/libwebp/enc/histogram.c     out->distance_[i] = a->distance_[i] + b->distance_[i];
b                 284 third_party/libwebp/enc/histogram.c   for (i = 0; i < 256; ++i) out->alpha_[i] = a->alpha_[i] + b->alpha_[i];
b                 295 third_party/libwebp/enc/histogram.c                                  const VP8LHistogram* const b,
b                 302 third_party/libwebp/enc/histogram.c     tmp[i] = a->literal_[i] + b->literal_[i];
b                 310 third_party/libwebp/enc/histogram.c   for (i = 0; i < 256; ++i) tmp[i] = a->red_[i] + b->red_[i];
b                 314 third_party/libwebp/enc/histogram.c   for (i = 0; i < 256; ++i) tmp[i] = a->blue_[i] + b->blue_[i];
b                 319 third_party/libwebp/enc/histogram.c     tmp[i] = a->distance_[i] + b->distance_[i];
b                 325 third_party/libwebp/enc/histogram.c   for (i = 0; i < 256; ++i) tmp[i] = a->alpha_[i] + b->alpha_[i];
b                 101 third_party/libwebp/enc/iterator.c static WEBP_INLINE int MinSize(int a, int b) { return (a < b) ? a : b; }
b                  38 third_party/libwebp/enc/picture.c static WEBP_INLINE uint32_t MakeARGB32(int r, int g, int b) {
b                  39 third_party/libwebp/enc/picture.c   return (0xff000000u | (r << 16) | (g << 8) | b);
b                 593 third_party/libwebp/enc/picture.c static int RGBToY(int r, int g, int b, VP8Random* const rg) {
b                 594 third_party/libwebp/enc/picture.c   return VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX));
b                 597 third_party/libwebp/enc/picture.c static int RGBToU(int r, int g, int b, VP8Random* const rg) {
b                 598 third_party/libwebp/enc/picture.c   return VP8RGBToU(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
b                 601 third_party/libwebp/enc/picture.c static int RGBToV(int r, int g, int b, VP8Random* const rg) {
b                 602 third_party/libwebp/enc/picture.c   return VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
b                 685 third_party/libwebp/enc/picture.c   const int b = SUM(b_ptr + src);                        \
b                 686 third_party/libwebp/enc/picture.c   picture->u[dst] = RGBToU(r, g, b, &rg);                \
b                 687 third_party/libwebp/enc/picture.c   picture->v[dst] = RGBToV(r, g, b, &rg);                \
b                 695 third_party/libwebp/enc/picture.c   const int b = SUM(b_ptr + src);                        \
b                 696 third_party/libwebp/enc/picture.c   picture->u0[dst] = RGBToU(r, g, b, &rg);               \
b                 697 third_party/libwebp/enc/picture.c   picture->v0[dst] = RGBToV(r, g, b, &rg);               \
b                 952 third_party/libwebp/enc/picture.c     const uint8_t* const b = ALPHA_IS_LAST ? argb + 0 : argb + 3;
b                 960 third_party/libwebp/enc/picture.c     if (!ImportYUVAFromRGBA(r, g, b, a, 4, 4 * picture->argb_stride, dithering,
b                1109 third_party/libwebp/enc/picture.c             int b = (argb[x] >>  0) & 0xff;
b                1112 third_party/libwebp/enc/picture.c             b = BLEND(blue, b, alpha);
b                1113 third_party/libwebp/enc/picture.c             argb[x] = MakeARGB32(r, g, b);
b                  42 third_party/libwebp/enc/quant.c #define MULT_8B(a, b) (((a) * (b) + 128) >> 8)
b                 829 third_party/libwebp/enc/quant.c static void SwapPtr(uint8_t** a, uint8_t** b) {
b                 831 third_party/libwebp/enc/quant.c   *a = *b;
b                 832 third_party/libwebp/enc/quant.c   *b = tmp;
b                  41 third_party/libwebp/enc/token.c void VP8TBufferInit(VP8TBuffer* const b) {
b                  42 third_party/libwebp/enc/token.c   b->tokens_ = NULL;
b                  43 third_party/libwebp/enc/token.c   b->pages_ = NULL;
b                  44 third_party/libwebp/enc/token.c   b->last_page_ = &b->pages_;
b                  45 third_party/libwebp/enc/token.c   b->left_ = 0;
b                  46 third_party/libwebp/enc/token.c   b->error_ = 0;
b                  49 third_party/libwebp/enc/token.c void VP8TBufferClear(VP8TBuffer* const b) {
b                  50 third_party/libwebp/enc/token.c   if (b != NULL) {
b                  51 third_party/libwebp/enc/token.c     const VP8Tokens* p = b->pages_;
b                  57 third_party/libwebp/enc/token.c     VP8TBufferInit(b);
b                  61 third_party/libwebp/enc/token.c static int TBufferNewPage(VP8TBuffer* const b) {
b                  62 third_party/libwebp/enc/token.c   VP8Tokens* const page = b->error_ ? NULL : (VP8Tokens*)malloc(sizeof(*page));
b                  64 third_party/libwebp/enc/token.c     b->error_ = 1;
b                  67 third_party/libwebp/enc/token.c   *b->last_page_ = page;
b                  68 third_party/libwebp/enc/token.c   b->last_page_ = &page->next_;
b                  69 third_party/libwebp/enc/token.c   b->left_ = MAX_NUM_TOKEN;
b                  70 third_party/libwebp/enc/token.c   b->tokens_ = page->tokens_;
b                  77 third_party/libwebp/enc/token.c #define TOKEN_ID(t, b, ctx, p) \
b                  78 third_party/libwebp/enc/token.c     ((p) + NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
b                  80 third_party/libwebp/enc/token.c static WEBP_INLINE int AddToken(VP8TBuffer* const b,
b                  84 third_party/libwebp/enc/token.c   if (b->left_ > 0 || TBufferNewPage(b)) {
b                  85 third_party/libwebp/enc/token.c     const int slot = --b->left_;
b                  86 third_party/libwebp/enc/token.c     b->tokens_[slot] = (bit << 15) | proba_idx;
b                  91 third_party/libwebp/enc/token.c static WEBP_INLINE void AddConstantToken(VP8TBuffer* const b,
b                  95 third_party/libwebp/enc/token.c   if (b->left_ > 0 || TBufferNewPage(b)) {
b                  96 third_party/libwebp/enc/token.c     const int slot = --b->left_;
b                  97 third_party/libwebp/enc/token.c     b->tokens_[slot] = (bit << 15) | FIXED_PROBA_BIT | proba;
b                 193 third_party/libwebp/enc/token.c void VP8TokenToStats(const VP8TBuffer* const b, proba_t* const stats) {
b                 194 third_party/libwebp/enc/token.c   const VP8Tokens* p = b->pages_;
b                 196 third_party/libwebp/enc/token.c     const int N = (p->next_ == NULL) ? b->left_ : 0;
b                 213 third_party/libwebp/enc/token.c int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
b                 215 third_party/libwebp/enc/token.c   const VP8Tokens* p = b->pages_;
b                 217 third_party/libwebp/enc/token.c   if (b->error_) return 0;
b                 220 third_party/libwebp/enc/token.c     const int N = (next == NULL) ? b->left_ : 0;
b                 234 third_party/libwebp/enc/token.c   if (final_pass) b->pages_ = NULL;
b                 239 third_party/libwebp/enc/token.c size_t VP8EstimateTokenSize(VP8TBuffer* const b, const uint8_t* const probas) {
b                 241 third_party/libwebp/enc/token.c   const VP8Tokens* p = b->pages_;
b                 242 third_party/libwebp/enc/token.c   if (b->error_) return 0;
b                 245 third_party/libwebp/enc/token.c     const int N = (next == NULL) ? b->left_ : 0;
b                 265 third_party/libwebp/enc/token.c void VP8TBufferInit(VP8TBuffer* const b) {
b                 266 third_party/libwebp/enc/token.c   (void)b;
b                 268 third_party/libwebp/enc/token.c void VP8TBufferClear(VP8TBuffer* const b) {
b                 269 third_party/libwebp/enc/token.c   (void)b;
b                 486 third_party/libwebp/enc/tree.c   int t, b, c, p;
b                 488 third_party/libwebp/enc/tree.c     for (b = 0; b < NUM_BANDS; ++b) {
b                 491 third_party/libwebp/enc/tree.c           const uint8_t p0 = probas->coeffs_[t][b][c][p];
b                 492 third_party/libwebp/enc/tree.c           const int update = (p0 != VP8CoeffsProba0[t][b][c][p]);
b                 493 third_party/libwebp/enc/tree.c           if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) {
b                 166 third_party/libwebp/enc/vp8enci.h #define BIAS(b)  ((b) << (QFIX - 8))
b                 369 third_party/libwebp/enc/vp8enci.h void VP8TBufferInit(VP8TBuffer* const b);    // initialize an empty buffer
b                 370 third_party/libwebp/enc/vp8enci.h void VP8TBufferClear(VP8TBuffer* const b);   // de-allocate pages memory
b                 376 third_party/libwebp/enc/vp8enci.h int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
b                 385 third_party/libwebp/enc/vp8enci.h size_t VP8EstimateTokenSize(VP8TBuffer* const b, const uint8_t* const probas);
b                 388 third_party/libwebp/enc/vp8enci.h void VP8TokenToStats(const VP8TBuffer* const b, proba_t* const stats);
b                  37 third_party/libwebp/enc/vp8l.c   const uint32_t b = *(const uint32_t*)p2;
b                  38 third_party/libwebp/enc/vp8l.c   assert(a != b);
b                  39 third_party/libwebp/enc/vp8l.c   return (a < b) ? -1 : 1;
b                 139 third_party/libwebp/utils/filters.c static WEBP_INLINE int GradientPredictor(uint8_t a, uint8_t b, uint8_t c) {
b                 140 third_party/libwebp/utils/filters.c   const int g = a + b - c;
b                 200 third_party/libwebp/utils/filters.c #define SDIFF(a, b) (abs((a) - (b)) >> 4)   // Scoring diff, in [0..SMAX)
b                  25 third_party/libwebp/utils/huffman_encode.c static int ValuesShouldBeCollapsedToStrideAverage(int a, int b) {
b                  26 third_party/libwebp/utils/huffman_encode.c   return abs(a - b) < 4;
b                  18 third_party/libwebp/webp/format_constants.h #define MKFOURCC(a, b, c, d) ((uint32_t)(a) | (b) << 8 | (c) << 16 | (d) << 24)
b                  45 third_party/libwebp/webp/types.h #define WEBP_ABI_IS_INCOMPATIBLE(a, b) (((a) >> 8) != ((b) >> 8))
b                 341 third_party/libxml/src/HTMLparser.c #define COPY_BUF(l,b,i,v)						\
b                 342 third_party/libxml/src/HTMLparser.c     if (l == 1) b[i++] = (xmlChar) v;					\
b                 343 third_party/libxml/src/HTMLparser.c     else i += xmlCopyChar(l,&b[i],v)
b                 100 third_party/libxml/src/include/win32config.h #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
b                 123 third_party/libxml/src/nanohttp.c #define xmlStrncasecmp(a, b, n) strncasecmp((char *)a, (char *)b, n)
b                 124 third_party/libxml/src/nanohttp.c #define xmlStrcasecmpi(a, b) strcasecmp((char *)a, (char *)b)
b                1901 third_party/libxml/src/parser.c #define COPY_BUF(l,b,i,v)						\
b                1902 third_party/libxml/src/parser.c     if (l == 1) b[i++] = (xmlChar) v;					\
b                1903 third_party/libxml/src/parser.c     else i += xmlCopyCharMultiByte(&b[i],v)
b                  42 third_party/libxml/src/pattern.c #define ERROR(a, b, c, d)
b                  43 third_party/libxml/src/pattern.c #define ERROR5(a, b, c, d, e)
b                2016 third_party/libxml/src/relaxng.c #define VALID_ERR2(a, b) xmlRelaxNGAddValidError(ctxt, a, b, NULL, 0);
b                2017 third_party/libxml/src/relaxng.c #define VALID_ERR3(a, b, c) xmlRelaxNGAddValidError(ctxt, a, b, c, 0);
b                2018 third_party/libxml/src/relaxng.c #define VALID_ERR2P(a, b) xmlRelaxNGAddValidError(ctxt, a, b, NULL, 1);
b                2019 third_party/libxml/src/relaxng.c #define VALID_ERR3P(a, b, c) xmlRelaxNGAddValidError(ctxt, a, b, c, 1);
b                 213 third_party/libxml/src/xmlschemas.c #define WXS_IMPBUCKET(b) ((xmlSchemaImportPtr) (b))
b                 215 third_party/libxml/src/xmlschemas.c #define WXS_INCBUCKET(b) ((xmlSchemaIncludePtr) (b))
b                 332 third_party/libxml/src/xmlschemas.c #define CAN_PARSE_SCHEMA(b) (((b)->doc != NULL) && ((b)->parsed == 0))
b                10047 third_party/libxml/src/xmlschemas.c #define IS_BAD_SCHEMA_DOC(b) \
b                10048 third_party/libxml/src/xmlschemas.c     (((b)->doc == NULL) && ((b)->schemaLocation != NULL))
b                16777 third_party/libxml/src/xmlschemas.c 				 xmlSchemaParticlePtr b)
b                16783 third_party/libxml/src/xmlschemas.c     elemB = (xmlSchemaElementPtr) b->children;
b                16797 third_party/libxml/src/xmlschemas.c 	    b->minOccurs, b->maxOccurs) != 0)
b                16882 third_party/libxml/src/xmlschemas.c 			    xmlSchemaParticlePtr b)
b                16893 third_party/libxml/src/xmlschemas.c     if (xmlSchemaCheckCVCWildcardNamespace((xmlSchemaWildcardPtr) b->children,
b                16901 third_party/libxml/src/xmlschemas.c 	    b->minOccurs, b->maxOccurs) != 0)
b                16926 third_party/libxml/src/xmlschemas.c 				    xmlSchemaParticlePtr b)
b                16952 third_party/libxml/src/xmlschemas.c 				    xmlSchemaParticlePtr b,
b                16961 third_party/libxml/src/xmlschemas.c 	    b->minOccurs, b->maxOccurs))
b                16968 third_party/libxml/src/xmlschemas.c 	(xmlSchemaWildcardPtr) b->children))
b                16978 third_party/libxml/src/xmlschemas.c 	    ((xmlSchemaWildcardPtr) b->children)->processContents)
b                17002 third_party/libxml/src/xmlschemas.c 				  xmlSchemaParticlePtr b)
b                17015 third_party/libxml/src/xmlschemas.c     if (r == b)
b                17043 third_party/libxml/src/xmlschemas.c 					     xmlSchemaParticlePtr b)
b                17059 third_party/libxml/src/xmlschemas.c 	if (xmlSchemaCheckCOSParticleRestrict(ctxt, part, b))
b                17071 third_party/libxml/src/xmlschemas.c 	    b->minOccurs, b->maxOccurs) != 0)
b                17098 third_party/libxml/src/xmlschemas.c 			   xmlSchemaParticlePtr b)
b                17102 third_party/libxml/src/xmlschemas.c     if ((r->children == NULL) || (b->children == NULL) ||
b                17103 third_party/libxml/src/xmlschemas.c 	(r->children->type != b->children->type))
b                17113 third_party/libxml/src/xmlschemas.c 	    b->minOccurs, b->maxOccurs))
b                 128 third_party/libxml/src/xmlschemastypes.c 	int			b;
b                 919 third_party/libxml/src/xmlschemastypes.c     return (val->value.b);
b                2576 third_party/libxml/src/xmlschemastypes.c                         v->value.b = ret;
b                3629 third_party/libxml/src/xmlschemastypes.c #define FQUOTIENT(a,b)                  (floor(((double)a/(double)b)))
b                3630 third_party/libxml/src/xmlschemastypes.c #define MODULO(a,b)                     (a - FQUOTIENT(a,b) * b)
b                4847 third_party/libxml/src/xmlschemastypes.c 		if (x->value.b == y->value.b)
b                4849 third_party/libxml/src/xmlschemastypes.c 		if (x->value.b == 0)
b                5832 third_party/libxml/src/xmlschemastypes.c 	    if (val->value.b)
b                2629 third_party/libxml/src/xpath.c #define COPY_BUF(l,b,i,v)                                              \
b                2630 third_party/libxml/src/xpath.c     if (l == 1) b[i++] = (xmlChar) v;                                  \
b                2631 third_party/libxml/src/xpath.c     else i += xmlCopyChar(l,&b[i],v)
b                 100 third_party/libxml/win32/config.h #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
b                1442 third_party/libxslt/libexslt/date.c #define FQUOTIENT(a,b)                  ((floor(((double)a/(double)b))))
b                1443 third_party/libxslt/libexslt/date.c #define MODULO(a,b)                     ((a - FQUOTIENT(a,b) * b))
b                  84 third_party/libxslt/libxslt/win32config.h #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
b                  22 third_party/lzma_sdk/7zCrc.c #define CRC_UPDATE_BYTE_2(crc, b) (table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8))
b                  18 third_party/lzma_sdk/7zCrc.h #define CRC_UPDATE_BYTE(crc, b) (g_CrcTable[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8))
b                   8 third_party/lzma_sdk/7zCrcOpt.c #define CRC_UPDATE_BYTE_2(crc, b) (table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8))
b                 316 third_party/lzma_sdk/7zIn.c static SRes SzReadByte(CSzData *sd, Byte *b)
b                 321 third_party/lzma_sdk/7zIn.c   *b = *sd->Data++;
b                 341 third_party/lzma_sdk/7zIn.c     Byte b;
b                 342 third_party/lzma_sdk/7zIn.c     RINOK(SzReadByte(sd, &b));
b                 343 third_party/lzma_sdk/7zIn.c     *value |= ((UInt32)(b) << (8 * i));
b                 357 third_party/lzma_sdk/7zIn.c     Byte b;
b                 364 third_party/lzma_sdk/7zIn.c     RINOK(SzReadByte(sd, &b));
b                 365 third_party/lzma_sdk/7zIn.c     *value |= ((UInt64)b << (8 * i));
b                 433 third_party/lzma_sdk/7zIn.c   Byte b = 0;
b                 441 third_party/lzma_sdk/7zIn.c       RINOK(SzReadByte(sd, &b));
b                 444 third_party/lzma_sdk/7zIn.c     (*v)[i] = (Byte)(((b & mask) != 0) ? 1 : 0);
b                  60 third_party/lzma_sdk/Bcj2.c     Byte b;
b                  70 third_party/lzma_sdk/Bcj2.c       Byte b = buf0[inPos];
b                  71 third_party/lzma_sdk/Bcj2.c       outBuf[outPos++] = b;
b                  72 third_party/lzma_sdk/Bcj2.c       if (IsJ(prevByte, b))
b                  75 third_party/lzma_sdk/Bcj2.c       prevByte = b;
b                  82 third_party/lzma_sdk/Bcj2.c     b = buf0[inPos++];
b                  84 third_party/lzma_sdk/Bcj2.c     if (b == 0xE8)
b                  86 third_party/lzma_sdk/Bcj2.c     else if (b == 0xE9)
b                  94 third_party/lzma_sdk/Bcj2.c       prevByte = b;
b                 101 third_party/lzma_sdk/Bcj2.c       if (b == 0xE8)
b                   6 third_party/lzma_sdk/Bra86.c #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF)
b                  38 third_party/lzma_sdk/Bra86.c         Byte b = p[4 - kMaskToBitNumber[prevMask]];
b                  39 third_party/lzma_sdk/Bra86.c         if (!kMaskToAllowedStatus[prevMask] || Test86MSByte(b))
b                  56 third_party/lzma_sdk/Bra86.c         Byte b;
b                  65 third_party/lzma_sdk/Bra86.c         b = (Byte)(dest >> (24 - index));
b                  66 third_party/lzma_sdk/Bra86.c         if (!Test86MSByte(b))
b                  52 third_party/lzma_sdk/CpuArch.c static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
b                  70 third_party/lzma_sdk/CpuArch.c   *b = b2;
b                  83 third_party/lzma_sdk/CpuArch.c       "=D" (*b) ,
b                  95 third_party/lzma_sdk/CpuArch.c       "=D" (*b) ,
b                 109 third_party/lzma_sdk/CpuArch.c   *b = CPUInfo[1];
b                 120 third_party/lzma_sdk/CpuArch.c   MyCPUID(1, &p->ver, &p->b, &p->c, &p->d);
b                 130 third_party/lzma_sdk/CpuArch.h   UInt32 b;
b                  98 third_party/lzma_sdk/Lzma2Dec.c static ELzma2State Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b)
b                 103 third_party/lzma_sdk/Lzma2Dec.c       p->control = b;
b                 105 third_party/lzma_sdk/Lzma2Dec.c       PRF(printf(" %2X", b));
b                 119 third_party/lzma_sdk/Lzma2Dec.c       p->unpackSize |= (UInt32)b << 8;
b                 123 third_party/lzma_sdk/Lzma2Dec.c       p->unpackSize |= (UInt32)b;
b                 129 third_party/lzma_sdk/Lzma2Dec.c       p->packSize = (UInt32)b << 8;
b                 133 third_party/lzma_sdk/Lzma2Dec.c       p->packSize |= (UInt32)b;
b                 142 third_party/lzma_sdk/Lzma2Dec.c       if (b >= (9 * 5 * 5))
b                 144 third_party/lzma_sdk/Lzma2Dec.c       lc = b % 9;
b                 145 third_party/lzma_sdk/Lzma2Dec.c       b /= 9;
b                 146 third_party/lzma_sdk/Lzma2Dec.c       p->decoder.prop.pb = b / 5;
b                 147 third_party/lzma_sdk/Lzma2Dec.c       lp = b % 5;
b                 134 third_party/lzma_sdk/Types.h   void (*Write)(void *p, Byte b);
b                  49 third_party/mach_override/libudis86/decode.c #define SIB_S(b)        ( ( b ) >> 6 )
b                  50 third_party/mach_override/libudis86/decode.c #define SIB_I(b)        ( ( ( b ) >> 3 ) & 7 )
b                  51 third_party/mach_override/libudis86/decode.c #define SIB_B(b)        ( ( b ) & 7 )
b                  54 third_party/mach_override/libudis86/decode.c #define MODRM_REG(b)    ( ( ( b ) >> 3 ) & 7 )
b                  55 third_party/mach_override/libudis86/decode.c #define MODRM_NNN(b)    ( ( ( b ) >> 3 ) & 7 )
b                  56 third_party/mach_override/libudis86/decode.c #define MODRM_MOD(b)    ( ( ( b ) >> 6 ) & 3 )
b                  57 third_party/mach_override/libudis86/decode.c #define MODRM_RM(b)     ( ( b ) & 7 )
b                  60 third_party/npapi/npspy/common/format.cpp #define GG_VA_COPY(a, b) (va_copy(a, b))
b                  62 third_party/npapi/npspy/common/format.cpp #define GG_VA_COPY(a, b) (a = b)
b                  49 third_party/npapi/npspy/extern/java/jmc.h 	jint a, b, c, d;
b                 124 third_party/npapi/npspy/extern/java/jni.h     jbyte    b;
b                  98 third_party/npapi/npspy/extern/java/jri.h #define JRI_IsSameObject(env, a, b)	\
b                  99 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->IsSameObject)(env, JRI_IsSameObject_op, a, b))
b                 227 third_party/npapi/npspy/extern/java/jri.h #define JRI_IsSubclassOf(env, a, b)	\
b                 228 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->IsSubclassOf)(env, JRI_IsSubclassOf_op, a, b))
b                 413 third_party/npapi/npspy/extern/java/jri.h 	void	(*ThrowNew)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b);
b                 420 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetGlobalRef)(JRIEnv* env, jint op, jglobal a, void* b);
b                 421 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*IsSameObject)(JRIEnv* env, jint op, void* a, void* b);
b                 422 third_party/npapi/npspy/extern/java/jri.h 	void*	(*NewObject)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 423 third_party/npapi/npspy/extern/java/jri.h 	void*	(*NewObjectV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 424 third_party/npapi/npspy/extern/java/jri.h 	void*	(*NewObjectA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 426 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*IsInstanceOf)(JRIEnv* env, jint op, void* a, struct java_lang_Class* b);
b                 427 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetMethodID)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b, const char* c);
b                 428 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallMethod)(JRIEnv* env, jint op, void* a, jint b, ...);
b                 429 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallMethodV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
b                 430 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallMethodA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
b                 431 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallMethodBoolean)(JRIEnv* env, jint op, void* a, jint b, ...);
b                 432 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallMethodBooleanV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
b                 433 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallMethodBooleanA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
b                 434 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallMethodByte)(JRIEnv* env, jint op, void* a, jint b, ...);
b                 435 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallMethodByteV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
b                 436 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallMethodByteA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
b                 437 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallMethodChar)(JRIEnv* env, jint op, void* a, jint b, ...);
b                 438 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallMethodCharV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
b                 439 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallMethodCharA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
b                 440 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallMethodShort)(JRIEnv* env, jint op, void* a, jint b, ...);
b                 441 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallMethodShortV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
b                 442 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallMethodShortA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
b                 443 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallMethodInt)(JRIEnv* env, jint op, void* a, jint b, ...);
b                 444 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallMethodIntV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
b                 445 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallMethodIntA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
b                 446 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallMethodLong)(JRIEnv* env, jint op, void* a, jint b, ...);
b                 447 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallMethodLongV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
b                 448 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallMethodLongA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
b                 449 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallMethodFloat)(JRIEnv* env, jint op, void* a, jint b, ...);
b                 450 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallMethodFloatV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
b                 451 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallMethodFloatA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
b                 452 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallMethodDouble)(JRIEnv* env, jint op, void* a, jint b, ...);
b                 453 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallMethodDoubleV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
b                 454 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallMethodDoubleA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
b                 455 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetFieldID)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b, const char* c);
b                 456 third_party/npapi/npspy/extern/java/jri.h 	void*	(*GetField)(JRIEnv* env, jint op, void* a, jint b);
b                 457 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*GetFieldBoolean)(JRIEnv* env, jint op, void* a, jint b);
b                 458 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*GetFieldByte)(JRIEnv* env, jint op, void* a, jint b);
b                 459 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*GetFieldChar)(JRIEnv* env, jint op, void* a, jint b);
b                 460 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*GetFieldShort)(JRIEnv* env, jint op, void* a, jint b);
b                 461 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetFieldInt)(JRIEnv* env, jint op, void* a, jint b);
b                 462 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*GetFieldLong)(JRIEnv* env, jint op, void* a, jint b);
b                 463 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*GetFieldFloat)(JRIEnv* env, jint op, void* a, jint b);
b                 464 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*GetFieldDouble)(JRIEnv* env, jint op, void* a, jint b);
b                 465 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetField)(JRIEnv* env, jint op, void* a, jint b, void* c);
b                 466 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldBoolean)(JRIEnv* env, jint op, void* a, jint b, jbool c);
b                 467 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldByte)(JRIEnv* env, jint op, void* a, jint b, jbyte c);
b                 468 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldChar)(JRIEnv* env, jint op, void* a, jint b, jchar c);
b                 469 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldShort)(JRIEnv* env, jint op, void* a, jint b, jshort c);
b                 470 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldInt)(JRIEnv* env, jint op, void* a, jint b, jint c);
b                 471 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldLong)(JRIEnv* env, jint op, void* a, jint b, jlong c);
b                 472 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldFloat)(JRIEnv* env, jint op, void* a, jint b, jfloat c);
b                 473 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldDouble)(JRIEnv* env, jint op, void* a, jint b, jdouble c);
b                 474 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*IsSubclassOf)(JRIEnv* env, jint op, struct java_lang_Class* a, struct java_lang_Class* b);
b                 475 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetStaticMethodID)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b, const char* c);
b                 476 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallStaticMethod)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 477 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallStaticMethodV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 478 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallStaticMethodA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 479 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallStaticMethodBoolean)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 480 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallStaticMethodBooleanV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 481 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallStaticMethodBooleanA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 482 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallStaticMethodByte)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 483 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallStaticMethodByteV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 484 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallStaticMethodByteA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 485 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallStaticMethodChar)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 486 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallStaticMethodCharV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 487 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallStaticMethodCharA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 488 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallStaticMethodShort)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 489 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallStaticMethodShortV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 490 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallStaticMethodShortA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 491 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallStaticMethodInt)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 492 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallStaticMethodIntV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 493 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallStaticMethodIntA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 494 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallStaticMethodLong)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 495 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallStaticMethodLongV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 496 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallStaticMethodLongA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 497 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallStaticMethodFloat)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 498 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallStaticMethodFloatV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 499 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallStaticMethodFloatA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 500 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallStaticMethodDouble)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
b                 501 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallStaticMethodDoubleV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
b                 502 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallStaticMethodDoubleA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
b                 503 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetStaticFieldID)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b, const char* c);
b                 504 third_party/npapi/npspy/extern/java/jri.h 	void*	(*GetStaticField)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
b                 505 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*GetStaticFieldBoolean)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
b                 506 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*GetStaticFieldByte)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
b                 507 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*GetStaticFieldChar)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
b                 508 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*GetStaticFieldShort)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
b                 509 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetStaticFieldInt)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
b                 510 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*GetStaticFieldLong)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
b                 511 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*GetStaticFieldFloat)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
b                 512 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*GetStaticFieldDouble)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
b                 513 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticField)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, void* c);
b                 514 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldBoolean)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jbool c);
b                 515 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldByte)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jbyte c);
b                 516 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldChar)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jchar c);
b                 517 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldShort)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jshort c);
b                 518 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldInt)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jint c);
b                 519 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldLong)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jlong c);
b                 520 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldFloat)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jfloat c);
b                 521 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldDouble)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jdouble c);
b                 522 third_party/npapi/npspy/extern/java/jri.h 	struct java_lang_String*	(*NewString)(JRIEnv* env, jint op, const jchar* a, jint b);
b                 525 third_party/npapi/npspy/extern/java/jri.h 	struct java_lang_String*	(*NewStringUTF)(JRIEnv* env, jint op, const jbyte* a, jint b);
b                 528 third_party/npapi/npspy/extern/java/jri.h 	void*	(*NewScalarArray)(JRIEnv* env, jint op, jint a, const char* b, const jbyte* c);
b                 531 third_party/npapi/npspy/extern/java/jri.h 	void*	(*NewObjectArray)(JRIEnv* env, jint op, jint a, struct java_lang_Class* b, void* c);
b                 533 third_party/npapi/npspy/extern/java/jri.h 	void*	(*GetObjectArrayElement)(JRIEnv* env, jint op, void* a, jint b);
b                 534 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetObjectArrayElement)(JRIEnv* env, jint op, void* a, jint b, void* c);
b                 535 third_party/npapi/npspy/extern/java/jri.h 	void	(*RegisterNatives)(JRIEnv* env, jint op, struct java_lang_Class* a, char** b, void** c);
b                 537 third_party/npapi/npspy/extern/java/jri.h 	struct java_lang_Class*	(*DefineClass)(JRIEnv* env, jint op, struct java_lang_ClassLoader* a, jbyte* b, jsize bLen);
b                 538 third_party/npapi/npspy/extern/java/jri.h 	struct java_lang_String*	(*NewStringPlatform)(JRIEnv* env, jint op, const jbyte* a, jint b, const jbyte* c, jint d);
b                 539 third_party/npapi/npspy/extern/java/jri.h 	const jbyte*	(*GetStringPlatformChars)(JRIEnv* env, jint op, struct java_lang_String* a, const jbyte* b, jint c);
b                 240 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_EQ(a, b)		((a) == (b))
b                 241 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_NE(a, b)		((a) != (b))
b                 243 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_CMP(a, op, b)	((a) op (b))
b                 245 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_AND(r, a, b)	((r) = (a) & (b))
b                 246 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_OR(r, a, b)	((r) = (a) | (b))
b                 247 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_XOR(r, a, b)	((r) = (a) ^ (b))
b                 252 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_ADD(r, a, b)	((r) = (a) + (b))
b                 253 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_SUB(r, a, b)	((r) = (a) - (b))
b                 255 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_MUL(r, a, b)	((r) = (a) * (b))
b                 256 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_DIV(r, a, b)	((r) = (a) / (b))
b                 257 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_MOD(r, a, b)	((r) = (a) % (b))
b                 259 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_SHL(r, a, b)	((r) = (a) << (b))
b                 260 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_SHR(r, a, b)	((r) = (a) >> (b))
b                 261 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_USHR(r, a, b)	((r) = (julong)(a) >> (b))
b                 262 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_ISHL(r, a, b)	((r) = ((jlong)(a)) << (b))
b                 274 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_UDIVMOD(qp, rp, a, b)  \
b                 275 third_party/npapi/npspy/extern/java/jri_md.h     (*(qp) = ((julong)(a) / (b)), \
b                 276 third_party/npapi/npspy/extern/java/jri_md.h      *(rp) = ((julong)(a) % (b)))
b                 292 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_EQ(a, b)		(((a).hi == (b).hi) && ((a).lo == (b).lo))
b                 293 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_NE(a, b)		(((a).hi != (b).hi) || ((a).lo != (b).lo))
b                 299 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_CMP(a, op, b)	(((int32)(a).hi op (int32)(b).hi) ||          \
b                 300 third_party/npapi/npspy/extern/java/jri_md.h 				 (((a).hi == (b).hi) && ((a).lo op (b).lo)))
b                 301 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_UCMP(a, op, b)	(((a).hi op (b).hi) ||                    \
b                 302 third_party/npapi/npspy/extern/java/jri_md.h 				 (((a).hi == (b).hi) && ((a).lo op (b).lo)))
b                 304 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_AND(r, a, b)	((r).lo = (a).lo & (b).lo,                    \
b                 305 third_party/npapi/npspy/extern/java/jri_md.h 				 (r).hi = (a).hi & (b).hi)
b                 306 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_OR(r, a, b)	((r).lo = (a).lo | (b).lo,                    \
b                 307 third_party/npapi/npspy/extern/java/jri_md.h 				 (r).hi = (a).hi | (b).hi)
b                 308 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_XOR(r, a, b)	((r).lo = (a).lo ^ (b).lo,                    \
b                 309 third_party/npapi/npspy/extern/java/jri_md.h 				 (r).hi = (a).hi ^ (b).hi)
b                 317 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_ADD(r, a, b) {                                              \
b                 319 third_party/npapi/npspy/extern/java/jri_md.h     _a = a; _b = b;                                                       \
b                 324 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_SUB(r, a, b) {                                              \
b                 326 third_party/npapi/npspy/extern/java/jri_md.h     _a = a; _b = b;                                                       \
b                 336 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_MUL(r, a, b) {                                              \
b                 338 third_party/npapi/npspy/extern/java/jri_md.h     _a = a; _b = b;                                                       \
b                 351 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_MUL32(r, a, b) {                                            \
b                 354 third_party/npapi/npspy/extern/java/jri_md.h      _b1 = _jlong_hi16(b), _b0 = _jlong_lo16(b);                          \
b                 371 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_UDIVMOD(qp, rp, a, b)	jlong_udivmod(qp, rp, a, b)
b                 374 third_party/npapi/npspy/extern/java/jri_md.h jlong_udivmod(julong *qp, julong *rp, julong a, julong b);
b                 376 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_DIV(r, a, b) {                                              \
b                 384 third_party/npapi/npspy/extern/java/jri_md.h     if ((int32)(b).hi < 0) {                                              \
b                 386 third_party/npapi/npspy/extern/java/jri_md.h 	jlong_NEG(_b, b);                                                     \
b                 388 third_party/npapi/npspy/extern/java/jri_md.h 	_b = b;                                                               \
b                 395 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_MOD(r, a, b) {                                              \
b                 403 third_party/npapi/npspy/extern/java/jri_md.h     if ((int32)(b).hi < 0) {                                              \
b                 404 third_party/npapi/npspy/extern/java/jri_md.h 	jlong_NEG(_b, b);                                                     \
b                 406 third_party/npapi/npspy/extern/java/jri_md.h 	_b = b;                                                               \
b                 416 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_SHL(r, a, b) {                                              \
b                 417 third_party/npapi/npspy/extern/java/jri_md.h     if (b) {                                                              \
b                 420 third_party/npapi/npspy/extern/java/jri_md.h         if ((b) < 32) {                                                   \
b                 421 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).lo = _a.lo << (b);                                            \
b                 422 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).hi = (_a.hi << (b)) | (_a.lo >> (32 - (b)));                  \
b                 425 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).hi = _a.lo << ((b) & 31);                                     \
b                 433 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_ISHL(r, a, b) {                                             \
b                 434 third_party/npapi/npspy/extern/java/jri_md.h     if (b) {                                                              \
b                 438 third_party/npapi/npspy/extern/java/jri_md.h         if ((b) < 32) {                                                   \
b                 439 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).lo = (a) << (b);                                              \
b                 440 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).hi = ((a) >> (32 - (b)));                                     \
b                 443 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).hi = (a) << ((b) & 31);                                       \
b                 451 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_SHR(r, a, b) {                                              \
b                 452 third_party/npapi/npspy/extern/java/jri_md.h     if (b) {                                                              \
b                 455 third_party/npapi/npspy/extern/java/jri_md.h 	if ((b) < 32) {                                                       \
b                 456 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).lo = (_a.hi << (32 - (b))) | (_a.lo >> (b));                  \
b                 457 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).hi = (int32)_a.hi >> (b);                                     \
b                 459 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).lo = (int32)_a.hi >> ((b) & 31);                              \
b                 467 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_USHR(r, a, b) {                                             \
b                 468 third_party/npapi/npspy/extern/java/jri_md.h     if (b) {                                                              \
b                 471 third_party/npapi/npspy/extern/java/jri_md.h 	if ((b) < 32) {                                                       \
b                 472 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).lo = (_a.hi << (32 - (b))) | (_a.lo >> (b));                  \
b                 473 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).hi = _a.hi >> (b);                                            \
b                 475 third_party/npapi/npspy/extern/java/jri_md.h 	    (r).lo = _a.hi >> ((b) & 31);                                     \
b                  72 third_party/npapi/npspy/extern/java/jritypes.h 	jbyte			b;
b                 343 third_party/npapi/npspy/extern/nspr/md/_macos.h #define _MD_CREATE_THREAD(a,b,c,d,e,f) (PR_SUCCESS)
b                 345 third_party/npapi/npspy/extern/nspr/md/_macos.h #define _MD_SET_PRIORITY(a,b)
b                 385 third_party/npapi/npspy/extern/nspr/md/_macos.h #define _MD_LSEEK64(a,b,c)           LL_ZERO
b                 504 third_party/npapi/npspy/extern/nspr/md/_macos.h #define _MD_SHUTDOWN(a,b)	(0)
b                 218 third_party/npapi/npspy/extern/nspr/plstr.h PL_strcmp(const char *a, const char *b);
b                 232 third_party/npapi/npspy/extern/nspr/plstr.h PL_strncmp(const char *a, const char *b, PRUint32 max);
b                 244 third_party/npapi/npspy/extern/nspr/plstr.h PL_strcasecmp(const char *a, const char *b);
b                 256 third_party/npapi/npspy/extern/nspr/plstr.h PL_strncasecmp(const char *a, const char *b, PRUint32 max);
b                 108 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_EQ(a, b)         ((a) == (b))
b                 109 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_NE(a, b)         ((a) != (b))
b                 111 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_CMP(a, op, b)    ((PRInt64)(a) op (PRInt64)(b))
b                 112 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_UCMP(a, op, b)   ((PRUint64)(a) op (PRUint64)(b))
b                 123 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_AND(r, a, b)        ((r) = (a) & (b))
b                 124 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_OR(r, a, b)        ((r) = (a) | (b))
b                 125 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_XOR(r, a, b)        ((r) = (a) ^ (b))
b                 137 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_ADD(r, a, b)     ((r) = (a) + (b))
b                 138 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_SUB(r, a, b)     ((r) = (a) - (b))
b                 147 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_MUL(r, a, b)        ((r) = (a) * (b))
b                 148 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_DIV(r, a, b)        ((r) = (a) / (b))
b                 149 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_MOD(r, a, b)        ((r) = (a) % (b))
b                 159 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_SHL(r, a, b)     ((r) = (PRInt64)(a) << (b))
b                 160 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_SHR(r, a, b)     ((r) = (PRInt64)(a) >> (b))
b                 161 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_USHR(r, a, b)    ((r) = (PRUint64)(a) >> (b))
b                 162 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_ISHL(r, a, b)    ((r) = (PRInt64)(a) << (b))
b                 195 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_UDIVMOD(qp, rp, a, b) \
b                 196 third_party/npapi/npspy/extern/nspr/prlong.h     (*(qp) = ((PRUint64)(a) / (b)), \
b                 197 third_party/npapi/npspy/extern/nspr/prlong.h      *(rp) = ((PRUint64)(a) % (b)))
b                 208 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_EQ(a, b)        (((a).hi == (b).hi) && ((a).lo == (b).lo))
b                 209 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_NE(a, b)        (((a).hi != (b).hi) || ((a).lo != (b).lo))
b                 212 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_CMP(a, op, b)    (((a).hi == (b).hi) ? ((a).lo op (b).lo) : \
b                 213 third_party/npapi/npspy/extern/nspr/prlong.h                  ((PRInt32)(a).hi op (PRInt32)(b).hi))
b                 214 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_UCMP(a, op, b)    (((a).hi == (b).hi) ? ((a).lo op (b).lo) : \
b                 215 third_party/npapi/npspy/extern/nspr/prlong.h                  ((a).hi op (b).hi))
b                 217 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_AND(r, a, b)        ((r).lo = (a).lo & (b).lo, \
b                 218 third_party/npapi/npspy/extern/nspr/prlong.h                  (r).hi = (a).hi & (b).hi)
b                 219 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_OR(r, a, b)        ((r).lo = (a).lo | (b).lo, \
b                 220 third_party/npapi/npspy/extern/nspr/prlong.h                  (r).hi = (a).hi | (b).hi)
b                 221 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_XOR(r, a, b)        ((r).lo = (a).lo ^ (b).lo, \
b                 222 third_party/npapi/npspy/extern/nspr/prlong.h                  (r).hi = (a).hi ^ (b).hi)
b                 230 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_ADD(r, a, b) { \
b                 232 third_party/npapi/npspy/extern/nspr/prlong.h     _a = a; _b = b; \
b                 237 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_SUB(r, a, b) { \
b                 239 third_party/npapi/npspy/extern/nspr/prlong.h     _a = a; _b = b; \
b                 244 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_MUL(r, a, b) { \
b                 246 third_party/npapi/npspy/extern/nspr/prlong.h     _a = a; _b = b; \
b                 254 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_MUL32(r, a, b) { \
b                 257 third_party/npapi/npspy/extern/nspr/prlong.h      _b1 = _hi16(b), _b0 = _lo16(b); \
b                 270 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_UDIVMOD(qp, rp, a, b)    ll_udivmod(qp, rp, a, b)
b                 272 third_party/npapi/npspy/extern/nspr/prlong.h NSPR_API(void) ll_udivmod(PRUint64 *qp, PRUint64 *rp, PRUint64 a, PRUint64 b);
b                 274 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_DIV(r, a, b) { \
b                 282 third_party/npapi/npspy/extern/nspr/prlong.h     if ((PRInt32)(b).hi < 0) { \
b                 284 third_party/npapi/npspy/extern/nspr/prlong.h     LL_NEG(_b, b); \
b                 286 third_party/npapi/npspy/extern/nspr/prlong.h     _b = b; \
b                 293 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_MOD(r, a, b) { \
b                 301 third_party/npapi/npspy/extern/nspr/prlong.h     if ((PRInt32)(b).hi < 0) { \
b                 302 third_party/npapi/npspy/extern/nspr/prlong.h     LL_NEG(_b, b); \
b                 304 third_party/npapi/npspy/extern/nspr/prlong.h     _b = b; \
b                 311 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_SHL(r, a, b) { \
b                 312 third_party/npapi/npspy/extern/nspr/prlong.h     if (b) { \
b                 315 third_party/npapi/npspy/extern/nspr/prlong.h         if ((b) < 32) { \
b                 316 third_party/npapi/npspy/extern/nspr/prlong.h         (r).lo = _a.lo << ((b) & 31); \
b                 317 third_party/npapi/npspy/extern/nspr/prlong.h         (r).hi = (_a.hi << ((b) & 31)) | (_a.lo >> (32 - (b))); \
b                 320 third_party/npapi/npspy/extern/nspr/prlong.h         (r).hi = _a.lo << ((b) & 31); \
b                 328 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_ISHL(r, a, b) { \
b                 329 third_party/npapi/npspy/extern/nspr/prlong.h     if (b) { \
b                 333 third_party/npapi/npspy/extern/nspr/prlong.h         if ((b) < 32) { \
b                 334 third_party/npapi/npspy/extern/nspr/prlong.h         (r).lo = (a) << ((b) & 31); \
b                 335 third_party/npapi/npspy/extern/nspr/prlong.h         (r).hi = ((a) >> (32 - (b))); \
b                 338 third_party/npapi/npspy/extern/nspr/prlong.h         (r).hi = (a) << ((b) & 31); \
b                 346 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_SHR(r, a, b) { \
b                 347 third_party/npapi/npspy/extern/nspr/prlong.h     if (b) { \
b                 350 third_party/npapi/npspy/extern/nspr/prlong.h     if ((b) < 32) { \
b                 351 third_party/npapi/npspy/extern/nspr/prlong.h         (r).lo = (_a.hi << (32 - (b))) | (_a.lo >> ((b) & 31)); \
b                 352 third_party/npapi/npspy/extern/nspr/prlong.h         (r).hi = (PRInt32)_a.hi >> ((b) & 31); \
b                 354 third_party/npapi/npspy/extern/nspr/prlong.h         (r).lo = (PRInt32)_a.hi >> ((b) & 31); \
b                 362 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_USHR(r, a, b) { \
b                 363 third_party/npapi/npspy/extern/nspr/prlong.h     if (b) { \
b                 366 third_party/npapi/npspy/extern/nspr/prlong.h     if ((b) < 32) { \
b                 367 third_party/npapi/npspy/extern/nspr/prlong.h         (r).lo = (_a.hi << (32 - (b))) | (_a.lo >> ((b) & 31)); \
b                 368 third_party/npapi/npspy/extern/nspr/prlong.h         (r).hi = _a.hi >> ((b) & 31); \
b                 370 third_party/npapi/npspy/extern/nspr/prlong.h         (r).lo = _a.hi >> ((b) & 31); \
b                 227 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java   protected static int hashBoolean(boolean b) {
b                 228 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java     return b ? 1231 : 1237;
b                 257 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java       public int read(final byte[] b, final int off, int len)
b                 263 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java         final int result = super.read(b, off, len);
b                 741 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     public synchronized void write(int b) {
b                 745 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       buffer[bufferPos++] = (byte)b;
b                 749 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     public synchronized void write(byte[] b, int offset, int length)  {
b                 752 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         System.arraycopy(b, offset, buffer, bufferPos, length);
b                 757 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         System.arraycopy(b, offset, buffer, bufferPos, copySize);
b                 763 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         System.arraycopy(b, offset, buffer, 0 /* count */, length);
b                 435 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       final int b = input.read();
b                 436 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       if (b == -1) {
b                 439 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       result |= (b & 0x7f) << offset;
b                 440 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       if ((b & 0x80) == 0) {
b                 446 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       final int b = input.read();
b                 447 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       if (b == -1) {
b                 450 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       if ((b & 0x80) == 0) {
b                 462 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       final byte b = readRawByte();
b                 463 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       result |= (long)(b & 0x7F) << shift;
b                 464 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java       if ((b & 0x80) == 0) {
b                 159 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java       ByteString b = ByteString.copyFromUtf8((String) o);
b                 160 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java       list.set(index, b);
b                 161 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java       return b;
b                 824 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     public int read(byte b[], int offset, int length)  {
b                 825 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       if (b == null) {
b                 827 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       } else if (offset < 0 || length < 0 || length > b.length - offset) {
b                 830 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return readSkipInternal(b, offset, length);
b                 853 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     private int readSkipInternal(byte b[], int offset, int length)  {
b                 867 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java           if (b != null) {
b                 868 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java             currentPiece.copyTo(b, currentPieceIndex, offset, count);
b                1260 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       final byte b = input.byteAt(i);
b                1261 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       switch (b) {
b                1277 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           if (b >= 0x20) {
b                1278 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             builder.append((char) b);
b                1281 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             builder.append((char) ('0' + ((b >>> 6) & 3)));
b                1282 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             builder.append((char) ('0' + ((b >>> 3) & 7)));
b                1283 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             builder.append((char) ('0' + (b & 7)));
b                 421 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java     TestAllTypes b = TestAllTypes.newBuilder().build();
b                 422 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java     TestAllTypes c = TestAllTypes.newBuilder(b).addRepeatedString("x").build();
b                 429 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java     checkEqualsIsConsistent(b);
b                 435 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java     checkNotEqual(a, b);
b                 441 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java     checkNotEqual(b, c);
b                 442 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java     checkNotEqual(b, d);
b                 443 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java     checkNotEqual(b, e);
b                 444 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java     checkNotEqual(b, f);
b                 285 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteString b = ByteString.readFrom(new ReluctantStream(bytes), chunkSize);
b                 287 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArray(b.toByteArray(), bytes));
b                  79 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     public int read(byte[] b) throws IOException {
b                  80 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java       return super.read(b, 0, Math.min(b.length, blockSize));
b                  83 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     public int read(byte[] b, int off, int len) throws IOException {
b                  84 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java       return super.read(b, off, Math.min(len, blockSize));
b                  66 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     for (byte b : bytes) {
b                  67 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       result.add(b);
b                  72 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java   private void assertEqualBytes(byte[] a, byte[] b) {
b                  73 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(toList(a), toList(b));
b                 404 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java   private static String toHexString(byte[] b) {
b                 405 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java     return toHexString(b, b.length);
b                 408 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java   private static String toHexString(byte[] b, int len) {
b                 415 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java       s.append(String.format("%02x", b[i] & 0xFF));
b                  95 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java     String b = "b";
b                  99 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java         .addRepeatedString(b)
b                 105 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java     assertSame(b, proto.getRepeatedString(0));
b                 117 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java     assertNotSame(b, bPrime);
b                 118 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java     assertEquals(b, bPrime);
b                 252 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java       public void write(byte[] b, int off, int len) {
b                 254 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java           b[off + x] = (byte) 0;
b                 259 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java       public void write(int b) {
b                1152 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java   private static void assertEqualsExactType(int a, int b) {
b                1153 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1155 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java   private static void assertEqualsExactType(long a, long b) {
b                1156 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1158 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java   private static void assertEqualsExactType(float a, float b) {
b                1159 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b, 0.0);
b                1161 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java   private static void assertEqualsExactType(double a, double b) {
b                1162 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b, 0.0);
b                1164 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java   private static void assertEqualsExactType(boolean a, boolean b) {
b                1165 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1167 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java   private static void assertEqualsExactType(String a, String b) {
b                1168 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1170 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java   private static void assertEqualsExactType(ByteString a, ByteString b) {
b                1171 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1174 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java                                             TestAllTypes.NestedEnum b) {
b                1175 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1177 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java   private static void assertEqualsExactType(ForeignEnum a, ForeignEnum b) {
b                1178 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1180 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java   private static void assertEqualsExactType(ImportEnum a, ImportEnum b) {
b                1181 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1184 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java                                             TestAllTypesLite.NestedEnum b) {
b                1185 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1188 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java                                             ForeignEnumLite b) {
b                1189 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                1192 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java                                             ImportEnumLite b) {
b                1193 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java     Assert.assertEquals(a, b);
b                 371 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java     UnknownFieldSet b =
b                 389 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java     checkEqualsIsConsistent(b);
b                 394 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java     checkNotEqual(a, b);
b                 398 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java     checkNotEqual(b, c);
b                 399 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java     checkNotEqual(b, d);
b                 400 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java     checkNotEqual(b, e);
b                  72 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc                          const FieldDescriptor* b) const {
b                  73 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc     return a->number() < b->number();
b                  73 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc                          const FieldDescriptor* b) const {
b                  74 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc     return a->number() < b->number();
b                  80 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc                   const Descriptor::ExtensionRange* b) const {
b                  81 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc     return a->start < b->start;
b                 189 third_party/protobuf/src/google/protobuf/descriptor.cc                          const PointerStringPair& b) const {
b                 190 third_party/protobuf/src/google/protobuf/descriptor.cc     return a.first == b.first && strcmp(a.second, b.second) == 0;
b                 205 third_party/protobuf/src/google/protobuf/descriptor.cc   inline bool operator()(const PairType& a, const PairType& b) const {
b                 206 third_party/protobuf/src/google/protobuf/descriptor.cc     return a.first < b.first ||
b                 207 third_party/protobuf/src/google/protobuf/descriptor.cc           (a.first == b.first && a.second < b.second);
b                 227 third_party/protobuf/src/google/protobuf/descriptor.cc                          const PointerStringPair& b) const {
b                 228 third_party/protobuf/src/google/protobuf/descriptor.cc     if (a.first < b.first) return true;
b                 229 third_party/protobuf/src/google/protobuf/descriptor.cc     if (a.first > b.first) return false;
b                 230 third_party/protobuf/src/google/protobuf/descriptor.cc     return strcmp(a.second, b.second) < 0;
b                 313 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   uint32 b;
b                 316 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   b = *(ptr++); result  = (b & 0x7F)      ; if (!(b & 0x80)) goto done;
b                 317 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   b = *(ptr++); result |= (b & 0x7F) <<  7; if (!(b & 0x80)) goto done;
b                 318 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   b = *(ptr++); result |= (b & 0x7F) << 14; if (!(b & 0x80)) goto done;
b                 319 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   b = *(ptr++); result |= (b & 0x7F) << 21; if (!(b & 0x80)) goto done;
b                 320 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   b = *(ptr++); result |=  b         << 28; if (!(b & 0x80)) goto done;
b                 325 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); if (!(b & 0x80)) goto done;
b                 428 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   uint32 b;
b                 435 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *buffer_;
b                 436 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     result |= static_cast<uint64>(b & 0x7F) << (7 * count);
b                 439 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   } while (b & 0x80);
b                 454 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     uint32 b;
b                 460 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part0  = (b & 0x7F)      ; if (!(b & 0x80)) goto done;
b                 461 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part0 |= (b & 0x7F) <<  7; if (!(b & 0x80)) goto done;
b                 462 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part0 |= (b & 0x7F) << 14; if (!(b & 0x80)) goto done;
b                 463 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part0 |= (b & 0x7F) << 21; if (!(b & 0x80)) goto done;
b                 464 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part1  = (b & 0x7F)      ; if (!(b & 0x80)) goto done;
b                 465 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part1 |= (b & 0x7F) <<  7; if (!(b & 0x80)) goto done;
b                 466 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part1 |= (b & 0x7F) << 14; if (!(b & 0x80)) goto done;
b                 467 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part1 |= (b & 0x7F) << 21; if (!(b & 0x80)) goto done;
b                 468 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part2  = (b & 0x7F)      ; if (!(b & 0x80)) goto done;
b                 469 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     b = *(ptr++); part2 |= (b & 0x7F) <<  7; if (!(b & 0x80)) goto done;
b                  48 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc #define cpuid(a, b, c, d, inp) \
b                  52 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc       : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
b                  54 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc #define cpuid(a, b, c, d, inp) \
b                  58 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc       : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
b                 174 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc   void SetABMethod(int a, const char* b)  { a_ = a; b_ = b; }
b                 175 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc   static void SetABFunction(int a, const char* b) {
b                 177 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc     current_instance_->b_ = b;
b                  70 third_party/protobuf/src/google/protobuf/stubs/hash.h   inline bool operator()(const Key& a, const Key& b) const {
b                  71 third_party/protobuf/src/google/protobuf/stubs/hash.h     return a < b;
b                  84 third_party/protobuf/src/google/protobuf/stubs/hash.h   inline bool operator()(const char* a, const char* b) const {
b                  85 third_party/protobuf/src/google/protobuf/stubs/hash.h     return strcmp(a, b) < 0;
b                 115 third_party/protobuf/src/google/protobuf/stubs/hash.h   inline bool operator()(const char* a, const char* b) const {
b                 116 third_party/protobuf/src/google/protobuf/stubs/hash.h     return strcmp(a, b) < 0;
b                 197 third_party/protobuf/src/google/protobuf/stubs/hash.h   inline size_t operator()(const string& a, const string& b) const {
b                 198 third_party/protobuf/src/google/protobuf/stubs/hash.h     return a < b;
b                 216 third_party/protobuf/src/google/protobuf/stubs/hash.h                            const pair<First, Second>& b) const {
b                 217 third_party/protobuf/src/google/protobuf/stubs/hash.h     return a < b;
b                 224 third_party/protobuf/src/google/protobuf/stubs/hash.h   inline bool operator()(const char* a, const char* b) const {
b                 225 third_party/protobuf/src/google/protobuf/stubs/hash.h     return strcmp(a, b) == 0;
b                  99 third_party/protobuf/src/google/protobuf/testing/googletest.cc   char b[L_tmpnam + 1];     // HPUX multithread return 0 if s is 0
b                 100 third_party/protobuf/src/google/protobuf/testing/googletest.cc   string result = tmpnam(b);
b                1158 third_party/protobuf/src/google/protobuf/text_format_unittest.cc   EXPECT_EQ(2, message.b());
b                 118 third_party/qcms/src/chain.c                 float b = 200.0f*(fy - fz);
b                 121 third_party/qcms/src/chain.c                 *dest++ = (b+128.0f) / 255.0f;
b                 791 third_party/qcms/src/iccread.c 	double b = 0.055/1.055;
b                 806 third_party/qcms/src/iccread.c 			double e = (a*x + b);
b                  60 third_party/qcms/src/matrix.c 	static int b[3] = { 1, 0, 0 };
b                  78 third_party/qcms/src/matrix.c 			int bi = b[i];
b                  79 third_party/qcms/src/matrix.c 			int bj = b[j];
b                 118 third_party/qcms/src/matrix.c struct matrix matrix_multiply(struct matrix a, struct matrix b)
b                 127 third_party/qcms/src/matrix.c 				v += a.m[dy][o] * b.m[o][dx];
b                 132 third_party/qcms/src/matrix.c 	result.invalid = a.invalid || b.invalid;
b                  34 third_party/qcms/src/matrix.h struct matrix matrix_multiply(struct matrix a, struct matrix b);
b                  50 third_party/qcms/src/qcmsint.h 	int b;
b                  75 third_party/qcms/src/transform-sse1.c     const int b_out = output_format.b;
b                 195 third_party/qcms/src/transform-sse1.c     const int b_out = output_format.b;
b                  75 third_party/qcms/src/transform-sse2.c     const int b_out = output_format.b;
b                 189 third_party/qcms/src/transform-sse2.c     const int b_out = output_format.b;
b                 245 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 277 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 306 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 332 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 355 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 379 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 387 third_party/qcms/src/transform.c 		uint16_t r, g, b;
b                 404 third_party/qcms/src/transform.c 		b = out_linear_b * PRECACHE_OUTPUT_MAX;
b                 408 third_party/qcms/src/transform.c 		dest[b_out] = transform->output_table_b->data[b];
b                 416 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 425 third_party/qcms/src/transform.c 		uint16_t r, g, b;
b                 442 third_party/qcms/src/transform.c 		b = out_linear_b * PRECACHE_OUTPUT_MAX;
b                 446 third_party/qcms/src/transform.c 		dest[b_out] = transform->output_table_b->data[b];
b                 519 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 639 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 756 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 795 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 837 third_party/qcms/src/transform.c 	const int b_out = output_format.b;
b                 971 third_party/qcms/src/transform.c static void cpuid(uint32_t fxn, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d) {
b                 984 third_party/qcms/src/transform.c        *b = b_;
b                 992 third_party/qcms/src/transform.c static void cpuid(uint32_t fxn, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d) {
b                 998 third_party/qcms/src/transform.c 	   *b = b_;
b                1021 third_party/qcms/src/transform.c 	uint32_t a, b, c, d;
b                1026 third_party/qcms/src/transform.c 		cpuid(function, &a, &b, &c, &d);
b                1058 third_party/qcms/src/transform.c 	float b = (0.96422f*bradford_matrix.m[0][2] + 1.000f*bradford_matrix.m[1][2] + 0.82521f*bradford_matrix.m[2][2]) /
b                1060 third_party/qcms/src/transform.c 	struct matrix white_adaption = {{ {p,0,0}, {0,y,0}, {0,0,b}}, false};
b                 143 third_party/qcms/src/transform_util.c         float a, b, c, e, f;
b                 147 third_party/qcms/src/transform_util.c                 b = 0;
b                 154 third_party/qcms/src/transform_util.c                 b = parameter[2];
b                 161 third_party/qcms/src/transform_util.c                 b = parameter[2];
b                 168 third_party/qcms/src/transform_util.c                 b = parameter[2];
b                 175 third_party/qcms/src/transform_util.c                 b = parameter[2];
b                 183 third_party/qcms/src/transform_util.c                 b = 0;
b                 194 third_party/qcms/src/transform_util.c                         gamma_table[X] = pow(a * X / 255. + b, y) + c + e;
b                 307 third_party/qcms/src/transform_util.c         double a, b, f;
b                 331 third_party/qcms/src/transform_util.c                 int a, b;
b                 340 third_party/qcms/src/transform_util.c                 b = ((length-1 - NumPoles) * 0xFFFF) / (length-1);
b                 343 third_party/qcms/src/transform_util.c                 r = b + 1;
b                 385 third_party/qcms/src/transform_util.c         b = y0 - a * x0;
b                 389 third_party/qcms/src/transform_util.c         f = ((Value - b) / a);
b                  39 third_party/qcms/src/transform_util.h static inline float lerp(float a, float b, float t)
b                  41 third_party/qcms/src/transform_util.h         return a*(1.f-t) + b*t;
b                 368 third_party/re2/re2/bitstate.cc   BitState b(this);
b                 371 third_party/re2/re2/bitstate.cc   if (!b.Search(text, context, anchored, longest, match, nmatch))
b                 162 third_party/re2/re2/compile.cc   Frag Cat(Frag a, Frag b);
b                 163 third_party/re2/re2/compile.cc   Frag Alt(Frag a, Frag b);
b                 307 third_party/re2/re2/compile.cc Frag Compiler::Cat(Frag a, Frag b) {
b                 308 third_party/re2/re2/compile.cc   if (IsNoMatch(a) || IsNoMatch(b))
b                 316 third_party/re2/re2/compile.cc     PatchList::Patch(inst_, a.end, b.begin);  // in case refs to a somewhere
b                 317 third_party/re2/re2/compile.cc     return b;
b                 322 third_party/re2/re2/compile.cc     PatchList::Patch(inst_, b.end, a.begin);
b                 323 third_party/re2/re2/compile.cc     return Frag(b.begin, a.end);
b                 326 third_party/re2/re2/compile.cc   PatchList::Patch(inst_, a.end, b.begin);
b                 327 third_party/re2/re2/compile.cc   return Frag(a.begin, b.end);
b                 331 third_party/re2/re2/compile.cc Frag Compiler::Alt(Frag a, Frag b) {
b                 334 third_party/re2/re2/compile.cc     return b;
b                 335 third_party/re2/re2/compile.cc   if (IsNoMatch(b))
b                 342 third_party/re2/re2/compile.cc   inst_[id].InitAlt(a.begin, b.begin);
b                 343 third_party/re2/re2/compile.cc   return Frag(id, PatchList::Append(inst_, a.end, b.end));
b                 463 third_party/re2/re2/compile.cc   int b;  // number of Rune bits in len-byte UTF-8 sequence (len < UTFmax)
b                 465 third_party/re2/re2/compile.cc     b = 7;
b                 467 third_party/re2/re2/compile.cc     b = 8-(len+1) + 6*(len-1);
b                 468 third_party/re2/re2/compile.cc   return (1<<b) - 1;   // maximum Rune for b bits.
b                 123 third_party/re2/re2/dfa.cc     bool operator()(const State* a, const State* b) const {
b                 124 third_party/re2/re2/dfa.cc       if (a == b)
b                 126 third_party/re2/re2/dfa.cc       if (a == NULL || b == NULL)
b                 128 third_party/re2/re2/dfa.cc       if (a->ninst_ != b->ninst_)
b                 130 third_party/re2/re2/dfa.cc       if (a->flag_ != b->flag_)
b                 133 third_party/re2/re2/dfa.cc         if (a->inst_[i] != b->inst_[i])
b                 152 third_party/re2/re2/dfa.cc     bool operator()(const State* a, const State* b) const {
b                 153 third_party/re2/re2/dfa.cc       if (a == b)
b                 155 third_party/re2/re2/dfa.cc       if (a == NULL || b == NULL)
b                 157 third_party/re2/re2/dfa.cc       if (a->ninst_ != b->ninst_)
b                 158 third_party/re2/re2/dfa.cc         return a->ninst_ < b->ninst_;
b                 159 third_party/re2/re2/dfa.cc       if (a->flag_ != b->flag_)
b                 160 third_party/re2/re2/dfa.cc         return a->flag_ < b->flag_;
b                 162 third_party/re2/re2/dfa.cc         if (a->inst_[i] != b->inst_[i])
b                 163 third_party/re2/re2/dfa.cc           return a->inst_[i] < b->inst_[i];
b                 627 third_party/re2/re2/nfa.cc   int b = -1;  // first byte, not yet computed
b                 652 third_party/re2/re2/nfa.cc         if (b == -1)
b                 653 third_party/re2/re2/nfa.cc           b = ip->lo();
b                 654 third_party/re2/re2/nfa.cc         else if (b != ip->lo())
b                 682 third_party/re2/re2/nfa.cc   return b;
b                 419 third_party/re2/re2/onepass.cc     for (int b = 0; b < bytemap_range_; b++)
b                 420 third_party/re2/re2/onepass.cc       node->action[b] = kImpossible;
b                 466 third_party/re2/re2/onepass.cc             int b = bytemap_[c];
b                 467 third_party/re2/re2/onepass.cc             c = unbytemap_[b];  // last c in byte class
b                 468 third_party/re2/re2/onepass.cc             uint32 act = node->action[b];
b                 471 third_party/re2/re2/onepass.cc               node->action[b] = newact;
b                 486 third_party/re2/re2/onepass.cc               int b = bytemap_[c];
b                 487 third_party/re2/re2/onepass.cc               c = unbytemap_[b];  // last c in class
b                 488 third_party/re2/re2/onepass.cc               uint32 act = node->action[b];
b                 491 third_party/re2/re2/onepass.cc                 node->action[b] = newact;
b                 564 third_party/re2/re2/onepass.cc     for (int b = 0; b < bytemap_range_; b++) {
b                 566 third_party/re2/re2/onepass.cc       while (bytemap_[i] == b)
b                 568 third_party/re2/re2/onepass.cc       StringAppendF(&dump, "\t%d: %#x-%#x\n", b, lo, i - 1);
b                  71 third_party/re2/re2/prefilter.cc Prefilter* Prefilter::AndOr(Op op, Prefilter* a, Prefilter* b) {
b                  74 third_party/re2/re2/prefilter.cc   b = b->Simplify();
b                  77 third_party/re2/re2/prefilter.cc   if (a->op() > b->op()) {
b                  79 third_party/re2/re2/prefilter.cc     a = b;
b                  80 third_party/re2/re2/prefilter.cc     b = t;
b                  94 third_party/re2/re2/prefilter.cc       return b;
b                  96 third_party/re2/re2/prefilter.cc       delete b;
b                 102 third_party/re2/re2/prefilter.cc   if (a->op() == op && b->op() == op) {
b                 103 third_party/re2/re2/prefilter.cc     for (int i = 0; i < b->subs()->size(); i++) {
b                 104 third_party/re2/re2/prefilter.cc       Prefilter* bb = (*b->subs())[i];
b                 107 third_party/re2/re2/prefilter.cc     b->subs()->clear();
b                 108 third_party/re2/re2/prefilter.cc     delete b;
b                 114 third_party/re2/re2/prefilter.cc   if (b->op() == op) {
b                 116 third_party/re2/re2/prefilter.cc     a = b;
b                 117 third_party/re2/re2/prefilter.cc     b = t;
b                 120 third_party/re2/re2/prefilter.cc     a->subs()->push_back(b);
b                 127 third_party/re2/re2/prefilter.cc   c->subs()->push_back(b);
b                 131 third_party/re2/re2/prefilter.cc Prefilter* Prefilter::And(Prefilter* a, Prefilter* b) {
b                 132 third_party/re2/re2/prefilter.cc   return AndOr(AND, a, b);
b                 135 third_party/re2/re2/prefilter.cc Prefilter* Prefilter::Or(Prefilter* a, Prefilter* b) {
b                 136 third_party/re2/re2/prefilter.cc   return AndOr(OR, a, b);
b                 205 third_party/re2/re2/prefilter.cc   static Info* Alt(Info* a, Info* b);
b                 206 third_party/re2/re2/prefilter.cc   static Info* Concat(Info* a, Info* b);
b                 207 third_party/re2/re2/prefilter.cc   static Info* And(Info* a, Info* b);
b                 302 third_party/re2/re2/prefilter.cc                          const set<string>& b,
b                 305 third_party/re2/re2/prefilter.cc     for (ConstSSIter j = b.begin(); j != b.end(); ++j)
b                 311 third_party/re2/re2/prefilter.cc Prefilter::Info* Prefilter::Info::Concat(Info* a, Info* b) {
b                 313 third_party/re2/re2/prefilter.cc     return b;
b                 315 third_party/re2/re2/prefilter.cc   DCHECK(b && b->is_exact_);
b                 318 third_party/re2/re2/prefilter.cc   CrossProduct(a->exact_, b->exact_, &ab->exact_);
b                 322 third_party/re2/re2/prefilter.cc   delete b;
b                 329 third_party/re2/re2/prefilter.cc Prefilter::Info* Prefilter::Info::And(Info* a, Info* b) {
b                 331 third_party/re2/re2/prefilter.cc     return b;
b                 332 third_party/re2/re2/prefilter.cc   if (b == NULL)
b                 337 third_party/re2/re2/prefilter.cc   ab->match_ = Prefilter::And(a->TakeMatch(), b->TakeMatch());
b                 340 third_party/re2/re2/prefilter.cc   delete b;
b                 345 third_party/re2/re2/prefilter.cc Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) {
b                 348 third_party/re2/re2/prefilter.cc   if (a->is_exact_ && b->is_exact_) {
b                 350 third_party/re2/re2/prefilter.cc     CopyIn(b->exact_, &ab->exact_);
b                 357 third_party/re2/re2/prefilter.cc     ab->match_ = Prefilter::Or(a->TakeMatch(), b->TakeMatch());
b                 362 third_party/re2/re2/prefilter.cc   delete b;
b                  62 third_party/re2/re2/prefilter.h   static Prefilter* And(Prefilter* a, Prefilter* b);
b                  66 third_party/re2/re2/prefilter.h   static Prefilter* Or(Prefilter* a, Prefilter* b);
b                  69 third_party/re2/re2/prefilter.h   static Prefilter* AndOr(Op op, Prefilter* a, Prefilter* b);
b                 213 third_party/re2/re2/prog.h   void set_anchor_start(bool b) { anchor_start_ = b; }
b                 215 third_party/re2/re2/prog.h   void set_anchor_end(bool b) { anchor_end_ = b; }
b                 526 third_party/re2/re2/re2.cc static int ascii_strcasecmp(const char* a, const char* b, int len) {
b                 529 third_party/re2/re2/re2.cc   for (; a < ae; a++, b++) {
b                 531 third_party/re2/re2/re2.cc     uint8 y = *b;
b                 573 third_party/re2/re2/re2.h     void set_utf8(bool b) {
b                 574 third_party/re2/re2/re2.h       if (b) {
b                 582 third_party/re2/re2/re2.h     void set_posix_syntax(bool b) { posix_syntax_ = b; }
b                 585 third_party/re2/re2/re2.h     void set_longest_match(bool b) { longest_match_ = b; }
b                 588 third_party/re2/re2/re2.h     void set_log_errors(bool b) { log_errors_ = b; }
b                 594 third_party/re2/re2/re2.h     void set_literal(bool b) { literal_ = b; }
b                 597 third_party/re2/re2/re2.h     void set_never_nl(bool b) { never_nl_ = b; }
b                 600 third_party/re2/re2/re2.h     void set_never_capture(bool b) { never_capture_ = b; }
b                 603 third_party/re2/re2/re2.h     void set_case_sensitive(bool b) { case_sensitive_ = b; }
b                 606 third_party/re2/re2/re2.h     void set_perl_classes(bool b) { perl_classes_ = b; }
b                 609 third_party/re2/re2/re2.h     void set_word_boundary(bool b) { word_boundary_ = b; }
b                 612 third_party/re2/re2/re2.h     void set_one_line(bool b) { one_line_ = b; }
b                 316 third_party/re2/re2/regexp.cc static bool TopEqual(Regexp* a, Regexp* b) {
b                 317 third_party/re2/re2/regexp.cc   if (a->op() != b->op())
b                 335 third_party/re2/re2/regexp.cc       return ((a->parse_flags() ^ b->parse_flags()) & Regexp::WasDollar) == 0;
b                 338 third_party/re2/re2/regexp.cc       return a->rune() == b->rune() &&
b                 339 third_party/re2/re2/regexp.cc              ((a->parse_flags() ^ b->parse_flags()) & Regexp::FoldCase) == 0;
b                 342 third_party/re2/re2/regexp.cc       return a->nrunes() == b->nrunes() &&
b                 343 third_party/re2/re2/regexp.cc              ((a->parse_flags() ^ b->parse_flags()) & Regexp::FoldCase) == 0 &&
b                 344 third_party/re2/re2/regexp.cc              memcmp(a->runes(), b->runes(),
b                 349 third_party/re2/re2/regexp.cc       return a->nsub() == b->nsub();
b                 354 third_party/re2/re2/regexp.cc       return ((a->parse_flags() ^ b->parse_flags()) & Regexp::NonGreedy) == 0;
b                 357 third_party/re2/re2/regexp.cc       return ((a->parse_flags() ^ b->parse_flags()) & Regexp::NonGreedy) == 0 &&
b                 358 third_party/re2/re2/regexp.cc              a->min() == b->min() &&
b                 359 third_party/re2/re2/regexp.cc              a->max() == b->max();
b                 362 third_party/re2/re2/regexp.cc       return a->cap() == b->cap() && a->name() == b->name();
b                 365 third_party/re2/re2/regexp.cc       return a->match_id() == b->match_id();
b                 369 third_party/re2/re2/regexp.cc       CharClass* bcc = b->cc();
b                 381 third_party/re2/re2/regexp.cc bool Regexp::Equal(Regexp* a, Regexp* b) {
b                 382 third_party/re2/re2/regexp.cc   if (a == NULL || b == NULL)
b                 383 third_party/re2/re2/regexp.cc     return a == b;
b                 385 third_party/re2/re2/regexp.cc   if (!TopEqual(a, b))
b                 421 third_party/re2/re2/regexp.cc           b2 = b->sub()[i];
b                 435 third_party/re2/re2/regexp.cc         b2 = b->sub()[0];
b                 444 third_party/re2/re2/regexp.cc         b = b2;
b                 453 third_party/re2/re2/regexp.cc     b = stk[n-1];
b                 230 third_party/re2/re2/regexp.h   bool operator()(const RuneRange& a, const RuneRange& b) const {
b                 231 third_party/re2/re2/regexp.h     return a.hi < b.lo;
b                 487 third_party/re2/re2/regexp.h   static bool Equal(Regexp* a, Regexp* b);
b                 609 third_party/re2/re2/regexp.h inline Regexp::ParseFlags operator|(Regexp::ParseFlags a, Regexp::ParseFlags b)
b                 611 third_party/re2/re2/regexp.h   return static_cast<Regexp::ParseFlags>(static_cast<int>(a) | static_cast<int>(b));
b                 614 third_party/re2/re2/regexp.h inline Regexp::ParseFlags operator^(Regexp::ParseFlags a, Regexp::ParseFlags b)
b                 616 third_party/re2/re2/regexp.h   return static_cast<Regexp::ParseFlags>(static_cast<int>(a) ^ static_cast<int>(b));
b                 619 third_party/re2/re2/regexp.h inline Regexp::ParseFlags operator&(Regexp::ParseFlags a, Regexp::ParseFlags b)
b                 621 third_party/re2/re2/regexp.h   return static_cast<Regexp::ParseFlags>(static_cast<int>(a) & static_cast<int>(b));
b                 244 third_party/re2/re2/testing/backtrack.cc   Backtracker b(this);
b                 247 third_party/re2/re2/testing/backtrack.cc   if (!b.Search(text, context, anchored, longest, match, nmatch))
b                 197 third_party/re2/re2/testing/parse_test.cc bool RegexpEqualTestingOnly(Regexp* a, Regexp* b) {
b                 198 third_party/re2/re2/testing/parse_test.cc   return Regexp::Equal(a, b);
b                1279 third_party/re2/re2/testing/re2_test.cc   string a, b, c;
b                1309 third_party/re2/re2/testing/re2_test.cc   EXPECT_TRUE(RE2::PartialMatch(str, "(.).*?(.).*?(.)", &a, &b, &c));
b                1311 third_party/re2/re2/testing/re2_test.cc   EXPECT_EQ("B", b);
b                1314 third_party/re2/re2/testing/re2_test.cc   EXPECT_TRUE(RE2::PartialMatch(str, "(.).*?([\\p{L}]).*?(.)", &a, &b, &c));
b                1316 third_party/re2/re2/testing/re2_test.cc   EXPECT_EQ("B", b);
b                1321 third_party/re2/re2/testing/re2_test.cc   EXPECT_TRUE(RE2::PartialMatch(str, "(.).*?([\\p{Lu}]).*?(.)", &a, &b, &c));
b                1323 third_party/re2/re2/testing/re2_test.cc   EXPECT_EQ("B", b);
b                1328 third_party/re2/re2/testing/re2_test.cc   EXPECT_TRUE(RE2::PartialMatch(str, ".*(.).*?([\\p{Lu}\\p{Lo}]).*?(.)", &a, &b, &c));
b                1330 third_party/re2/re2/testing/re2_test.cc   EXPECT_EQ("æ°¸", b);
b                 196 third_party/re2/re2/testing/regexp_generator.cc         string b = regexps.top();
b                 201 third_party/re2/re2/testing/regexp_generator.cc                      StringPrintf(post[i].c_str(), a.c_str(), b.c_str()) +
b                  66 third_party/re2/util/benchmark.cc static void runN(Benchmark *b, int n, int siz) {
b                  71 third_party/re2/util/benchmark.cc 	if(b->fn)
b                  72 third_party/re2/util/benchmark.cc 		b->fn(n);
b                  73 third_party/re2/util/benchmark.cc 	else if(b->fnr)
b                  74 third_party/re2/util/benchmark.cc 		b->fnr(n, siz);
b                  76 third_party/re2/util/benchmark.cc 		fprintf(stderr, "%s: missing function\n", b->name);
b                  95 third_party/re2/util/benchmark.cc void RunBench(Benchmark* b, int nthread, int siz) {
b                 104 third_party/re2/util/benchmark.cc 	runN(b, n, siz);
b                 114 third_party/re2/util/benchmark.cc 		runN(b, n, siz);
b                 123 third_party/re2/util/benchmark.cc 	if(b->fnr || b->lo != b->hi) {
b                 131 third_party/re2/util/benchmark.cc 	printf("%s%s\t%8lld\t%10lld ns/op%s\n", b->name, suf, (long long)n, (long long)ns/n, mb);
b                 146 third_party/re2/util/benchmark.cc 		Benchmark* b = benchmarks[i];
b                 147 third_party/re2/util/benchmark.cc 		if(match(b->name, argc, argv))
b                 148 third_party/re2/util/benchmark.cc 			for(int j = b->threadlo; j <= b->threadhi; j++)
b                 149 third_party/re2/util/benchmark.cc 				for(int k = max(b->lo, 1); k <= max(b->hi, 1); k<<=1)
b                 150 third_party/re2/util/benchmark.cc 					RunBench(b, j, k);
b                  89 third_party/re2/util/hash.cc #define mix(a,b,c) \
b                  91 third_party/re2/util/hash.cc   a -= c;  a ^= rot(c, 4);  c += b; \
b                  92 third_party/re2/util/hash.cc   b -= a;  b ^= rot(a, 6);  a += c; \
b                  93 third_party/re2/util/hash.cc   c -= b;  c ^= rot(b, 8);  b += a; \
b                  94 third_party/re2/util/hash.cc   a -= c;  a ^= rot(c,16);  c += b; \
b                  95 third_party/re2/util/hash.cc   b -= a;  b ^= rot(a,19);  a += c; \
b                  96 third_party/re2/util/hash.cc   c -= b;  c ^= rot(b, 4);  b += a; \
b                 124 third_party/re2/util/hash.cc #define final(a,b,c) \
b                 126 third_party/re2/util/hash.cc   c ^= b; c -= rot(b,14); \
b                 128 third_party/re2/util/hash.cc   b ^= a; b -= rot(a,25); \
b                 129 third_party/re2/util/hash.cc   c ^= b; c -= rot(b,16); \
b                 131 third_party/re2/util/hash.cc   b ^= a; b -= rot(a,14); \
b                 132 third_party/re2/util/hash.cc   c ^= b; c -= rot(b,24); \
b                 155 third_party/re2/util/hash.cc   uint32_t a,b,c;
b                 158 third_party/re2/util/hash.cc   a = b = c = 0xdeadbeef + (((uint32_t)length)<<2) + initval;
b                 164 third_party/re2/util/hash.cc     b += k[1];
b                 166 third_party/re2/util/hash.cc     mix(a,b,c);
b                 175 third_party/re2/util/hash.cc   case 2 : b+=k[1];
b                 177 third_party/re2/util/hash.cc     final(a,b,c);
b                 200 third_party/re2/util/hash.cc   uint32_t a,b,c;
b                 203 third_party/re2/util/hash.cc   a = b = c = 0xdeadbeef + ((uint32_t)(length<<2)) + *pc;
b                 210 third_party/re2/util/hash.cc     b += k[1];
b                 212 third_party/re2/util/hash.cc     mix(a,b,c);
b                 221 third_party/re2/util/hash.cc   case 2 : b+=k[1];
b                 223 third_party/re2/util/hash.cc     final(a,b,c);
b                 228 third_party/re2/util/hash.cc   *pc=c; *pb=b;
b                 606 third_party/re2/util/pcre.cc   bool b = DoMatchImpl(text, anchor, consumed, args, n, vec, vecsize);
b                 608 third_party/re2/util/pcre.cc   return b;
b                 184 third_party/re2/util/pcre.h #define pcre_compile(a,b,c,d,e) ({ (void)(a); (void)(b); *(c)=""; *(d)=0; (void)(e); ((pcre*)0); })
b                 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; })
b                 186 third_party/re2/util/pcre.h #define pcre_fullinfo(a, b, c, d) ({ (void)(a); (void)(b); (void)(c); *(d) = 0; 0; })
b                 188 third_party/re2/util/pcre.h #define pcre_compile(a,b,c,d,e) NULL
b                 189 third_party/re2/util/pcre.h #define pcre_exec(a, b, c, d, e, f, g, h) NULL
b                 190 third_party/re2/util/pcre.h #define pcre_fullinfo(a, b, c, d) NULL
b                 157 third_party/re2/util/sparse_array.h   static bool less(const IndexValue& a, const IndexValue& b);
b                 448 third_party/re2/util/sparse_array.h                                                        const IndexValue& b) {
b                 449 third_party/re2/util/sparse_array.h   return a.index_ < b.index_;
b                 166 third_party/re2/util/sparse_set.h   static bool less(int a, int b) { return a < b; }
b                  97 third_party/re2/util/util.h #define ANNOTATE_PUBLISH_MEMORY_RANGE(a, b)
b                 100 third_party/re2/util/util.h #define ANNOTATE_BENIGN_RACE(a, b)
b                4083 third_party/re2/util/valgrind.h #define VG_USERREQ_TOOL_BASE(a,b) \
b                4084 third_party/re2/util/valgrind.h    ((unsigned int)(((a)&0xff) << 24 | ((b)&0xff) << 16))
b                4085 third_party/re2/util/valgrind.h #define VG_IS_TOOL_USERREQ(a, b, v) \
b                4086 third_party/re2/util/valgrind.h    (VG_USERREQ_TOOL_BASE(a,b) == ((v) & 0xffff0000))
b                11213 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3AuthRead(a,b,c,d)
b                11214 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3AuthCheck(a,b,c,d,e)    SQLITE_OK
b                11215 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3AuthContextPush(a,b,c)
b                11448 third_party/sqlite/amalgamation/sqlite3.c   #define sqlite3FkActions(a,b,c,d)
b                11449 third_party/sqlite/amalgamation/sqlite3.c   #define sqlite3FkCheck(a,b,c,d)
b                11450 third_party/sqlite/amalgamation/sqlite3.c   #define sqlite3FkDropTable(a,b,c)
b                11451 third_party/sqlite/amalgamation/sqlite3.c   #define sqlite3FkOldmask(a,b)      0
b                11452 third_party/sqlite/amalgamation/sqlite3.c   #define sqlite3FkRequired(a,b,c,d) 0
b                11457 third_party/sqlite/amalgamation/sqlite3.c   #define sqlite3FkDelete(a,b)
b                20446 third_party/sqlite/amalgamation/sqlite3.c   register unsigned char *a, *b;
b                20448 third_party/sqlite/amalgamation/sqlite3.c   b = (unsigned char *)zRight;
b                20449 third_party/sqlite/amalgamation/sqlite3.c   while( *a!=0 && UpperToLower[*a]==UpperToLower[*b]){ a++; b++; }
b                20450 third_party/sqlite/amalgamation/sqlite3.c   return UpperToLower[*a] - UpperToLower[*b];
b                20453 third_party/sqlite/amalgamation/sqlite3.c   register unsigned char *a, *b;
b                20455 third_party/sqlite/amalgamation/sqlite3.c   b = (unsigned char *)zRight;
b                20456 third_party/sqlite/amalgamation/sqlite3.c   while( N-- > 0 && *a!=0 && UpperToLower[*a]==UpperToLower[*b]){ a++; b++; }
b                20457 third_party/sqlite/amalgamation/sqlite3.c   return N<0 ? 0 : UpperToLower[*a] - UpperToLower[*b];
b                20889 third_party/sqlite/amalgamation/sqlite3.c   u32 a,b,s;
b                20900 third_party/sqlite/amalgamation/sqlite3.c   b = *p;
b                20902 third_party/sqlite/amalgamation/sqlite3.c   if (!(b&0x80))
b                20906 third_party/sqlite/amalgamation/sqlite3.c     a |= b;
b                20922 third_party/sqlite/amalgamation/sqlite3.c     b &= 0x7f;
b                20923 third_party/sqlite/amalgamation/sqlite3.c     b = b<<7;
b                20924 third_party/sqlite/amalgamation/sqlite3.c     a |= b;
b                20932 third_party/sqlite/amalgamation/sqlite3.c   b = b<<14;
b                20933 third_party/sqlite/amalgamation/sqlite3.c   b |= *p;
b                20935 third_party/sqlite/amalgamation/sqlite3.c   if (!(b&0x80))
b                20937 third_party/sqlite/amalgamation/sqlite3.c     b &= SLOT_2_0;
b                20941 third_party/sqlite/amalgamation/sqlite3.c     a |= b;
b                20951 third_party/sqlite/amalgamation/sqlite3.c   b &= SLOT_2_0;
b                20964 third_party/sqlite/amalgamation/sqlite3.c     b = b<<7;
b                20965 third_party/sqlite/amalgamation/sqlite3.c     a |= b;
b                20973 third_party/sqlite/amalgamation/sqlite3.c   s |= b;
b                20977 third_party/sqlite/amalgamation/sqlite3.c   b = b<<14;
b                20978 third_party/sqlite/amalgamation/sqlite3.c   b |= *p;
b                20980 third_party/sqlite/amalgamation/sqlite3.c   if (!(b&0x80))
b                20986 third_party/sqlite/amalgamation/sqlite3.c     a |= b;
b                20999 third_party/sqlite/amalgamation/sqlite3.c     b &= SLOT_2_0;
b                21000 third_party/sqlite/amalgamation/sqlite3.c     b = b<<7;
b                21001 third_party/sqlite/amalgamation/sqlite3.c     a |= b;
b                21010 third_party/sqlite/amalgamation/sqlite3.c   b = b<<14;
b                21011 third_party/sqlite/amalgamation/sqlite3.c   b |= *p;
b                21013 third_party/sqlite/amalgamation/sqlite3.c   if (!(b&0x80))
b                21015 third_party/sqlite/amalgamation/sqlite3.c     b &= SLOT_4_2_0;
b                21019 third_party/sqlite/amalgamation/sqlite3.c     a |= b;
b                21032 third_party/sqlite/amalgamation/sqlite3.c   b &= SLOT_2_0;
b                21033 third_party/sqlite/amalgamation/sqlite3.c   b = b<<8;
b                21034 third_party/sqlite/amalgamation/sqlite3.c   a |= b;
b                21037 third_party/sqlite/amalgamation/sqlite3.c   b = p[-4];
b                21038 third_party/sqlite/amalgamation/sqlite3.c   b &= 0x7f;
b                21039 third_party/sqlite/amalgamation/sqlite3.c   b = b>>3;
b                21040 third_party/sqlite/amalgamation/sqlite3.c   s |= b;
b                21059 third_party/sqlite/amalgamation/sqlite3.c   u32 a,b;
b                21076 third_party/sqlite/amalgamation/sqlite3.c   b = *p;
b                21078 third_party/sqlite/amalgamation/sqlite3.c   if (!(b&0x80))
b                21083 third_party/sqlite/amalgamation/sqlite3.c     *v = a | b;
b                21096 third_party/sqlite/amalgamation/sqlite3.c     b &= 0x7f;
b                21097 third_party/sqlite/amalgamation/sqlite3.c     b = b<<7;
b                21098 third_party/sqlite/amalgamation/sqlite3.c     *v = a | b;
b                21133 third_party/sqlite/amalgamation/sqlite3.c   b = b<<14;
b                21134 third_party/sqlite/amalgamation/sqlite3.c   b |= *p;
b                21136 third_party/sqlite/amalgamation/sqlite3.c   if (!(b&0x80))
b                21139 third_party/sqlite/amalgamation/sqlite3.c     b &= (0x7f<<14)|(0x7f);
b                21142 third_party/sqlite/amalgamation/sqlite3.c     *v = a | b;
b                21154 third_party/sqlite/amalgamation/sqlite3.c     b &= SLOT_4_2_0;
b                21155 third_party/sqlite/amalgamation/sqlite3.c     b = b<<7;
b                21156 third_party/sqlite/amalgamation/sqlite3.c     *v = a | b;
b                24462 third_party/sqlite/amalgamation/sqlite3.c #define osFstat(a,b,c)    0
b                25116 third_party/sqlite/amalgamation/sqlite3.c #define unixLogError(a,b,c)     unixLogErrorAtLine(a,b,c,__LINE__)
b                26196 third_party/sqlite/amalgamation/sqlite3.c # define robust_flock(a,b) flock(a,b)
b                31196 third_party/sqlite/amalgamation/sqlite3.c # define FormatMessageW(a,b,c,d,e,f,g) 0
b                31452 third_party/sqlite/amalgamation/sqlite3.c #define GetTempPathA(a,b)
b                31454 third_party/sqlite/amalgamation/sqlite3.c #define LockFile(a,b,c,d,e)       winceLockFile(&a, b, c, d, e)
b                31455 third_party/sqlite/amalgamation/sqlite3.c #define UnlockFile(a,b,c,d,e)     winceUnlockFile(&a, b, c, d, e)
b                31456 third_party/sqlite/amalgamation/sqlite3.c #define LockFileEx(a,b,c,d,e,f)   winceLockFileEx(&a, b, c, d, e, f)
b                47207 third_party/sqlite/amalgamation/sqlite3.c   #define querySharedCacheTableLock(a,b,c) SQLITE_OK
b                47208 third_party/sqlite/amalgamation/sqlite3.c   #define setSharedCacheTableLock(a,b,c) SQLITE_OK
b                47211 third_party/sqlite/amalgamation/sqlite3.c   #define hasSharedCacheTableLock(a,b,c,d) 1
b                47212 third_party/sqlite/amalgamation/sqlite3.c   #define hasReadConflicts(a, b) 0
b                49336 third_party/sqlite/amalgamation/sqlite3.c   int b;
b                49342 third_party/sqlite/amalgamation/sqlite3.c   b = p->pBt->secureDelete;
b                49344 third_party/sqlite/amalgamation/sqlite3.c   return b;
b                55931 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_backup b;
b                55940 third_party/sqlite/amalgamation/sqlite3.c   memset(&b, 0, sizeof(b));
b                55941 third_party/sqlite/amalgamation/sqlite3.c   b.pSrcDb = pFrom->db;
b                55942 third_party/sqlite/amalgamation/sqlite3.c   b.pSrc = pFrom;
b                55943 third_party/sqlite/amalgamation/sqlite3.c   b.pDest = pTo;
b                55944 third_party/sqlite/amalgamation/sqlite3.c   b.iNext = 1;
b                55953 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_backup_step(&b, 0x7FFFFFFF);
b                55954 third_party/sqlite/amalgamation/sqlite3.c   assert( b.rc!=SQLITE_OK );
b                55955 third_party/sqlite/amalgamation/sqlite3.c   rc = sqlite3_backup_finish(&b);
b                87969 third_party/sqlite/amalgamation/sqlite3.c     int b = -1;
b                87972 third_party/sqlite/amalgamation/sqlite3.c       b = getBoolean(zRight);
b                87974 third_party/sqlite/amalgamation/sqlite3.c     if( pId2->n==0 && b>=0 ){
b                87977 third_party/sqlite/amalgamation/sqlite3.c         sqlite3BtreeSecureDelete(db->aDb[ii].pBt, b);
b                87980 third_party/sqlite/amalgamation/sqlite3.c     b = sqlite3BtreeSecureDelete(pBt, b);
b                87981 third_party/sqlite/amalgamation/sqlite3.c     returnSingleInt(pParse, "secure_delete", b);
b                90738 third_party/sqlite/amalgamation/sqlite3.c # define explainSetInteger(a, b) a = b
b                93570 third_party/sqlite/amalgamation/sqlite3.c # define explainSimpleCount(a,b,c)
b                98547 third_party/sqlite/amalgamation/sqlite3.c         Bitmask b = 0;
b                98560 third_party/sqlite/amalgamation/sqlite3.c               b |= getMask(pMaskSet, pAndTerm->leftCursor);
b                98564 third_party/sqlite/amalgamation/sqlite3.c         indexable &= b;
b                98570 third_party/sqlite/amalgamation/sqlite3.c       Bitmask b;
b                98571 third_party/sqlite/amalgamation/sqlite3.c       b = getMask(pMaskSet, pOrTerm->leftCursor);
b                98574 third_party/sqlite/amalgamation/sqlite3.c         b |= getMask(pMaskSet, pOther->leftCursor);
b                98576 third_party/sqlite/amalgamation/sqlite3.c       indexable &= b;
b                98580 third_party/sqlite/amalgamation/sqlite3.c         chngToIN &= b;
b                102408 third_party/sqlite/amalgamation/sqlite3.c         Bitmask b = pTabItem->colUsed;
b                102410 third_party/sqlite/amalgamation/sqlite3.c         for(; b; b=b>>1, n++){}
b                102694 third_party/sqlite/amalgamation/sqlite3.c struct TrigEvent { int a; IdList * b; };
b                104088 third_party/sqlite/amalgamation/sqlite3.c sqlite3IdListDelete(pParse->db, (yypminor->yy90).b);
b                105605 third_party/sqlite/amalgamation/sqlite3.c   sqlite3BeginTrigger(pParse, &yymsp[-7].minor.yy0, &yymsp[-6].minor.yy0, yymsp[-5].minor.yy4, yymsp[-4].minor.yy90.a, yymsp[-4].minor.yy90.b, yymsp[-2].minor.yy259, yymsp[0].minor.yy314, yymsp[-10].minor.yy4, yymsp[-8].minor.yy4);
b                105621 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy90.a = yymsp[0].major; yygotominor.yy90.b = 0;}
b                105624 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy90.a = TK_UPDATE; yygotominor.yy90.b = yymsp[0].minor.yy384;}
b                 421 third_party/sqlite/src/ext/fts2/fts2.c #define CLEAR(b) memset(b, '\0', sizeof(*(b)))
b                 424 third_party/sqlite/src/ext/fts2/fts2.c #  define SCRAMBLE(b) memset(b, 0x55, sizeof(*(b)))
b                 426 third_party/sqlite/src/ext/fts2/fts2.c #  define SCRAMBLE(b)
b                 559 third_party/sqlite/src/ext/fts2/fts2.c   DataBuffer b;            /* Includes null terminator. */
b                 563 third_party/sqlite/src/ext/fts2/fts2.c   dataBufferInit(&sb->b, 100);
b                 564 third_party/sqlite/src/ext/fts2/fts2.c   dataBufferReplace(&sb->b, "", 1);
b                 567 third_party/sqlite/src/ext/fts2/fts2.c   return sb->b.nData-1;
b                 570 third_party/sqlite/src/ext/fts2/fts2.c   return sb->b.pData;
b                 573 third_party/sqlite/src/ext/fts2/fts2.c   dataBufferDestroy(&sb->b);
b                 577 third_party/sqlite/src/ext/fts2/fts2.c   assert( sb->b.nData>0 );
b                 579 third_party/sqlite/src/ext/fts2/fts2.c     sb->b.nData--;
b                 580 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferAppend2(&sb->b, zFrom, nFrom, "", 1);
b                 612 third_party/sqlite/src/ext/fts2/fts2.c     p->b.pData[--p->b.nData-1] = '\0';
b                 805 third_party/sqlite/src/ext/fts2/fts2.c   DataBuffer *b;
b                 812 third_party/sqlite/src/ext/fts2/fts2.c static void dlwInit(DLWriter *pWriter, DocListType iType, DataBuffer *b){
b                 813 third_party/sqlite/src/ext/fts2/fts2.c   pWriter->b = b;
b                 863 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferAppend2(pWriter->b, c, nFirstNew,
b                 866 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferAppend(pWriter->b, c, nFirstNew);
b                 883 third_party/sqlite/src/ext/fts2/fts2.c   dataBufferAppend(pWriter->b, c, n);
b                1069 third_party/sqlite/src/ext/fts2/fts2.c   dataBufferAppend(pWriter->dlw->b, c, n);
b                1084 third_party/sqlite/src/ext/fts2/fts2.c   dataBufferAppend(pWriter->dlw->b, c, n);
b                1106 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferAppend(pWriter->dlw->b, c, n);
b                1128 third_party/sqlite/src/ext/fts2/fts2.c   DataBuffer b;
b                1141 third_party/sqlite/src/ext/fts2/fts2.c static void dlcAddDoclist(DLCollector *pCollector, DataBuffer *b){
b                1145 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferAppend2(b, pCollector->b.pData, pCollector->b.nData, c, n);
b                1147 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferAppend(b, pCollector->b.pData, pCollector->b.nData);
b                1162 third_party/sqlite/src/ext/fts2/fts2.c   dataBufferInit(&pCollector->b, 0);
b                1163 third_party/sqlite/src/ext/fts2/fts2.c   dlwInit(&pCollector->dlw, iType, &pCollector->b);
b                1170 third_party/sqlite/src/ext/fts2/fts2.c   dataBufferDestroy(&pCollector->b);
b                4146 third_party/sqlite/src/ext/fts2/fts2.c       nData = p->b.nData;
b                4154 third_party/sqlite/src/ext/fts2/fts2.c     v->nPendingData += p->b.nData-nData;
b                4472 third_party/sqlite/src/ext/fts2/fts2.c     InteriorBlock *b = block;
b                4474 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferDestroy(&b->term);
b                4475 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferDestroy(&b->data);
b                4476 third_party/sqlite/src/ext/fts2/fts2.c     sqlite3_free(b);
b                6144 third_party/sqlite/src/ext/fts2/fts2.c   const TermData *b = (const TermData *)bv;
b                6145 third_party/sqlite/src/ext/fts2/fts2.c   int n = a->nTerm<b->nTerm ? a->nTerm : b->nTerm;
b                6146 third_party/sqlite/src/ext/fts2/fts2.c   int c = memcmp(a->pTerm, b->pTerm, n);
b                6148 third_party/sqlite/src/ext/fts2/fts2.c   return a->nTerm-b->nTerm;
b                 668 third_party/sqlite/src/src/backup.c   sqlite3_backup b;
b                 677 third_party/sqlite/src/src/backup.c   memset(&b, 0, sizeof(b));
b                 678 third_party/sqlite/src/src/backup.c   b.pSrcDb = pFrom->db;
b                 679 third_party/sqlite/src/src/backup.c   b.pSrc = pFrom;
b                 680 third_party/sqlite/src/src/backup.c   b.pDest = pTo;
b                 681 third_party/sqlite/src/src/backup.c   b.iNext = 1;
b                 690 third_party/sqlite/src/src/backup.c   sqlite3_backup_step(&b, 0x7FFFFFFF);
b                 691 third_party/sqlite/src/src/backup.c   assert( b.rc!=SQLITE_OK );
b                 692 third_party/sqlite/src/src/backup.c   rc = sqlite3_backup_finish(&b);
b                  88 third_party/sqlite/src/src/btree.c   #define querySharedCacheTableLock(a,b,c) SQLITE_OK
b                  89 third_party/sqlite/src/src/btree.c   #define setSharedCacheTableLock(a,b,c) SQLITE_OK
b                  92 third_party/sqlite/src/src/btree.c   #define hasSharedCacheTableLock(a,b,c,d) 1
b                  93 third_party/sqlite/src/src/btree.c   #define hasReadConflicts(a, b) 0
b                2217 third_party/sqlite/src/src/btree.c   int b;
b                2223 third_party/sqlite/src/src/btree.c   b = p->pBt->secureDelete;
b                2225 third_party/sqlite/src/src/btree.c   return b;
b                 321 third_party/sqlite/src/src/os_unix.c #define osFstat(a,b,c)    0
b                 975 third_party/sqlite/src/src/os_unix.c #define unixLogError(a,b,c)     unixLogErrorAtLine(a,b,c,__LINE__)
b                2055 third_party/sqlite/src/src/os_unix.c # define robust_flock(a,b) flock(a,b)
b                  76 third_party/sqlite/src/src/os_win.c # define FormatMessageW(a,b,c,d,e,f,g) 0
b                 333 third_party/sqlite/src/src/os_win.c #define GetTempPathA(a,b)
b                 335 third_party/sqlite/src/src/os_win.c #define LockFile(a,b,c,d,e)       winceLockFile(&a, b, c, d, e)
b                 336 third_party/sqlite/src/src/os_win.c #define UnlockFile(a,b,c,d,e)     winceUnlockFile(&a, b, c, d, e)
b                 337 third_party/sqlite/src/src/os_win.c #define LockFileEx(a,b,c,d,e,f)   winceLockFileEx(&a, b, c, d, e, f)
b                  92 third_party/sqlite/src/src/parse.y struct TrigEvent { int a; IdList * b; };
b                1185 third_party/sqlite/src/src/parse.y   sqlite3BeginTrigger(pParse, &B, &Z, C, D.a, D.b, E, G, T, NOERR);
b                1196 third_party/sqlite/src/src/parse.y %destructor trigger_event {sqlite3IdListDelete(pParse->db, $$.b);}
b                1197 third_party/sqlite/src/src/parse.y trigger_event(A) ::= DELETE|INSERT(OP).       {A.a = @OP; A.b = 0;}
b                1198 third_party/sqlite/src/src/parse.y trigger_event(A) ::= UPDATE(OP).              {A.a = @OP; A.b = 0;}
b                1199 third_party/sqlite/src/src/parse.y trigger_event(A) ::= UPDATE OF inscollist(X). {A.a = TK_UPDATE; A.b = X;}
b                 433 third_party/sqlite/src/src/pragma.c     int b = -1;
b                 436 third_party/sqlite/src/src/pragma.c       b = getBoolean(zRight);
b                 438 third_party/sqlite/src/src/pragma.c     if( pId2->n==0 && b>=0 ){
b                 441 third_party/sqlite/src/src/pragma.c         sqlite3BtreeSecureDelete(db->aDb[ii].pBt, b);
b                 444 third_party/sqlite/src/src/pragma.c     b = sqlite3BtreeSecureDelete(pBt, b);
b                 445 third_party/sqlite/src/src/pragma.c     returnSingleInt(pParse, "secure_delete", b);
b                 816 third_party/sqlite/src/src/select.c # define explainSetInteger(a, b) a = b
b                3648 third_party/sqlite/src/src/select.c # define explainSimpleCount(a,b,c)
b                2868 third_party/sqlite/src/src/sqliteInt.h # define sqlite3AuthRead(a,b,c,d)
b                2869 third_party/sqlite/src/src/sqliteInt.h # define sqlite3AuthCheck(a,b,c,d,e)    SQLITE_OK
b                2870 third_party/sqlite/src/src/sqliteInt.h # define sqlite3AuthContextPush(a,b,c)
b                3103 third_party/sqlite/src/src/sqliteInt.h   #define sqlite3FkActions(a,b,c,d)
b                3104 third_party/sqlite/src/src/sqliteInt.h   #define sqlite3FkCheck(a,b,c,d)
b                3105 third_party/sqlite/src/src/sqliteInt.h   #define sqlite3FkDropTable(a,b,c)
b                3106 third_party/sqlite/src/src/sqliteInt.h   #define sqlite3FkOldmask(a,b)      0
b                3107 third_party/sqlite/src/src/sqliteInt.h   #define sqlite3FkRequired(a,b,c,d) 0
b                3112 third_party/sqlite/src/src/sqliteInt.h   #define sqlite3FkDelete(a,b)
b                1486 third_party/sqlite/src/src/tclsqlite.c # define Tcl_NRAddCallback(a,b,c,d,e,f) 0
b                1487 third_party/sqlite/src/src/tclsqlite.c # define Tcl_NREvalObj(a,b,c) 0
b                1488 third_party/sqlite/src/src/tclsqlite.c # define Tcl_NRCreateCommand(a,b,c,d,e,f) 0
b                2903 third_party/sqlite/src/src/tclsqlite.c       int b;
b                2904 third_party/sqlite/src/src/tclsqlite.c       if( Tcl_GetBooleanFromObj(interp, objv[i+1], &b) ) return TCL_ERROR;
b                2905 third_party/sqlite/src/src/tclsqlite.c       if( b ){
b                2913 third_party/sqlite/src/src/tclsqlite.c       int b;
b                2914 third_party/sqlite/src/src/tclsqlite.c       if( Tcl_GetBooleanFromObj(interp, objv[i+1], &b) ) return TCL_ERROR;
b                2915 third_party/sqlite/src/src/tclsqlite.c       if( b && (flags & SQLITE_OPEN_READONLY)==0 ){
b                2921 third_party/sqlite/src/src/tclsqlite.c       int b;
b                2922 third_party/sqlite/src/src/tclsqlite.c       if( Tcl_GetBooleanFromObj(interp, objv[i+1], &b) ) return TCL_ERROR;
b                2923 third_party/sqlite/src/src/tclsqlite.c       if( b ){
b                2930 third_party/sqlite/src/src/tclsqlite.c       int b;
b                2931 third_party/sqlite/src/src/tclsqlite.c       if( Tcl_GetBooleanFromObj(interp, objv[i+1], &b) ) return TCL_ERROR;
b                2932 third_party/sqlite/src/src/tclsqlite.c       if( b ){
b                2998 third_party/sqlite/src/src/tclsqlite.c # define Tcl_InitStubs(a,b,c)
b                3133 third_party/sqlite/src/src/tclsqlite.c         register uint32 a, b, c, d;
b                3136 third_party/sqlite/src/src/tclsqlite.c         b = buf[1];
b                3140 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478,  7);
b                3141 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
b                3142 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
b                3143 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
b                3144 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf,  7);
b                3145 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12);
b                3146 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, c, d, a, b, in[ 6]+0xa8304613, 17);
b                3147 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, b, c, d, a, in[ 7]+0xfd469501, 22);
b                3148 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, a, b, c, d, in[ 8]+0x698098d8,  7);
b                3149 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, d, a, b, c, in[ 9]+0x8b44f7af, 12);
b                3150 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, c, d, a, b, in[10]+0xffff5bb1, 17);
b                3151 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, b, c, d, a, in[11]+0x895cd7be, 22);
b                3152 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, a, b, c, d, in[12]+0x6b901122,  7);
b                3153 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, d, a, b, c, in[13]+0xfd987193, 12);
b                3154 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, c, d, a, b, in[14]+0xa679438e, 17);
b                3155 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F1, b, c, d, a, in[15]+0x49b40821, 22);
b                3157 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562,  5);
b                3158 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340,  9);
b                3159 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
b                3160 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
b                3161 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d,  5);
b                3162 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, d, a, b, c, in[10]+0x02441453,  9);
b                3163 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
b                3164 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
b                3165 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6,  5);
b                3166 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, d, a, b, c, in[14]+0xc33707d6,  9);
b                3167 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, c, d, a, b, in[ 3]+0xf4d50d87, 14);
b                3168 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, b, c, d, a, in[ 8]+0x455a14ed, 20);
b                3169 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, a, b, c, d, in[13]+0xa9e3e905,  5);
b                3170 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, d, a, b, c, in[ 2]+0xfcefa3f8,  9);
b                3171 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, c, d, a, b, in[ 7]+0x676f02d9, 14);
b                3172 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F2, b, c, d, a, in[12]+0x8d2a4c8a, 20);
b                3174 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942,  4);
b                3175 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
b                3176 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
b                3177 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
b                3178 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44,  4);
b                3179 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
b                3180 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
b                3181 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
b                3182 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6,  4);
b                3183 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, d, a, b, c, in[ 0]+0xeaa127fa, 11);
b                3184 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, c, d, a, b, in[ 3]+0xd4ef3085, 16);
b                3185 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, b, c, d, a, in[ 6]+0x04881d05, 23);
b                3186 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, a, b, c, d, in[ 9]+0xd9d4d039,  4);
b                3187 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, d, a, b, c, in[12]+0xe6db99e5, 11);
b                3188 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, c, d, a, b, in[15]+0x1fa27cf8, 16);
b                3189 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F3, b, c, d, a, in[ 2]+0xc4ac5665, 23);
b                3191 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244,  6);
b                3192 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
b                3193 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
b                3194 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
b                3195 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3,  6);
b                3196 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
b                3197 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
b                3198 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
b                3199 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f,  6);
b                3200 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, d, a, b, c, in[15]+0xfe2ce6e0, 10);
b                3201 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, c, d, a, b, in[ 6]+0xa3014314, 15);
b                3202 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, b, c, d, a, in[13]+0x4e0811a1, 21);
b                3203 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, a, b, c, d, in[ 4]+0xf7537e82,  6);
b                3204 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, d, a, b, c, in[11]+0xbd3af235, 10);
b                3205 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, c, d, a, b, in[ 2]+0x2ad7d2bb, 15);
b                3206 third_party/sqlite/src/src/tclsqlite.c         MD5STEP(F4, b, c, d, a, in[ 9]+0xeb86d391, 21);
b                3209 third_party/sqlite/src/src/tclsqlite.c         buf[1] += b;
b                1264 third_party/sqlite/src/src/test1.c   int b[3];
b                1272 third_party/sqlite/src/src/test1.c     if( Tcl_GetInt(interp, argv[i], &b[i-2]) ) return TCL_ERROR;
b                1273 third_party/sqlite/src/src/test1.c     a[i-2] = (long int)b[i-2];
b                 159 third_party/sqlite/src/src/test_func.c static void test_agg_errmsg16_step(sqlite3_context *a, int b,sqlite3_value **c){
b                 486 third_party/sqlite/src/src/test_func.c static void tStep(sqlite3_context *a, int b, sqlite3_value **c){}
b                 126 third_party/sqlite/src/src/test_init.c static sqlite3_pcache *wrPCacheCreate(int a, int b){
b                 127 third_party/sqlite/src/src/test_init.c   return wrapped.pcache.xCreate(a, b);
b                 135 third_party/sqlite/src/src/test_init.c static void *wrPCacheFetch(sqlite3_pcache *p, unsigned a, int b){
b                 136 third_party/sqlite/src/src/test_init.c   return wrapped.pcache.xFetch(p, a, b);
b                 138 third_party/sqlite/src/src/test_init.c static void wrPCacheUnpin(sqlite3_pcache *p, void *a, int b){
b                 139 third_party/sqlite/src/src/test_init.c   wrapped.pcache.xUnpin(p, a, b);
b                 141 third_party/sqlite/src/src/test_init.c static void wrPCacheRekey(sqlite3_pcache *p, void *a, unsigned b, unsigned c){
b                 142 third_party/sqlite/src/src/test_init.c   wrapped.pcache.xRekey(p, a, b, c);
b                 427 third_party/sqlite/src/src/test_multiplex.c static int multiplexAccess(sqlite3_vfs *a, const char *b, int c, int *d){
b                 428 third_party/sqlite/src/src/test_multiplex.c   return gMultiplex.pOrigVfs->xAccess(gMultiplex.pOrigVfs, b, c, d);
b                 430 third_party/sqlite/src/src/test_multiplex.c static int multiplexFullPathname(sqlite3_vfs *a, const char *b, int c, char *d){
b                 431 third_party/sqlite/src/src/test_multiplex.c   return gMultiplex.pOrigVfs->xFullPathname(gMultiplex.pOrigVfs, b, c, d);
b                 433 third_party/sqlite/src/src/test_multiplex.c static void *multiplexDlOpen(sqlite3_vfs *a, const char *b){
b                 434 third_party/sqlite/src/src/test_multiplex.c   return gMultiplex.pOrigVfs->xDlOpen(gMultiplex.pOrigVfs, b);
b                 436 third_party/sqlite/src/src/test_multiplex.c static void multiplexDlError(sqlite3_vfs *a, int b, char *c){
b                 437 third_party/sqlite/src/src/test_multiplex.c   gMultiplex.pOrigVfs->xDlError(gMultiplex.pOrigVfs, b, c);
b                 439 third_party/sqlite/src/src/test_multiplex.c static void (*multiplexDlSym(sqlite3_vfs *a, void *b, const char *c))(void){
b                 440 third_party/sqlite/src/src/test_multiplex.c   return gMultiplex.pOrigVfs->xDlSym(gMultiplex.pOrigVfs, b, c);
b                 442 third_party/sqlite/src/src/test_multiplex.c static void multiplexDlClose(sqlite3_vfs *a, void *b){
b                 443 third_party/sqlite/src/src/test_multiplex.c   gMultiplex.pOrigVfs->xDlClose(gMultiplex.pOrigVfs, b);
b                 445 third_party/sqlite/src/src/test_multiplex.c static int multiplexRandomness(sqlite3_vfs *a, int b, char *c){
b                 446 third_party/sqlite/src/src/test_multiplex.c   return gMultiplex.pOrigVfs->xRandomness(gMultiplex.pOrigVfs, b, c);
b                 448 third_party/sqlite/src/src/test_multiplex.c static int multiplexSleep(sqlite3_vfs *a, int b){
b                 449 third_party/sqlite/src/src/test_multiplex.c   return gMultiplex.pOrigVfs->xSleep(gMultiplex.pOrigVfs, b);
b                 451 third_party/sqlite/src/src/test_multiplex.c static int multiplexCurrentTime(sqlite3_vfs *a, double *b){
b                 452 third_party/sqlite/src/src/test_multiplex.c   return gMultiplex.pOrigVfs->xCurrentTime(gMultiplex.pOrigVfs, b);
b                 454 third_party/sqlite/src/src/test_multiplex.c static int multiplexGetLastError(sqlite3_vfs *a, int b, char *c){
b                 455 third_party/sqlite/src/src/test_multiplex.c   return gMultiplex.pOrigVfs->xGetLastError(gMultiplex.pOrigVfs, b, c);
b                 457 third_party/sqlite/src/src/test_multiplex.c static int multiplexCurrentTimeInt64(sqlite3_vfs *a, sqlite3_int64 *b){
b                 458 third_party/sqlite/src/src/test_multiplex.c   return gMultiplex.pOrigVfs->xCurrentTimeInt64(gMultiplex.pOrigVfs, b);
b                 601 third_party/sqlite/src/src/test_osinst.c static int vfslogGetLastError(sqlite3_vfs *pVfs, int a, char *b){
b                 602 third_party/sqlite/src/src/test_osinst.c   return REALVFS(pVfs)->xGetLastError(REALVFS(pVfs), a, b);
b                 226 third_party/sqlite/src/src/util.c   register unsigned char *a, *b;
b                 228 third_party/sqlite/src/src/util.c   b = (unsigned char *)zRight;
b                 229 third_party/sqlite/src/src/util.c   while( *a!=0 && UpperToLower[*a]==UpperToLower[*b]){ a++; b++; }
b                 230 third_party/sqlite/src/src/util.c   return UpperToLower[*a] - UpperToLower[*b];
b                 233 third_party/sqlite/src/src/util.c   register unsigned char *a, *b;
b                 235 third_party/sqlite/src/src/util.c   b = (unsigned char *)zRight;
b                 236 third_party/sqlite/src/src/util.c   while( N-- > 0 && *a!=0 && UpperToLower[*a]==UpperToLower[*b]){ a++; b++; }
b                 237 third_party/sqlite/src/src/util.c   return N<0 ? 0 : UpperToLower[*a] - UpperToLower[*b];
b                 669 third_party/sqlite/src/src/util.c   u32 a,b,s;
b                 680 third_party/sqlite/src/src/util.c   b = *p;
b                 682 third_party/sqlite/src/src/util.c   if (!(b&0x80))
b                 686 third_party/sqlite/src/src/util.c     a |= b;
b                 702 third_party/sqlite/src/src/util.c     b &= 0x7f;
b                 703 third_party/sqlite/src/src/util.c     b = b<<7;
b                 704 third_party/sqlite/src/src/util.c     a |= b;
b                 712 third_party/sqlite/src/src/util.c   b = b<<14;
b                 713 third_party/sqlite/src/src/util.c   b |= *p;
b                 715 third_party/sqlite/src/src/util.c   if (!(b&0x80))
b                 717 third_party/sqlite/src/src/util.c     b &= SLOT_2_0;
b                 721 third_party/sqlite/src/src/util.c     a |= b;
b                 731 third_party/sqlite/src/src/util.c   b &= SLOT_2_0;
b                 744 third_party/sqlite/src/src/util.c     b = b<<7;
b                 745 third_party/sqlite/src/src/util.c     a |= b;
b                 753 third_party/sqlite/src/src/util.c   s |= b;
b                 757 third_party/sqlite/src/src/util.c   b = b<<14;
b                 758 third_party/sqlite/src/src/util.c   b |= *p;
b                 760 third_party/sqlite/src/src/util.c   if (!(b&0x80))
b                 766 third_party/sqlite/src/src/util.c     a |= b;
b                 779 third_party/sqlite/src/src/util.c     b &= SLOT_2_0;
b                 780 third_party/sqlite/src/src/util.c     b = b<<7;
b                 781 third_party/sqlite/src/src/util.c     a |= b;
b                 790 third_party/sqlite/src/src/util.c   b = b<<14;
b                 791 third_party/sqlite/src/src/util.c   b |= *p;
b                 793 third_party/sqlite/src/src/util.c   if (!(b&0x80))
b                 795 third_party/sqlite/src/src/util.c     b &= SLOT_4_2_0;
b                 799 third_party/sqlite/src/src/util.c     a |= b;
b                 812 third_party/sqlite/src/src/util.c   b &= SLOT_2_0;
b                 813 third_party/sqlite/src/src/util.c   b = b<<8;
b                 814 third_party/sqlite/src/src/util.c   a |= b;
b                 817 third_party/sqlite/src/src/util.c   b = p[-4];
b                 818 third_party/sqlite/src/src/util.c   b &= 0x7f;
b                 819 third_party/sqlite/src/src/util.c   b = b>>3;
b                 820 third_party/sqlite/src/src/util.c   s |= b;
b                 839 third_party/sqlite/src/src/util.c   u32 a,b;
b                 856 third_party/sqlite/src/src/util.c   b = *p;
b                 858 third_party/sqlite/src/src/util.c   if (!(b&0x80))
b                 863 third_party/sqlite/src/src/util.c     *v = a | b;
b                 876 third_party/sqlite/src/src/util.c     b &= 0x7f;
b                 877 third_party/sqlite/src/src/util.c     b = b<<7;
b                 878 third_party/sqlite/src/src/util.c     *v = a | b;
b                 913 third_party/sqlite/src/src/util.c   b = b<<14;
b                 914 third_party/sqlite/src/src/util.c   b |= *p;
b                 916 third_party/sqlite/src/src/util.c   if (!(b&0x80))
b                 919 third_party/sqlite/src/src/util.c     b &= (0x7f<<14)|(0x7f);
b                 922 third_party/sqlite/src/src/util.c     *v = a | b;
b                 934 third_party/sqlite/src/src/util.c     b &= SLOT_4_2_0;
b                 935 third_party/sqlite/src/src/util.c     b = b<<7;
b                 936 third_party/sqlite/src/src/util.c     *v = a | b;
b                 893 third_party/sqlite/src/src/where.c         Bitmask b = 0;
b                 906 third_party/sqlite/src/src/where.c               b |= getMask(pMaskSet, pAndTerm->leftCursor);
b                 910 third_party/sqlite/src/src/where.c         indexable &= b;
b                 916 third_party/sqlite/src/src/where.c       Bitmask b;
b                 917 third_party/sqlite/src/src/where.c       b = getMask(pMaskSet, pOrTerm->leftCursor);
b                 920 third_party/sqlite/src/src/where.c         b |= getMask(pMaskSet, pOther->leftCursor);
b                 922 third_party/sqlite/src/src/where.c       indexable &= b;
b                 926 third_party/sqlite/src/src/where.c         chngToIN &= b;
b                4754 third_party/sqlite/src/src/where.c         Bitmask b = pTabItem->colUsed;
b                4756 third_party/sqlite/src/src/where.c         for(; b; b=b>>1, n++){}
b                 152 third_party/sqlite/src/test/threadtest3.c   register uint32 a, b, c, d;
b                 155 third_party/sqlite/src/test/threadtest3.c   b = buf[1];
b                 159 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478,  7);
b                 160 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
b                 161 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
b                 162 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
b                 163 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf,  7);
b                 164 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12);
b                 165 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, c, d, a, b, in[ 6]+0xa8304613, 17);
b                 166 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, b, c, d, a, in[ 7]+0xfd469501, 22);
b                 167 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, a, b, c, d, in[ 8]+0x698098d8,  7);
b                 168 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, d, a, b, c, in[ 9]+0x8b44f7af, 12);
b                 169 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, c, d, a, b, in[10]+0xffff5bb1, 17);
b                 170 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, b, c, d, a, in[11]+0x895cd7be, 22);
b                 171 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, a, b, c, d, in[12]+0x6b901122,  7);
b                 172 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, d, a, b, c, in[13]+0xfd987193, 12);
b                 173 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, c, d, a, b, in[14]+0xa679438e, 17);
b                 174 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F1, b, c, d, a, in[15]+0x49b40821, 22);
b                 176 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562,  5);
b                 177 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340,  9);
b                 178 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
b                 179 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
b                 180 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d,  5);
b                 181 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, d, a, b, c, in[10]+0x02441453,  9);
b                 182 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
b                 183 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
b                 184 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6,  5);
b                 185 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, d, a, b, c, in[14]+0xc33707d6,  9);
b                 186 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, c, d, a, b, in[ 3]+0xf4d50d87, 14);
b                 187 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, b, c, d, a, in[ 8]+0x455a14ed, 20);
b                 188 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, a, b, c, d, in[13]+0xa9e3e905,  5);
b                 189 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, d, a, b, c, in[ 2]+0xfcefa3f8,  9);
b                 190 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, c, d, a, b, in[ 7]+0x676f02d9, 14);
b                 191 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F2, b, c, d, a, in[12]+0x8d2a4c8a, 20);
b                 193 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942,  4);
b                 194 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
b                 195 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
b                 196 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
b                 197 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44,  4);
b                 198 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
b                 199 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
b                 200 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
b                 201 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6,  4);
b                 202 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, d, a, b, c, in[ 0]+0xeaa127fa, 11);
b                 203 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, c, d, a, b, in[ 3]+0xd4ef3085, 16);
b                 204 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, b, c, d, a, in[ 6]+0x04881d05, 23);
b                 205 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, a, b, c, d, in[ 9]+0xd9d4d039,  4);
b                 206 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, d, a, b, c, in[12]+0xe6db99e5, 11);
b                 207 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, c, d, a, b, in[15]+0x1fa27cf8, 16);
b                 208 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F3, b, c, d, a, in[ 2]+0xc4ac5665, 23);
b                 210 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244,  6);
b                 211 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
b                 212 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
b                 213 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
b                 214 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3,  6);
b                 215 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
b                 216 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
b                 217 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
b                 218 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f,  6);
b                 219 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, d, a, b, c, in[15]+0xfe2ce6e0, 10);
b                 220 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, c, d, a, b, in[ 6]+0xa3014314, 15);
b                 221 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, b, c, d, a, in[13]+0x4e0811a1, 21);
b                 222 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, a, b, c, d, in[ 4]+0xf7537e82,  6);
b                 223 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, d, a, b, c, in[11]+0xbd3af235, 10);
b                 224 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, c, d, a, b, in[ 2]+0x2ad7d2bb, 15);
b                 225 third_party/sqlite/src/test/threadtest3.c   MD5STEP(F4, b, c, d, a, in[ 9]+0xeb86d391, 21);
b                 228 third_party/sqlite/src/test/threadtest3.c   buf[1] += b;
b                 852 third_party/sqlite/src/tool/lemon.c int same_symbol(struct symbol *a, struct symbol *b)
b                 855 third_party/sqlite/src/tool/lemon.c   if( a==b ) return 1;
b                 857 third_party/sqlite/src/tool/lemon.c   if( b->type!=MULTITERMINAL ) return 0;
b                 858 third_party/sqlite/src/tool/lemon.c   if( a->nsubsym!=b->nsubsym ) return 0;
b                 860 third_party/sqlite/src/tool/lemon.c     if( a->subsym[i]!=b->subsym[i] ) return 0;
b                1590 third_party/sqlite/src/tool/lemon.c   char *b,
b                1597 third_party/sqlite/src/tool/lemon.c     head = b;
b                1598 third_party/sqlite/src/tool/lemon.c   }else if( b==0 ){
b                1601 third_party/sqlite/src/tool/lemon.c     if( (*cmp)(a,b)<=0 ){
b                1605 third_party/sqlite/src/tool/lemon.c       ptr = b;
b                1606 third_party/sqlite/src/tool/lemon.c       b = NEXT(b);
b                1609 third_party/sqlite/src/tool/lemon.c     while( a && b ){
b                1610 third_party/sqlite/src/tool/lemon.c       if( (*cmp)(a,b)<=0 ){
b                1615 third_party/sqlite/src/tool/lemon.c         NEXT(ptr) = b;
b                1616 third_party/sqlite/src/tool/lemon.c         ptr = b;
b                1617 third_party/sqlite/src/tool/lemon.c         b = NEXT(b);
b                1621 third_party/sqlite/src/tool/lemon.c     else    NEXT(ptr) = b;
b                3569 third_party/sqlite/src/tool/lemon.c static int axset_compare(const void *a, const void *b){
b                3571 third_party/sqlite/src/tool/lemon.c   struct axset *p2 = (struct axset*)b;
b                4147 third_party/sqlite/src/tool/lemon.c static int stateResortCompare(const void *a, const void *b){
b                4149 third_party/sqlite/src/tool/lemon.c   const struct state *pB = *(const struct state**)b;
b                4453 third_party/sqlite/src/tool/lemon.c   const struct symbol **b = (const struct symbol **) _b;
b                4455 third_party/sqlite/src/tool/lemon.c   int i2 = (**b).index + 10000000*((**b).name[0]>'Z');
b                4456 third_party/sqlite/src/tool/lemon.c   assert( i1!=i2 || strcmp((**a).name,(**b).name)==0 );
b                4617 third_party/sqlite/src/tool/lemon.c   const struct config *b = (struct config *) _b;
b                4619 third_party/sqlite/src/tool/lemon.c   x = a->rp->index - b->rp->index;
b                4620 third_party/sqlite/src/tool/lemon.c   if( x==0 ) x = a->dot - b->dot;
b                4625 third_party/sqlite/src/tool/lemon.c PRIVATE int statecmp(struct config *a, struct config *b)
b                4628 third_party/sqlite/src/tool/lemon.c   for(rc=0; rc==0 && a && b;  a=a->bp, b=b->bp){
b                4629 third_party/sqlite/src/tool/lemon.c     rc = a->rp->index - b->rp->index;
b                4630 third_party/sqlite/src/tool/lemon.c     if( rc==0 ) rc = a->dot - b->dot;
b                4634 third_party/sqlite/src/tool/lemon.c     if( b ) rc = -1;
b                 297 third_party/sqlite/src/tool/mkkeywordhash.c static int keywordCompare1(const void *a, const void *b){
b                 299 third_party/sqlite/src/tool/mkkeywordhash.c   const Keyword *pB = (Keyword*)b;
b                 307 third_party/sqlite/src/tool/mkkeywordhash.c static int keywordCompare2(const void *a, const void *b){
b                 309 third_party/sqlite/src/tool/mkkeywordhash.c   const Keyword *pB = (Keyword*)b;
b                 317 third_party/sqlite/src/tool/mkkeywordhash.c static int keywordCompare3(const void *a, const void *b){
b                 319 third_party/sqlite/src/tool/mkkeywordhash.c   const Keyword *pB = (Keyword*)b;
b                 326 third_party/sqlite/src/tool/showdb.c     unsigned char *b = &a[nLocal];
b                 327 third_party/sqlite/src/tool/showdb.c     ovfl = ((b[0]*256 + b[1])*256 + b[2])*256 + b[3];
b                 301 third_party/talloc/libreplace/replace.h #define bzero(a,b) memset((a),'\0',(b))
b                 599 third_party/talloc/libreplace/replace.h #define MIN(a,b) ((a)<(b)?(a):(b))
b                 603 third_party/talloc/libreplace/replace.h #define MAX(a,b) ((a)>(b)?(a):(b))
b                  27 third_party/talloc/libreplace/test/os2_delete.c #define MIN(a,b) ((a)<(b)?(a):(b))
b                 929 third_party/talloc/libreplace/test/testsuite.c #define CMP_VAL(a,c,b) do { \
b                 930 third_party/talloc/libreplace/test/testsuite.c 	if (a c b) { \
b                 934 third_party/talloc/libreplace/test/testsuite.c 		       #a, (int)a, #c, #b, (int)b); \
b                 938 third_party/talloc/libreplace/test/testsuite.c #define EQUAL_VAL(a,b) CMP_VAL(a,!=,b)
b                 939 third_party/talloc/libreplace/test/testsuite.c #define GREATER_VAL(a,b) CMP_VAL(a,<=,b)
b                 940 third_party/talloc/libreplace/test/testsuite.c #define LESSER_VAL(a,b) CMP_VAL(a,>=,b)
b                 998 third_party/talloc/libreplace/test/testsuite.c #define EQUAL_VAL(a,b) do { \
b                 999 third_party/talloc/libreplace/test/testsuite.c 	if (a != b) { \
b                1003 third_party/talloc/libreplace/test/testsuite.c 		       #a, (int)a, #b, (int)b); \
b                1145 third_party/talloc/talloc.c static INLINE size_t min_size(size_t a, size_t b)
b                1147 third_party/talloc/talloc.c     return a > b ? b : a;
b                 412 third_party/tcmalloc/chromium/src/addressmap-inl.h       for (int b = 0; b < kClusterBlocks; ++b) {
b                 413 third_party/tcmalloc/chromium/src/addressmap-inl.h         for (Entry* e = c->blocks[b]; e != NULL; e = e->next) {
b                  51 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.cc #define cpuid(a, b, c, d, inp) \
b                  55 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.cc        : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
b                  57 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.cc #define cpuid(a, b, c, d, inp) \
b                  61 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.cc        : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
b                1869 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h                       struct kernel_stat*,   b)
b                1906 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h                        void *,         b, size_t, c)
b                1917 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h                       struct kernel_stat*,   b)
b                1919 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h                        const void *,   b, size_t, c)
b                2018 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h                          struct kernel_stat64 *, b)
b                2043 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h                          struct kernel_stat64 *, b)
b                 170 third_party/tcmalloc/chromium/src/base/logging.h #define EXPECT_STREQ(a, b)    CHECK(strcmp(a, b) == 0)
b                 173 third_party/tcmalloc/chromium/src/base/logging.h #define ASSERT_STREQ(a, b)    EXPECT_STREQ(a, b)
b                 201 third_party/tcmalloc/chromium/src/debugallocation.cc   MallocBlockQueueEntry(MallocBlock* b, size_t s) : block(b), size(s) {
b                 202 third_party/tcmalloc/chromium/src/debugallocation.cc     if (FLAGS_max_free_queue_size != 0 && b != NULL) {
b                 492 third_party/tcmalloc/chromium/src/debugallocation.cc     MallocBlock* b = NULL;
b                 515 third_party/tcmalloc/chromium/src/debugallocation.cc       b = (MallocBlock*) (p + (num_pages - 1) * pagesize - sz);
b                 517 third_party/tcmalloc/chromium/src/debugallocation.cc       b = (MallocBlock*) (type == kMallocType ?
b                 522 third_party/tcmalloc/chromium/src/debugallocation.cc     b = (MallocBlock*) (type == kMallocType ?
b                 531 third_party/tcmalloc/chromium/src/debugallocation.cc     if (b != NULL) {
b                 532 third_party/tcmalloc/chromium/src/debugallocation.cc       b->magic1_ = use_malloc_page_fence ? kMagicMMap : kMagicMalloc;
b                 533 third_party/tcmalloc/chromium/src/debugallocation.cc       b->Initialize(size, type);
b                 535 third_party/tcmalloc/chromium/src/debugallocation.cc     return b;
b                 571 third_party/tcmalloc/chromium/src/debugallocation.cc   static void ProcessFreeQueue(MallocBlock* b, size_t size,
b                 577 third_party/tcmalloc/chromium/src/debugallocation.cc     MallocBlockQueueEntry new_entry(b, size);
b                 583 third_party/tcmalloc/chromium/src/debugallocation.cc     if (b != NULL) {
b                 674 third_party/tcmalloc/chromium/src/debugallocation.cc     const MallocBlock* b = queue_entry.block;
b                 714 third_party/tcmalloc/chromium/src/debugallocation.cc             b, b->data_addr(), size);
b                 794 third_party/tcmalloc/chromium/src/debugallocation.cc       const MallocBlock* b = FromRawPointer(ptr);
b                 795 third_party/tcmalloc/chromium/src/debugallocation.cc       b->CheckLocked(*type);
b                 797 third_party/tcmalloc/chromium/src/debugallocation.cc       size_t mysize = b->size1_;
b                 123 third_party/tcmalloc/chromium/src/heap-profile-table.cc                              HeapProfileTable::Stats* b) {
b                 125 third_party/tcmalloc/chromium/src/heap-profile-table.cc   return (a->alloc_size - a->free_size) > (b->alloc_size - b->free_size);
b                 186 third_party/tcmalloc/chromium/src/heap-profile-table.cc   for (Bucket* b = bucket_table_[buck]; b != 0; b = b->next) {
b                 187 third_party/tcmalloc/chromium/src/heap-profile-table.cc     if ((b->hash == h) &&
b                 188 third_party/tcmalloc/chromium/src/heap-profile-table.cc         (b->depth == depth) &&
b                 189 third_party/tcmalloc/chromium/src/heap-profile-table.cc         equal(key, key + depth, b->stack)) {
b                 190 third_party/tcmalloc/chromium/src/heap-profile-table.cc       return b;
b                 198 third_party/tcmalloc/chromium/src/heap-profile-table.cc   Bucket* b = reinterpret_cast<Bucket*>(alloc_(sizeof(Bucket)));
b                 199 third_party/tcmalloc/chromium/src/heap-profile-table.cc   memset(b, 0, sizeof(*b));
b                 200 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b->hash  = h;
b                 201 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b->depth = depth;
b                 202 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b->stack = kcopy;
b                 203 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b->next  = bucket_table_[buck];
b                 204 third_party/tcmalloc/chromium/src/heap-profile-table.cc   bucket_table_[buck] = b;
b                 206 third_party/tcmalloc/chromium/src/heap-profile-table.cc   return b;
b                 218 third_party/tcmalloc/chromium/src/heap-profile-table.cc   Bucket* b = GetBucket(stack_depth, call_stack);
b                 219 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b->allocs++;
b                 220 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b->alloc_size += bytes;
b                 225 third_party/tcmalloc/chromium/src/heap-profile-table.cc   v.set_bucket(b);  // also did set_live(false); set_ignore(false)
b                 233 third_party/tcmalloc/chromium/src/heap-profile-table.cc     Bucket* b = v.bucket();
b                 234 third_party/tcmalloc/chromium/src/heap-profile-table.cc     b->frees++;
b                 235 third_party/tcmalloc/chromium/src/heap-profile-table.cc     b->free_size += v.bytes;
b                 302 third_party/tcmalloc/chromium/src/heap-profile-table.cc int HeapProfileTable::UnparseBucket(const Bucket& b,
b                 307 third_party/tcmalloc/chromium/src/heap-profile-table.cc     profile_stats->allocs += b.allocs;
b                 308 third_party/tcmalloc/chromium/src/heap-profile-table.cc     profile_stats->alloc_size += b.alloc_size;
b                 309 third_party/tcmalloc/chromium/src/heap-profile-table.cc     profile_stats->frees += b.frees;
b                 310 third_party/tcmalloc/chromium/src/heap-profile-table.cc     profile_stats->free_size += b.free_size;
b                 315 third_party/tcmalloc/chromium/src/heap-profile-table.cc              b.allocs - b.frees,
b                 316 third_party/tcmalloc/chromium/src/heap-profile-table.cc              b.alloc_size - b.free_size,
b                 317 third_party/tcmalloc/chromium/src/heap-profile-table.cc              b.allocs,
b                 318 third_party/tcmalloc/chromium/src/heap-profile-table.cc              b.alloc_size,
b                 323 third_party/tcmalloc/chromium/src/heap-profile-table.cc   for (int d = 0; d < b.depth; d++) {
b                 325 third_party/tcmalloc/chromium/src/heap-profile-table.cc                        reinterpret_cast<uintptr_t>(b.stack[d]));
b                 499 third_party/tcmalloc/chromium/src/heap-profile-table.cc   Bucket b;
b                 500 third_party/tcmalloc/chromium/src/heap-profile-table.cc   memset(&b, 0, sizeof(b));
b                 501 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.allocs = 1;
b                 502 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.alloc_size = v->bytes;
b                 503 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.depth = v->bucket()->depth;
b                 504 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.stack = v->bucket()->stack;
b                 506 third_party/tcmalloc/chromium/src/heap-profile-table.cc   int len = UnparseBucket(b, buf, 0, sizeof(buf), "", args.profile_stats);
b                 515 third_party/tcmalloc/chromium/src/heap-profile-table.cc   Bucket b;
b                 516 third_party/tcmalloc/chromium/src/heap-profile-table.cc   memset(&b, 0, sizeof(b));
b                 517 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.allocs = 1;
b                 518 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.alloc_size = v->bytes;
b                 519 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.depth = v->bucket()->depth;
b                 520 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.stack = v->bucket()->stack;
b                 524 third_party/tcmalloc/chromium/src/heap-profile-table.cc   int len = UnparseBucket(b, buf, 0, sizeof(buf), addr, NULL);
b                 246 third_party/tcmalloc/chromium/src/heap-profile-table.h     void set_bucket(Bucket* b) { bucket_rep = reinterpret_cast<uintptr_t>(b); }
b                 366 third_party/tcmalloc/chromium/src/heap-profile-table.h   static int UnparseBucket(const Bucket& b,
b                  79 third_party/tcmalloc/chromium/src/internal_logging.cc          LogItem a, LogItem b, LogItem c, LogItem d) {
b                  88 third_party/tcmalloc/chromium/src/internal_logging.cc       && state.Add(b)
b                  99 third_party/tcmalloc/chromium/src/internal_logging.h                 LogItem a, LogItem b = LogItem(),
b                 606 third_party/tcmalloc/chromium/src/memory_region_map.cc     HeapProfileBucket* b = GetBucket(depth, region.call_stack);
b                 607 third_party/tcmalloc/chromium/src/memory_region_map.cc     ++b->allocs;
b                 608 third_party/tcmalloc/chromium/src/memory_region_map.cc     b->alloc_size += size;
b                 741 third_party/tcmalloc/chromium/src/memory_region_map.cc   HeapProfileBucket* b = GetBucket(depth, stack);
b                 742 third_party/tcmalloc/chromium/src/memory_region_map.cc   ++b->frees;
b                 743 third_party/tcmalloc/chromium/src/memory_region_map.cc   b->free_size += size;
b                 170 third_party/tcmalloc/chromium/src/profiledata.cc   for (int b = 0; b < kBuckets; b++) {
b                 171 third_party/tcmalloc/chromium/src/profiledata.cc     Bucket* bucket = &hash_[b];
b                 245 third_party/tcmalloc/chromium/src/profiledata.cc   for (int b = 0; b < kBuckets; b++) {
b                 246 third_party/tcmalloc/chromium/src/profiledata.cc     Bucket* bucket = &hash_[b];
b                  84 third_party/tcmalloc/chromium/src/stack_trace_table.cc   Bucket* b = table_[idx];
b                  85 third_party/tcmalloc/chromium/src/stack_trace_table.cc   while (b != NULL && !b->KeyEqual(h, t)) {
b                  86 third_party/tcmalloc/chromium/src/stack_trace_table.cc     b = b->next;
b                  88 third_party/tcmalloc/chromium/src/stack_trace_table.cc   if (b != NULL) {
b                  89 third_party/tcmalloc/chromium/src/stack_trace_table.cc     b->count++;
b                  90 third_party/tcmalloc/chromium/src/stack_trace_table.cc     b->trace.size += t.size;  // keep cumulative size
b                  94 third_party/tcmalloc/chromium/src/stack_trace_table.cc     b = Static::bucket_allocator()->New();
b                  95 third_party/tcmalloc/chromium/src/stack_trace_table.cc     if (b == NULL) {
b                  97 third_party/tcmalloc/chromium/src/stack_trace_table.cc           "tcmalloc: could not allocate bucket", sizeof(*b));
b                 100 third_party/tcmalloc/chromium/src/stack_trace_table.cc       b->hash = h;
b                 101 third_party/tcmalloc/chromium/src/stack_trace_table.cc       b->trace = t;
b                 102 third_party/tcmalloc/chromium/src/stack_trace_table.cc       b->count = 1;
b                 103 third_party/tcmalloc/chromium/src/stack_trace_table.cc       b->next = table_[idx];
b                 104 third_party/tcmalloc/chromium/src/stack_trace_table.cc       table_[idx] = b;
b                 127 third_party/tcmalloc/chromium/src/stack_trace_table.cc     Bucket* b = table_[i];
b                 128 third_party/tcmalloc/chromium/src/stack_trace_table.cc     while (b != NULL) {
b                 129 third_party/tcmalloc/chromium/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(static_cast<uintptr_t>(b->count));
b                 130 third_party/tcmalloc/chromium/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(b->trace.size);  // cumulative size
b                 131 third_party/tcmalloc/chromium/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(b->trace.depth);
b                 132 third_party/tcmalloc/chromium/src/stack_trace_table.cc       for (int d = 0; d < b->trace.depth; ++d) {
b                 133 third_party/tcmalloc/chromium/src/stack_trace_table.cc         out[idx++] = b->trace.stack[d];
b                 135 third_party/tcmalloc/chromium/src/stack_trace_table.cc       b = b->next;
b                 147 third_party/tcmalloc/chromium/src/stack_trace_table.cc     Bucket* b = table_[i];
b                 148 third_party/tcmalloc/chromium/src/stack_trace_table.cc     while (b != NULL) {
b                 149 third_party/tcmalloc/chromium/src/stack_trace_table.cc       Bucket* next = b->next;
b                 150 third_party/tcmalloc/chromium/src/stack_trace_table.cc       Static::bucket_allocator()->Delete(b);
b                 151 third_party/tcmalloc/chromium/src/stack_trace_table.cc       b = next;
b                 114 third_party/tcmalloc/chromium/src/system-alloc.cc   u4 b;
b                 123 third_party/tcmalloc/chromium/src/system-alloc.cc   u4 e = x->a - rot(x->b, 27);
b                 124 third_party/tcmalloc/chromium/src/system-alloc.cc   x->a = x->b ^ rot(x->c, 17);
b                 125 third_party/tcmalloc/chromium/src/system-alloc.cc   x->b = x->c + x->d;
b                 134 third_party/tcmalloc/chromium/src/system-alloc.cc   x->b = x->c = x->d = seed;
b                  43 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc #define TEST(a, b)                                      \
b                  44 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   struct Test_##a##_##b {                               \
b                  45 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     Test_##a##_##b() { g_testlist.push_back(&Run); }    \
b                  48 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   static Test_##a##_##b g_test_##a##_##b;               \
b                  49 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   void Test_##a##_##b::Run()
b                1110 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   char b[7];
b                  65 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc #define TEST(a, b)                                      \
b                  66 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc   struct Test_##a##_##b {                               \
b                  67 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc     Test_##a##_##b() { g_testlist.push_back(&Run); }    \
b                  70 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc   static Test_##a##_##b g_test_##a##_##b;               \
b                  71 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc   void Test_##a##_##b::Run()
b                 125 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc   char a, b, c, d, e;
b                 144 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc   map.set(41, &b);
b                 151 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc   CHECK(map.Next(41) == &b);
b                  58 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc   char b[128];
b                  64 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc     snprintf(b, sizeof(b), "other: %d", result);  // get some libc action
b                  71 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc   char b[128];
b                  77 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc     snprintf(b, sizeof(b), "same: %d", result);  // get some libc action
b                  11 third_party/tcmalloc/chromium/src/tests/raw_printer_test.cc #define TEST(a, b)  void TEST_##a##_##b()
b                  12 third_party/tcmalloc/chromium/src/tests/raw_printer_test.cc #define RUN_TEST(a, b)  TEST_##a##_##b()
b                  63 third_party/tcmalloc/chromium/src/tests/sampler_test.cc #define TEST(a, b)                                      \
b                  64 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   struct Test_##a##_##b {                               \
b                  65 third_party/tcmalloc/chromium/src/tests/sampler_test.cc     Test_##a##_##b() { g_testlist.push_back(&Run); }    \
b                  68 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   static Test_##a##_##b g_test_##a##_##b;               \
b                  69 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   void Test_##a##_##b::Run()
b                 840 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   void* b = malloc(MB);
b                 842 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   CheckRangeCallback(b, base::MallocRange::INUSE, MB);
b                 845 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   CheckRangeCallback(b, base::MallocRange::INUSE, MB);
b                 848 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   CheckRangeCallback(b, base::MallocRange::INUSE, MB);
b                 849 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   free(b);
b                 851 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   CheckRangeCallback(b, base::MallocRange::FREE, MB);
b                 873 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   void* b = malloc(MB);
b                 895 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   free(b);
b                 154 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   void set_is_valid(bool b) { is_valid_ = b; }
b                 412 third_party/tcmalloc/vendor/src/addressmap-inl.h       for (int b = 0; b < kClusterBlocks; ++b) {
b                 413 third_party/tcmalloc/vendor/src/addressmap-inl.h         for (Entry* e = c->blocks[b]; e != NULL; e = e->next) {
b                  51 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.cc #define cpuid(a, b, c, d, inp) \
b                  55 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.cc        : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
b                  57 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.cc #define cpuid(a, b, c, d, inp) \
b                  61 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.cc        : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
b                1785 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h                       struct kernel_stat*,   b)
b                1814 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h                        void *,         b, size_t, c)
b                1825 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h                       struct kernel_stat*,   b)
b                1827 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h                        const void *,   b, size_t, c)
b                1922 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h                          struct kernel_stat64 *, b)
b                1947 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h                          struct kernel_stat64 *, b)
b                 165 third_party/tcmalloc/vendor/src/base/logging.h #define EXPECT_STREQ(a, b)    CHECK(strcmp(a, b) == 0)
b                 168 third_party/tcmalloc/vendor/src/base/logging.h #define ASSERT_STREQ(a, b)    EXPECT_STREQ(a, b)
b                 203 third_party/tcmalloc/vendor/src/debugallocation.cc   MallocBlockQueueEntry(MallocBlock* b, size_t s) : block(b), size(s) {
b                 204 third_party/tcmalloc/vendor/src/debugallocation.cc     if (FLAGS_max_free_queue_size != 0 && b != NULL) {
b                 494 third_party/tcmalloc/vendor/src/debugallocation.cc     MallocBlock* b = NULL;
b                 517 third_party/tcmalloc/vendor/src/debugallocation.cc       b = (MallocBlock*) (p + (num_pages - 1) * pagesize - sz);
b                 519 third_party/tcmalloc/vendor/src/debugallocation.cc       b = (MallocBlock*) (type == kMallocType ?
b                 524 third_party/tcmalloc/vendor/src/debugallocation.cc     b = (MallocBlock*) (type == kMallocType ?
b                 533 third_party/tcmalloc/vendor/src/debugallocation.cc     if (b != NULL) {
b                 534 third_party/tcmalloc/vendor/src/debugallocation.cc       b->magic1_ = use_malloc_page_fence ? kMagicMMap : kMagicMalloc;
b                 535 third_party/tcmalloc/vendor/src/debugallocation.cc       b->Initialize(size, type);
b                 537 third_party/tcmalloc/vendor/src/debugallocation.cc     return b;
b                 573 third_party/tcmalloc/vendor/src/debugallocation.cc   static void ProcessFreeQueue(MallocBlock* b, size_t size,
b                 579 third_party/tcmalloc/vendor/src/debugallocation.cc     MallocBlockQueueEntry new_entry(b, size);
b                 585 third_party/tcmalloc/vendor/src/debugallocation.cc     if (b != NULL) {
b                 678 third_party/tcmalloc/vendor/src/debugallocation.cc     const MallocBlock* b = queue_entry.block;
b                 718 third_party/tcmalloc/vendor/src/debugallocation.cc             b, b->data_addr(), size);
b                 787 third_party/tcmalloc/vendor/src/debugallocation.cc       const MallocBlock* b = FromRawPointer(ptr);
b                 788 third_party/tcmalloc/vendor/src/debugallocation.cc       b->CheckLocked(*type);
b                 790 third_party/tcmalloc/vendor/src/debugallocation.cc       size_t mysize = b->size1_;
b                 118 third_party/tcmalloc/vendor/src/heap-profile-table.cc                              HeapProfileTable::Stats* b) {
b                 120 third_party/tcmalloc/vendor/src/heap-profile-table.cc   return (a->alloc_size - a->free_size) > (b->alloc_size - b->free_size);
b                 166 third_party/tcmalloc/vendor/src/heap-profile-table.cc     for (int b = 0; b < kHashTableSize; b++) {
b                 167 third_party/tcmalloc/vendor/src/heap-profile-table.cc       for (Bucket* x = table[b]; x != 0; /**/) {
b                 168 third_party/tcmalloc/vendor/src/heap-profile-table.cc         Bucket* b = x;
b                 170 third_party/tcmalloc/vendor/src/heap-profile-table.cc         dealloc_(b->stack);
b                 171 third_party/tcmalloc/vendor/src/heap-profile-table.cc         dealloc_(b);
b                 193 third_party/tcmalloc/vendor/src/heap-profile-table.cc   for (Bucket* b = table[buck]; b != 0; b = b->next) {
b                 194 third_party/tcmalloc/vendor/src/heap-profile-table.cc     if ((b->hash == h) &&
b                 195 third_party/tcmalloc/vendor/src/heap-profile-table.cc         (b->depth == depth) &&
b                 196 third_party/tcmalloc/vendor/src/heap-profile-table.cc         equal(key, key + depth, b->stack)) {
b                 197 third_party/tcmalloc/vendor/src/heap-profile-table.cc       return b;
b                 205 third_party/tcmalloc/vendor/src/heap-profile-table.cc   Bucket* b = reinterpret_cast<Bucket*>(alloc_(sizeof(Bucket)));
b                 206 third_party/tcmalloc/vendor/src/heap-profile-table.cc   memset(b, 0, sizeof(*b));
b                 207 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b->hash  = h;
b                 208 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b->depth = depth;
b                 209 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b->stack = kcopy;
b                 210 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b->next  = table[buck];
b                 211 third_party/tcmalloc/vendor/src/heap-profile-table.cc   table[buck] = b;
b                 215 third_party/tcmalloc/vendor/src/heap-profile-table.cc   return b;
b                 227 third_party/tcmalloc/vendor/src/heap-profile-table.cc   Bucket* b = GetBucket(stack_depth, call_stack, alloc_table_,
b                 229 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b->allocs++;
b                 230 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b->alloc_size += bytes;
b                 235 third_party/tcmalloc/vendor/src/heap-profile-table.cc   v.set_bucket(b);  // also did set_live(false); set_ignore(false)
b                 243 third_party/tcmalloc/vendor/src/heap-profile-table.cc     Bucket* b = v.bucket();
b                 244 third_party/tcmalloc/vendor/src/heap-profile-table.cc     b->frees++;
b                 245 third_party/tcmalloc/vendor/src/heap-profile-table.cc     b->free_size += v.bytes;
b                 295 third_party/tcmalloc/vendor/src/heap-profile-table.cc int HeapProfileTable::UnparseBucket(const Bucket& b,
b                 300 third_party/tcmalloc/vendor/src/heap-profile-table.cc     profile_stats->allocs += b.allocs;
b                 301 third_party/tcmalloc/vendor/src/heap-profile-table.cc     profile_stats->alloc_size += b.alloc_size;
b                 302 third_party/tcmalloc/vendor/src/heap-profile-table.cc     profile_stats->frees += b.frees;
b                 303 third_party/tcmalloc/vendor/src/heap-profile-table.cc     profile_stats->free_size += b.free_size;
b                 307 third_party/tcmalloc/vendor/src/heap-profile-table.cc              b.allocs - b.frees,
b                 308 third_party/tcmalloc/vendor/src/heap-profile-table.cc              b.alloc_size - b.free_size,
b                 309 third_party/tcmalloc/vendor/src/heap-profile-table.cc              b.allocs,
b                 310 third_party/tcmalloc/vendor/src/heap-profile-table.cc              b.alloc_size,
b                 315 third_party/tcmalloc/vendor/src/heap-profile-table.cc   for (int d = 0; d < b.depth; d++) {
b                 317 third_party/tcmalloc/vendor/src/heap-profile-table.cc                        reinterpret_cast<uintptr_t>(b.stack[d]));
b                 336 third_party/tcmalloc/vendor/src/heap-profile-table.cc   for (int b = 0; b < kHashTableSize; b++) {
b                 337 third_party/tcmalloc/vendor/src/heap-profile-table.cc     for (Bucket* x = alloc_table_[b]; x != 0; x = x->next) {
b                 344 third_party/tcmalloc/vendor/src/heap-profile-table.cc     for (int b = 0; b < kHashTableSize; b++) {
b                 345 third_party/tcmalloc/vendor/src/heap-profile-table.cc       for (Bucket* x = mmap_table_[b]; x != 0; x = x->next) {
b                 375 third_party/tcmalloc/vendor/src/heap-profile-table.cc     Bucket* b =
b                 377 third_party/tcmalloc/vendor/src/heap-profile-table.cc     if (b->alloc_size == 0) {
b                 380 third_party/tcmalloc/vendor/src/heap-profile-table.cc     b->allocs += 1;
b                 381 third_party/tcmalloc/vendor/src/heap-profile-table.cc     b->alloc_size += r->end_addr - r->start_addr;
b                 384 third_party/tcmalloc/vendor/src/heap-profile-table.cc     v.set_bucket(b);
b                 466 third_party/tcmalloc/vendor/src/heap-profile-table.cc   Bucket b;
b                 467 third_party/tcmalloc/vendor/src/heap-profile-table.cc   memset(&b, 0, sizeof(b));
b                 468 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b.allocs = 1;
b                 469 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b.alloc_size = v->bytes;
b                 470 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b.depth = v->bucket()->depth;
b                 471 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b.stack = v->bucket()->stack;
b                 473 third_party/tcmalloc/vendor/src/heap-profile-table.cc   int len = UnparseBucket(b, buf, 0, sizeof(buf), "", args.profile_stats);
b                 479 third_party/tcmalloc/vendor/src/heap-profile-table.cc   Bucket* b = v->bucket();
b                 480 third_party/tcmalloc/vendor/src/heap-profile-table.cc   if (b != NULL) {
b                 481 third_party/tcmalloc/vendor/src/heap-profile-table.cc     b->allocs = 0;
b                 482 third_party/tcmalloc/vendor/src/heap-profile-table.cc     b->alloc_size = 0;
b                 483 third_party/tcmalloc/vendor/src/heap-profile-table.cc     b->free_size = 0;
b                 484 third_party/tcmalloc/vendor/src/heap-profile-table.cc     b->frees = 0;
b                 220 third_party/tcmalloc/vendor/src/heap-profile-table.h     void set_bucket(Bucket* b) { bucket_rep = reinterpret_cast<uintptr_t>(b); }
b                 272 third_party/tcmalloc/vendor/src/heap-profile-table.h   static int UnparseBucket(const Bucket& b,
b                  78 third_party/tcmalloc/vendor/src/internal_logging.cc          LogItem a, LogItem b, LogItem c, LogItem d) {
b                  87 third_party/tcmalloc/vendor/src/internal_logging.cc       && state.Add(b)
b                  99 third_party/tcmalloc/vendor/src/internal_logging.h                 LogItem a, LogItem b = LogItem(),
b                 170 third_party/tcmalloc/vendor/src/profiledata.cc   for (int b = 0; b < kBuckets; b++) {
b                 171 third_party/tcmalloc/vendor/src/profiledata.cc     Bucket* bucket = &hash_[b];
b                 245 third_party/tcmalloc/vendor/src/profiledata.cc   for (int b = 0; b < kBuckets; b++) {
b                 246 third_party/tcmalloc/vendor/src/profiledata.cc     Bucket* bucket = &hash_[b];
b                  84 third_party/tcmalloc/vendor/src/stack_trace_table.cc   Bucket* b = table_[idx];
b                  85 third_party/tcmalloc/vendor/src/stack_trace_table.cc   while (b != NULL && !b->KeyEqual(h, t)) {
b                  86 third_party/tcmalloc/vendor/src/stack_trace_table.cc     b = b->next;
b                  88 third_party/tcmalloc/vendor/src/stack_trace_table.cc   if (b != NULL) {
b                  89 third_party/tcmalloc/vendor/src/stack_trace_table.cc     b->count++;
b                  90 third_party/tcmalloc/vendor/src/stack_trace_table.cc     b->trace.size += t.size;  // keep cumulative size
b                  94 third_party/tcmalloc/vendor/src/stack_trace_table.cc     b = Static::bucket_allocator()->New();
b                  95 third_party/tcmalloc/vendor/src/stack_trace_table.cc     if (b == NULL) {
b                  97 third_party/tcmalloc/vendor/src/stack_trace_table.cc           "tcmalloc: could not allocate bucket", sizeof(*b));
b                 100 third_party/tcmalloc/vendor/src/stack_trace_table.cc       b->hash = h;
b                 101 third_party/tcmalloc/vendor/src/stack_trace_table.cc       b->trace = t;
b                 102 third_party/tcmalloc/vendor/src/stack_trace_table.cc       b->count = 1;
b                 103 third_party/tcmalloc/vendor/src/stack_trace_table.cc       b->next = table_[idx];
b                 104 third_party/tcmalloc/vendor/src/stack_trace_table.cc       table_[idx] = b;
b                 127 third_party/tcmalloc/vendor/src/stack_trace_table.cc     Bucket* b = table_[i];
b                 128 third_party/tcmalloc/vendor/src/stack_trace_table.cc     while (b != NULL) {
b                 129 third_party/tcmalloc/vendor/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(static_cast<uintptr_t>(b->count));
b                 130 third_party/tcmalloc/vendor/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(b->trace.size);  // cumulative size
b                 131 third_party/tcmalloc/vendor/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(b->trace.depth);
b                 132 third_party/tcmalloc/vendor/src/stack_trace_table.cc       for (int d = 0; d < b->trace.depth; ++d) {
b                 133 third_party/tcmalloc/vendor/src/stack_trace_table.cc         out[idx++] = b->trace.stack[d];
b                 135 third_party/tcmalloc/vendor/src/stack_trace_table.cc       b = b->next;
b                 147 third_party/tcmalloc/vendor/src/stack_trace_table.cc     Bucket* b = table_[i];
b                 148 third_party/tcmalloc/vendor/src/stack_trace_table.cc     while (b != NULL) {
b                 149 third_party/tcmalloc/vendor/src/stack_trace_table.cc       Bucket* next = b->next;
b                 150 third_party/tcmalloc/vendor/src/stack_trace_table.cc       Static::bucket_allocator()->Delete(b);
b                 151 third_party/tcmalloc/vendor/src/stack_trace_table.cc       b = next;
b                  43 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc #define TEST(a, b)                                      \
b                  44 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   struct Test_##a##_##b {                               \
b                  45 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     Test_##a##_##b() { g_testlist.push_back(&Run); }    \
b                  48 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   static Test_##a##_##b g_test_##a##_##b;               \
b                  49 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   void Test_##a##_##b::Run()
b                1110 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   char b[7];
b                  65 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc #define TEST(a, b)                                      \
b                  66 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc   struct Test_##a##_##b {                               \
b                  67 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc     Test_##a##_##b() { g_testlist.push_back(&Run); }    \
b                  70 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc   static Test_##a##_##b g_test_##a##_##b;               \
b                  71 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc   void Test_##a##_##b::Run()
b                 125 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc   char a, b, c, d, e;
b                 144 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc   map.set(41, &b);
b                 151 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc   CHECK(map.Next(41) == &b);
b                  58 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc   char b[128];
b                  64 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc     snprintf(b, sizeof(b), "other: %d", result);  // get some libc action
b                  71 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc   char b[128];
b                  77 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc     snprintf(b, sizeof(b), "same: %d", result);  // get some libc action
b                  11 third_party/tcmalloc/vendor/src/tests/raw_printer_test.cc #define TEST(a, b)  void TEST_##a##_##b()
b                  12 third_party/tcmalloc/vendor/src/tests/raw_printer_test.cc #define RUN_TEST(a, b)  TEST_##a##_##b()
b                  63 third_party/tcmalloc/vendor/src/tests/sampler_test.cc #define TEST(a, b)                                      \
b                  64 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   struct Test_##a##_##b {                               \
b                  65 third_party/tcmalloc/vendor/src/tests/sampler_test.cc     Test_##a##_##b() { g_testlist.push_back(&Run); }    \
b                  68 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   static Test_##a##_##b g_test_##a##_##b;               \
b                  69 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   void Test_##a##_##b::Run()
b                 840 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   void* b = malloc(MB);
b                 842 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   CheckRangeCallback(b, base::MallocRange::INUSE, MB);
b                 845 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   CheckRangeCallback(b, base::MallocRange::INUSE, MB);
b                 848 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   CheckRangeCallback(b, base::MallocRange::INUSE, MB);
b                 849 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   free(b);
b                 851 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   CheckRangeCallback(b, base::MallocRange::FREE, MB);
b                 873 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   void* b = malloc(MB);
b                 895 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   free(b);
b                3579 third_party/tcmalloc/vendor/src/third_party/valgrind.h #define VG_USERREQ_TOOL_BASE(a,b) \
b                3580 third_party/tcmalloc/vendor/src/third_party/valgrind.h    ((unsigned int)(((a)&0xff) << 24 | ((b)&0xff) << 16))
b                3581 third_party/tcmalloc/vendor/src/third_party/valgrind.h #define VG_IS_TOOL_USERREQ(a, b, v) \
b                3582 third_party/tcmalloc/vendor/src/third_party/valgrind.h    (VG_USERREQ_TOOL_BASE(a,b) == ((v) & 0xffff0000))
b                 154 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   void set_is_valid(bool b) { is_valid_ = b; }
b                 321 third_party/wtl/include/atlmisc.h 	CRect(int l, int t, int r, int b)
b                 326 third_party/wtl/include/atlmisc.h 		bottom = b;
b                 464 third_party/wtl/include/atlmisc.h 	void InflateRect(int l, int t, int r, int b)
b                 469 third_party/wtl/include/atlmisc.h 		bottom += b;
b                 490 third_party/wtl/include/atlmisc.h 	void DeflateRect(int l, int t, int r, int b)
b                 495 third_party/wtl/include/atlmisc.h 		bottom -= b;
b                 169 third_party/wtl/include/atlprint.h 		bool b = false;
b                 174 third_party/wtl/include/atlprint.h 			b = OpenPrinter(lpszPrinterName, pDevMode);
b                 177 third_party/wtl/include/atlprint.h 		return b;
b                 370 third_party/wtl/include/atlprint.h 		bool b = pinfo.GetPrinterInfo(hPrinter);
b                 371 third_party/wtl/include/atlprint.h 		if (b)
b                 372 third_party/wtl/include/atlprint.h 		 b = CopyFromDEVMODE(pinfo.m_pi->pDevMode);
b                 373 third_party/wtl/include/atlprint.h 		return b;
b                 394 third_party/wtl/include/atlprint.h 		bool b = false;
b                 398 third_party/wtl/include/atlprint.h 			b = CopyFromDEVMODE(pdm);
b                 401 third_party/wtl/include/atlprint.h 		return b;
b                1615 third_party/wtl/include/atlscrl.h 			int b = rc.bottom;
b                1617 third_party/wtl/include/atlscrl.h 			rc.top = b;
b                  30 third_party/zlib/contrib/minizip/crypt.h #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
b                  77 third_party/zlib/contrib/minizip/zip.c #define MAKEULONG64(a, b) ((ZPOS64_T)(((unsigned long)(a)) | ((ZPOS64_T)((unsigned long)(b))) << 32))
b                  86 third_party/zlib/deflate.c local void putShortMSB    OF((deflate_state *s, uInt b));
b                 554 third_party/zlib/deflate.c local void putShortMSB (s, b)
b                 556 third_party/zlib/deflate.c     uInt b;
b                 558 third_party/zlib/deflate.c     put_byte(s, (Byte)(b >> 8));
b                 559 third_party/zlib/deflate.c     put_byte(s, (Byte)(b & 0xff));
b                  10 tools/clang/empty_string/tests/test-expected.cc void TestDeclarations() { std::string a, b("abc"), c; }
b                  15 tools/clang/empty_string/tests/test-expected.cc                *b = new std::string("abc"),
b                  25 tools/clang/empty_string/tests/test-expected.cc   TestInitializers(double) : b("cat"), c() {}
b                  29 tools/clang/empty_string/tests/test-expected.cc   std::string b;
b                  10 tools/clang/empty_string/tests/test-original.cc void TestDeclarations() { std::string a(""), b("abc"), c(""); }
b                  15 tools/clang/empty_string/tests/test-original.cc               *b = new std::string("abc"),
b                  25 tools/clang/empty_string/tests/test-original.cc   TestInitializers(double) : a(""), b("cat"), c() {}
b                  29 tools/clang/empty_string/tests/test-original.cc   std::string b;
b                  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;
b                   8 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-expected.cc   scoped_ptr<int> a, b(new int), c;
b                  13 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-expected.cc   scoped_ptr<int>* a = new scoped_ptr<int>, *b = new scoped_ptr<int>(new int),
b                  22 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-expected.cc       : b(new int), c(), f(static_cast<int*>(malloc(sizeof(int)))) {}
b                  26 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-expected.cc   scoped_ptr<int> b;
b                  33 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-expected.cc scoped_ptr<int> TestTemporaries(scoped_ptr<int> a, scoped_ptr<int> b) {
b                   8 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-original.cc   scoped_ptr<int> a(NULL), b(new int), c(NULL);
b                  14 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-original.cc                    *b = new scoped_ptr<int>(new int),
b                  21 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-original.cc   TestInitializers(bool) : a(NULL), b(NULL), e(NULL) {}
b                  23 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-original.cc       : a(NULL), b(new int), c(), f(static_cast<int*>(malloc(sizeof(int)))) {}
b                  27 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-original.cc   scoped_ptr<int> b;
b                  34 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-original.cc scoped_ptr<int> TestTemporaries(scoped_ptr<int> a, scoped_ptr<int> b) {
b                  40 tools/gn/builder_unittest.cc   bool HasLoadedTwo(const SourceFile& a, const SourceFile& b) {
b                  47 tools/gn/builder_unittest.cc         (files_[0] == a && files_[1] == b) ||
b                  48 tools/gn/builder_unittest.cc         (files_[0] == b && files_[0] == a));
b                 152 tools/gn/builder_unittest.cc   Target* b = new Target(&settings_, b_label);
b                 154 tools/gn/builder_unittest.cc   b->set_output_type(Target::SHARED_LIBRARY);
b                 155 tools/gn/builder_unittest.cc   builder_->ItemDefined(scoped_ptr<Item>(b));
b                 195 tools/gn/builder_unittest.cc   Target* b = new Target(&settings2, b_label);
b                 196 tools/gn/builder_unittest.cc   b->set_output_type(Target::EXECUTABLE);
b                 197 tools/gn/builder_unittest.cc   builder_->ItemDefined(scoped_ptr<Item>(b));
b                  81 tools/gn/filesystem_utils.cc                                   const base::StringPiece& b) {
b                  82 tools/gn/filesystem_utils.cc   if (a.size() != b.size())
b                  88 tools/gn/filesystem_utils.cc     if (NormalizeWindowsPathChar(a[i]) != NormalizeWindowsPathChar(b[i]))
b                 146 tools/gn/filesystem_utils.cc                             const base::FilePath::StringType& b) {
b                 159 tools/gn/filesystem_utils.cc                          a.c_str(), -1, b.c_str(), -1) == CSTR_EQUAL;
b                 162 tools/gn/filesystem_utils.cc   return a == b;
b                  78 tools/gn/label_ptr.h   bool operator()(const LabelPtrPair<T>& a, const LabelPtrPair<T>& b) const {
b                  79 tools/gn/label_ptr.h     return a.label < b.label;
b                 105 tools/gn/parse_tree.h   void set_base(const Token& b) { base_ = b; }
b                 273 tools/gn/parse_tree.h   void set_block(scoped_ptr<BlockNode> b) { block_ = b.Pass(); }
b                  15 tools/gn/string_utils.h inline std::string operator+(const std::string& a, const base::StringPiece& b) {
b                  17 tools/gn/string_utils.h   ret.reserve(a.size() + b.size());
b                  19 tools/gn/string_utils.h   ret.append(b.data(), b.size());
b                  23 tools/gn/string_utils.h inline std::string operator+(const base::StringPiece& a, const std::string& b) {
b                  25 tools/gn/string_utils.h   ret.reserve(a.size() + b.size());
b                  27 tools/gn/string_utils.h   ret.append(b);
b                  48 tools/gn/target_unittest.cc   Target b(&settings_, Label(SourceDir("//app/"), "b"));
b                  54 tools/gn/target_unittest.cc   a.deps().push_back(LabelTargetPair(&b));
b                  63 tools/gn/target_unittest.cc   EXPECT_EQ(&b, a.deps()[3].ptr);
b                 118 tools/gn/target_unittest.cc   Target b(&settings_, Label(SourceDir("//foo/"), "b"));
b                 119 tools/gn/target_unittest.cc   b.set_output_type(Target::STATIC_LIBRARY);
b                 122 tools/gn/target_unittest.cc   a.deps().push_back(LabelTargetPair(&b));
b                 123 tools/gn/target_unittest.cc   b.deps().push_back(LabelTargetPair(&c));
b                 138 tools/gn/target_unittest.cc   b.OnResolved();
b                 142 tools/gn/target_unittest.cc   ASSERT_EQ(2u, b.configs().size());
b                 143 tools/gn/target_unittest.cc   EXPECT_EQ(&all, b.configs()[0].ptr);
b                 144 tools/gn/target_unittest.cc   EXPECT_EQ(&direct, b.configs()[1].ptr);
b                 145 tools/gn/target_unittest.cc   ASSERT_EQ(1u, b.all_dependent_configs().size());
b                 146 tools/gn/target_unittest.cc   EXPECT_EQ(&all, b.all_dependent_configs()[0].ptr);
b                  55 tools/gn/trace.cc bool DurationGreater(const TraceItem* a, const TraceItem* b) {
b                  56 tools/gn/trace.cc   return a->delta() > b->delta();
b                  59 tools/gn/trace.cc bool CoalescedDurationGreater(const Coalesced& a, const Coalesced& b) {
b                  60 tools/gn/trace.cc   return a.total_duration > b.total_duration;
b                  40 tools/gn/trace.h   void set_begin(base::TimeTicks b) { begin_ = b; }
b                 328 tools/ipc_fuzzer/mutate/generate.cc         GenerateParam(&p->b, generator);
b                 337 tools/ipc_fuzzer/mutate/generate.cc         GenerateParam(&p->b, generator) &&
b                 347 tools/ipc_fuzzer/mutate/generate.cc         GenerateParam(&p->b, generator) &&
b                 358 tools/ipc_fuzzer/mutate/generate.cc         GenerateParam(&p->b, generator) &&
b                1271 tools/ipc_fuzzer/mutate/generate.cc #define IPC_MEMBERS_IN_2(p) p.a, p.b
b                1272 tools/ipc_fuzzer/mutate/generate.cc #define IPC_MEMBERS_IN_3(p) p.a, p.b, p.c
b                1273 tools/ipc_fuzzer/mutate/generate.cc #define IPC_MEMBERS_IN_4(p) p.a, p.b, p.c, p.d
b                1274 tools/ipc_fuzzer/mutate/generate.cc #define IPC_MEMBERS_IN_5(p) p.a, p.b, p.c, p.d, p.e
b                 343 tools/ipc_fuzzer/mutate/mutate.cc     FuzzParam(&p->b, fuzzer);
b                 351 tools/ipc_fuzzer/mutate/mutate.cc     FuzzParam(&p->b, fuzzer);
b                 360 tools/ipc_fuzzer/mutate/mutate.cc     FuzzParam(&p->b, fuzzer);
b                 370 tools/ipc_fuzzer/mutate/mutate.cc     FuzzParam(&p->b, fuzzer);
b                 568 tools/ipc_fuzzer/mutate/mutate.cc #define IPC_MEMBERS_IN_2(p) p.a, p.b
b                 569 tools/ipc_fuzzer/mutate/mutate.cc #define IPC_MEMBERS_IN_3(p) p.a, p.b, p.c
b                 570 tools/ipc_fuzzer/mutate/mutate.cc #define IPC_MEMBERS_IN_4(p) p.a, p.b, p.c, p.d
b                 571 tools/ipc_fuzzer/mutate/mutate.cc #define IPC_MEMBERS_IN_5(p) p.a, p.b, p.c, p.d, p.e
b                  33 tools/json_schema_compiler/test/idl_schemas_unittest.cc   MyType1 b;
b                  34 tools/json_schema_compiler/test/idl_schemas_unittest.cc   EXPECT_TRUE(MyType1::Populate(*serialized.get(), &b));
b                  35 tools/json_schema_compiler/test/idl_schemas_unittest.cc   EXPECT_EQ(a.x, b.x);
b                  36 tools/json_schema_compiler/test/idl_schemas_unittest.cc   EXPECT_EQ(a.y, b.y);
b                 148 tools/json_schema_compiler/test/idl_schemas_unittest.cc   MyType1 b;
b                 150 tools/json_schema_compiler/test/idl_schemas_unittest.cc   b.x = 6;
b                 152 tools/json_schema_compiler/test/idl_schemas_unittest.cc   b.y = std::string("bar");
b                 155 tools/json_schema_compiler/test/idl_schemas_unittest.cc   sublist2->Append(b.ToValue().release());
b                  33 tools/json_schema_compiler/test/test_util.cc scoped_ptr<base::ListValue> List(base::Value* a, base::Value* b) {
b                  35 tools/json_schema_compiler/test/test_util.cc   list->Append(b);
b                  39 tools/json_schema_compiler/test/test_util.cc                                  base::Value* b,
b                  41 tools/json_schema_compiler/test/test_util.cc   scoped_ptr<base::ListValue> list = List(a, b);
b                  24 tools/json_schema_compiler/test/test_util.h std::vector<T> Vector(const T& a, const T& b) {
b                  26 tools/json_schema_compiler/test/test_util.h   arr.push_back(b);
b                  30 tools/json_schema_compiler/test/test_util.h std::vector<T> Vector(const T& a, const T& b, const T& c) {
b                  31 tools/json_schema_compiler/test/test_util.h   std::vector<T> arr = Vector(a, b);
b                  37 tools/json_schema_compiler/test/test_util.h scoped_ptr<base::ListValue> List(base::Value* a, base::Value* b);
b                  39 tools/json_schema_compiler/test/test_util.h                                  base::Value* b,
b                 319 tools/traceline/traceline/assembler.h   void emit(unsigned char b) {
b                 320 tools/traceline/traceline/assembler.h     buf_[pos_++] = b;
b                 128 ui/app_list/app_list_item_list_unittest.cc   bool VerifyItemOrder4(size_t a, size_t b, size_t c, size_t d) {
b                 130 ui/app_list/app_list_item_list_unittest.cc         (GetItemId(b) == item_list_.item_at(1)->id()) &&
b                  18 ui/base/gtk/gtk_hig_constants.h #define GDK_COLOR_RGB(r, g, b) {0, r * ::ui::kSkiaToGDKMultiplier,  \
b                  19 ui/base/gtk/gtk_hig_constants.h         g * ::ui::kSkiaToGDKMultiplier, b * ::ui::kSkiaToGDKMultiplier}
b                 101 ui/base/ime/composition_text_util_pango_unittest.cc                       const ui::CompositionUnderline& b) {
b                 102 ui/base/ime/composition_text_util_pango_unittest.cc   EXPECT_EQ(a.start_offset, b.start_offset);
b                 103 ui/base/ime/composition_text_util_pango_unittest.cc   EXPECT_EQ(a.end_offset, b.end_offset);
b                 104 ui/base/ime/composition_text_util_pango_unittest.cc   EXPECT_EQ(a.color, b.color);
b                 105 ui/base/ime/composition_text_util_pango_unittest.cc   EXPECT_EQ(a.thick, b.thick);
b                 728 ui/base/l10n/l10n_util.cc                            const base::string16& b) {
b                 729 ui/base/l10n/l10n_util.cc   return base::UTF16ToUTF8(GetStringFUTF16(message_id, a, b));
b                 734 ui/base/l10n/l10n_util.cc                            const base::string16& b,
b                 736 ui/base/l10n/l10n_util.cc   return base::UTF16ToUTF8(GetStringFUTF16(message_id, a, b, c));
b                 741 ui/base/l10n/l10n_util.cc                            const base::string16& b,
b                 744 ui/base/l10n/l10n_util.cc   return base::UTF16ToUTF8(GetStringFUTF16(message_id, a, b, c, d));
b                 756 ui/base/l10n/l10n_util.cc                                const base::string16& b) {
b                 757 ui/base/l10n/l10n_util.cc   return GetStringFUTF16(message_id, a, b, NULL);
b                 762 ui/base/l10n/l10n_util.cc                                const base::string16& b,
b                 766 ui/base/l10n/l10n_util.cc   replacements.push_back(b);
b                 773 ui/base/l10n/l10n_util.cc                                const base::string16& b,
b                 778 ui/base/l10n/l10n_util.cc   replacements.push_back(b);
b                 786 ui/base/l10n/l10n_util.cc                                const base::string16& b,
b                 792 ui/base/l10n/l10n_util.cc   replacements.push_back(b);
b                 814 ui/base/l10n/l10n_util.cc                                const base::string16& b,
b                 818 ui/base/l10n/l10n_util.cc   replacements.push_back(b);
b                 110 ui/base/l10n/l10n_util.h                                               const base::string16& b);
b                 113 ui/base/l10n/l10n_util.h                                               const base::string16& b,
b                 117 ui/base/l10n/l10n_util.h                                               const base::string16& b,
b                 122 ui/base/l10n/l10n_util.h                                               const base::string16& b,
b                 130 ui/base/l10n/l10n_util.h                                           const base::string16& b);
b                 133 ui/base/l10n/l10n_util.h                                           const base::string16& b,
b                 137 ui/base/l10n/l10n_util.h                                           const base::string16& b,
b                 150 ui/base/l10n/l10n_util.h                                               const base::string16& b,
b                  36 ui/base/l10n/l10n_util_mac.h                                       const base::string16& b);
b                  39 ui/base/l10n/l10n_util_mac.h                                       const base::string16& b,
b                  43 ui/base/l10n/l10n_util_mac.h                                       const base::string16& b,
b                  51 ui/base/l10n/l10n_util_mac.h                                       const base::string16& b,
b                  64 ui/base/l10n/l10n_util_mac.h                                                const base::string16& b);
b                  67 ui/base/l10n/l10n_util_mac.h                                                const base::string16& b,
b                  71 ui/base/l10n/l10n_util_mac.h                                                const base::string16& b,
b                  75 ui/events/gesture_detection/velocity_tracker.cc static float VectorDot(const float* a, const float* b, uint32_t m) {
b                  78 ui/events/gesture_detection/velocity_tracker.cc     r += *(a++) * *(b++);
b                  28 ui/gfx/android/scroller.cc bool ApproxEquals(float a, float b) {
b                  29 ui/gfx/android/scroller.cc   return std::abs(a - b) < kEpsilon;
b                 145 ui/gfx/android/scroller.cc T Clamped(T t, T a, T b) {
b                 146 ui/gfx/android/scroller.cc   return t < a ? a : (t > b ? b : t);
b                  75 ui/gfx/codec/jpeg_codec_unittest.cc                                 const std::vector<unsigned char>& b) {
b                  77 ui/gfx/codec/jpeg_codec_unittest.cc   if (a.size() != b.size())
b                  84 ui/gfx/codec/jpeg_codec_unittest.cc     acc += fabs(static_cast<double>(a[i]) - static_cast<double>(b[i]));
b                 238 ui/gfx/codec/png_codec_unittest.cc bool ColorsClose(uint32_t a, uint32_t b) {
b                 239 ui/gfx/codec/png_codec_unittest.cc   return abs(static_cast<int>(SkColorGetB(a) - SkColorGetB(b))) < 2 &&
b                 240 ui/gfx/codec/png_codec_unittest.cc          abs(static_cast<int>(SkColorGetG(a) - SkColorGetG(b))) < 2 &&
b                 241 ui/gfx/codec/png_codec_unittest.cc          abs(static_cast<int>(SkColorGetR(a) - SkColorGetR(b))) < 2 &&
b                 242 ui/gfx/codec/png_codec_unittest.cc          abs(static_cast<int>(SkColorGetA(a) - SkColorGetA(b))) < 2;
b                 246 ui/gfx/codec/png_codec_unittest.cc bool NonAlphaColorsClose(uint32_t a, uint32_t b) {
b                 247 ui/gfx/codec/png_codec_unittest.cc   return abs(static_cast<int>(SkColorGetB(a) - SkColorGetB(b))) < 2 &&
b                 248 ui/gfx/codec/png_codec_unittest.cc          abs(static_cast<int>(SkColorGetG(a) - SkColorGetG(b))) < 2 &&
b                 249 ui/gfx/codec/png_codec_unittest.cc          abs(static_cast<int>(SkColorGetR(a) - SkColorGetR(b))) < 2;
b                 254 ui/gfx/codec/png_codec_unittest.cc bool BGRAGrayEqualsA8Gray(uint32_t a, uint8_t b) {
b                 255 ui/gfx/codec/png_codec_unittest.cc   return SkColorGetB(a) == b && SkColorGetG(a) ==  b &&
b                 256 ui/gfx/codec/png_codec_unittest.cc          SkColorGetR(a) == b && SkColorGetA(a) == 255;
b                  45 ui/gfx/color_analysis.cc   inline void SetCentroid(uint8_t r, uint8_t g, uint8_t b) {
b                  48 ui/gfx/color_analysis.cc     centroid[2] = b;
b                  51 ui/gfx/color_analysis.cc   inline void GetCentroid(uint8_t* r, uint8_t* g, uint8_t* b) {
b                  54 ui/gfx/color_analysis.cc     *b = centroid[2];
b                  57 ui/gfx/color_analysis.cc   inline bool IsAtCentroid(uint8_t r, uint8_t g, uint8_t b) {
b                  58 ui/gfx/color_analysis.cc     return r == centroid[0] && g == centroid[1] && b == centroid[2];
b                  77 ui/gfx/color_analysis.cc   inline void AddPoint(uint8_t r, uint8_t g, uint8_t b) {
b                  80 ui/gfx/color_analysis.cc     aggregate[2] += b;
b                  86 ui/gfx/color_analysis.cc   inline uint32_t GetDistanceSqr(uint8_t r, uint8_t g, uint8_t b) {
b                  89 ui/gfx/color_analysis.cc            (b - centroid[2]) * (b - centroid[2]);
b                 112 ui/gfx/color_analysis.cc                                        const KMeanCluster& b) {
b                 113 ui/gfx/color_analysis.cc     return a.GetWeight() > b.GetWeight();
b                 192 ui/gfx/color_analysis.cc     uint8_t b = *(byte++);
b                 200 ui/gfx/color_analysis.cc         (in_b - b) * (in_b - b) +
b                 205 ui/gfx/color_analysis.cc       best_color = SkColorSetRGB(r, g, b);
b                 235 ui/gfx/color_analysis.cc         uint8_t b = decoded_data[pixel_pos * 4];
b                 250 ui/gfx/color_analysis.cc           if (cluster_check->IsAtCentroid(r, g, b)) {
b                 259 ui/gfx/color_analysis.cc           cluster->SetCentroid(r, g, b);
b                 288 ui/gfx/color_analysis.cc         uint8_t b = *(pixel++);
b                 302 ui/gfx/color_analysis.cc           uint32_t distance_sqr = cluster->GetDistanceSqr(r, g, b);
b                 310 ui/gfx/color_analysis.cc         closest_cluster->AddPoint(r, g, b);
b                 332 ui/gfx/color_analysis.cc       uint8_t r, g, b;
b                 333 ui/gfx/color_analysis.cc       cluster->GetCentroid(&r, &g, &b);
b                 338 ui/gfx/color_analysis.cc       uint32_t summed_color = r + g + b;
b                 343 ui/gfx/color_analysis.cc         color = SkColorSetARGB(0xFF, r, g, b);
b                 348 ui/gfx/color_analysis.cc         color = SkColorSetARGB(0xFF, r, g, b);
b                 430 ui/gfx/color_analysis.cc       SkColor b = SkColorGetB(c);
b                 434 ui/gfx/color_analysis.cc       b_sum += b;
b                 437 ui/gfx/color_analysis.cc       bb_sum += b * b;
b                 439 ui/gfx/color_analysis.cc       rb_sum += r * b;
b                 440 ui/gfx/color_analysis.cc       gb_sum += g * b;
b                 507 ui/gfx/color_analysis.cc         float b = SkColorGetB(c);
b                 508 ui/gfx/color_analysis.cc         float gray_level = tr * r + tg * g + tb * b;
b                 533 ui/gfx/color_analysis.cc       float b = SkColorGetB(c);
b                 535 ui/gfx/color_analysis.cc       float gl = t0 + tr * r + tg * g + tb * b;
b                  95 ui/gfx/color_utils.cc   double b = static_cast<double>(SkColorGetB(c)) / 255.0;
b                  96 ui/gfx/color_utils.cc   double vmax = std::max(std::max(r, g), b);
b                  97 ui/gfx/color_utils.cc   double vmin = std::min(std::min(r, g), b);
b                 105 ui/gfx/color_utils.cc     double db = (((vmax - b) / 6.0) + (delta / 2.0)) / delta;
b                 108 ui/gfx/color_utils.cc     if (r >= g && r >= b)
b                 110 ui/gfx/color_utils.cc     else if (g >= r && g >= b)
b                 180 ui/gfx/color_utils.cc   double b = static_cast<double>(SkColorGetB(result));
b                 184 ui/gfx/color_utils.cc     b *= (shift.l * 2.0);
b                 188 ui/gfx/color_utils.cc     b += (255.0 - b) * ((shift.l - 0.5) * 2.0);
b                 193 ui/gfx/color_utils.cc                         static_cast<int>(b));
b                 229 ui/gfx/color_utils.cc   double b = (SkColorGetB(foreground) * f_weight +
b                 235 ui/gfx/color_utils.cc                         static_cast<int>(b));
b                  44 ui/gfx/color_utils_unittest.cc       for (int b = 0; b < 10; ++b) {
b                  45 ui/gfx/color_utils_unittest.cc         SkColor rgb = SkColorSetARGB(255, r, g, b);
b                  57 ui/gfx/color_utils_unittest.cc       for (int b = 240; b < 256; ++b) {
b                  58 ui/gfx/color_utils_unittest.cc         SkColor rgb = SkColorSetARGB(255, r, g, b);
b                  64 ui/gfx/geometry/box_f.cc BoxF UnionBoxes(const BoxF& a, const BoxF& b) {
b                  66 ui/gfx/geometry/box_f.cc   result.Union(b);
b                 122 ui/gfx/geometry/box_f.h GFX_EXPORT BoxF UnionBoxes(const BoxF& a, const BoxF& b);
b                 124 ui/gfx/geometry/box_f.h inline BoxF ScaleBox(const BoxF& b,
b                 128 ui/gfx/geometry/box_f.h   return BoxF(b.x() * x_scale,
b                 129 ui/gfx/geometry/box_f.h               b.y() * y_scale,
b                 130 ui/gfx/geometry/box_f.h               b.z() * z_scale,
b                 131 ui/gfx/geometry/box_f.h               b.width() * x_scale,
b                 132 ui/gfx/geometry/box_f.h               b.height() * y_scale,
b                 133 ui/gfx/geometry/box_f.h               b.depth() * z_scale);
b                 136 ui/gfx/geometry/box_f.h inline BoxF ScaleBox(const BoxF& b, float scale) {
b                 137 ui/gfx/geometry/box_f.h   return ScaleBox(b, scale, scale, scale);
b                 140 ui/gfx/geometry/box_f.h inline bool operator==(const BoxF& a, const BoxF& b) {
b                 141 ui/gfx/geometry/box_f.h   return a.origin() == b.origin() && a.width() == b.width() &&
b                 142 ui/gfx/geometry/box_f.h          a.height() == b.height() && a.depth() == b.depth();
b                 145 ui/gfx/geometry/box_f.h inline bool operator!=(const BoxF& a, const BoxF& b) {
b                 146 ui/gfx/geometry/box_f.h   return !(a == b);
b                 149 ui/gfx/geometry/box_f.h inline BoxF operator+(const BoxF& b, const Vector3dF& v) {
b                 150 ui/gfx/geometry/box_f.h   return BoxF(b.x() + v.x(),
b                 151 ui/gfx/geometry/box_f.h               b.y() + v.y(),
b                 152 ui/gfx/geometry/box_f.h               b.z() + v.z(),
b                 153 ui/gfx/geometry/box_f.h               b.width(),
b                 154 ui/gfx/geometry/box_f.h               b.height(),
b                 155 ui/gfx/geometry/box_f.h               b.depth());
b                  89 ui/gfx/geometry/cubic_bezier.cc   double b = 2 * (y2_ - 2 * y1_);
b                  94 ui/gfx/geometry/cubic_bezier.cc       std::abs(b) < kBezierEpsilon)
b                 103 ui/gfx/geometry/cubic_bezier.cc     t_1 = -c / b;
b                 107 ui/gfx/geometry/cubic_bezier.cc     double discriminant = b * b - 4 * a * c;
b                 111 ui/gfx/geometry/cubic_bezier.cc     t_1 = (-b + discriminant_sqrt) / (2 * a);
b                 112 ui/gfx/geometry/cubic_bezier.cc     t_2 = (-b - discriminant_sqrt) / (2 * a);
b                  44 ui/gfx/geometry/point3_unittest.cc   gfx::Point3F b(a + v1);
b                  45 ui/gfx/geometry/point3_unittest.cc   EXPECT_EQ((b - a).ToString(), v1.ToString());
b                  28 ui/gfx/geometry/point_unittest.cc   PointF b(10, 20);
b                  29 ui/gfx/geometry/point_unittest.cc   EXPECT_EQ(a, b);
b                  30 ui/gfx/geometry/point_unittest.cc   EXPECT_EQ(b, a);
b                  75 ui/gfx/geometry/point_unittest.cc   Point b(-20, 8);
b                  76 ui/gfx/geometry/point_unittest.cc   EXPECT_EQ(Vector2d(-20 - 1, 8 - 5).ToString(), (b - a).ToString());
b                  28 ui/gfx/geometry/quad_f.cc static inline bool WithinEpsilon(float a, float b) {
b                  29 ui/gfx/geometry/quad_f.cc   return std::abs(a - b) < std::numeric_limits<float>::epsilon();
b                  15 ui/gfx/geometry/quad_unittest.cc   PointF b(2, 1);
b                  21 ui/gfx/geometry/quad_unittest.cc   QuadF q3(a, b, c, d);
b                  28 ui/gfx/geometry/quad_unittest.cc   EXPECT_EQ(q3.p2().ToString(), b.ToString());
b                  33 ui/gfx/geometry/quad_unittest.cc   q3.set_p1(b);
b                  37 ui/gfx/geometry/quad_unittest.cc   EXPECT_EQ(q3.p1().ToString(), b.ToString());
b                  55 ui/gfx/geometry/quad_unittest.cc   PointF b(2, 1);
b                  60 ui/gfx/geometry/quad_unittest.cc   QuadF q1(a, b, c, d);
b                  70 ui/gfx/geometry/quad_unittest.cc   QuadF q2(a, b, c, d);
b                  80 ui/gfx/geometry/quad_unittest.cc   QuadF q3(a, b, c, d);
b                  83 ui/gfx/geometry/quad_unittest.cc   EXPECT_EQ(QuadF(a, b, c, d).ToString(), q3.ToString());
b                  89 ui/gfx/geometry/quad_unittest.cc   PointF b(2, 1);
b                  95 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).IsRectilinear());
b                  96 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE((QuadF(a, b, c, d) + v).IsRectilinear());
b                 103 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a2, b, c, d).IsRectilinear());
b                 104 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE((QuadF(a2, b, c, d) + v).IsRectilinear());
b                 107 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c2, d).IsRectilinear());
b                 108 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE((QuadF(a, b, c2, d) + v).IsRectilinear());
b                 109 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d2).IsRectilinear());
b                 110 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE((QuadF(a, b, c, d2) + v).IsRectilinear());
b                 159 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE(QuadF(a_off, b, c, d).IsRectilinear());
b                 160 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE((QuadF(a_off, b, c, d) + v).IsRectilinear());
b                 163 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE(QuadF(a, b, c_off, d).IsRectilinear());
b                 164 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE((QuadF(a, b, c_off, d) + v).IsRectilinear());
b                 165 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE(QuadF(a, b, c, d_off).IsRectilinear());
b                 166 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE((QuadF(a, b, c, d_off) + v).IsRectilinear());
b                 167 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE(QuadF(a_off, b, c_off, d).IsRectilinear());
b                 168 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE((QuadF(a_off, b, c_off, d) + v).IsRectilinear());
b                 173 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE(QuadF(a_off, b, c_off, d_off).IsRectilinear());
b                 174 ui/gfx/geometry/quad_unittest.cc     EXPECT_FALSE((QuadF(a_off, b, c_off, d_off) + v).IsRectilinear());
b                 243 ui/gfx/geometry/quad_unittest.cc   PointF b(-0.7f, 4.9f);
b                 251 ui/gfx/geometry/quad_unittest.cc             QuadF(a, b, c, d).BoundingBox().ToString());
b                 256 ui/gfx/geometry/quad_unittest.cc   PointF b(-0.8f, 4.4f);
b                 265 ui/gfx/geometry/quad_unittest.cc   Vector2dF bd_center = d - b;
b                 268 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(a + ac_center));
b                 269 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(b + bd_center));
b                 270 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(c - ac_center));
b                 271 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(d - bd_center));
b                 272 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(a - ac_center));
b                 273 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(b - bd_center));
b                 274 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(c + ac_center));
b                 275 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(d + bd_center));
b                 277 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(a));
b                 278 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(a - epsilon_x));
b                 279 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(a - epsilon_y));
b                 280 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(a + epsilon_x));
b                 281 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(a + epsilon_y));
b                 283 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(b));
b                 284 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(b - epsilon_x));
b                 285 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(b - epsilon_y));
b                 286 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(b + epsilon_x));
b                 287 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(b + epsilon_y));
b                 289 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(c));
b                 290 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(c - epsilon_x));
b                 291 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(c - epsilon_y));
b                 292 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(c + epsilon_x));
b                 293 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(c + epsilon_y));
b                 295 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(d));
b                 296 ui/gfx/geometry/quad_unittest.cc   EXPECT_TRUE(QuadF(a, b, c, d).Contains(d - epsilon_x));
b                 297 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(d - epsilon_y));
b                 298 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(d + epsilon_x));
b                 299 ui/gfx/geometry/quad_unittest.cc   EXPECT_FALSE(QuadF(a, b, c, d).Contains(d + epsilon_y));
b                 341 ui/gfx/geometry/quad_unittest.cc   PointF b(-0.8f, 4.4f);
b                 344 ui/gfx/geometry/quad_unittest.cc   QuadF q1(a, b, c, d);
b                 348 ui/gfx/geometry/quad_unittest.cc   PointF b_scaled = ScalePoint(b, 1.5f);
b                  84 ui/gfx/geometry/rect.cc Rect IntersectRects(const Rect& a, const Rect& b) {
b                  86 ui/gfx/geometry/rect.cc   result.Intersect(b);
b                  90 ui/gfx/geometry/rect.cc Rect UnionRects(const Rect& a, const Rect& b) {
b                  92 ui/gfx/geometry/rect.cc   result.Union(b);
b                  96 ui/gfx/geometry/rect.cc Rect SubtractRects(const Rect& a, const Rect& b) {
b                  98 ui/gfx/geometry/rect.cc   result.Subtract(b);
b                  99 ui/gfx/geometry/rect.h GFX_EXPORT Rect IntersectRects(const Rect& a, const Rect& b);
b                 100 ui/gfx/geometry/rect.h GFX_EXPORT Rect UnionRects(const Rect& a, const Rect& b);
b                 101 ui/gfx/geometry/rect.h GFX_EXPORT Rect SubtractRects(const Rect& a, const Rect& b);
b                 117 ui/gfx/geometry/rect.h   int b = rect.height() == 0 ? y : std::ceil(rect.bottom() * y_scale);
b                 118 ui/gfx/geometry/rect.h   return Rect(x, y, r - x, b - y);
b                 131 ui/gfx/geometry/rect.h   int b = rect.height() == 0 ? y : std::floor(rect.bottom() * y_scale);
b                 132 ui/gfx/geometry/rect.h   return Rect(x, y, r - x, b - y);
b                  34 ui/gfx/geometry/rect_f.cc RectF IntersectRects(const RectF& a, const RectF& b) {
b                  36 ui/gfx/geometry/rect_f.cc   result.Intersect(b);
b                  40 ui/gfx/geometry/rect_f.cc RectF UnionRects(const RectF& a, const RectF& b) {
b                  42 ui/gfx/geometry/rect_f.cc   result.Union(b);
b                  46 ui/gfx/geometry/rect_f.cc RectF SubtractRects(const RectF& a, const RectF& b) {
b                  48 ui/gfx/geometry/rect_f.cc   result.Subtract(b);
b                  86 ui/gfx/geometry/rect_f.h GFX_EXPORT RectF IntersectRects(const RectF& a, const RectF& b);
b                  87 ui/gfx/geometry/rect_f.h GFX_EXPORT RectF UnionRects(const RectF& a, const RectF& b);
b                  88 ui/gfx/geometry/rect_f.h GFX_EXPORT RectF SubtractRects(const RectF& a, const RectF& b);
b                 421 ui/gfx/geometry/rect_unittest.cc #define EXPECT_FLOAT_AND_NAN_EQ(a, b) \
b                 422 ui/gfx/geometry/rect_unittest.cc   { if (a == a || b == b) { EXPECT_FLOAT_EQ(a, b); } }
b                 714 ui/gfx/geometry/rect_unittest.cc   RectF b(10, 20, 30, 40);
b                 716 ui/gfx/geometry/rect_unittest.cc   RectF intersect = IntersectRects(a, b);
b                 717 ui/gfx/geometry/rect_unittest.cc   EXPECT_EQ(b.ToString(), intersect.ToString());
b                 719 ui/gfx/geometry/rect_unittest.cc   EXPECT_EQ(a, b);
b                 720 ui/gfx/geometry/rect_unittest.cc   EXPECT_EQ(b, a);
b                 726 ui/gfx/geometry/rect_unittest.cc     Point b;
b                 746 ui/gfx/geometry/rect_unittest.cc     Rect actual = BoundingRect(int_tests[i].a, int_tests[i].b);
b                 752 ui/gfx/geometry/rect_unittest.cc     PointF b;
b                 783 ui/gfx/geometry/rect_unittest.cc     RectF actual = BoundingRect(float_tests[i].a, float_tests[i].b);
b                  27 ui/gfx/geometry/size_unittest.cc   SizeF b(10, 20);
b                  29 ui/gfx/geometry/size_unittest.cc   EXPECT_EQ(a, b);
b                  30 ui/gfx/geometry/size_unittest.cc   EXPECT_EQ(b, a);
b                 117 ui/gfx/skbitmap_operations.cc       int b = static_cast<int>((SkColorGetB(first_pixel) * first_alpha) +
b                 120 ui/gfx/skbitmap_operations.cc       dst_row[x] = SkColorSetARGB(a, r, g, b);
b                 308 ui/gfx/skbitmap_operations.cc     uint32_t b = SkGetPackedB32(in[x]);
b                 311 ui/gfx/skbitmap_operations.cc     b = b * ldec_num / den;
b                 312 ui/gfx/skbitmap_operations.cc     out[x] = SkPackARGB32(a, r, g, b);
b                 332 ui/gfx/skbitmap_operations.cc     uint32_t b = SkGetPackedB32(in[x]);
b                 335 ui/gfx/skbitmap_operations.cc     b += (a - b) * linc_num / den;
b                 336 ui/gfx/skbitmap_operations.cc     out[x] = SkPackARGB32(a, r, g, b);
b                 378 ui/gfx/skbitmap_operations.cc     int32_t b = static_cast<int32_t>(SkGetPackedB32(in[x]));
b                 382 ui/gfx/skbitmap_operations.cc       vmax = std::max(r, b);
b                 383 ui/gfx/skbitmap_operations.cc       vmin = std::min(g, b);
b                 385 ui/gfx/skbitmap_operations.cc       vmax = std::max(g, b);
b                 386 ui/gfx/skbitmap_operations.cc       vmin = std::min(r, b);
b                 395 ui/gfx/skbitmap_operations.cc     b = (denom_l + b * s_numer - s_numer_l) / denom;
b                 396 ui/gfx/skbitmap_operations.cc     out[x] = SkPackARGB32(a, r, g, b);
b                 417 ui/gfx/skbitmap_operations.cc     int32_t b = static_cast<int32_t>(SkGetPackedB32(in[x]));
b                 421 ui/gfx/skbitmap_operations.cc       vmax = std::max(r, b);
b                 422 ui/gfx/skbitmap_operations.cc       vmin = std::min(g, b);
b                 424 ui/gfx/skbitmap_operations.cc       vmax = std::max(g, b);
b                 425 ui/gfx/skbitmap_operations.cc       vmin = std::min(r, b);
b                 434 ui/gfx/skbitmap_operations.cc     b = (denom_l + b * s_numer - s_numer_l) * l_numer / (denom * denom);
b                 435 ui/gfx/skbitmap_operations.cc     out[x] = SkPackARGB32(a, r, g, b);
b                 456 ui/gfx/skbitmap_operations.cc     int32_t b = static_cast<int32_t>(SkGetPackedB32(in[x]));
b                 460 ui/gfx/skbitmap_operations.cc       vmax = std::max(r, b);
b                 461 ui/gfx/skbitmap_operations.cc       vmin = std::min(g, b);
b                 463 ui/gfx/skbitmap_operations.cc       vmax = std::max(g, b);
b                 464 ui/gfx/skbitmap_operations.cc       vmin = std::min(r, b);
b                 473 ui/gfx/skbitmap_operations.cc     b = denom_l + b * s_numer - s_numer_l;
b                 477 ui/gfx/skbitmap_operations.cc     b = (b * denom + (a * denom - b) * l_numer) / (denom * denom);
b                 478 ui/gfx/skbitmap_operations.cc     out[x] = SkPackARGB32(a, r, g, b);
b                  19 ui/gfx/skbitmap_operations_unittest.cc inline bool ColorsClose(uint32_t a, uint32_t b) {
b                  20 ui/gfx/skbitmap_operations_unittest.cc   return abs(static_cast<int>(SkColorGetB(a) - SkColorGetB(b))) <= 2 &&
b                  21 ui/gfx/skbitmap_operations_unittest.cc          abs(static_cast<int>(SkColorGetG(a) - SkColorGetG(b))) <= 2 &&
b                  22 ui/gfx/skbitmap_operations_unittest.cc          abs(static_cast<int>(SkColorGetR(a) - SkColorGetR(b))) <= 2 &&
b                  23 ui/gfx/skbitmap_operations_unittest.cc          abs(static_cast<int>(SkColorGetA(a) - SkColorGetA(b))) <= 2;
b                  26 ui/gfx/skbitmap_operations_unittest.cc inline bool MultipliedColorsClose(uint32_t a, uint32_t b) {
b                  28 ui/gfx/skbitmap_operations_unittest.cc                      SkUnPreMultiply::PMColorToColor(b));
b                  31 ui/gfx/skbitmap_operations_unittest.cc bool BitmapsClose(const SkBitmap& a, const SkBitmap& b) {
b                  33 ui/gfx/skbitmap_operations_unittest.cc   SkAutoLockPixels b_lock(b);
b                  38 ui/gfx/skbitmap_operations_unittest.cc       SkColor b_pixel = *b.getAddr32(x, y);
b                 298 ui/gfx/skbitmap_operations_unittest.cc         for (int b = 0; b <= 255; b+= inc, x++) {
b                 300 ui/gfx/skbitmap_operations_unittest.cc               SkPreMultiplyColor(SkColorSetARGB(a, r, g, b));
b                  25 ui/gfx/test/gfx_util.cc bool FloatAlmostEqual(float a, float b) {
b                  27 ui/gfx/test/gfx_util.cc   return ::testing::FloatLE("a", "b", a, b) &&
b                  28 ui/gfx/test/gfx_util.cc          ::testing::FloatLE("b", "a", b, a);
b                  19 ui/gfx/test/gfx_util.h #define EXPECT_BOXF_EQ(a, b) \
b                  20 ui/gfx/test/gfx_util.h   EXPECT_PRED_FORMAT2(::gfx::AssertBoxFloatEqual, a, b)
b                  27 ui/gfx/test/gfx_util.h #define EXPECT_SKCOLOR_EQ(a, b) \
b                  28 ui/gfx/test/gfx_util.h   EXPECT_PRED_FORMAT2(::gfx::AssertSkColorsEqual, a, b)
b                  46 ui/gfx/text_elider_unittest.cc   const std::string b;
b                  28 ui/gfx/transform_unittest.cc #define EXPECT_ROW1_EQ(a, b, c, d, transform)               \
b                  30 ui/gfx/transform_unittest.cc     EXPECT_FLOAT_EQ((b), (transform).matrix().get(0, 1));   \
b                  34 ui/gfx/transform_unittest.cc #define EXPECT_ROW2_EQ(a, b, c, d, transform)               \
b                  36 ui/gfx/transform_unittest.cc     EXPECT_FLOAT_EQ((b), (transform).matrix().get(1, 1));   \
b                  40 ui/gfx/transform_unittest.cc #define EXPECT_ROW3_EQ(a, b, c, d, transform)               \
b                  42 ui/gfx/transform_unittest.cc     EXPECT_FLOAT_EQ((b), (transform).matrix().get(2, 1));   \
b                  46 ui/gfx/transform_unittest.cc #define EXPECT_ROW4_EQ(a, b, c, d, transform)               \
b                  48 ui/gfx/transform_unittest.cc     EXPECT_FLOAT_EQ((b), (transform).matrix().get(3, 1));   \
b                  55 ui/gfx/transform_unittest.cc #define EXPECT_ROW1_NEAR(a, b, c, d, transform, errorThreshold)         \
b                  57 ui/gfx/transform_unittest.cc     EXPECT_NEAR((b), (transform).matrix().get(0, 1), (errorThreshold)); \
b                  61 ui/gfx/transform_unittest.cc #define EXPECT_ROW2_NEAR(a, b, c, d, transform, errorThreshold)         \
b                  63 ui/gfx/transform_unittest.cc     EXPECT_NEAR((b), (transform).matrix().get(1, 1), (errorThreshold)); \
b                  67 ui/gfx/transform_unittest.cc #define EXPECT_ROW3_NEAR(a, b, c, d, transform, errorThreshold)         \
b                  69 ui/gfx/transform_unittest.cc     EXPECT_NEAR((b), (transform).matrix().get(2, 1), (errorThreshold)); \
b                 188 ui/gfx/transform_unittest.cc         float b = rhs.matrix().get(row, col);
b                 190 ui/gfx/transform_unittest.cc         interpolated.matrix().set(row, col, a + (b - a) * t);
b                2416 ui/gfx/transform_unittest.cc     SkMScalar b; // row 1, column 2
b                2458 ui/gfx/transform_unittest.cc     transform.matrix().set(0, 1, value.b);
b                2477 ui/gfx/transform_unittest.cc     transform.matrix().set(0, 1, value.b);
b                2505 ui/gfx/transform_unittest.cc     transform.matrix().set(0, 1, value.b);
b                  33 ui/gfx/transform_util.cc SkMScalar Dot(const SkMScalar* a, const SkMScalar* b) {
b                  36 ui/gfx/transform_util.cc     total += a[i] * b[i];
b                  43 ui/gfx/transform_util.cc              const SkMScalar* b,
b                  47 ui/gfx/transform_util.cc     out[i] = SkDoubleToMScalar(a[i] * scale_a + b[i] * scale_b);
b                  50 ui/gfx/transform_util.cc void Cross3(SkMScalar out[3], SkMScalar a[3], SkMScalar b[3]) {
b                  51 ui/gfx/transform_util.cc   SkMScalar x = a[1] * b[2] - a[2] * b[1];
b                  52 ui/gfx/transform_util.cc   SkMScalar y = a[2] * b[0] - a[0] * b[2];
b                  53 ui/gfx/transform_util.cc   SkMScalar z = a[0] * b[1] - a[1] * b[0];
b                  48 ui/views/background.h   static Background* CreateSolidBackground(int r, int g, int b) {
b                  49 ui/views/background.h     return CreateSolidBackground(SkColorSetRGB(r, g, b));
b                  53 ui/views/background.h   static Background* CreateSolidBackground(int r, int g, int b, int a) {
b                  54 ui/views/background.h     return CreateSolidBackground(SkColorSetARGB(a, r, g, b));
b                  80 ui/views/examples/examples_window.cc   bool operator() (ExampleBase* a, ExampleBase* b) {
b                  81 ui/views/examples/examples_window.cc     return a->example_title() < b->example_title();
b                 791 ui/views/view.cc void View::set_background(Background* b) {
b                 792 ui/views/view.cc   background_.reset(b);
b                 795 ui/views/view.cc void View::SetBorder(scoped_ptr<Border> b) { border_ = b.Pass(); }
b                 507 ui/views/view.h   void set_background(Background* b);
b                 512 ui/views/view.h   void SetBorder(scoped_ptr<Border> b);
b                 170 ui/views/view_unittest.cc     int b = base::RandInt(0, count - 1);
b                 173 ui/views/view_unittest.cc     views::View* view_b = view->child_at(b);
b                 174 ui/views/view_unittest.cc     view->ReorderChildView(view_a, b);
b                 568 url/gurl_unittest.cc   GURL b("foo:bar/baz");
b                 569 url/gurl_unittest.cc   EXPECT_FALSE(b.IsStandard());
b                  27 url/third_party/mozilla/url_parse.h   Component(int b, int l) : begin(b), len(l) {}
b                1995 url/url_canon_unittest.cc                           const url_parse::Parsed& b) {
b                1996 url/url_canon_unittest.cc   return a.scheme.begin == b.scheme.begin && a.scheme.len == b.scheme.len &&
b                1997 url/url_canon_unittest.cc          a.username.begin == b.username.begin && a.username.len == b.username.len &&
b                1998 url/url_canon_unittest.cc          a.password.begin == b.password.begin && a.password.len == b.password.len &&
b                1999 url/url_canon_unittest.cc          a.host.begin == b.host.begin && a.host.len == b.host.len &&
b                2000 url/url_canon_unittest.cc          a.port.begin == b.port.begin && a.port.len == b.port.len &&
b                2001 url/url_canon_unittest.cc          a.path.begin == b.path.begin && a.path.len == b.path.len &&
b                2002 url/url_canon_unittest.cc          a.query.begin == b.query.begin && a.query.len == b.query.len &&
b                2003 url/url_canon_unittest.cc          a.ref.begin == b.ref.begin && a.ref.len == b.ref.len;
b                 571 url/url_parse_unittest.cc   char b[] = "http://www.google.com?foo=bar&";
b                 572 url/url_parse_unittest.cc   EXPECT_TRUE(NthParameterIs(b, 1, "foo", "bar"));
b                 573 url/url_parse_unittest.cc   EXPECT_TRUE(NthParameterIs(b, 2, NULL, NULL));
b                  31 url/url_util.cc inline bool DoLowerCaseEqualsASCII(Iter a_begin, Iter a_end, const char* b) {
b                  32 url/url_util.cc   for (Iter it = a_begin; it != a_end; ++it, ++b) {
b                  33 url/url_util.cc     if (!*b || ToLowerASCII(*it) != *b)
b                  36 url/url_util.cc   return *b == 0;
b                 504 url/url_util.cc                           const char* b) {
b                 505 url/url_util.cc   return DoLowerCaseEqualsASCII(a_begin, a_end, b);
b                 522 url/url_util.cc                           const char* b) {
b                 523 url/url_util.cc   return DoLowerCaseEqualsASCII(a_begin, a_end, b);
b                 184 url/url_util.h                                      const char* b);
b                 191 url/url_util.h                                      const char* b);
b                 120 webkit/browser/fileapi/file_system_url_unittest.cc   const FileSystemURL b = CreateFileSystemURL(
b                 122 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(a.type() < b.type(), compare(a, b));
b                 123 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(b.type() < a.type(), compare(b, a));
b                  77 webkit/common/blob/blob_data.h inline bool operator==(const BlobData& a, const BlobData& b) {
b                  78 webkit/common/blob/blob_data.h   if (a.content_type() != b.content_type())
b                  80 webkit/common/blob/blob_data.h   if (a.content_disposition() != b.content_disposition())
b                  82 webkit/common/blob/blob_data.h   if (a.items().size() != b.items().size())
b                  85 webkit/common/blob/blob_data.h     if (a.items()[i] != b.items()[i])
b                  91 webkit/common/blob/blob_data.h inline bool operator!=(const BlobData& a, const BlobData& b) {
b                  92 webkit/common/blob/blob_data.h   return !(a == b);
b                  98 webkit/common/data_element.h inline bool operator==(const DataElement& a, const DataElement& b) {
b                  99 webkit/common/data_element.h   if (a.type() != b.type() ||
b                 100 webkit/common/data_element.h       a.offset() != b.offset() ||
b                 101 webkit/common/data_element.h       a.length() != b.length())
b                 105 webkit/common/data_element.h       return memcmp(a.bytes(), b.bytes(), b.length()) == 0;
b                 107 webkit/common/data_element.h       return a.path() == b.path() &&
b                 108 webkit/common/data_element.h              a.expected_modification_time() == b.expected_modification_time();
b                 110 webkit/common/data_element.h       return a.blob_uuid() == b.blob_uuid();
b                 112 webkit/common/data_element.h       return a.filesystem_url() == b.filesystem_url();
b                 120 webkit/common/data_element.h inline bool operator!=(const DataElement& a, const DataElement& b) {
b                 121 webkit/common/data_element.h   return !(a == b);