op               1068 apps/app_window.cc     sk_region->op(
op                250 ash/drag_drop/drag_drop_controller.cc   int op = ui::DragDropTypes::DRAG_NONE;
op                277 ash/drag_drop/drag_drop_controller.cc       op = delegate->OnDragUpdated(e);
op                279 ash/drag_drop/drag_drop_controller.cc       if (op & ui::DragDropTypes::DRAG_COPY)
op                281 ash/drag_drop/drag_drop_controller.cc       else if (op & ui::DragDropTypes::DRAG_LINK)
op                283 ash/drag_drop/drag_drop_controller.cc       else if (op & ui::DragDropTypes::DRAG_MOVE)
op                296 ash/drag_drop/drag_drop_controller.cc     drag_image_->SetTouchDragOperation(op);
op                 44 base/debug/trace_event_unittest.cc   CompareOp op;
op                196 base/debug/trace_event_unittest.cc                               CompareOp op) {
op                197 base/debug/trace_event_unittest.cc   switch (op) {
op                214 base/debug/trace_event_unittest.cc       CompareJsonValues(value_str, key_value->value, key_value->op))
op                484 base/logging.h #define CHECK_OP(name, op, val1, val2) CHECK((val1) op (val2))
op                501 base/logging.h #define CHECK_OP(name, op, val1, val2)                          \
op                504 base/logging.h                                  #val1 " " #op " " #val2))      \
op                545 base/logging.h #define DEFINE_CHECK_OP_IMPL(name, op) \
op                549 base/logging.h     if (v1 op v2) return NULL; \
op                553 base/logging.h     if (v1 op v2) return NULL; \
op                677 base/logging.h #define DCHECK_OP(name, op, val1, val2)                         \
op                681 base/logging.h                                    #val1 " " #op " " #val2))    \
op                 49 base/metrics/histogram_samples.h   virtual bool AddSubtractImpl(SampleCountIterator* iter, Operator op) = 0;
op                 48 base/metrics/sample_map.cc                                 HistogramSamples::Operator op) {
op                 56 base/metrics/sample_map.cc     sample_counts_[min] += (op ==  HistogramSamples::ADD) ? count : -count;
op                 36 base/metrics/sample_map.h       HistogramSamples::Operator op) OVERRIDE;  // |op| is ADD or SUBTRACT.
op                 57 base/metrics/sample_vector.cc                                    HistogramSamples::Operator op) {
op                 72 base/metrics/sample_vector.cc           old_counts + ((op ==  HistogramSamples::ADD) ? count : -count));
op                 42 base/metrics/sample_vector.h       HistogramSamples::Operator op) OVERRIDE;  // |op| is ADD or SUBTRACT.
op                 41 base/strings/string_piece_unittest.cc #define CMP_Y(op, x, y)                                                    \
op                 45 base/strings/string_piece_unittest.cc     ASSERT_TRUE( (BasicStringPiece<TypeParam>((lhs.c_str())) op            \
op                 48 base/strings/string_piece_unittest.cc                       BasicStringPiece<TypeParam>((rhs.c_str()))) op 0));  \
op                 51 base/strings/string_piece_unittest.cc #define CMP_N(op, x, y)                                                    \
op                 55 base/strings/string_piece_unittest.cc     ASSERT_FALSE( (BasicStringPiece<TypeParam>((lhs.c_str())) op           \
op                 58 base/strings/string_piece_unittest.cc                       BasicStringPiece<TypeParam>((rhs.c_str()))) op 0));  \
op                 75 cc/base/region.cc   skregion_.op(gfx::RectToSkIRect(rect), SkRegion::kDifference_Op);
op                 79 cc/base/region.cc   skregion_.op(region.skregion_, SkRegion::kDifference_Op);
op                 83 cc/base/region.cc   skregion_.op(gfx::RectToSkIRect(rect), SkRegion::kUnion_Op);
op                 87 cc/base/region.cc   skregion_.op(region.skregion_, SkRegion::kUnion_Op);
op                 91 cc/base/region.cc   skregion_.op(gfx::RectToSkIRect(rect), SkRegion::kIntersect_Op);
op                 95 cc/base/region.cc   skregion_.op(region.skregion_, SkRegion::kIntersect_Op);
op                 62 cc/output/filter_operations.cc     const FilterOperation& op = operations_[i];
op                 65 cc/output/filter_operations.cc     DCHECK(op.type() != FilterOperation::REFERENCE);
op                 66 cc/output/filter_operations.cc     if (op.type() == FilterOperation::BLUR ||
op                 67 cc/output/filter_operations.cc         op.type() == FilterOperation::DROP_SHADOW) {
op                 68 cc/output/filter_operations.cc       int spread = SpreadForStdDeviation(op.amount());
op                 69 cc/output/filter_operations.cc       if (op.type() == FilterOperation::BLUR) {
op                 75 cc/output/filter_operations.cc         *top += spread - op.drop_shadow_offset().y();
op                 76 cc/output/filter_operations.cc         *right += spread + op.drop_shadow_offset().x();
op                 77 cc/output/filter_operations.cc         *bottom += spread + op.drop_shadow_offset().y();
op                 78 cc/output/filter_operations.cc         *left += spread - op.drop_shadow_offset().x();
op                 86 cc/output/filter_operations.cc     const FilterOperation& op = operations_[i];
op                 89 cc/output/filter_operations.cc     switch (op.type()) {
op                113 cc/output/filter_operations.cc     const FilterOperation& op = operations_[i];
op                116 cc/output/filter_operations.cc     switch (op.type()) {
op                124 cc/output/filter_operations.cc         const SkScalar* matrix = op.matrix();
op                 40 cc/output/filter_operations_unittest.cc     FilterOperation op = FilterOperation::Create##filter_name##Filter(a); \
op                 41 cc/output/filter_operations_unittest.cc     EXPECT_EQ(FilterOperation::filter_type, op.type());                   \
op                 42 cc/output/filter_operations_unittest.cc     EXPECT_EQ(a, op.amount());                                            \
op                 57 cc/output/filter_operations_unittest.cc     FilterOperation op =                                                    \
op                 59 cc/output/filter_operations_unittest.cc     EXPECT_EQ(FilterOperation::filter_type, op.type());                     \
op                 60 cc/output/filter_operations_unittest.cc     EXPECT_EQ(a, op.drop_shadow_offset());                                  \
op                 61 cc/output/filter_operations_unittest.cc     EXPECT_EQ(b, op.amount());                                              \
op                 62 cc/output/filter_operations_unittest.cc     EXPECT_EQ(c, op.drop_shadow_color());                                   \
op                 83 cc/output/filter_operations_unittest.cc     FilterOperation op = FilterOperation::Create##filter_name##Filter(a); \
op                 84 cc/output/filter_operations_unittest.cc     EXPECT_EQ(FilterOperation::filter_type, op.type());                   \
op                 86 cc/output/filter_operations_unittest.cc       EXPECT_EQ(a[i], op.matrix()[i]);                                    \
op                 98 cc/output/filter_operations_unittest.cc       EXPECT_EQ(a[i], op.matrix()[i]);                                    \
op                103 cc/output/filter_operations_unittest.cc     FilterOperation op = FilterOperation::Create##filter_name##Filter(a, b); \
op                104 cc/output/filter_operations_unittest.cc     EXPECT_EQ(FilterOperation::filter_type, op.type());                      \
op                105 cc/output/filter_operations_unittest.cc     EXPECT_EQ(a, op.amount());                                               \
op                106 cc/output/filter_operations_unittest.cc     EXPECT_EQ(b, op.zoom_inset());                                           \
op                167 cc/output/render_surface_filters.cc     const FilterOperation& op = filters.at(i);
op                168 cc/output/render_surface_filters.cc     switch (op.type()) {
op                170 cc/output/render_surface_filters.cc         GetGrayscaleMatrix(1.f - op.amount(), matrix);
op                174 cc/output/render_surface_filters.cc         GetSepiaMatrix(1.f - op.amount(), matrix);
op                178 cc/output/render_surface_filters.cc         GetSaturateMatrix(op.amount(), matrix);
op                182 cc/output/render_surface_filters.cc         GetHueRotateMatrix(op.amount(), matrix);
op                186 cc/output/render_surface_filters.cc         GetInvertMatrix(op.amount(), matrix);
op                190 cc/output/render_surface_filters.cc         GetOpacityMatrix(op.amount(), matrix);
op                194 cc/output/render_surface_filters.cc         GetBrightnessMatrix(op.amount(), matrix);
op                198 cc/output/render_surface_filters.cc         GetContrastMatrix(op.amount(), matrix);
op                203 cc/output/render_surface_filters.cc             op.amount(), op.amount(), image_filter.get()));
op                207 cc/output/render_surface_filters.cc             SkIntToScalar(op.drop_shadow_offset().x()),
op                208 cc/output/render_surface_filters.cc             SkIntToScalar(op.drop_shadow_offset().y()),
op                209 cc/output/render_surface_filters.cc             SkIntToScalar(op.amount()),
op                210 cc/output/render_surface_filters.cc             op.drop_shadow_color(),
op                214 cc/output/render_surface_filters.cc         image_filter = CreateMatrixImageFilter(op.matrix(), image_filter);
op                220 cc/output/render_surface_filters.cc                     (size.width() - (size.width() / op.amount())) / 2.f,
op                221 cc/output/render_surface_filters.cc                     (size.height() - (size.height() / op.amount())) / 2.f,
op                222 cc/output/render_surface_filters.cc                     size.width() / op.amount(),
op                223 cc/output/render_surface_filters.cc                     size.height() / op.amount()),
op                224 cc/output/render_surface_filters.cc                 op.zoom_inset()));
op                237 cc/output/render_surface_filters.cc         GetSaturatingBrightnessMatrix(op.amount(), matrix);
op                241 cc/output/render_surface_filters.cc         if (!op.image_filter())
op                248 cc/output/render_surface_filters.cc           op.image_filter()->asColorFilter(&colorfilter_rawptr);
op                253 cc/output/render_surface_filters.cc             !op.image_filter()->getInput(0)) {
op                257 cc/output/render_surface_filters.cc               op.image_filter().get(), image_filter.get()));
op                259 cc/output/render_surface_filters.cc           image_filter = op.image_filter();
op                 57 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   void CheckPublicKeyLoaded(SessionManagerOperation* op) {
op                 58 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc     ASSERT_TRUE(op->owner_key().get());
op                 59 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc     ASSERT_TRUE(op->owner_key()->public_key());
op                 62 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc     EXPECT_EQ(public_key, *op->owner_key()->public_key());
op                 65 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   void CheckPrivateKeyLoaded(SessionManagerOperation* op) {
op                 66 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc     ASSERT_TRUE(op->owner_key().get());
op                 67 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc     ASSERT_TRUE(op->owner_key()->private_key());
op                 71 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc     ASSERT_TRUE(op->owner_key()->private_key()->ExportPrivateKey(&actual_key));
op                 91 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   LoadSettingsOperation op(
op                 97 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc                   &op, DeviceSettingsService::STORE_KEY_UNAVAILABLE));
op                 98 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
op                102 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   EXPECT_FALSE(op.policy_data().get());
op                103 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   EXPECT_FALSE(op.device_settings().get());
op                104 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   ASSERT_TRUE(op.owner_key().get());
op                105 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   EXPECT_FALSE(op.owner_key()->public_key());
op                106 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   EXPECT_FALSE(op.owner_key()->private_key());
op                111 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   LoadSettingsOperation op(
op                117 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc                   &op, DeviceSettingsService::STORE_NO_POLICY));
op                118 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
op                122 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   CheckPublicKeyLoaded(&op);
op                128 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   LoadSettingsOperation op(
op                134 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc                   &op, DeviceSettingsService::STORE_SUCCESS));
op                135 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
op                139 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   ASSERT_TRUE(op.policy_data().get());
op                141 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.policy_data()->SerializeAsString());
op                142 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   ASSERT_TRUE(op.device_settings().get());
op                144 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.device_settings()->SerializeAsString());
op                149 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   LoadSettingsOperation op(
op                155 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc                   &op, DeviceSettingsService::STORE_NO_POLICY));
op                156 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
op                160 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   CheckPublicKeyLoaded(&op);
op                161 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   CheckPrivateKeyLoaded(&op);
op                167 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   LoadSettingsOperation op(
op                171 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   EXPECT_CALL(*this, OnOperationCompleted(&op, _)).Times(0);
op                172 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
op                175 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   EXPECT_TRUE(op.owner_key().get());
op                176 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   EXPECT_TRUE(op.owner_key()->public_key());
op                188 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc                   &op, DeviceSettingsService::STORE_SUCCESS));
op                189 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   op.RestartLoad(true);
op                194 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   CheckPublicKeyLoaded(&op);
op                195 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   CheckPrivateKeyLoaded(&op);
op                198 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   ASSERT_TRUE(op.policy_data().get());
op                200 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.policy_data()->SerializeAsString());
op                201 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   ASSERT_TRUE(op.device_settings().get());
op                203 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.device_settings()->SerializeAsString());
op                208 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   StoreSettingsOperation op(
op                215 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc                   &op, DeviceSettingsService::STORE_SUCCESS));
op                216 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
op                222 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   ASSERT_TRUE(op.policy_data().get());
op                224 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.policy_data()->SerializeAsString());
op                225 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   ASSERT_TRUE(op.device_settings().get());
op                227 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.device_settings()->SerializeAsString());
op                233 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   SignAndStoreSettingsOperation op(
op                242 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc                   &op, DeviceSettingsService::STORE_SUCCESS));
op                243 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
op                285 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.policy_data()->policy_type());
op                287 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.policy_data()->timestamp());
op                289 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.policy_data()->timestamp());
op                290 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   EXPECT_FALSE(op.policy_data()->has_request_token());
op                291 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   EXPECT_EQ(policy_.policy_data().username(), op.policy_data()->username());
op                294 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc   ASSERT_TRUE(op.device_settings().get());
op                296 chrome/browser/chromeos/settings/session_manager_operation_unittest.cc             op.device_settings()->SerializeAsString());
op                 91 chrome/browser/component_updater/test/component_patcher_unittest.cc   scoped_refptr<DeltaUpdateOp> op = new DeltaUpdateOpCreate();
op                 92 chrome/browser/component_updater/test/component_patcher_unittest.cc   op->Run(command_args.get(),
op                122 chrome/browser/component_updater/test/component_patcher_unittest.cc   scoped_refptr<DeltaUpdateOp> op = new DeltaUpdateOpCopy();
op                123 chrome/browser/component_updater/test/component_patcher_unittest.cc   op->Run(command_args.get(),
op                158 chrome/browser/component_updater/test/component_patcher_unittest.cc   scoped_refptr<DeltaUpdateOp> op = CreateDeltaUpdateOp("courgette");
op                159 chrome/browser/component_updater/test/component_patcher_unittest.cc   op->Run(command_args.get(),
op                193 chrome/browser/component_updater/test/component_patcher_unittest.cc   scoped_refptr<DeltaUpdateOp> op = CreateDeltaUpdateOp("bsdiff");
op                194 chrome/browser/component_updater/test/component_patcher_unittest.cc   op->Run(command_args.get(),
op                429 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc       region->op(rect, SkRegion::kUnion_Op);
op                 23 chrome/browser/extensions/api/image_writer_private/write_from_file_operation_unittest.cc   scoped_refptr<WriteFromFileOperation> op = new WriteFromFileOperation(
op                 38 chrome/browser/extensions/api/image_writer_private/write_from_file_operation_unittest.cc   op->Start();
op                 47 chrome/browser/extensions/api/image_writer_private/write_from_file_operation_unittest.cc   scoped_refptr<WriteFromFileOperation> op =
op                 54 chrome/browser/extensions/api/image_writer_private/write_from_file_operation_unittest.cc   op->SetUtilityClientForTesting(client);
op                 86 chrome/browser/extensions/api/image_writer_private/write_from_file_operation_unittest.cc   op->Start();
op                 87 chrome/browser/net/sqlite_server_bound_cert_store.cc         OperationType op,
op                 89 chrome/browser/net/sqlite_server_bound_cert_store.cc         : op_(op), cert_(cert) {}
op                104 chrome/browser/net/sqlite_server_bound_cert_store.cc       PendingOperation::OperationType op,
op                445 chrome/browser/net/sqlite_server_bound_cert_store.cc     PendingOperation::OperationType op,
op                453 chrome/browser/net/sqlite_server_bound_cert_store.cc   scoped_ptr<PendingOperation> po(new PendingOperation(op, cert));
op                508 chrome/browser/net/sqlite_server_bound_cert_store.cc     switch (po->op()) {
op                 60 chrome/browser/profile_resetter/jtl_interpreter.cc     Operation* op = sentence_[next_instruction_index_];
op                 62 chrome/browser/profile_resetter/jtl_interpreter.cc     bool continue_traversal = op->Execute(this);
op                539 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   OriginOperation op = pending_origin_operations_.Pop();
op                540 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   DCHECK_EQ(origin, op.origin);
op                541 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   DCHECK_EQ(OriginOperation::REGISTERING, op.type);
op                557 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   OriginOperation op = pending_origin_operations_.Pop();
op                558 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   DCHECK_EQ(origin, op.origin);
op                559 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   DCHECK_EQ(OriginOperation::ENABLING, op.type);
op                576 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   OriginOperation op = pending_origin_operations_.Pop();
op                577 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   DCHECK_EQ(origin, op.origin);
op                578 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   DCHECK_EQ(OriginOperation::DISABLING, op.type);
op                594 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   OriginOperation op = pending_origin_operations_.Pop();
op                595 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   DCHECK_EQ(origin, op.origin);
op                596 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   DCHECK_EQ(OriginOperation::UNINSTALLING, op.type);
op                 17 chrome/browser/sync_file_system/drive_backend_v1/origin_operation_queue_unittest.cc   OriginOperation op;
op                 18 chrome/browser/sync_file_system/drive_backend_v1/origin_operation_queue_unittest.cc   op = queue->Pop();
op                 19 chrome/browser/sync_file_system/drive_backend_v1/origin_operation_queue_unittest.cc   EXPECT_EQ(expected_origin, op.origin);
op                 20 chrome/browser/sync_file_system/drive_backend_v1/origin_operation_queue_unittest.cc   EXPECT_EQ(expected_type, op.type);
op                 72 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc   region->op(SkIRect::MakeXYWH(40, 0, 20, 100), SkRegion::kUnion_Op);
op                 73 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc   region->op(SkIRect::MakeXYWH(0, 40, 100, 20), SkRegion::kUnion_Op);
op                130 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc   region->op(SkIRect::MakeXYWH(40, 0, 20, 100), SkRegion::kUnion_Op);
op                131 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc   region->op(SkIRect::MakeXYWH(0, 40, 100, 20), SkRegion::kUnion_Op);
op                408 chrome/browser/undo/bookmark_undo_service.cc   scoped_ptr<UndoOperation> op(new BookmarkMoveOperation(profile_,
op                413 chrome/browser/undo/bookmark_undo_service.cc   undo_manager()->AddUndoOperation(op.Pass());
op                419 chrome/browser/undo/bookmark_undo_service.cc   scoped_ptr<UndoOperation> op(new BookmarkAddOperation(profile_,
op                422 chrome/browser/undo/bookmark_undo_service.cc   undo_manager()->AddUndoOperation(op.Pass());
op                429 chrome/browser/undo/bookmark_undo_service.cc   scoped_ptr<UndoOperation> op(new BookmarkRemoveOperation(profile_,
op                433 chrome/browser/undo/bookmark_undo_service.cc   undo_manager()->AddUndoOperation(op.Pass());
op                441 chrome/browser/undo/bookmark_undo_service.cc       scoped_ptr<UndoOperation> op(new BookmarkRemoveOperation(profile_,
op                443 chrome/browser/undo/bookmark_undo_service.cc       undo_manager()->AddUndoOperation(op.Pass());
op                450 chrome/browser/undo/bookmark_undo_service.cc   scoped_ptr<UndoOperation> op(new BookmarkEditOperation(profile_, node));
op                451 chrome/browser/undo/bookmark_undo_service.cc   undo_manager()->AddUndoOperation(op.Pass());
op                456 chrome/browser/undo/bookmark_undo_service.cc   scoped_ptr<UndoOperation> op(new BookmarkReorderOperation(profile_, node));
op                457 chrome/browser/undo/bookmark_undo_service.cc   undo_manager()->AddUndoOperation(op.Pass());
op                 87 chrome/browser/undo/undo_manager_test.cc   scoped_ptr<TestUndoOperation> op(new TestUndoOperation(this));
op                 88 chrome/browser/undo/undo_manager_test.cc   undo_manager_.AddUndoOperation(op.PassAs<UndoOperation>());
op                140 content/browser/net/sqlite_persistent_cookie_store.cc     PendingOperation(OperationType op, const net::CanonicalCookie& cc)
op                141 content/browser/net/sqlite_persistent_cookie_store.cc         : op_(op), cc_(cc) { }
op                197 content/browser/net/sqlite_persistent_cookie_store.cc   void BatchOperation(PendingOperation::OperationType op,
op                924 content/browser/net/sqlite_persistent_cookie_store.cc     PendingOperation::OperationType op,
op                933 content/browser/net/sqlite_persistent_cookie_store.cc   scoped_ptr<PendingOperation> po(new PendingOperation(op, cc));
op                995 content/browser/net/sqlite_persistent_cookie_store.cc     switch (po->op()) {
op               1336 content/browser/renderer_host/render_widget_host_view_aura.cc     skipped_damage_.op(RectToSkIRect(damage_rect), SkRegion::kUnion_Op);
op               1666 content/browser/renderer_host/render_widget_host_view_aura.cc     damage.op(skipped_damage_, SkRegion::kUnion_Op);
op                 16 content/browser/web_contents/drag_utils_gtk.cc GdkDragAction WebDragOpToGdkDragAction(WebDragOperationsMask op) {
op                 18 content/browser/web_contents/drag_utils_gtk.cc   if (op & WebDragOperationCopy)
op                 20 content/browser/web_contents/drag_utils_gtk.cc   if (op & WebDragOperationLink)
op                 22 content/browser/web_contents/drag_utils_gtk.cc   if (op & WebDragOperationMove)
op                 28 content/browser/web_contents/drag_utils_gtk.cc   WebDragOperationsMask op = WebDragOperationNone;
op                 30 content/browser/web_contents/drag_utils_gtk.cc     op = static_cast<WebDragOperationsMask>(op | WebDragOperationCopy);
op                 32 content/browser/web_contents/drag_utils_gtk.cc     op = static_cast<WebDragOperationsMask>(op | WebDragOperationLink);
op                 34 content/browser/web_contents/drag_utils_gtk.cc     op = static_cast<WebDragOperationsMask>(op | WebDragOperationMove);
op                 35 content/browser/web_contents/drag_utils_gtk.cc   return op;
op                 18 content/browser/web_contents/drag_utils_gtk.h     blink::WebDragOperationsMask op);
op                205 content/browser/web_contents/web_contents_view_android.cc void WebContentsViewAndroid::UpdateDragCursor(blink::WebDragOperation op) {
op               1426 content/browser/web_contents/web_contents_view_aura.cc   blink::WebDragOperationsMask op = ConvertToWeb(event.source_operations());
op               1432 content/browser/web_contents/web_contents_view_aura.cc       *current_drop_data_.get(), event.location(), screen_pt, op,
op               1446 content/browser/web_contents/web_contents_view_aura.cc   blink::WebDragOperationsMask op = ConvertToWeb(event.source_operations());
op               1450 content/browser/web_contents/web_contents_view_aura.cc       event.location(), screen_pt, op,
op                 39 content/browser/web_contents/web_drag_utils_win.cc DWORD WebDragOpToWinDragOp(WebDragOperation op) {
op                 40 content/browser/web_contents/web_drag_utils_win.cc   DCHECK(op == WebDragOperationNone ||
op                 41 content/browser/web_contents/web_drag_utils_win.cc          op == WebDragOperationCopy ||
op                 42 content/browser/web_contents/web_drag_utils_win.cc          op == WebDragOperationLink ||
op                 43 content/browser/web_contents/web_drag_utils_win.cc          op == WebDragOperationMove ||
op                 44 content/browser/web_contents/web_drag_utils_win.cc          op == (WebDragOperationMove | WebDragOperationGeneric));
op                 46 content/browser/web_contents/web_drag_utils_win.cc   return WebDragOpMaskToWinDragOpMask(op);
op                 17 content/browser/web_contents/web_drag_utils_win.h DWORD WebDragOpToWinDragOp(blink::WebDragOperation op);
op                189 content/common/cc_messages.cc     cc::FilterOperation op = cc::FilterOperation::CreateEmptyFilter();
op                190 content/common/cc_messages.cc     if (!ReadParam(m, iter, &op))
op                192 content/common/cc_messages.cc     r->Append(op);
op                800 content/common/gpu/client/gl_helper.cc   if (region.op(new_damage, SkRegion::kDifference_Op)) {
op                233 content/common/input/web_input_event_traits.cc bool Apply(Operator op,
op                238 content/common/input/web_input_event_traits.cc     return op.template Execute<WebMouseEvent>(arg_in, arg_out);
op                240 content/common/input/web_input_event_traits.cc     return op.template Execute<WebMouseWheelEvent>(arg_in, arg_out);
op                242 content/common/input/web_input_event_traits.cc     return op.template Execute<WebKeyboardEvent>(arg_in, arg_out);
op                244 content/common/input/web_input_event_traits.cc     return op.template Execute<WebTouchEvent>(arg_in, arg_out);
op                246 content/common/input/web_input_event_traits.cc     return op.template Execute<WebGestureEvent>(arg_in, arg_out);
op                 48 content/renderer/gpu/compositor_software_output_device.cc     damage.op(RectToSkIRect(current->damage_), SkRegion::kUnion_Op);
op                164 content/renderer/gpu/compositor_software_output_device.cc     region.op(RectToSkIRect(damage_rect), SkRegion::kDifference_Op);
op               3411 content/renderer/render_view_impl.cc                                        WebDragOperation op) {
op               3412 content/renderer/render_view_impl.cc   webview()->dragSourceEndedAt(client_point, screen_point, op);
op                 44 courgette/assembly_program.cc   explicit Instruction(OP op) : op_(op), info_(0) {}
op                 45 courgette/assembly_program.cc   Instruction(OP op, unsigned int info) : op_(op), info_(info) {}
op                108 courgette/assembly_program.cc   InstructionWithLabel(OP op, Label* label)
op                109 courgette/assembly_program.cc     : Instruction(op, 0), label_(label) {
op                121 courgette/assembly_program.cc   InstructionWithLabelARM(OP op, uint16 compressed_op, Label* label,
op                123 courgette/assembly_program.cc     : InstructionWithLabel(op, label), compressed_op_(compressed_op),
op                150 courgette/assembly_program.cc     if (instruction->op() != DEFBYTE)  // Will be in byte_instruction_cache_.
op                190 courgette/assembly_program.cc CheckBool AssemblyProgram::EmitRel32ARM(uint16 op, Label* label,
op                192 courgette/assembly_program.cc   return Emit(new(std::nothrow) InstructionWithLabelARM(REL32ARM, op, label,
op                225 courgette/assembly_program.cc   if (instruction->op() == ABS32)
op                232 courgette/assembly_program.cc   if (instruction->op() == REL32 || instruction->op() == REL32ARM) {
op                408 courgette/assembly_program.cc     switch (instruction->op()) {
op                524 courgette/assembly_program.cc     switch (instruction->op()) {
op                 98 courgette/assembly_program.h   CheckBool EmitRel32ARM(uint16 op, Label* label, const uint8* arm_op,
op                246 courgette/encoded_program.cc CheckBool EncodedProgram::AddRel32ARM(uint16 op, int label_index) {
op                247 courgette/encoded_program.cc   return ops_.push_back(static_cast<OP>(op)) &&
op                409 courgette/encoded_program.cc CheckBool EncodedProgram::EvaluateRel32ARM(OP op,
op                413 courgette/encoded_program.cc   switch (op & 0x0000F000) {
op                424 courgette/encoded_program.cc                                             static_cast<uint16>(op),
op                445 courgette/encoded_program.cc       if (!DisassemblerElf32ARM::Decompress(ARM_OFF11, (uint16) op,
op                465 courgette/encoded_program.cc       if (!DisassemblerElf32ARM::Decompress(ARM_OFF24, (uint16) op,
op                484 courgette/encoded_program.cc       if (!DisassemblerElf32ARM::Decompress(ARM_OFF25, (uint16) op,
op                504 courgette/encoded_program.cc       if (!DisassemblerElf32ARM::Decompress(ARM_OFF21, (uint16) op,
op                541 courgette/encoded_program.cc     OP op = ops_[ix_ops];
op                543 courgette/encoded_program.cc     switch (op) {
op                545 courgette/encoded_program.cc         if (!EvaluateRel32ARM(op, ix_rel32_ix, current_rva, output))
op                 46 courgette/encoded_program.h   CheckBool AddRel32ARM(uint16 op, int label_index) WARN_UNUSED_RESULT;
op                103 courgette/encoded_program.h   CheckBool EvaluateRel32ARM(OP op, size_t& ix_rel32_ix, RVA& current_rva,
op                 16 courgette/typedrva_unittest.cc                              uint32 op,
op                 21 courgette/typedrva_unittest.cc                        uint32 op,
op                 43 courgette/typedrva_unittest.cc                                          uint32 op,
op                 47 courgette/typedrva_unittest.cc   uint8* op_pointer = reinterpret_cast<uint8*>(&op);
op                 57 courgette/typedrva_unittest.cc                              uint32 op,
op                 61 courgette/typedrva_unittest.cc   EXPECT_TRUE(courgette::DisassemblerElf32ARM::Compress(arm_rva, op, rva,
op                 68 courgette/typedrva_unittest.cc   EXPECT_EQ(new_op, op);
op                622 gpu/config/gpu_control_list.cc     std::string op;
op                625 gpu/config/gpu_control_list.cc     gl_reset_notification_strategy_value->GetString(kOp, &op);
op                629 gpu/config/gpu_control_list.cc             op, int_value, int_value2)) {
op                652 gpu/config/gpu_control_list.cc     std::string op;
op                655 gpu/config/gpu_control_list.cc     perf_graphics_value->GetString(kOp, &op);
op                658 gpu/config/gpu_control_list.cc     if (!entry->SetPerfGraphicsInfo(op, float_value, float_value2)) {
op                667 gpu/config/gpu_control_list.cc     std::string op;
op                670 gpu/config/gpu_control_list.cc     perf_gaming_value->GetString(kOp, &op);
op                673 gpu/config/gpu_control_list.cc     if (!entry->SetPerfGamingInfo(op, float_value, float_value2)) {
op                682 gpu/config/gpu_control_list.cc     std::string op;
op                685 gpu/config/gpu_control_list.cc     perf_overall_value->GetString(kOp, &op);
op                688 gpu/config/gpu_control_list.cc     if (!entry->SetPerfOverallInfo(op, float_value, float_value2)) {
op                724 gpu/config/gpu_control_list.cc     std::string op;
op                727 gpu/config/gpu_control_list.cc     gpu_count_value->GetString(kOp, &op);
op                730 gpu/config/gpu_control_list.cc     if (!entry->SetGpuCountInfo(op, int_value, int_value2)) {
op                912 gpu/config/gpu_control_list.cc     const std::string& op,
op                916 gpu/config/gpu_control_list.cc       new IntInfo(op, int_string, int_string2));
op                928 gpu/config/gpu_control_list.cc     const std::string& op,
op                931 gpu/config/gpu_control_list.cc   perf_graphics_info_.reset(new FloatInfo(op, float_string, float_string2));
op                936 gpu/config/gpu_control_list.cc     const std::string& op,
op                939 gpu/config/gpu_control_list.cc   perf_gaming_info_.reset(new FloatInfo(op, float_string, float_string2));
op                944 gpu/config/gpu_control_list.cc     const std::string& op,
op                947 gpu/config/gpu_control_list.cc   perf_overall_info_.reset(new FloatInfo(op, float_string, float_string2));
op                963 gpu/config/gpu_control_list.cc     const std::string& op,
op                966 gpu/config/gpu_control_list.cc   gpu_count_info_.reset(new IntInfo(op, int_string, int_string2));
op               1420 gpu/config/gpu_control_list.cc     const std::string& op) {
op               1421 gpu/config/gpu_control_list.cc   if (op == "=")
op               1423 gpu/config/gpu_control_list.cc   if (op == "<")
op               1425 gpu/config/gpu_control_list.cc   if (op == "<=")
op               1427 gpu/config/gpu_control_list.cc   if (op == ">")
op               1429 gpu/config/gpu_control_list.cc   if (op == ">=")
op               1431 gpu/config/gpu_control_list.cc   if (op == "any")
op               1433 gpu/config/gpu_control_list.cc   if (op == "between")
op                403 gpu/config/gpu_control_list.h     bool SetGLResetNotificationStrategyInfo(const std::string& op,
op                410 gpu/config/gpu_control_list.h     bool SetPerfGraphicsInfo(const std::string& op,
op                414 gpu/config/gpu_control_list.h     bool SetPerfGamingInfo(const std::string& op,
op                418 gpu/config/gpu_control_list.h     bool SetPerfOverallInfo(const std::string& op,
op                428 gpu/config/gpu_control_list.h     bool SetGpuCountInfo(const std::string& op,
op                486 gpu/config/gpu_control_list.h   static NumericOp StringToNumericOp(const std::string& op);
op                 21 gpu/config/gpu_control_list_number_info_unittest.cc   const std::string op[] = {
op                 30 gpu/config/gpu_control_list_number_info_unittest.cc   for (size_t i = 0; i < arraysize(op); ++i) {
op                 33 gpu/config/gpu_control_list_number_info_unittest.cc     if (op[i] != "any")
op                 35 gpu/config/gpu_control_list_number_info_unittest.cc     if (op[i] == "between")
op                 37 gpu/config/gpu_control_list_number_info_unittest.cc     FloatInfo info(op[i], value1, value2);
op                 56 gpu/config/gpu_control_list_number_info_unittest.cc   const std::string op[] = {
op                 63 gpu/config/gpu_control_list_number_info_unittest.cc   for (size_t i = 0; i < arraysize(op); ++i) {
op                 64 gpu/config/gpu_control_list_number_info_unittest.cc     FloatInfo info(op[i], std::string(), std::string());
op                119 gpu/config/gpu_control_list_number_info_unittest.cc   const std::string op[] = {
op                128 gpu/config/gpu_control_list_number_info_unittest.cc   for (size_t i = 0; i < arraysize(op); ++i) {
op                131 gpu/config/gpu_control_list_number_info_unittest.cc     if (op[i] != "any")
op                133 gpu/config/gpu_control_list_number_info_unittest.cc     if (op[i] == "between")
op                135 gpu/config/gpu_control_list_number_info_unittest.cc     IntInfo info(op[i], value1, value2);
op                150 gpu/config/gpu_control_list_number_info_unittest.cc   const std::string op[] = {
op                157 gpu/config/gpu_control_list_number_info_unittest.cc   for (size_t i = 0; i < arraysize(op); ++i) {
op                158 gpu/config/gpu_control_list_number_info_unittest.cc     IntInfo info(op[i], std::string(), std::string());
op                 19 gpu/config/gpu_control_list_string_info_unittest.cc   const std::string op[] = {
op                 25 gpu/config/gpu_control_list_string_info_unittest.cc   for (size_t i = 0; i < arraysize(op); ++i) {
op                 27 gpu/config/gpu_control_list_string_info_unittest.cc       StringInfo info(op[i], std::string());
op                 31 gpu/config/gpu_control_list_string_info_unittest.cc       StringInfo info(op[i], "hello");
op                 38 gpu/config/gpu_control_list_string_info_unittest.cc   const std::string op[] = {
op                 45 gpu/config/gpu_control_list_string_info_unittest.cc   for (size_t i = 0; i < arraysize(op); ++i) {
op                 46 gpu/config/gpu_control_list_string_info_unittest.cc     StringInfo info(op[i], "hello");
op                 19 gpu/config/gpu_control_list_version_info_unittest.cc   const std::string op[] = {
op                 28 gpu/config/gpu_control_list_version_info_unittest.cc   for (size_t i = 0; i < arraysize(op); ++i) {
op                 31 gpu/config/gpu_control_list_version_info_unittest.cc     if (op[i] != "any")
op                 33 gpu/config/gpu_control_list_version_info_unittest.cc     if (op[i] == "between")
op                 35 gpu/config/gpu_control_list_version_info_unittest.cc     VersionInfo info(op[i], std::string(), string1, string2);
op                 74 gpu/config/gpu_control_list_version_info_unittest.cc   const std::string op[] = {
op                 83 gpu/config/gpu_control_list_version_info_unittest.cc   for (size_t i = 0; i < arraysize(op); ++i) {
op                 85 gpu/config/gpu_control_list_version_info_unittest.cc       VersionInfo info(op[i], std::string(), "8.9", std::string());
op                 86 gpu/config/gpu_control_list_version_info_unittest.cc       if (op[i] == "between")
op                 92 gpu/config/gpu_control_list_version_info_unittest.cc       VersionInfo info(op[i], std::string(), std::string(), std::string());
op                 93 gpu/config/gpu_control_list_version_info_unittest.cc       if (op[i] == "any")
op                 99 gpu/config/gpu_control_list_version_info_unittest.cc       VersionInfo info(op[i], std::string(), "8.9", "9.0");
op                206 ipc/ipc_message.h   void set_output_params(const std::string& op) const { output_params_ = op; }
op                 11 media/audio/android/opensles_input.cc #define LOG_ON_FAILURE_AND_RETURN(op, ...)      \
op                 13 media/audio/android/opensles_input.cc     SLresult err = (op);                        \
op                 15 media/audio/android/opensles_input.cc       DLOG(ERROR) << #op << " failed: " << err; \
op                 11 media/audio/android/opensles_output.cc #define LOG_ON_FAILURE_AND_RETURN(op, ...)      \
op                 13 media/audio/android/opensles_output.cc     SLresult err = (op);                        \
op                 15 media/audio/android/opensles_output.cc       DLOG(ERROR) << #op << " failed: " << err; \
op                 67 media/filters/ffmpeg_glue.cc static int LockManagerOperation(void** lock, enum AVLockOp op) {
op                 68 media/filters/ffmpeg_glue.cc   switch (op) {
op                118 mojo/system/dispatcher_unittest.cc                            DispatcherOp op)
op                122 mojo/system/dispatcher_unittest.cc         op_(op) {
op                233 mojo/system/dispatcher_unittest.cc         ThreadSafetyStressThread::DispatcherOp op =
op                236 mojo/system/dispatcher_unittest.cc         threads.push_back(new ThreadSafetyStressThread(&event, d, op));
op                259 mojo/system/dispatcher_unittest.cc         ThreadSafetyStressThread::DispatcherOp op =
op                262 mojo/system/dispatcher_unittest.cc         threads.push_back(new ThreadSafetyStressThread(&event, d, op));
op                199 native_client_sdk/src/libraries/nacl_io/fuse.h   int (*flock)(const char*, struct fuse_file_info*, int op);
op                125 net/base/int128.h #define CMP128(op)                                                \
op                126 net/base/int128.h inline bool operator op(const uint128& lhs, const uint128& rhs) { \
op                128 net/base/int128.h       (Uint128Low64(lhs) op Uint128Low64(rhs)) :                  \
op                129 net/base/int128.h       (Uint128High64(lhs) op Uint128High64(rhs));                 \
op                161 net/base/int128.h #define LOGIC128(op)                                                 \
op                162 net/base/int128.h inline uint128 operator op(const uint128& lhs, const uint128& rhs) { \
op                163 net/base/int128.h   return uint128(Uint128High64(lhs) op Uint128High64(rhs),           \
op                164 net/base/int128.h                  Uint128Low64(lhs) op Uint128Low64(rhs));            \
op                173 net/base/int128.h #define LOGICASSIGN128(op)                                   \
op                174 net/base/int128.h inline uint128& uint128::operator op(const uint128& other) { \
op                175 net/base/int128.h   hi_ op other.hi_;                                          \
op                176 net/base/int128.h   lo_ op other.lo_;                                          \
op                694 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) {
op                698 net/disk_cache/blockfile/entry_impl.cc   switch (op) {
op                136 net/disk_cache/blockfile/entry_impl.h   void ReportIOTime(Operation op, const base::TimeTicks& start);
op               1362 net/disk_cache/blockfile/entry_impl_v3.cc void EntryImplV3::ReportIOTime(Operation op, const base::TimeTicks& start) {
op               1366 net/disk_cache/blockfile/entry_impl_v3.cc   switch (op) {
op                183 net/disk_cache/blockfile/entry_impl_v3.h   void ReportIOTime(Operation op, const base::TimeTicks& start);
op                137 net/disk_cache/blockfile/file_ios.cc   FileBackgroundIO* op = static_cast<FileBackgroundIO*>(operation);
op                139 net/disk_cache/blockfile/file_ios.cc   disk_cache::FileIOCallback* callback = op->callback();
op                143 net/disk_cache/blockfile/file_ios.cc   op->file()->Release();
op                508 net/disk_cache/blockfile/in_flight_backend_io.cc   BackendIO* op = static_cast<BackendIO*>(operation);
op                509 net/disk_cache/blockfile/in_flight_backend_io.cc   op->OnDone(cancel);
op                511 net/disk_cache/blockfile/in_flight_backend_io.cc   if (!op->callback().is_null() && (!cancel || op->IsEntryOperation()))
op                512 net/disk_cache/blockfile/in_flight_backend_io.cc     op->callback().Run(op->result());
op                 45 net/disk_cache/blockfile/rankings.cc               Operation op, int list);
op                 53 net/disk_cache/blockfile/rankings.cc                          disk_cache::Addr addr, Operation op, int list)
op                 57 net/disk_cache/blockfile/rankings.cc   data_->operation = op;
op                244 net/disk_cache/blockfile/sparse_control.cc int SparseControl::StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf,
op                263 net/disk_cache/blockfile/sparse_control.cc   if (!buf && (op == kReadOperation || op == kWriteOperation))
op                267 net/disk_cache/blockfile/sparse_control.cc   operation_ = op;
op                 62 net/disk_cache/blockfile/sparse_control.h   int StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf,
op                225 net/disk_cache/blockfile/sparse_control_v3.cc int SparseControl::StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf,
op                242 net/disk_cache/blockfile/sparse_control_v3.cc   if (!buf && (op == kReadOperation || op == kWriteOperation))
op                246 net/disk_cache/blockfile/sparse_control_v3.cc   operation_ = op;
op                 57 net/disk_cache/blockfile/sparse_control_v3.h   int StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf,
op                 50 net/disk_cache/tracing/tracing_cache_backend.cc   void RecordEvent(base::TimeTicks start_time, Operation op, RwOpExtra extra,
op                 52 net/disk_cache/tracing/tracing_cache_backend.cc   void EntryOpComplete(base::TimeTicks start_time, Operation op,
op                159 net/disk_cache/tracing/tracing_cache_backend.cc void EntryProxy::RecordEvent(base::TimeTicks start_time, Operation op,
op                164 net/disk_cache/tracing/tracing_cache_backend.cc void EntryProxy::EntryOpComplete(base::TimeTicks start_time, Operation op,
op                167 net/disk_cache/tracing/tracing_cache_backend.cc   RecordEvent(start_time, op, extra, result);
op                194 net/disk_cache/tracing/tracing_cache_backend.cc void TracingCacheBackend::RecordEvent(base::TimeTicks start_time, Operation op,
op                221 net/disk_cache/tracing/tracing_cache_backend.cc                                             Operation op,
op                226 net/disk_cache/tracing/tracing_cache_backend.cc   RecordEvent(start_time, op, key, *entry, result);
op                236 net/disk_cache/tracing/tracing_cache_backend.cc     Operation op, base::TimeTicks start_time, const std::string& key,
op                239 net/disk_cache/tracing/tracing_cache_backend.cc                     AsWeakPtr(), start_time, op, key, entry, cb);
op                 63 net/disk_cache/tracing/tracing_cache_backend.h   void RecordEvent(base::TimeTicks start_time, Operation op, std::string key,
op                 66 net/disk_cache/tracing/tracing_cache_backend.h   void BackendOpComplete(base::TimeTicks start_time, Operation op,
op                 70 net/disk_cache/tracing/tracing_cache_backend.h   net::CompletionCallback BindCompletion(Operation op,
op               1041 net/http/http_cache.cc   WorkItemOperation op = pending_op->writer->operation();
op               1044 net/http/http_cache.cc   if (op == WI_CREATE_BACKEND)
op               1053 net/http/http_cache.cc     if (op == WI_DOOM_ENTRY) {
op               1061 net/http/http_cache.cc       if (op == WI_CREATE_ENTRY)
op               1109 net/http/http_cache.cc         if (op != WI_CREATE_ENTRY) {
op               1118 net/http/http_cache.cc       if (op == WI_CREATE_ENTRY && result != OK) {
op               1144 net/http/http_cache.cc   WorkItemOperation op = item->operation();
op               1145 net/http/http_cache.cc   DCHECK_EQ(WI_CREATE_BACKEND, op);
op                207 net/proxy/proxy_resolver_perftest.cc                           ResolveDnsOperation op,
op                599 net/proxy/proxy_resolver_v8.cc       JSBindings::ResolveDnsOperation op) {
op                606 net/proxy/proxy_resolver_v8.cc     if (op == JSBindings::DNS_RESOLVE || op == JSBindings::DNS_RESOLVE_EX) {
op                608 net/proxy/proxy_resolver_v8.cc         if (op == JSBindings::DNS_RESOLVE)
op                621 net/proxy/proxy_resolver_v8.cc           hostname, op, &result, &terminate);
op                634 net/proxy/proxy_resolver_v8.cc     switch (op) {
op                 57 net/proxy/proxy_resolver_v8.h                             ResolveDnsOperation op,
op                148 net/proxy/proxy_resolver_v8_tracing.cc   void Start(Operation op, bool blocking_dns,
op                157 net/proxy/proxy_resolver_v8_tracing.cc                           ResolveDnsOperation op,
op                164 net/proxy/proxy_resolver_v8_tracing.cc                           ResolveDnsOperation op,
op                168 net/proxy/proxy_resolver_v8_tracing.cc                              ResolveDnsOperation op,
op                173 net/proxy/proxy_resolver_v8_tracing.cc                                ResolveDnsOperation op,
op                182 net/proxy/proxy_resolver_v8_tracing.cc   bool GetDnsFromLocalCache(const std::string& host, ResolveDnsOperation op,
op                185 net/proxy/proxy_resolver_v8_tracing.cc   void SaveDnsToLocalCache(const std::string& host, ResolveDnsOperation op,
op                190 net/proxy/proxy_resolver_v8_tracing.cc                                                       ResolveDnsOperation op);
op                195 net/proxy/proxy_resolver_v8_tracing.cc                                      ResolveDnsOperation op);
op                606 net/proxy/proxy_resolver_v8_tracing.cc void ProxyResolverV8Tracing::Job::Start(Operation op, bool blocking_dns,
op                611 net/proxy/proxy_resolver_v8_tracing.cc   operation_ = op;
op                702 net/proxy/proxy_resolver_v8_tracing.cc                                              ResolveDnsOperation op,
op                710 net/proxy/proxy_resolver_v8_tracing.cc   if ((op == DNS_RESOLVE || op == DNS_RESOLVE_EX) && host.empty()) {
op                716 net/proxy/proxy_resolver_v8_tracing.cc       ResolveDnsBlocking(host, op, output) :
op                717 net/proxy/proxy_resolver_v8_tracing.cc       ResolveDnsNonBlocking(host, op, output, terminate);
op                730 net/proxy/proxy_resolver_v8_tracing.cc                                                      ResolveDnsOperation op,
op                736 net/proxy/proxy_resolver_v8_tracing.cc   if (GetDnsFromLocalCache(host, op, output, &rv)) {
op                751 net/proxy/proxy_resolver_v8_tracing.cc   if (!PostDnsOperationAndWait(host, op, NULL))
op                754 net/proxy/proxy_resolver_v8_tracing.cc   CHECK(GetDnsFromLocalCache(host, op, output, &rv));
op                759 net/proxy/proxy_resolver_v8_tracing.cc                                                         ResolveDnsOperation op,
op                774 net/proxy/proxy_resolver_v8_tracing.cc   if (GetDnsFromLocalCache(host, op, output, &rv)) {
op                797 net/proxy/proxy_resolver_v8_tracing.cc   if (!PostDnsOperationAndWait(host, op, &completed_synchronously))
op                801 net/proxy/proxy_resolver_v8_tracing.cc     CHECK(GetDnsFromLocalCache(host, op, output, &rv));
op                815 net/proxy/proxy_resolver_v8_tracing.cc     const std::string& host, ResolveDnsOperation op,
op                824 net/proxy/proxy_resolver_v8_tracing.cc   pending_dns_op_ = op;
op                925 net/proxy/proxy_resolver_v8_tracing.cc     ResolveDnsOperation op,
op                930 net/proxy/proxy_resolver_v8_tracing.cc   DnsCache::const_iterator it = dns_cache_.find(MakeDnsCacheKey(host, op));
op                941 net/proxy/proxy_resolver_v8_tracing.cc     ResolveDnsOperation op,
op                950 net/proxy/proxy_resolver_v8_tracing.cc   } else if (op == DNS_RESOLVE || op == MY_IP_ADDRESS) {
op                964 net/proxy/proxy_resolver_v8_tracing.cc   dns_cache_[MakeDnsCacheKey(host, op)] = cache_value;
op                969 net/proxy/proxy_resolver_v8_tracing.cc     const std::string& host, ResolveDnsOperation op) {
op                971 net/proxy/proxy_resolver_v8_tracing.cc   if (op == MY_IP_ADDRESS || op == MY_IP_ADDRESS_EX) {
op                978 net/proxy/proxy_resolver_v8_tracing.cc   if (op == MY_IP_ADDRESS || op == DNS_RESOLVE) {
op                986 net/proxy/proxy_resolver_v8_tracing.cc     const std::string& host, ResolveDnsOperation op) {
op                987 net/proxy/proxy_resolver_v8_tracing.cc   return base::StringPrintf("%d:%s", op, host.c_str());
op                 35 net/proxy/proxy_resolver_v8_unittest.cc                           ResolveDnsOperation op,
op                 40 net/proxy/proxy_resolver_v8_unittest.cc     if (op == MY_IP_ADDRESS) {
op                 46 net/proxy/proxy_resolver_v8_unittest.cc     if (op == MY_IP_ADDRESS_EX) {
op                 52 net/proxy/proxy_resolver_v8_unittest.cc     if (op == DNS_RESOLVE) {
op                 58 net/proxy/proxy_resolver_v8_unittest.cc     if (op == DNS_RESOLVE_EX) {
op                 97 net/third_party/nss/ssl/sslauth.c SSL_SecurityStatus(PRFileDesc *fd, int *op, char **cp, int *kp0, int *kp1,
op                116 net/third_party/nss/ssl/sslauth.c     if (op) {
op                117 net/third_party/nss/ssl/sslauth.c 	*op = SSL_SECURITY_STATUS_OFF;
op                143 net/third_party/nss/ssl/sslauth.c 	if (op) {
op                145 net/third_party/nss/ssl/sslauth.c 		*op = SSL_SECURITY_STATUS_OFF;
op                147 net/third_party/nss/ssl/sslauth.c 		*op = SSL_SECURITY_STATUS_ON_LOW;
op                150 net/third_party/nss/ssl/sslauth.c 		*op = SSL_SECURITY_STATUS_ON_HIGH;
op               1024 net/third_party/nss/ssl/sslcon.c     PRUint8       *  op;		    /* next output byte goes here.   */
op               1066 net/third_party/nss/ssl/sslcon.c 	op = out;
op               1068 net/third_party/nss/ssl/sslcon.c 	    *op++ = MSB(nout);
op               1069 net/third_party/nss/ssl/sslcon.c 	    *op++ = LSB(nout);
op               1070 net/third_party/nss/ssl/sslcon.c 	    *op++ = padding;
op               1072 net/third_party/nss/ssl/sslcon.c 	    *op++ = 0x80 | MSB(nout);
op               1073 net/third_party/nss/ssl/sslcon.c 	    *op++ = LSB(nout);
op               1077 net/third_party/nss/ssl/sslcon.c 	rv = ssl2_CalcMAC(op, 		/* MAC goes here. */
op               1083 net/third_party/nss/ssl/sslcon.c 	op += macLen;
op               1087 net/third_party/nss/ssl/sslcon.c 	PORT_Memcpy(op, in, amount);
op               1088 net/third_party/nss/ssl/sslcon.c 	op += amount;
op               1090 net/third_party/nss/ssl/sslcon.c 	    PORT_Memset(op, padding, padding);
op               1091 net/third_party/nss/ssl/sslcon.c 	    op += padding;
op               1096 net/third_party/nss/ssl/sslcon.c 			 out+hlen, op - (out + hlen));
op               1102 net/third_party/nss/ssl/sslcon.c 	PRINT_BUF(50, (ss, "final xmit data:", out, op - out));
op               1104 net/third_party/nss/ssl/sslcon.c 	rv = ssl_DefSend(ss, out, op - out, flags & ~ssl_SEND_FLAG_MASK);
op               1118 net/third_party/nss/ssl/sslcon.c 	if (rv < (op - out)) {
op               1120 net/third_party/nss/ssl/sslcon.c 	    if (ssl_SaveWriteData(ss, out + rv, op - out - rv) == SECFailure) {
op                 53 ppapi/shared_impl/file_io_state_manager.h   void SetPendingOperation(OperationType op);
op                 34 sandbox/linux/seccomp-bpf/errorcode.cc                      Operation op,
op                 42 sandbox/linux/seccomp-bpf/errorcode.cc       op_(op),
op                 46 sandbox/linux/seccomp-bpf/errorcode.cc   if (op < 0 || op >= OP_NUM_OPS) {
op                140 sandbox/linux/seccomp-bpf/errorcode.h   Operation op() const { return op_; }
op                164 sandbox/linux/seccomp-bpf/errorcode.h             Operation op,
op               1004 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                            ErrorCode::Operation op,
op               1010 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                    op,
op                160 sandbox/linux/seccomp-bpf/sandbox_bpf.h                  ErrorCode::Operation op,
op               1334 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc #define BITMASK_TEST(testcase, arg, op, mask, expected_value) \
op                 44 sandbox/linux/seccomp-bpf/verifier.cc     switch (code.op()) {
op                106 sandbox/linux/seccomp-bpf/verifier.cc     switch (code.op()) {
op                173 sandbox/linux/seccomp-bpf/verifier.cc               (!code.value() && code.op() == ErrorCode::OP_HAS_ANY_BITS) ||
op                181 sandbox/linux/seccomp-bpf/verifier.cc                        code.op() == ErrorCode::OP_HAS_ALL_BITS) ||
op                183 sandbox/linux/seccomp-bpf/verifier.cc                        code.op() == ErrorCode::OP_HAS_ANY_BITS)
op                190 sandbox/linux/seccomp-bpf/verifier.cc               !code.value() && code.op() == ErrorCode::OP_HAS_ALL_BITS
op                435 sandbox/win/src/policy_engine_opcodes.cc #define OPCODE_EVAL(op, x, y, z) case op: return OpcodeEval<op>(x, y, z)
op                171 sandbox/win/src/policy_low_level.cc   PolicyOpcode* op = NULL;
op                181 sandbox/win/src/policy_low_level.cc       op = &buffer_->opcodes[buffer_->opcode_count - 1];
op                182 sandbox/win/src/policy_low_level.cc       op->SetOptions(options);
op                189 sandbox/win/src/policy_low_level.cc       op = opcode_factory_->MakeOpWStringMatch(parameter, fragment->c_str(),
op                193 sandbox/win/src/policy_low_level.cc       op = opcode_factory_->MakeOpWStringMatch(parameter, fragment->c_str(),
op                199 sandbox/win/src/policy_low_level.cc     op = opcode_factory_->MakeOpWStringMatch(parameter, fragment->c_str(),
op                206 sandbox/win/src/policy_low_level.cc     op = opcode_factory_->MakeOpWStringMatch(parameter, fragment->c_str(), 0,
op                209 sandbox/win/src/policy_low_level.cc   if (NULL == op) {
op                134 sandbox/win/src/policy_opcodes_unittest.cc      PolicyOpcode* op = opcode_maker.MakeOpAlwaysFalse(kPolNone);
op                135 sandbox/win/src/policy_opcodes_unittest.cc      ASSERT_TRUE(NULL != op);
op                136 sandbox/win/src/policy_opcodes_unittest.cc      EXPECT_EQ(EVAL_FALSE, op->Evaluate(&ppb1, 1, NULL));
op                161 sandbox/win/src/policy_opcodes_unittest.cc     PolicyOpcode* op = opcode_maker.MakeOpWStringMatch(0, txt2, 0,
op                164 sandbox/win/src/policy_opcodes_unittest.cc     ASSERT_TRUE(NULL != op);
op                165 sandbox/win/src/policy_opcodes_unittest.cc     EXPECT_EQ(EVAL_TRUE, op->Evaluate(&ppb1, 1, &mc1));
op                309 skia/ext/analysis_canvas.cc void AnalysisCanvas::onClipRect(const SkRect& rect, SkRegion::Op op, 
op                312 skia/ext/analysis_canvas.cc   INHERITED::onClipRect(rect, op, edge_style);
op                315 skia/ext/analysis_canvas.cc void AnalysisCanvas::onClipPath(const SkPath& path, SkRegion::Op op,
op                329 skia/ext/analysis_canvas.cc   INHERITED::onClipRect(path.getBounds(), op, edge_style);
op                333 skia/ext/analysis_canvas.cc                                  SkRegion::Op op,
op                347 skia/ext/analysis_canvas.cc   INHERITED::onClipRect(rrect.getBounds(), op, edge_style);
op                 99 skia/ext/analysis_canvas.h                           SkRegion::Op op,
op                102 skia/ext/analysis_canvas.h                            SkRegion::Op op,
op                105 skia/ext/analysis_canvas.h                           SkRegion::Op op,
op                165 skia/ext/benchmarking_canvas.cc   virtual void onClipRect(const SkRect& rect, SkRegion::Op op,
op                168 skia/ext/benchmarking_canvas.cc     SkProxyCanvas::onClipRect(rect, op, edge_style);
op                171 skia/ext/benchmarking_canvas.cc   virtual void onClipRRect(const SkRRect& rrect, SkRegion::Op op,
op                174 skia/ext/benchmarking_canvas.cc     SkProxyCanvas::onClipRRect(rrect, op, edge_style);
op                177 skia/ext/benchmarking_canvas.cc   virtual void onClipPath(const SkPath& path, SkRegion::Op op,
op                180 skia/ext/benchmarking_canvas.cc     SkProxyCanvas::onClipPath(path, op, edge_style);
op                184 skia/ext/benchmarking_canvas.cc                             SkRegion::Op op) OVERRIDE {
op                186 skia/ext/benchmarking_canvas.cc     SkProxyCanvas::onClipRegion(region, op);
op                121 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PyUnicode_READY(op)       (likely(PyUnicode_IS_READY(op)) ? \
op                122 third_party/bintrees/bintrees/cwalker.c                                               0 : _PyUnicode_Ready((PyObject *)(op)))
op                128 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PyUnicode_READY(op)       (0)
op                169 third_party/bintrees/bintrees/cwalker.c   #define PyInt_Check(op)              PyLong_Check(op)
op                170 third_party/bintrees/bintrees/cwalker.c   #define PyInt_CheckExact(op)         PyLong_CheckExact(op)
op                121 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PyUnicode_READY(op)       (likely(PyUnicode_IS_READY(op)) ? \
op                122 third_party/bintrees/bintrees/qavltree.c                                               0 : _PyUnicode_Ready((PyObject *)(op)))
op                128 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PyUnicode_READY(op)       (0)
op                169 third_party/bintrees/bintrees/qavltree.c   #define PyInt_Check(op)              PyLong_Check(op)
op                170 third_party/bintrees/bintrees/qavltree.c   #define PyInt_CheckExact(op)         PyLong_CheckExact(op)
op                121 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PyUnicode_READY(op)       (likely(PyUnicode_IS_READY(op)) ? \
op                122 third_party/bintrees/bintrees/qbintree.c                                               0 : _PyUnicode_Ready((PyObject *)(op)))
op                128 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PyUnicode_READY(op)       (0)
op                169 third_party/bintrees/bintrees/qbintree.c   #define PyInt_Check(op)              PyLong_Check(op)
op                170 third_party/bintrees/bintrees/qbintree.c   #define PyInt_CheckExact(op)         PyLong_CheckExact(op)
op                121 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PyUnicode_READY(op)       (likely(PyUnicode_IS_READY(op)) ? \
op                122 third_party/bintrees/bintrees/qrbtree.c                                               0 : _PyUnicode_Ready((PyObject *)(op)))
op                128 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PyUnicode_READY(op)       (0)
op                169 third_party/bintrees/bintrees/qrbtree.c   #define PyInt_Check(op)              PyLong_Check(op)
op                170 third_party/bintrees/bintrees/qrbtree.c   #define PyInt_CheckExact(op)         PyLong_CheckExact(op)
op                464 third_party/cld/base/logging.h #define DEFINE_CHECK_OP_IMPL(name, op) \
op                468 third_party/cld/base/logging.h     if (v1 op v2) return NULL; \
op                492 third_party/cld/base/logging.h #define CHECK_OP_LOG(name, op, val1, val2, log) CHECK((val1) op (val2))
op                504 third_party/cld/base/logging.h #define CHECK_OP_LOG(name, op, val1, val2, log) \
op                508 third_party/cld/base/logging.h                            #val1 " " #op " " #val2)) \
op                513 third_party/cld/base/logging.h #define CHECK_OP_LOG(name, op, val1, val2, log) \
op                517 third_party/cld/base/logging.h                            #val1 " " #op " " #val2)) \
op                522 third_party/cld/base/logging.h #define CHECK_OP(name, op, val1, val2) \
op                523 third_party/cld/base/logging.h   CHECK_OP_LOG(name, op, val1, val2, LogMessageFatal)
op                525 third_party/cld/base/logging.h #define CHECK_OP(name, op, val1, val2) \
op                526 third_party/cld/base/logging.h   CHECK_OP_LOG(name, op, val1, val2, NullStreamFatal)
op                528 third_party/cld/base/logging.h #define QCHECK_OP(name, op, val1, val2) \
op                529 third_party/cld/base/logging.h   CHECK_OP_LOG(name, op, val1, val2, LogMessageQuietlyFatal)
op                583 third_party/cld/base/logging.h #define CHECK_STROP(func, op, expected, s1, s2) \
op                586 third_party/cld/base/logging.h                                      #s1 " " #op " " #s2)) \
op                588 third_party/cld/base/logging.h #define QCHECK_STROP(func, op, expected, s1, s2) \
op                591 third_party/cld/base/logging.h                                      #s1 " " #op " " #s2)) \
op                269 third_party/libevent/epoll.c 	int fd, op, events;
op                281 third_party/libevent/epoll.c 	op = EPOLL_CTL_ADD;
op                285 third_party/libevent/epoll.c 		op = EPOLL_CTL_MOD;
op                289 third_party/libevent/epoll.c 		op = EPOLL_CTL_MOD;
op                299 third_party/libevent/epoll.c 	if (epoll_ctl(epollop->epfd, op, ev->ev_fd, &epev) == -1)
op                317 third_party/libevent/epoll.c 	int fd, events, op;
op                328 third_party/libevent/epoll.c 	op = EPOLL_CTL_DEL;
op                340 third_party/libevent/epoll.c 			op = EPOLL_CTL_MOD;
op                344 third_party/libevent/epoll.c 			op = EPOLL_CTL_MOD;
op                356 third_party/libevent/epoll.c 	if (epoll_ctl(epollop->epfd, op, fd, &epev) == -1)
op                 42 third_party/libevent/epoll_sub.c epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)
op                 45 third_party/libevent/epoll_sub.c 	return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
op               5913 third_party/libxml/src/parser.c     xmlElementContentPtr ret = NULL, cur = NULL, last = NULL, op = NULL;
op               5986 third_party/libxml/src/parser.c 	    op = xmlNewDocElementContent(ctxt->myDoc, NULL, XML_ELEMENT_CONTENT_SEQ);
op               5987 third_party/libxml/src/parser.c 	    if (op == NULL) {
op               5994 third_party/libxml/src/parser.c 		op->c1 = ret;
op               5996 third_party/libxml/src/parser.c 		    ret->parent = op;
op               5997 third_party/libxml/src/parser.c 		ret = cur = op;
op               5999 third_party/libxml/src/parser.c 	        cur->c2 = op;
op               6000 third_party/libxml/src/parser.c 		if (op != NULL)
op               6001 third_party/libxml/src/parser.c 		    op->parent = cur;
op               6002 third_party/libxml/src/parser.c 		op->c1 = last;
op               6004 third_party/libxml/src/parser.c 		    last->parent = op;
op               6005 third_party/libxml/src/parser.c 		cur =op;
op               6026 third_party/libxml/src/parser.c 	    op = xmlNewDocElementContent(ctxt->myDoc, NULL, XML_ELEMENT_CONTENT_OR);
op               6027 third_party/libxml/src/parser.c 	    if (op == NULL) {
op               6035 third_party/libxml/src/parser.c 		op->c1 = ret;
op               6037 third_party/libxml/src/parser.c 		    ret->parent = op;
op               6038 third_party/libxml/src/parser.c 		ret = cur = op;
op               6040 third_party/libxml/src/parser.c 	        cur->c2 = op;
op               6041 third_party/libxml/src/parser.c 		if (op != NULL)
op               6042 third_party/libxml/src/parser.c 		    op->parent = cur;
op               6043 third_party/libxml/src/parser.c 		op->c1 = last;
op               6045 third_party/libxml/src/parser.c 		    last->parent = op;
op               6046 third_party/libxml/src/parser.c 		cur =op;
op                153 third_party/libxml/src/pattern.c     xmlPatOp op;
op                229 third_party/libxml/src/pattern.c     xmlStepOpPtr op;
op                243 third_party/libxml/src/pattern.c 		op = &comp->steps[i];
op                244 third_party/libxml/src/pattern.c 		if (op->value != NULL)
op                245 third_party/libxml/src/pattern.c 		    xmlFree((xmlChar *) op->value);
op                246 third_party/libxml/src/pattern.c 		if (op->value2 != NULL)
op                247 third_party/libxml/src/pattern.c 		    xmlFree((xmlChar *) op->value2);
op                345 third_party/libxml/src/pattern.c                 xmlPatOp op, xmlChar * value, xmlChar * value2)
op                359 third_party/libxml/src/pattern.c     comp->steps[comp->nbStep].op = op;
op                380 third_party/libxml/src/pattern.c 	register xmlPatOp op;
op                388 third_party/libxml/src/pattern.c 	op = comp->steps[i].op;
op                389 third_party/libxml/src/pattern.c 	comp->steps[i].op = comp->steps[j].op;
op                390 third_party/libxml/src/pattern.c 	comp->steps[j].op = op;
op                410 third_party/libxml/src/pattern.c     if ((comp->nbStep > 0) && (comp->steps[0].op == XML_OP_ANCESTOR)) {
op                414 third_party/libxml/src/pattern.c 	    comp->steps[i].op = comp->steps[j].op;
op                434 third_party/libxml/src/pattern.c 	register xmlPatOp op;
op                441 third_party/libxml/src/pattern.c 	op = comp->steps[i].op;
op                442 third_party/libxml/src/pattern.c 	comp->steps[i].op = comp->steps[j].op;
op                443 third_party/libxml/src/pattern.c 	comp->steps[j].op = op;
op                449 third_party/libxml/src/pattern.c     comp->steps[comp->nbStep++].op = XML_OP_END;
op                504 third_party/libxml/src/pattern.c 	switch (step->op) {
op                616 third_party/libxml/src/pattern.c 		    if (step->op == XML_OP_ROOT)
op                618 third_party/libxml/src/pattern.c 		    if (step->op != XML_OP_ELEM)
op                655 third_party/libxml/src/pattern.c 		if (step->op == XML_OP_ANCESTOR)
op                725 third_party/libxml/src/pattern.c #define PUSH(op, val, val2) 						\
op                726 third_party/libxml/src/pattern.c     if (xmlPatternAdd(ctxt, ctxt->comp, (op), (val), (val2))) goto error;
op               1584 third_party/libxml/src/pattern.c         (comp->steps[0].op == XML_OP_ELEM) &&
op               1610 third_party/libxml/src/pattern.c         switch (step.op) {
op                560 third_party/libxml/src/xpath.c     xmlXPathOp op;		/* The identifier of the operation */
op                600 third_party/libxml/src/xpath.c                         xmlXPathStepOpPtr op, xmlNodePtr *first);
op                603 third_party/libxml/src/xpath.c 			    xmlXPathStepOpPtr op,
op                655 third_party/libxml/src/xpath.c     xmlXPathStepOpPtr op;
op                662 third_party/libxml/src/xpath.c 	    op = &comp->steps[i];
op                663 third_party/libxml/src/xpath.c 	    if (op->value4 != NULL) {
op                664 third_party/libxml/src/xpath.c 		if (op->op == XPATH_OP_VALUE)
op                665 third_party/libxml/src/xpath.c 		    xmlXPathFreeObject(op->value4);
op                667 third_party/libxml/src/xpath.c 		    xmlFree(op->value4);
op                669 third_party/libxml/src/xpath.c 	    if (op->value5 != NULL)
op                670 third_party/libxml/src/xpath.c 		xmlFree(op->value5);
op                674 third_party/libxml/src/xpath.c 	    op = &comp->steps[i];
op                675 third_party/libxml/src/xpath.c 	    if (op->value4 != NULL) {
op                676 third_party/libxml/src/xpath.c 		if (op->op == XPATH_OP_VALUE)
op                677 third_party/libxml/src/xpath.c 		    xmlXPathFreeObject(op->value4);
op                720 third_party/libxml/src/xpath.c    xmlXPathOp op, int value,
op                739 third_party/libxml/src/xpath.c     comp->steps[comp->nbStep].op = op;
op                744 third_party/libxml/src/xpath.c         ((op == XPATH_OP_FUNCTION) || (op == XPATH_OP_VARIABLE) ||
op                745 third_party/libxml/src/xpath.c 	 (op == XPATH_OP_COLLECT))) {
op                774 third_party/libxml/src/xpath.c xmlXPathCompSwap(xmlXPathStepOpPtr op) {
op                787 third_party/libxml/src/xpath.c     tmp = op->ch1;
op                788 third_party/libxml/src/xpath.c     op->ch1 = op->ch2;
op                789 third_party/libxml/src/xpath.c     op->ch2 = tmp;
op                792 third_party/libxml/src/xpath.c #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5)	\
op                794 third_party/libxml/src/xpath.c 	                (op), (val), (val2), (val3), (val4), (val5))
op                795 third_party/libxml/src/xpath.c #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5)			\
op                797 third_party/libxml/src/xpath.c 	                (op), (val), (val2), (val3), (val4), (val5))
op                799 third_party/libxml/src/xpath.c #define PUSH_LEAVE_EXPR(op, val, val2)					\
op                800 third_party/libxml/src/xpath.c xmlXPathCompExprAdd(ctxt->comp, -1, -1, (op), (val), (val2), 0 ,NULL ,NULL)
op                802 third_party/libxml/src/xpath.c #define PUSH_UNARY_EXPR(op, ch, val, val2)				\
op                803 third_party/libxml/src/xpath.c xmlXPathCompExprAdd(ctxt->comp, (ch), -1, (op), (val), (val2), 0 ,NULL ,NULL)
op                805 third_party/libxml/src/xpath.c #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2)			\
op                806 third_party/libxml/src/xpath.c xmlXPathCompExprAdd(ctxt->comp, (ch1), (ch2), (op),			\
op               1106 third_party/libxml/src/xpath.c 	                     xmlXPathStepOpPtr op, int depth) {
op               1115 third_party/libxml/src/xpath.c     if (op == NULL) {
op               1119 third_party/libxml/src/xpath.c     switch (op->op) {
op               1127 third_party/libxml/src/xpath.c 	     if (op->value)
op               1133 third_party/libxml/src/xpath.c 	     if (op->value)
op               1137 third_party/libxml/src/xpath.c 	     if (!op->value2)
op               1141 third_party/libxml/src/xpath.c 	     if (op->value == 0)
op               1143 third_party/libxml/src/xpath.c 	     else if (op->value == 1)
op               1145 third_party/libxml/src/xpath.c 	     else if (op->value == 2)
op               1147 third_party/libxml/src/xpath.c 	     else if (op->value == 3)
op               1151 third_party/libxml/src/xpath.c 	     if (op->value == 0)
op               1153 third_party/libxml/src/xpath.c 	     else if (op->value == 1)
op               1169 third_party/libxml/src/xpath.c 	    xmlXPathAxisVal axis = (xmlXPathAxisVal)op->value;
op               1170 third_party/libxml/src/xpath.c 	    xmlXPathTestVal test = (xmlXPathTestVal)op->value2;
op               1171 third_party/libxml/src/xpath.c 	    xmlXPathTypeVal type = (xmlXPathTypeVal)op->value3;
op               1172 third_party/libxml/src/xpath.c 	    const xmlChar *prefix = op->value4;
op               1173 third_party/libxml/src/xpath.c 	    const xmlChar *name = op->value5;
op               1236 third_party/libxml/src/xpath.c 	    xmlXPathObjectPtr object = (xmlXPathObjectPtr) op->value4;
op               1243 third_party/libxml/src/xpath.c 	    const xmlChar *prefix = op->value5;
op               1244 third_party/libxml/src/xpath.c 	    const xmlChar *name = op->value4;
op               1253 third_party/libxml/src/xpath.c 	    int nbargs = op->value;
op               1254 third_party/libxml/src/xpath.c 	    const xmlChar *prefix = op->value5;
op               1255 third_party/libxml/src/xpath.c 	    const xmlChar *name = op->value4;
op               1271 third_party/libxml/src/xpath.c         fprintf(output, "UNKNOWN %d\n", op->op); return;
op               1275 third_party/libxml/src/xpath.c     if (op->ch1 >= 0)
op               1276 third_party/libxml/src/xpath.c 	xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1);
op               1277 third_party/libxml/src/xpath.c     if (op->ch2 >= 0)
op               1278 third_party/libxml/src/xpath.c 	xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch2], depth + 1);
op               10702 third_party/libxml/src/xpath.c 	int op = -1;
op               10706 third_party/libxml/src/xpath.c 	    op = 0;
op               10709 third_party/libxml/src/xpath.c 	    op = 1;
op               10712 third_party/libxml/src/xpath.c 	    op = 2;
op               10718 third_party/libxml/src/xpath.c 	PUSH_BINARY_EXPR(XPATH_OP_MULT, op1, ctxt->comp->last, op, 0);
op               10886 third_party/libxml/src/xpath.c     if ((sort) && (ctxt->comp->steps[ctxt->comp->last].op != XPATH_OP_VALUE)) {
op               11421 third_party/libxml/src/xpath.c xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op);
op               11425 third_party/libxml/src/xpath.c xmlXPathDebugDumpStepAxis(xmlXPathStepOpPtr op,
op               11429 third_party/libxml/src/xpath.c     switch (op->value) {
op               11476 third_party/libxml/src/xpath.c     switch (op->value2) {
op               11483 third_party/libxml/src/xpath.c                             "           searching for type %d\n", op->value3);
op               11496 third_party/libxml/src/xpath.c                             op->value5);
op               11500 third_party/libxml/src/xpath.c                             "           searching for name %s\n", op->value5);
op               11501 third_party/libxml/src/xpath.c             if (op->value4)
op               11503 third_party/libxml/src/xpath.c                                 "           with namespace %s\n", op->value4);
op               11512 third_party/libxml/src/xpath.c 			    xmlXPathStepOpPtr op,
op               11517 third_party/libxml/src/xpath.c     if (op->ch1 != -1) {
op               11522 third_party/libxml/src/xpath.c 	if (comp->steps[op->ch1].op != XPATH_OP_PREDICATE) {
op               11528 third_party/libxml/src/xpath.c 	    &comp->steps[op->ch1], set, contextSize, hasNsNodes);
op               11533 third_party/libxml/src/xpath.c     if (op->ch2 != -1) {
op               11576 third_party/libxml/src/xpath.c 	exprOp = &ctxt->comp->steps[op->ch2];
op               11664 third_party/libxml/src/xpath.c 				      xmlXPathStepOpPtr op,
op               11671 third_party/libxml/src/xpath.c     if (op->ch1 != -1) {
op               11673 third_party/libxml/src/xpath.c 	if (comp->steps[op->ch1].op != XPATH_OP_PREDICATE) {
op               11679 third_party/libxml/src/xpath.c 	    &comp->steps[op->ch1], set, contextSize, hasNsNodes);
op               11692 third_party/libxml/src/xpath.c     if (op->ch2 == -1) {
op               11721 third_party/libxml/src/xpath.c 	exprOp = &ctxt->comp->steps[op->ch2];
op               11855 third_party/libxml/src/xpath.c 			    xmlXPathStepOpPtr op,
op               11874 third_party/libxml/src/xpath.c     if ((op->op != XPATH_OP_PREDICATE) && (op->op != XPATH_OP_FILTER))
op               11877 third_party/libxml/src/xpath.c     if (op->ch2 != -1) {
op               11878 third_party/libxml/src/xpath.c 	exprOp = &ctxt->comp->steps[op->ch2];
op               11883 third_party/libxml/src/xpath.c 	(exprOp->op == XPATH_OP_VALUE) &&
op               11910 third_party/libxml/src/xpath.c                            xmlXPathStepOpPtr op,
op               11936 third_party/libxml/src/xpath.c     xmlXPathAxisVal axis = (xmlXPathAxisVal) op->value;
op               11937 third_party/libxml/src/xpath.c     xmlXPathTestVal test = (xmlXPathTestVal) op->value2;
op               11938 third_party/libxml/src/xpath.c     xmlXPathTypeVal type = (xmlXPathTypeVal) op->value3;
op               11939 third_party/libxml/src/xpath.c     const xmlChar *prefix = op->value4;
op               11940 third_party/libxml/src/xpath.c     const xmlChar *name = op->value5;
op               12021 third_party/libxml/src/xpath.c 	    if (op->rewriteType == XP_REWRITE_DOS_CHILD_ELEM) {
op               12082 third_party/libxml/src/xpath.c     xmlXPathDebugDumpStepAxis(op,
op               12118 third_party/libxml/src/xpath.c     if (op->ch2 != -1) {
op               12122 third_party/libxml/src/xpath.c 	predOp = &ctxt->comp->steps[op->ch2];
op               12558 third_party/libxml/src/xpath.c 			      xmlXPathStepOpPtr op, xmlNodePtr * first);
op               12573 third_party/libxml/src/xpath.c                         xmlXPathStepOpPtr op, xmlNodePtr * first)
op               12581 third_party/libxml/src/xpath.c     switch (op->op) {
op               12586 third_party/libxml/src/xpath.c                 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch1],
op               12608 third_party/libxml/src/xpath.c                 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch2],
op               12623 third_party/libxml/src/xpath.c 		xmlXPathCompSwap(op);
op               12629 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               12630 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               12632 third_party/libxml/src/xpath.c             if (op->ch2 != -1)
op               12633 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               12639 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               12640 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               12642 third_party/libxml/src/xpath.c             if (op->ch2 != -1)
op               12643 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               12648 third_party/libxml/src/xpath.c                 if (op->ch1 == -1)
op               12651 third_party/libxml/src/xpath.c                 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               12654 third_party/libxml/src/xpath.c                 total += xmlXPathNodeCollectAndTest(ctxt, op, first, NULL, 0);
op               12660 third_party/libxml/src/xpath.c 			(xmlXPathObjectPtr) op->value4));
op               12663 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               12665 third_party/libxml/src/xpath.c                     xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch1],
op               12676 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEvalFilterFirst(ctxt, op, first);
op               12680 third_party/libxml/src/xpath.c             return (xmlXPathCompOpEval(ctxt, op));
op               12696 third_party/libxml/src/xpath.c xmlXPathCompOpEvalLast(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op,
op               12709 third_party/libxml/src/xpath.c     switch (op->op) {
op               12718 third_party/libxml/src/xpath.c                 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch1], last);
op               12739 third_party/libxml/src/xpath.c                 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch2], last);
op               12758 third_party/libxml/src/xpath.c 		xmlXPathCompSwap(op);
op               12764 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               12765 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               12767 third_party/libxml/src/xpath.c             if (op->ch2 != -1)
op               12768 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               12774 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               12775 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               12777 third_party/libxml/src/xpath.c             if (op->ch2 != -1)
op               12778 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               12783 third_party/libxml/src/xpath.c                 if (op->ch1 == -1)
op               12786 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               12789 third_party/libxml/src/xpath.c                 total += xmlXPathNodeCollectAndTest(ctxt, op, NULL, last, 0);
op               12795 third_party/libxml/src/xpath.c 			(xmlXPathObjectPtr) op->value4));
op               12798 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               12800 third_party/libxml/src/xpath.c                     xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch1],
op               12810 third_party/libxml/src/xpath.c             return (xmlXPathCompOpEval(ctxt, op));
op               12817 third_party/libxml/src/xpath.c 			      xmlXPathStepOpPtr op, xmlNodePtr * first)
op               12833 third_party/libxml/src/xpath.c     if ((op->ch1 != -1) && (op->ch2 != -1) &&
op               12834 third_party/libxml/src/xpath.c 	(comp->steps[op->ch1].op == XPATH_OP_SORT) &&
op               12835 third_party/libxml/src/xpath.c 	(comp->steps[op->ch2].op == XPATH_OP_SORT)) {
op               12836 third_party/libxml/src/xpath.c 	int f = comp->steps[op->ch2].ch1;
op               12839 third_party/libxml/src/xpath.c 	    (comp->steps[f].op == XPATH_OP_FUNCTION) &&
op               12849 third_party/libxml/src/xpath.c 		    &comp->steps[op->ch1],
op               12874 third_party/libxml/src/xpath.c     if (op->ch1 != -1)
op               12875 third_party/libxml/src/xpath.c 	total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               12877 third_party/libxml/src/xpath.c     if (op->ch2 == -1)
op               12905 third_party/libxml/src/xpath.c 	    if (op->ch2 != -1)
op               12906 third_party/libxml/src/xpath.c 		total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               12933 third_party/libxml/src/xpath.c 	    if (op->ch2 != -1)
op               12934 third_party/libxml/src/xpath.c 		total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13049 third_party/libxml/src/xpath.c 	    if (op->ch2 != -1)
op               13050 third_party/libxml/src/xpath.c 		total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13117 third_party/libxml/src/xpath.c xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op)
op               13130 third_party/libxml/src/xpath.c     switch (op->op) {
op               13138 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13148 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13164 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13174 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13190 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13196 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13198 third_party/libxml/src/xpath.c 	    if (op->value)
op               13209 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13215 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13217 third_party/libxml/src/xpath.c             ret = xmlXPathCompareValues(ctxt, op->value, op->value2);
op               13225 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13227 third_party/libxml/src/xpath.c             if (op->ch2 != -1) {
op               13232 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13235 third_party/libxml/src/xpath.c             if (op->value == 0)
op               13237 third_party/libxml/src/xpath.c             else if (op->value == 1)
op               13239 third_party/libxml/src/xpath.c             else if (op->value == 2)
op               13241 third_party/libxml/src/xpath.c             else if (op->value == 3) {
op               13251 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13257 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13259 third_party/libxml/src/xpath.c             if (op->value == 0)
op               13261 third_party/libxml/src/xpath.c             else if (op->value == 1)
op               13263 third_party/libxml/src/xpath.c             else if (op->value == 2)
op               13271 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13277 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13300 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               13301 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13303 third_party/libxml/src/xpath.c             if (op->ch2 != -1)
op               13304 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13310 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               13311 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13313 third_party/libxml/src/xpath.c             if (op->ch2 != -1)
op               13314 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13319 third_party/libxml/src/xpath.c                 if (op->ch1 == -1)
op               13322 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13325 third_party/libxml/src/xpath.c                 total += xmlXPathNodeCollectAndTest(ctxt, op, NULL, NULL, 0);
op               13331 third_party/libxml/src/xpath.c 			(xmlXPathObjectPtr) op->value4));
op               13336 third_party/libxml/src/xpath.c                 if (op->ch1 != -1)
op               13338 third_party/libxml/src/xpath.c                         xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13339 third_party/libxml/src/xpath.c                 if (op->value5 == NULL) {
op               13340 third_party/libxml/src/xpath.c 		    val = xmlXPathVariableLookup(ctxt->context, op->value4);
op               13349 third_party/libxml/src/xpath.c                     URI = xmlXPathNsLookup(ctxt->context, op->value5);
op               13353 third_party/libxml/src/xpath.c                                     (char *) op->value4, (char *)op->value5);
op               13358 third_party/libxml/src/xpath.c                                                        op->value4, URI);
op               13372 third_party/libxml/src/xpath.c                 if (op->ch1 != -1)
op               13374 third_party/libxml/src/xpath.c                         xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13375 third_party/libxml/src/xpath.c 		if (ctxt->valueNr < op->value) {
op               13381 third_party/libxml/src/xpath.c 		for (i = 0; i < op->value; i++)
op               13388 third_party/libxml/src/xpath.c                 if (op->cache != NULL)
op               13389 third_party/libxml/src/xpath.c                     XML_CAST_FPTR(func) = op->cache;
op               13393 third_party/libxml/src/xpath.c                     if (op->value5 == NULL)
op               13396 third_party/libxml/src/xpath.c                                                    op->value4);
op               13398 third_party/libxml/src/xpath.c                         URI = xmlXPathNsLookup(ctxt->context, op->value5);
op               13402 third_party/libxml/src/xpath.c                                     (char *)op->value4, (char *)op->value5);
op               13407 third_party/libxml/src/xpath.c                                                         op->value4, URI);
op               13412 third_party/libxml/src/xpath.c                                         (char *)op->value4);
op               13415 third_party/libxml/src/xpath.c                     op->cache = XML_CAST_FPTR(func);
op               13416 third_party/libxml/src/xpath.c                     op->cacheURI = (void *) URI;
op               13420 third_party/libxml/src/xpath.c                 ctxt->context->function = op->value4;
op               13421 third_party/libxml/src/xpath.c                 ctxt->context->functionURI = op->cacheURI;
op               13422 third_party/libxml/src/xpath.c                 func(ctxt, op->value);
op               13432 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               13433 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13439 third_party/libxml/src/xpath.c             if (op->ch2 != -1) {
op               13440 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
op               13459 third_party/libxml/src/xpath.c                 if ((op->ch1 != -1) && (op->ch2 != -1) &&
op               13470 third_party/libxml/src/xpath.c                     ((comp->steps[op->ch1].op == XPATH_OP_SORT) || /* 18 */
op               13471 third_party/libxml/src/xpath.c 		     (comp->steps[op->ch1].op == XPATH_OP_FILTER)) && /* 17 */
op               13473 third_party/libxml/src/xpath.c 		    (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
op               13475 third_party/libxml/src/xpath.c                     (comp->steps[op->ch2].op == XPATH_OP_VALUE)) { /* 12 */
op               13478 third_party/libxml/src/xpath.c                     val = comp->steps[op->ch2].value4;
op               13485 third_party/libxml/src/xpath.c                                                     &comp->steps[op->ch1],
op               13503 third_party/libxml/src/xpath.c                 if ((op->ch1 != -1) && (op->ch2 != -1) &&
op               13504 third_party/libxml/src/xpath.c                     (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
op               13505 third_party/libxml/src/xpath.c                     (comp->steps[op->ch2].op == XPATH_OP_SORT)) {
op               13506 third_party/libxml/src/xpath.c                     int f = comp->steps[op->ch2].ch1;
op               13509 third_party/libxml/src/xpath.c                         (comp->steps[f].op == XPATH_OP_FUNCTION) &&
op               13519 third_party/libxml/src/xpath.c                                                    &comp->steps[op->ch1],
op               13553 third_party/libxml/src/xpath.c                 if (op->ch1 != -1)
op               13555 third_party/libxml/src/xpath.c                         xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13557 third_party/libxml/src/xpath.c                 if (op->ch2 == -1)
op               13585 third_party/libxml/src/xpath.c                         if (op->ch2 != -1)
op               13588 third_party/libxml/src/xpath.c                                                    &comp->steps[op->ch2]);
op               13611 third_party/libxml/src/xpath.c                         if (op->ch2 != -1)
op               13614 third_party/libxml/src/xpath.c                                                    &comp->steps[op->ch2]);
op               13745 third_party/libxml/src/xpath.c                         if (op->ch2 != -1)
op               13748 third_party/libxml/src/xpath.c                                                    &comp->steps[op->ch2]);
op               13804 third_party/libxml/src/xpath.c             if (op->ch1 != -1)
op               13805 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13825 third_party/libxml/src/xpath.c                 if (op->ch1 != -1)
op               13827 third_party/libxml/src/xpath.c                         xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
op               13828 third_party/libxml/src/xpath.c                 if (op->ch2 == -1)
op               13845 third_party/libxml/src/xpath.c                         total += xmlXPathCompOpEval(ctxt,&comp->steps[op->ch2]);
op               13868 third_party/libxml/src/xpath.c                         if (op->ch2 != -1)
op               13871 third_party/libxml/src/xpath.c                                                    &comp->steps[op->ch2]);
op               13934 third_party/libxml/src/xpath.c                             if (op->ch2 != -1)
op               13937 third_party/libxml/src/xpath.c                                                    &comp->steps[op->ch2]);
op               13980 third_party/libxml/src/xpath.c                     "XPath: unknown precompiled operation %d\n", op->op);
op               13994 third_party/libxml/src/xpath.c 			    xmlXPathStepOpPtr op,
op               14001 third_party/libxml/src/xpath.c     switch (op->op) {
op               14005 third_party/libxml/src/xpath.c 	    resObj = (xmlXPathObjectPtr) op->value4;
op               14013 third_party/libxml/src/xpath.c             if (op->ch1 != -1) {
op               14014 third_party/libxml/src/xpath.c 		op = &ctxt->comp->steps[op->ch1];
op               14019 third_party/libxml/src/xpath.c 	    if (op->ch1 == -1)
op               14022 third_party/libxml/src/xpath.c             xmlXPathCompOpEval(ctxt, &ctxt->comp->steps[op->ch1]);
op               14026 third_party/libxml/src/xpath.c             xmlXPathNodeCollectAndTest(ctxt, op, NULL, NULL, 1);
op               14038 third_party/libxml/src/xpath.c 	    xmlXPathCompOpEval(ctxt, op);
op               14567 third_party/libxml/src/xpath.c xmlXPathRewriteDOSExpression(xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op)
op               14573 third_party/libxml/src/xpath.c     if (op->ch1 != -1) {
op               14574 third_party/libxml/src/xpath.c 	if ((op->op == XPATH_OP_COLLECT /* 11 */) &&
op               14575 third_party/libxml/src/xpath.c 	    ((xmlXPathAxisVal) op->value == AXIS_CHILD /* 4 */) &&
op               14576 third_party/libxml/src/xpath.c 	    ((xmlXPathTestVal) op->value2 == NODE_TEST_NAME /* 5 */) &&
op               14577 third_party/libxml/src/xpath.c 	    ((xmlXPathTypeVal) op->value3 == NODE_TYPE_NODE /* 0 */))
op               14582 third_party/libxml/src/xpath.c 	    xmlXPathStepOpPtr prevop = &comp->steps[op->ch1];
op               14584 third_party/libxml/src/xpath.c 	    if ((prevop->op == XPATH_OP_COLLECT /* 11 */) &&
op               14591 third_party/libxml/src/xpath.c 		(comp->steps[prevop->ch1].op == XPATH_OP_ROOT))
op               14597 third_party/libxml/src/xpath.c 		op->ch1 = prevop->ch1;
op               14598 third_party/libxml/src/xpath.c 		op->rewriteType = XP_REWRITE_DOS_CHILD_ELEM;
op               14601 third_party/libxml/src/xpath.c 	if (op->ch1 != -1)
op               14602 third_party/libxml/src/xpath.c 	    xmlXPathRewriteDOSExpression(comp, &comp->steps[op->ch1]);
op               14604 third_party/libxml/src/xpath.c     if (op->ch2 != -1)
op               14605 third_party/libxml/src/xpath.c 	xmlXPathRewriteDOSExpression(comp, &comp->steps[op->ch2]);
op                 86 third_party/libxslt/libxslt/pattern.c     xsltOp op;
op                177 third_party/libxslt/libxslt/pattern.c     xsltStepOpPtr op;
op                187 third_party/libxslt/libxslt/pattern.c 	op = &comp->steps[i];
op                188 third_party/libxslt/libxslt/pattern.c 	if (op->value != NULL)
op                189 third_party/libxslt/libxslt/pattern.c 	    xmlFree(op->value);
op                190 third_party/libxslt/libxslt/pattern.c 	if (op->value2 != NULL)
op                191 third_party/libxslt/libxslt/pattern.c 	    xmlFree(op->value2);
op                192 third_party/libxslt/libxslt/pattern.c 	if (op->value3 != NULL)
op                193 third_party/libxslt/libxslt/pattern.c 	    xmlFree(op->value3);
op                194 third_party/libxslt/libxslt/pattern.c 	if (op->comp != NULL)
op                195 third_party/libxslt/libxslt/pattern.c 	    xmlXPathFreeCompExpr(op->comp);
op                294 third_party/libxslt/libxslt/pattern.c                  xsltOp op, xmlChar * value, xmlChar * value2, int novar)
op                311 third_party/libxslt/libxslt/pattern.c     comp->steps[comp->nbStep].op = op;
op                331 third_party/libxslt/libxslt/pattern.c     if (op == XSLT_OP_PREDICATE) {
op                370 third_party/libxslt/libxslt/pattern.c 	register xsltOp op;
op                383 third_party/libxslt/libxslt/pattern.c 	op = comp->steps[i].op;
op                384 third_party/libxslt/libxslt/pattern.c 	comp->steps[i].op = comp->steps[j].op;
op                385 third_party/libxslt/libxslt/pattern.c 	comp->steps[j].op = op;
op                415 third_party/libxslt/libxslt/pattern.c 	register xsltOp op;
op                428 third_party/libxslt/libxslt/pattern.c 	op = comp->steps[i].op;
op                429 third_party/libxslt/libxslt/pattern.c 	comp->steps[i].op = comp->steps[j].op;
op                430 third_party/libxslt/libxslt/pattern.c 	comp->steps[j].op = op;
op                453 third_party/libxslt/libxslt/pattern.c         if ((comp->steps[i].op == XSLT_OP_PREDICATE) &&
op                454 third_party/libxslt/libxslt/pattern.c 	    (comp->steps[i + 1].op == XSLT_OP_PREDICATE)) {
op                668 third_party/libxslt/libxslt/pattern.c 	if (step->op != XSLT_OP_PREDICATE)
op                670 third_party/libxslt/libxslt/pattern.c 	switch (step->op) {
op                754 third_party/libxslt/libxslt/pattern.c 		    if (step->op == XSLT_OP_ROOT)
op                757 third_party/libxslt/libxslt/pattern.c 		    if ((step->op != XSLT_OP_ELEM) && 
op                758 third_party/libxslt/libxslt/pattern.c 			(step->op != XSLT_OP_ALL) && 
op                759 third_party/libxslt/libxslt/pattern.c 			(step->op != XSLT_OP_NS) &&
op                760 third_party/libxslt/libxslt/pattern.c 			(step->op != XSLT_OP_ID) &&
op                761 third_party/libxslt/libxslt/pattern.c 			(step->op != XSLT_OP_KEY))
op                774 third_party/libxslt/libxslt/pattern.c 		if ((step->op != XSLT_OP_ELEM) && step->op != XSLT_OP_ALL) {
op                882 third_party/libxslt/libxslt/pattern.c 		    (sel->op == XSLT_OP_ELEM) &&
op               1016 third_party/libxslt/libxslt/pattern.c 		} else if ((sel != NULL) && (sel->op == XSLT_OP_ALL) &&
op               1237 third_party/libxslt/libxslt/pattern.c #define PUSH(op, val, val2, novar) 						\
op               1238 third_party/libxslt/libxslt/pattern.c     if (xsltCompMatchAdd(ctxt, ctxt->comp, (op), (val), (val2), (novar))) goto error;
op               1931 third_party/libxslt/libxslt/pattern.c 	    if (((element->steps[0].op == XSLT_OP_ELEM) ||
op               1932 third_party/libxslt/libxslt/pattern.c 		 (element->steps[0].op == XSLT_OP_ATTR) ||
op               1933 third_party/libxslt/libxslt/pattern.c 		 (element->steps[0].op == XSLT_OP_PI)) &&
op               1935 third_party/libxslt/libxslt/pattern.c 		(element->steps[1].op == XSLT_OP_END)) {
op               1937 third_party/libxslt/libxslt/pattern.c 	    } else if ((element->steps[0].op == XSLT_OP_ATTR) &&
op               1939 third_party/libxslt/libxslt/pattern.c 		       (element->steps[1].op == XSLT_OP_END)) {
op               1941 third_party/libxslt/libxslt/pattern.c 	    } else if ((element->steps[0].op == XSLT_OP_NS) &&
op               1943 third_party/libxslt/libxslt/pattern.c 		       (element->steps[1].op == XSLT_OP_END)) {
op               1945 third_party/libxslt/libxslt/pattern.c 	    } else if ((element->steps[0].op == XSLT_OP_ATTR) &&
op               1948 third_party/libxslt/libxslt/pattern.c 		       (element->steps[1].op == XSLT_OP_END)) {
op               1950 third_party/libxslt/libxslt/pattern.c 	    } else if (((element->steps[0].op == XSLT_OP_PI) ||
op               1951 third_party/libxslt/libxslt/pattern.c 		       (element->steps[0].op == XSLT_OP_TEXT) ||
op               1952 third_party/libxslt/libxslt/pattern.c 		       (element->steps[0].op == XSLT_OP_ALL) ||
op               1953 third_party/libxslt/libxslt/pattern.c 		       (element->steps[0].op == XSLT_OP_NODE) ||
op               1954 third_party/libxslt/libxslt/pattern.c 		       (element->steps[0].op == XSLT_OP_COMMENT)) &&
op               1955 third_party/libxslt/libxslt/pattern.c 		       (element->steps[1].op == XSLT_OP_END)) {
op               2064 third_party/libxslt/libxslt/pattern.c 	switch (pat->steps[0].op) {
op                314 third_party/mach_override/libudis86/decode.c decode_a(struct ud* u, struct ud_operand *op)
op                318 third_party/mach_override/libudis86/decode.c     op->type = UD_OP_PTR;
op                319 third_party/mach_override/libudis86/decode.c     op->size = 32;
op                320 third_party/mach_override/libudis86/decode.c     op->lval.ptr.off = inp_uint16(u);
op                321 third_party/mach_override/libudis86/decode.c     op->lval.ptr.seg = inp_uint16(u);
op                324 third_party/mach_override/libudis86/decode.c     op->type = UD_OP_PTR;
op                325 third_party/mach_override/libudis86/decode.c     op->size = 48;
op                326 third_party/mach_override/libudis86/decode.c     op->lval.ptr.off = inp_uint32(u);
op                327 third_party/mach_override/libudis86/decode.c     op->lval.ptr.seg = inp_uint16(u);
op                400 third_party/mach_override/libudis86/decode.c decode_imm(struct ud* u, unsigned int size, struct ud_operand *op)
op                402 third_party/mach_override/libudis86/decode.c   op->size = resolve_operand_size(u, size);
op                403 third_party/mach_override/libudis86/decode.c   op->type = UD_OP_IMM;
op                405 third_party/mach_override/libudis86/decode.c   switch (op->size) {
op                406 third_party/mach_override/libudis86/decode.c   case  8: op->lval.sbyte = inp_uint8(u);   break;
op                407 third_party/mach_override/libudis86/decode.c   case 16: op->lval.uword = inp_uint16(u);  break;
op                408 third_party/mach_override/libudis86/decode.c   case 32: op->lval.udword = inp_uint32(u); break;
op                409 third_party/mach_override/libudis86/decode.c   case 64: op->lval.uqword = inp_uint64(u); break;
op                421 third_party/mach_override/libudis86/decode.c decode_mem_disp(struct ud* u, unsigned int size, struct ud_operand *op)
op                425 third_party/mach_override/libudis86/decode.c     op->offset = 8; 
op                426 third_party/mach_override/libudis86/decode.c     op->lval.ubyte  = inp_uint8(u);
op                429 third_party/mach_override/libudis86/decode.c     op->offset = 16; 
op                430 third_party/mach_override/libudis86/decode.c     op->lval.uword  = inp_uint16(u); 
op                433 third_party/mach_override/libudis86/decode.c     op->offset = 32; 
op                434 third_party/mach_override/libudis86/decode.c     op->lval.udword = inp_uint32(u); 
op                437 third_party/mach_override/libudis86/decode.c     op->offset = 64; 
op                438 third_party/mach_override/libudis86/decode.c     op->lval.uqword = inp_uint64(u); 
op                471 third_party/mach_override/libudis86/decode.c                 struct ud_operand *op,
op                488 third_party/mach_override/libudis86/decode.c     decode_reg(u, op, type, rm, size);
op                495 third_party/mach_override/libudis86/decode.c   op->type = UD_OP_MEM;
op                496 third_party/mach_override/libudis86/decode.c   op->size = resolve_operand_size(u, size);
op                499 third_party/mach_override/libudis86/decode.c     op->base = UD_R_RAX + rm;
op                505 third_party/mach_override/libudis86/decode.c       op->base = UD_R_RIP;
op                516 third_party/mach_override/libudis86/decode.c       op->scale = (1 << SIB_S(inp_curr(u))) & ~1;
op                517 third_party/mach_override/libudis86/decode.c       op->index = UD_R_RAX + (SIB_I(inp_curr(u)) | (REX_X(u->pfx_rex) << 3));
op                518 third_party/mach_override/libudis86/decode.c       op->base  = UD_R_RAX + (SIB_B(inp_curr(u)) | (REX_B(u->pfx_rex) << 3));
op                521 third_party/mach_override/libudis86/decode.c       if (op->index == UD_R_RSP) {
op                522 third_party/mach_override/libudis86/decode.c         op->index = UD_NONE;
op                523 third_party/mach_override/libudis86/decode.c         op->scale = UD_NONE;
op                526 third_party/mach_override/libudis86/decode.c       if (op->base == UD_R_RBP || op->base == UD_R_R13) {
op                528 third_party/mach_override/libudis86/decode.c           op->base = UD_NONE;
op                538 third_party/mach_override/libudis86/decode.c     op->base = UD_R_EAX + rm;
op                544 third_party/mach_override/libudis86/decode.c       op->base = UD_NONE;
op                554 third_party/mach_override/libudis86/decode.c       op->scale = (1 << SIB_S(inp_curr(u))) & ~1;
op                555 third_party/mach_override/libudis86/decode.c       op->index = UD_R_EAX + (SIB_I(inp_curr(u)) | (REX_X(u->pfx_rex) << 3));
op                556 third_party/mach_override/libudis86/decode.c       op->base  = UD_R_EAX + (SIB_B(inp_curr(u)) | (REX_B(u->pfx_rex) << 3));
op                558 third_party/mach_override/libudis86/decode.c       if (op->index == UD_R_ESP) {
op                559 third_party/mach_override/libudis86/decode.c         op->index = UD_NONE;
op                560 third_party/mach_override/libudis86/decode.c         op->scale = UD_NONE;
op                564 third_party/mach_override/libudis86/decode.c       if (op->base == UD_R_EBP) {
op                566 third_party/mach_override/libudis86/decode.c           op->base = UD_NONE;
op                580 third_party/mach_override/libudis86/decode.c     op->base  = bases[rm & 7];
op                581 third_party/mach_override/libudis86/decode.c     op->index = indices[rm & 7];
op                584 third_party/mach_override/libudis86/decode.c       op->base = UD_NONE;
op                593 third_party/mach_override/libudis86/decode.c     decode_mem_disp(u, offset, op);
op                 38 third_party/mach_override/libudis86/syn-att.c opr_cast(struct ud* u, struct ud_operand* op)
op                 40 third_party/mach_override/libudis86/syn-att.c   switch(op->size) {
op                 52 third_party/mach_override/libudis86/syn-att.c gen_operand(struct ud* u, struct ud_operand* op)
op                 54 third_party/mach_override/libudis86/syn-att.c   switch(op->type) {
op                 56 third_party/mach_override/libudis86/syn-att.c     ud_asmprintf(u, "$0x%x", op->lval.udword);
op                 60 third_party/mach_override/libudis86/syn-att.c     ud_asmprintf(u, "%%%s", ud_reg_tab[op->base - UD_R_AL]);
op                 65 third_party/mach_override/libudis86/syn-att.c         opr_cast(u, op);
op                 70 third_party/mach_override/libudis86/syn-att.c     if (op->offset != 0) { 
op                 71 third_party/mach_override/libudis86/syn-att.c       ud_syn_print_mem_disp(u, op, 0);
op                 73 third_party/mach_override/libudis86/syn-att.c     if (op->base) {
op                 74 third_party/mach_override/libudis86/syn-att.c       ud_asmprintf(u, "(%%%s", ud_reg_tab[op->base - UD_R_AL]);
op                 76 third_party/mach_override/libudis86/syn-att.c     if (op->index) {
op                 77 third_party/mach_override/libudis86/syn-att.c       if (op->base) {
op                 82 third_party/mach_override/libudis86/syn-att.c       ud_asmprintf(u, "%%%s", ud_reg_tab[op->index - UD_R_AL]);
op                 84 third_party/mach_override/libudis86/syn-att.c     if (op->scale) {
op                 85 third_party/mach_override/libudis86/syn-att.c       ud_asmprintf(u, ",%d", op->scale);
op                 87 third_party/mach_override/libudis86/syn-att.c     if (op->base || op->index) {
op                 93 third_party/mach_override/libudis86/syn-att.c     ud_syn_print_imm(u, op);
op                 97 third_party/mach_override/libudis86/syn-att.c     ud_syn_print_addr(u, ud_syn_rel_target(u, op));
op                101 third_party/mach_override/libudis86/syn-att.c     switch (op->size) {
op                103 third_party/mach_override/libudis86/syn-att.c         ud_asmprintf(u, "$0x%x, $0x%x", op->lval.ptr.seg, 
op                104 third_party/mach_override/libudis86/syn-att.c           op->lval.ptr.off & 0xFFFF);
op                107 third_party/mach_override/libudis86/syn-att.c         ud_asmprintf(u, "$0x%x, $0x%x", op->lval.ptr.seg, 
op                108 third_party/mach_override/libudis86/syn-att.c           op->lval.ptr.off);
op                 38 third_party/mach_override/libudis86/syn-intel.c opr_cast(struct ud* u, struct ud_operand* op)
op                 43 third_party/mach_override/libudis86/syn-intel.c   switch(op->size) {
op                 57 third_party/mach_override/libudis86/syn-intel.c static void gen_operand(struct ud* u, struct ud_operand* op, int syn_cast)
op                 59 third_party/mach_override/libudis86/syn-intel.c   switch(op->type) {
op                 61 third_party/mach_override/libudis86/syn-intel.c     ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
op                 66 third_party/mach_override/libudis86/syn-intel.c       opr_cast(u, op);
op                 72 third_party/mach_override/libudis86/syn-intel.c     if (op->base) {
op                 73 third_party/mach_override/libudis86/syn-intel.c       ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
op                 75 third_party/mach_override/libudis86/syn-intel.c     if (op->index) {
op                 76 third_party/mach_override/libudis86/syn-intel.c       ud_asmprintf(u, "%s%s", op->base != UD_NONE? "+" : "",
op                 77 third_party/mach_override/libudis86/syn-intel.c                               ud_reg_tab[op->index - UD_R_AL]);
op                 78 third_party/mach_override/libudis86/syn-intel.c       if (op->scale) {
op                 79 third_party/mach_override/libudis86/syn-intel.c         ud_asmprintf(u, "*%d", op->scale);
op                 82 third_party/mach_override/libudis86/syn-intel.c     if (op->offset != 0) {
op                 83 third_party/mach_override/libudis86/syn-intel.c       ud_syn_print_mem_disp(u, op, (op->base  != UD_NONE || 
op                 84 third_party/mach_override/libudis86/syn-intel.c                                     op->index != UD_NONE) ? 1 : 0);
op                 90 third_party/mach_override/libudis86/syn-intel.c     ud_syn_print_imm(u, op);
op                 95 third_party/mach_override/libudis86/syn-intel.c     ud_syn_print_addr(u, ud_syn_rel_target(u, op));
op                 99 third_party/mach_override/libudis86/syn-intel.c     switch (op->size) {
op                101 third_party/mach_override/libudis86/syn-intel.c         ud_asmprintf(u, "word 0x%x:0x%x", op->lval.ptr.seg, 
op                102 third_party/mach_override/libudis86/syn-intel.c           op->lval.ptr.off & 0xFFFF);
op                105 third_party/mach_override/libudis86/syn-intel.c         ud_asmprintf(u, "dword 0x%x:0x%x", op->lval.ptr.seg, 
op                106 third_party/mach_override/libudis86/syn-intel.c           op->lval.ptr.off);
op                112 third_party/mach_override/libudis86/syn-intel.c     if (syn_cast) opr_cast(u, op);
op                113 third_party/mach_override/libudis86/syn-intel.c     ud_asmprintf(u, "%d", op->lval.udword);
op                146 third_party/mach_override/libudis86/syn.c ud_syn_print_imm(struct ud* u, const struct ud_operand *op)
op                149 third_party/mach_override/libudis86/syn.c   if (op->_oprcode == OP_sI && op->size != u->opr_mode) {
op                150 third_party/mach_override/libudis86/syn.c     if (op->size == 8) {
op                151 third_party/mach_override/libudis86/syn.c       v = (int64_t)op->lval.sbyte;
op                153 third_party/mach_override/libudis86/syn.c       UD_ASSERT(op->size == 32);
op                154 third_party/mach_override/libudis86/syn.c       v = (int64_t)op->lval.sdword;
op                160 third_party/mach_override/libudis86/syn.c     switch (op->size) {
op                161 third_party/mach_override/libudis86/syn.c     case 8 : v = op->lval.ubyte;  break;
op                162 third_party/mach_override/libudis86/syn.c     case 16: v = op->lval.uword;  break;
op                163 third_party/mach_override/libudis86/syn.c     case 32: v = op->lval.udword; break;
op                164 third_party/mach_override/libudis86/syn.c     case 64: v = op->lval.uqword; break;
op                173 third_party/mach_override/libudis86/syn.c ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *op, int sign)
op                175 third_party/mach_override/libudis86/syn.c   UD_ASSERT(op->offset != 0);
op                176 third_party/mach_override/libudis86/syn.c  if (op->base == UD_NONE && op->index == UD_NONE) {
op                178 third_party/mach_override/libudis86/syn.c     UD_ASSERT(op->scale == UD_NONE && op->offset != 8);
op                180 third_party/mach_override/libudis86/syn.c     switch (op->offset) {
op                181 third_party/mach_override/libudis86/syn.c     case 16: v = op->lval.uword;  break;
op                182 third_party/mach_override/libudis86/syn.c     case 32: v = op->lval.udword; break;
op                183 third_party/mach_override/libudis86/syn.c     case 64: v = op->lval.uqword; break;
op                189 third_party/mach_override/libudis86/syn.c     UD_ASSERT(op->offset != 64);
op                190 third_party/mach_override/libudis86/syn.c     switch (op->offset) {
op                191 third_party/mach_override/libudis86/syn.c     case 8 : v = op->lval.sbyte;  break;
op                192 third_party/mach_override/libudis86/syn.c     case 16: v = op->lval.sword;  break;
op                193 third_party/mach_override/libudis86/syn.c     case 32: v = op->lval.sdword; break;
op                 46 third_party/mach_override/libudis86/syn.h void ud_syn_print_imm(struct ud* u, const struct ud_operand *op);
op                411 third_party/npapi/npspy/extern/java/jri.h 	struct java_lang_Class*	(*FindClass)(JRIEnv* env, jint op, const char* a);
op                412 third_party/npapi/npspy/extern/java/jri.h 	void	(*Throw)(JRIEnv* env, jint op, struct java_lang_Throwable* a);
op                413 third_party/npapi/npspy/extern/java/jri.h 	void	(*ThrowNew)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b);
op                414 third_party/npapi/npspy/extern/java/jri.h 	struct java_lang_Throwable*	(*ExceptionOccurred)(JRIEnv* env, jint op);
op                415 third_party/npapi/npspy/extern/java/jri.h 	void	(*ExceptionDescribe)(JRIEnv* env, jint op);
op                416 third_party/npapi/npspy/extern/java/jri.h 	void	(*ExceptionClear)(JRIEnv* env, jint op);
op                417 third_party/npapi/npspy/extern/java/jri.h 	jglobal	(*NewGlobalRef)(JRIEnv* env, jint op, void* a);
op                418 third_party/npapi/npspy/extern/java/jri.h 	void	(*DisposeGlobalRef)(JRIEnv* env, jint op, jglobal a);
op                419 third_party/npapi/npspy/extern/java/jri.h 	void*	(*GetGlobalRef)(JRIEnv* env, jint op, jglobal a);
op                420 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetGlobalRef)(JRIEnv* env, jint op, jglobal a, void* b);
op                421 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*IsSameObject)(JRIEnv* env, jint op, void* a, void* b);
op                422 third_party/npapi/npspy/extern/java/jri.h 	void*	(*NewObject)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                424 third_party/npapi/npspy/extern/java/jri.h 	void*	(*NewObjectA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                425 third_party/npapi/npspy/extern/java/jri.h 	struct java_lang_Class*	(*GetObjectClass)(JRIEnv* env, jint op, void* a);
op                426 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*IsInstanceOf)(JRIEnv* env, jint op, void* a, struct java_lang_Class* b);
op                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);
op                428 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallMethod)(JRIEnv* env, jint op, void* a, jint b, ...);
op                429 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallMethodV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
op                430 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallMethodA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
op                431 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallMethodBoolean)(JRIEnv* env, jint op, void* a, jint b, ...);
op                432 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallMethodBooleanV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
op                433 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallMethodBooleanA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
op                434 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallMethodByte)(JRIEnv* env, jint op, void* a, jint b, ...);
op                435 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallMethodByteV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
op                436 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallMethodByteA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
op                437 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallMethodChar)(JRIEnv* env, jint op, void* a, jint b, ...);
op                438 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallMethodCharV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
op                439 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallMethodCharA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
op                440 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallMethodShort)(JRIEnv* env, jint op, void* a, jint b, ...);
op                441 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallMethodShortV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
op                442 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallMethodShortA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
op                443 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallMethodInt)(JRIEnv* env, jint op, void* a, jint b, ...);
op                444 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallMethodIntV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
op                445 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallMethodIntA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
op                446 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallMethodLong)(JRIEnv* env, jint op, void* a, jint b, ...);
op                447 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallMethodLongV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
op                448 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallMethodLongA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
op                449 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallMethodFloat)(JRIEnv* env, jint op, void* a, jint b, ...);
op                450 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallMethodFloatV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
op                451 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallMethodFloatA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
op                452 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallMethodDouble)(JRIEnv* env, jint op, void* a, jint b, ...);
op                453 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallMethodDoubleV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
op                454 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallMethodDoubleA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
op                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);
op                456 third_party/npapi/npspy/extern/java/jri.h 	void*	(*GetField)(JRIEnv* env, jint op, void* a, jint b);
op                457 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*GetFieldBoolean)(JRIEnv* env, jint op, void* a, jint b);
op                458 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*GetFieldByte)(JRIEnv* env, jint op, void* a, jint b);
op                459 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*GetFieldChar)(JRIEnv* env, jint op, void* a, jint b);
op                460 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*GetFieldShort)(JRIEnv* env, jint op, void* a, jint b);
op                461 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetFieldInt)(JRIEnv* env, jint op, void* a, jint b);
op                462 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*GetFieldLong)(JRIEnv* env, jint op, void* a, jint b);
op                463 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*GetFieldFloat)(JRIEnv* env, jint op, void* a, jint b);
op                464 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*GetFieldDouble)(JRIEnv* env, jint op, void* a, jint b);
op                465 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetField)(JRIEnv* env, jint op, void* a, jint b, void* c);
op                466 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldBoolean)(JRIEnv* env, jint op, void* a, jint b, jbool c);
op                467 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldByte)(JRIEnv* env, jint op, void* a, jint b, jbyte c);
op                468 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldChar)(JRIEnv* env, jint op, void* a, jint b, jchar c);
op                469 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldShort)(JRIEnv* env, jint op, void* a, jint b, jshort c);
op                470 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldInt)(JRIEnv* env, jint op, void* a, jint b, jint c);
op                471 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldLong)(JRIEnv* env, jint op, void* a, jint b, jlong c);
op                472 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldFloat)(JRIEnv* env, jint op, void* a, jint b, jfloat c);
op                473 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetFieldDouble)(JRIEnv* env, jint op, void* a, jint b, jdouble c);
op                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);
op                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);
op                476 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallStaticMethod)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                478 third_party/npapi/npspy/extern/java/jri.h 	void*	(*CallStaticMethodA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                479 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallStaticMethodBoolean)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                481 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*CallStaticMethodBooleanA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                482 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallStaticMethodByte)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                484 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*CallStaticMethodByteA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                485 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallStaticMethodChar)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                487 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*CallStaticMethodCharA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                488 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallStaticMethodShort)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                490 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*CallStaticMethodShortA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                491 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallStaticMethodInt)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                493 third_party/npapi/npspy/extern/java/jri.h 	jint	(*CallStaticMethodIntA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                494 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallStaticMethodLong)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                496 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*CallStaticMethodLongA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                497 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallStaticMethodFloat)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                499 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*CallStaticMethodFloatA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                500 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallStaticMethodDouble)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
op                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);
op                502 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*CallStaticMethodDoubleA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
op                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);
op                504 third_party/npapi/npspy/extern/java/jri.h 	void*	(*GetStaticField)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
op                505 third_party/npapi/npspy/extern/java/jri.h 	jbool	(*GetStaticFieldBoolean)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
op                506 third_party/npapi/npspy/extern/java/jri.h 	jbyte	(*GetStaticFieldByte)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
op                507 third_party/npapi/npspy/extern/java/jri.h 	jchar	(*GetStaticFieldChar)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
op                508 third_party/npapi/npspy/extern/java/jri.h 	jshort	(*GetStaticFieldShort)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
op                509 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetStaticFieldInt)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
op                510 third_party/npapi/npspy/extern/java/jri.h 	jlong	(*GetStaticFieldLong)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
op                511 third_party/npapi/npspy/extern/java/jri.h 	jfloat	(*GetStaticFieldFloat)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
op                512 third_party/npapi/npspy/extern/java/jri.h 	jdouble	(*GetStaticFieldDouble)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
op                513 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticField)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, void* c);
op                514 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldBoolean)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jbool c);
op                515 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldByte)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jbyte c);
op                516 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldChar)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jchar c);
op                517 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldShort)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jshort c);
op                518 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldInt)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jint c);
op                519 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldLong)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jlong c);
op                520 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldFloat)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jfloat c);
op                521 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetStaticFieldDouble)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jdouble c);
op                522 third_party/npapi/npspy/extern/java/jri.h 	struct java_lang_String*	(*NewString)(JRIEnv* env, jint op, const jchar* a, jint b);
op                523 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetStringLength)(JRIEnv* env, jint op, struct java_lang_String* a);
op                524 third_party/npapi/npspy/extern/java/jri.h 	const jchar*	(*GetStringChars)(JRIEnv* env, jint op, struct java_lang_String* a);
op                525 third_party/npapi/npspy/extern/java/jri.h 	struct java_lang_String*	(*NewStringUTF)(JRIEnv* env, jint op, const jbyte* a, jint b);
op                526 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetStringUTFLength)(JRIEnv* env, jint op, struct java_lang_String* a);
op                527 third_party/npapi/npspy/extern/java/jri.h 	const jbyte*	(*GetStringUTFChars)(JRIEnv* env, jint op, struct java_lang_String* a);
op                528 third_party/npapi/npspy/extern/java/jri.h 	void*	(*NewScalarArray)(JRIEnv* env, jint op, jint a, const char* b, const jbyte* c);
op                529 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetScalarArrayLength)(JRIEnv* env, jint op, void* a);
op                530 third_party/npapi/npspy/extern/java/jri.h 	jbyte*	(*GetScalarArrayElements)(JRIEnv* env, jint op, void* a);
op                531 third_party/npapi/npspy/extern/java/jri.h 	void*	(*NewObjectArray)(JRIEnv* env, jint op, jint a, struct java_lang_Class* b, void* c);
op                532 third_party/npapi/npspy/extern/java/jri.h 	jint	(*GetObjectArrayLength)(JRIEnv* env, jint op, void* a);
op                533 third_party/npapi/npspy/extern/java/jri.h 	void*	(*GetObjectArrayElement)(JRIEnv* env, jint op, void* a, jint b);
op                534 third_party/npapi/npspy/extern/java/jri.h 	void	(*SetObjectArrayElement)(JRIEnv* env, jint op, void* a, jint b, void* c);
op                535 third_party/npapi/npspy/extern/java/jri.h 	void	(*RegisterNatives)(JRIEnv* env, jint op, struct java_lang_Class* a, char** b, void** c);
op                536 third_party/npapi/npspy/extern/java/jri.h 	void	(*UnregisterNatives)(JRIEnv* env, jint op, struct java_lang_Class* a);
op                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);
op                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);
op                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);
op                243 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_CMP(a, op, b)	((a) op (b))
op                299 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_CMP(a, op, b)	(((int32)(a).hi op (int32)(b).hi) ||          \
op                300 third_party/npapi/npspy/extern/java/jri_md.h 				 (((a).hi == (b).hi) && ((a).lo op (b).lo)))
op                301 third_party/npapi/npspy/extern/java/jri_md.h #define jlong_UCMP(a, op, b)	(((a).hi op (b).hi) ||                    \
op                302 third_party/npapi/npspy/extern/java/jri_md.h 				 (((a).hi == (b).hi) && ((a).lo op (b).lo)))
op                168 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_COUNT_ARENA(pool,op) ((pool)->stats.narenas op)
op                170 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_COUNT_ARENA(pool,op)
op                111 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_CMP(a, op, b)    ((PRInt64)(a) op (PRInt64)(b))
op                112 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_UCMP(a, op, b)   ((PRUint64)(a) op (PRUint64)(b))
op                212 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_CMP(a, op, b)    (((a).hi == (b).hi) ? ((a).lo op (b).lo) : \
op                213 third_party/npapi/npspy/extern/nspr/prlong.h                  ((PRInt32)(a).hi op (PRInt32)(b).hi))
op                214 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_UCMP(a, op, b)    (((a).hi == (b).hi) ? ((a).lo op (b).lo) : \
op                215 third_party/npapi/npspy/extern/nspr/prlong.h                  ((a).hi op (b).hi))
op                744 third_party/protobuf/src/google/protobuf/wire_format.cc                                           Operation op) {
op                747 third_party/protobuf/src/google/protobuf/wire_format.cc     switch (op) {
op                183 third_party/protobuf/src/google/protobuf/wire_format.h   static void VerifyUTF8String(const char* data, int size, Operation op);
op                190 third_party/protobuf/src/google/protobuf/wire_format.h       Operation op);
op                230 third_party/protobuf/src/google/protobuf/wire_format.h     WireFormat::Operation op) {
op                232 third_party/protobuf/src/google/protobuf/wire_format.h   WireFormat::VerifyUTF8StringFallback(data, size, op);
op                235 third_party/protobuf/src/google/protobuf/wire_format.h   (void)data; (void)size; (void)op;
op                125 third_party/re2/re2/bitstate.cc   int op = prog_->inst(id)->opcode();
op                126 third_party/re2/re2/bitstate.cc   if (op == kInstFail)
op                178 third_party/re2/re2/compile.cc   Frag EmptyWidth(EmptyOp op);
op                722 third_party/re2/re2/compile.cc   switch (re->op()) {
op                851 third_party/re2/re2/compile.cc   LOG(DFATAL) << "Missing case in Compiler: " << re->op();
op                868 third_party/re2/re2/compile.cc   switch (re->op()) {
op                916 third_party/re2/re2/compile.cc   switch (re->op()) {
op                 61 third_party/re2/re2/mimics_pcre.cc   switch (re->op()) {
op                136 third_party/re2/re2/mimics_pcre.cc   switch (re->op()) {
op                 66 third_party/re2/re2/parse.cc   bool PushSimpleOp(RegexpOp op);
op                 83 third_party/re2/re2/parse.cc   bool PushRepeatOp(RegexpOp op, const StringPiece& s, bool nongreedy);
op                 90 third_party/re2/re2/parse.cc   bool IsMarker(RegexpOp op);
op                146 third_party/re2/re2/parse.cc   void DoCollapse(RegexpOp op);
op                183 third_party/re2/re2/parse.cc     if (re->op() == kLeftParen)
op                233 third_party/re2/re2/parse.cc   if (!IsMarker(re->op()))
op                439 third_party/re2/re2/parse.cc bool Regexp::ParseState::PushSimpleOp(RegexpOp op) {
op                440 third_party/re2/re2/parse.cc   Regexp* re = new Regexp(op, flags_);
op                447 third_party/re2/re2/parse.cc bool Regexp::ParseState::PushRepeatOp(RegexpOp op, const StringPiece& s,
op                449 third_party/re2/re2/parse.cc   if (stacktop_ == NULL || IsMarker(stacktop_->op())) {
op                457 third_party/re2/re2/parse.cc   Regexp* re = new Regexp(op, fl);
op                476 third_party/re2/re2/parse.cc   if (stacktop_ == NULL || IsMarker(stacktop_->op())) {
op                497 third_party/re2/re2/parse.cc bool Regexp::ParseState::IsMarker(RegexpOp op) {
op                498 third_party/re2/re2/parse.cc   return op >= kLeftParen;
op                539 third_party/re2/re2/parse.cc       r2->op() == kVerticalBar) {
op                543 third_party/re2/re2/parse.cc     if ((r1->op() == kRegexpLiteral ||
op                544 third_party/re2/re2/parse.cc          r1->op() == kRegexpCharClass ||
op                545 third_party/re2/re2/parse.cc          r1->op() == kRegexpAnyChar) &&
op                548 third_party/re2/re2/parse.cc       switch (r3->op()) {
op                557 third_party/re2/re2/parse.cc           if (r1->op() == kRegexpLiteral)
op                560 third_party/re2/re2/parse.cc           else if (r1->op() == kRegexpCharClass)
op                562 third_party/re2/re2/parse.cc           if (r1->op() == kRegexpAnyChar || r3->ccb_->full()) {
op                599 third_party/re2/re2/parse.cc       r2->op() != kLeftParen) {
op                643 third_party/re2/re2/parse.cc   if (re->op() == kRegexpEmptyMatch)
op                645 third_party/re2/re2/parse.cc   if (re->op() == kRegexpConcat && re->nsub() >= 2) {
op                647 third_party/re2/re2/parse.cc     if (sub[0]->op() == kRegexpEmptyMatch)
op                659 third_party/re2/re2/parse.cc   if (re->op() == kRegexpEmptyMatch)
op                661 third_party/re2/re2/parse.cc   if (re->op() == kRegexpConcat && re->nsub() >= 2) {
op                663 third_party/re2/re2/parse.cc     if (sub[0]->op() == kRegexpEmptyMatch)
op                689 third_party/re2/re2/parse.cc   while (re->op() == kRegexpConcat && re->nsub() > 0)
op                694 third_party/re2/re2/parse.cc   if (re->op() == kRegexpLiteral) {
op                699 third_party/re2/re2/parse.cc   if (re->op() == kRegexpLiteralString) {
op                718 third_party/re2/re2/parse.cc   while (re->op() == kRegexpConcat) {
op                725 third_party/re2/re2/parse.cc   if (re->op() == kRegexpLiteral) {
op                728 third_party/re2/re2/parse.cc   } else if (re->op() == kRegexpLiteralString) {
op                751 third_party/re2/re2/parse.cc     if (sub[0]->op() == kRegexpEmptyMatch) {
op                940 third_party/re2/re2/parse.cc         (sub[i]->op() == kRegexpLiteral ||
op                941 third_party/re2/re2/parse.cc          sub[i]->op() == kRegexpCharClass))
op                955 third_party/re2/re2/parse.cc         if (re->op() == kRegexpCharClass) {
op                959 third_party/re2/re2/parse.cc         } else if (re->op() == kRegexpLiteral) {
op                962 third_party/re2/re2/parse.cc           LOG(DFATAL) << "RE2: unexpected op: " << re->op() << " "
op                982 third_party/re2/re2/parse.cc         sub[i]->op() == kRegexpEmptyMatch &&
op                983 third_party/re2/re2/parse.cc         sub[i+1]->op() == kRegexpEmptyMatch) {
op                997 third_party/re2/re2/parse.cc void Regexp::ParseState::DoCollapse(RegexpOp op) {
op               1002 third_party/re2/re2/parse.cc   for (sub = stacktop_; sub != NULL && !IsMarker(sub->op()); sub = next) {
op               1004 third_party/re2/re2/parse.cc     if (sub->op_ == op)
op               1019 third_party/re2/re2/parse.cc   for (sub = stacktop_; sub != NULL && !IsMarker(sub->op()); sub = next) {
op               1021 third_party/re2/re2/parse.cc     if (sub->op_ == op) {
op               1031 third_party/re2/re2/parse.cc   Regexp* re = ConcatOrAlternate(op, subs, n, flags_, true);
op               1042 third_party/re2/re2/parse.cc   if (r1 == NULL || IsMarker(r1->op())) {
op               2055 third_party/re2/re2/parse.cc         RegexpOp op;
op               2056 third_party/re2/re2/parse.cc         op = kRegexpStar;
op               2059 third_party/re2/re2/parse.cc         op = kRegexpPlus;
op               2062 third_party/re2/re2/parse.cc         op = kRegexpQuest;
op               2084 third_party/re2/re2/parse.cc         if (!ps.PushRepeatOp(op, opstr, nongreedy))
op                 20 third_party/re2/re2/prefilter.cc Prefilter::Prefilter(Op op) {
op                 21 third_party/re2/re2/prefilter.cc   op_ = op;
op                 71 third_party/re2/re2/prefilter.cc Prefilter* Prefilter::AndOr(Op op, Prefilter* a, Prefilter* b) {
op                 77 third_party/re2/re2/prefilter.cc   if (a->op() > b->op()) {
op                 90 third_party/re2/re2/prefilter.cc   if (a->op() == ALL || a->op() == NONE) {
op                 91 third_party/re2/re2/prefilter.cc     if ((a->op() == ALL && op == AND) ||
op                 92 third_party/re2/re2/prefilter.cc         (a->op() == NONE && op == OR)) {
op                102 third_party/re2/re2/prefilter.cc   if (a->op() == op && b->op() == op) {
op                114 third_party/re2/re2/prefilter.cc   if (b->op() == op) {
op                119 third_party/re2/re2/prefilter.cc   if (a->op() == op) {
op                125 third_party/re2/re2/prefilter.cc   Prefilter* c = new Prefilter(op);
op                535 third_party/re2/re2/prefilter.cc   switch (re->op()) {
op                538 third_party/re2/re2/prefilter.cc       LOG(DFATAL) << "Bad regexp op " << re->op();
op                 31 third_party/re2/re2/prefilter.h   explicit Prefilter(Op op);
op                 34 third_party/re2/re2/prefilter.h   Op op() { return op_; }
op                 69 third_party/re2/re2/prefilter.h   static Prefilter* AndOr(Op op, Prefilter* a, Prefilter* b);
op                 40 third_party/re2/re2/prefilter_tree.cc   switch (prefilter->op()) {
op                 43 third_party/re2/re2/prefilter_tree.cc                   << prefilter->op();
op                152 third_party/re2/re2/prefilter_tree.cc   string s = Itoa(node->op()) + ":";
op                153 third_party/re2/re2/prefilter_tree.cc   if (node->op() == Prefilter::ATOM) {
op                188 third_party/re2/re2/prefilter_tree.cc     if (f->op() == Prefilter::AND || f->op() == Prefilter::OR) {
op                207 third_party/re2/re2/prefilter_tree.cc       if (node->op() == Prefilter::ATOM) {
op                242 third_party/re2/re2/prefilter_tree.cc     switch (prefilter->op()) {
op                245 third_party/re2/re2/prefilter_tree.cc         LOG(DFATAL) << "Unexpected op: " << prefilter->op();
op                271 third_party/re2/re2/prefilter_tree.cc             prefilter->op() == Prefilter::AND ? uniq_child.size() : 1;
op                386 third_party/re2/re2/prefilter_tree.cc   if (node->op() == Prefilter::ATOM) {
op                391 third_party/re2/re2/prefilter_tree.cc     node_string +=  node->op() == Prefilter::AND ? "AND" : "OR";
op                 16 third_party/re2/re2/regexp.cc Regexp::Regexp(RegexpOp op, ParseFlags parse_flags)
op                 17 third_party/re2/re2/regexp.cc   : op_(op),
op                183 third_party/re2/re2/regexp.cc   if (sub->op() == kRegexpPlus && sub->parse_flags() == flags)
op                192 third_party/re2/re2/regexp.cc   if (sub->op() == kRegexpStar && sub->parse_flags() == flags)
op                201 third_party/re2/re2/regexp.cc   if (sub->op() == kRegexpQuest && sub->parse_flags() == flags)
op                209 third_party/re2/re2/regexp.cc Regexp* Regexp::ConcatOrAlternate(RegexpOp op, Regexp** sub, int nsub,
op                215 third_party/re2/re2/regexp.cc   if (op == kRegexpAlternate && can_factor) {
op                232 third_party/re2/re2/regexp.cc     Regexp* re = new Regexp(op, flags);
op                236 third_party/re2/re2/regexp.cc       subs[i] = ConcatOrAlternate(op, sub+i*kMaxNsub, kMaxNsub, flags, false);
op                237 third_party/re2/re2/regexp.cc     subs[nbigsub - 1] = ConcatOrAlternate(op, sub+(nbigsub-1)*kMaxNsub,
op                244 third_party/re2/re2/regexp.cc   Regexp* re = new Regexp(op, flags);
op                317 third_party/re2/re2/regexp.cc   if (a->op() != b->op())
op                320 third_party/re2/re2/regexp.cc   switch (a->op()) {
op                377 third_party/re2/re2/regexp.cc   LOG(DFATAL) << "Unexpected op in Regexp::Equal: " << a->op();
op                390 third_party/re2/re2/regexp.cc   switch (a->op()) {
op                414 third_party/re2/re2/regexp.cc     switch (a->op()) {
op                508 third_party/re2/re2/regexp.cc     if (re->op() == kRegexpCapture)
op                542 third_party/re2/re2/regexp.cc     if (re->op() == kRegexpCapture && re->name() != NULL) {
op                586 third_party/re2/re2/regexp.cc     if (re->op() == kRegexpCapture && re->name() != NULL) {
op                313 third_party/re2/re2/regexp.h   RegexpOp op() { return static_cast<RegexpOp>(op_); }
op                434 third_party/re2/re2/regexp.h   explicit Regexp(RegexpOp op, ParseFlags parse_flags);
op                457 third_party/re2/re2/regexp.h   static Regexp* ConcatOrAlternate(RegexpOp op, Regexp** subs, int nsubs,
op                 50 third_party/re2/re2/set.cc   if (re->op() == kRegexpConcat) {
op                178 third_party/re2/re2/simplify.cc   switch (re->op()) {
op                218 third_party/re2/re2/simplify.cc       Regexp* nre = new Regexp(re->op(), re->parse_flags());
op                248 third_party/re2/re2/simplify.cc       if (newsub->op() == kRegexpEmptyMatch)
op                259 third_party/re2/re2/simplify.cc       if (re->op() == newsub->op() &&
op                263 third_party/re2/re2/simplify.cc       Regexp* nre = new Regexp(re->op(), re->parse_flags());
op                274 third_party/re2/re2/simplify.cc       if (newsub->op() == kRegexpEmptyMatch)
op                291 third_party/re2/re2/simplify.cc   LOG(ERROR) << "Simplify case not handled: " << re->op();
op                 58 third_party/re2/re2/testing/dump.cc   if (re->op() < 0 || re->op() >= arraysize(kOpcodeNames)) {
op                 59 third_party/re2/re2/testing/dump.cc     StringAppendF(s, "op%d", re->op());
op                 61 third_party/re2/re2/testing/dump.cc     switch (re->op()) {
op                 72 third_party/re2/re2/testing/dump.cc     s->append(kOpcodeNames[re->op()]);
op                 73 third_party/re2/re2/testing/dump.cc     if (re->op() == kRegexpLiteral && (re->parse_flags() & Regexp::FoldCase)) {
op                 78 third_party/re2/re2/testing/dump.cc     if (re->op() == kRegexpLiteralString && (re->parse_flags() & Regexp::FoldCase)) {
op                 89 third_party/re2/re2/testing/dump.cc   switch (re->op()) {
op                 65 third_party/re2/re2/tostring.cc   switch (re->op()) {
op                142 third_party/re2/re2/tostring.cc   switch (re->op()) {
op                 43 third_party/simplejson/_speedups.c #define PyScanner_Check(op) PyObject_TypeCheck(op, &PyScannerType)
op                 44 third_party/simplejson/_speedups.c #define PyScanner_CheckExact(op) (Py_TYPE(op) == &PyScannerType)
op                 45 third_party/simplejson/_speedups.c #define PyEncoder_Check(op) PyObject_TypeCheck(op, &PyEncoderType)
op                 46 third_party/simplejson/_speedups.c #define PyEncoder_CheckExact(op) (Py_TYPE(op) == &PyEncoderType)
op               1224 third_party/sqlite/amalgamation/sqlite3.c   int (*xFileControl)(sqlite3_file*, int op, void *pArg);
op               1687 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
op               5216 third_party/sqlite/amalgamation/sqlite3.c      unsigned char op;         /* Constraint operator */
op               5914 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
op               5933 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_test_control(int op, ...);
op               5992 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
op               6108 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
op               6201 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_stmt_status(sqlite3_stmt*, int op,int resetFlg);
op               8429 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3PagerSavepoint(Pager *pPager, int op, int iSavepoint);
op               9983 third_party/sqlite/amalgamation/sqlite3.c   u8 op;                 /* Operation performed by this node */
op               10262 third_party/sqlite/amalgamation/sqlite3.c   u8 op, p5;            /* Opcode and P5 of the opcode that ends the loop */
op               10377 third_party/sqlite/amalgamation/sqlite3.c   u8 op;                 /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
op               10647 third_party/sqlite/amalgamation/sqlite3.c   u8 op;                  /* One of TK_DELETE, TK_UPDATE, TK_INSERT         */
op               10707 third_party/sqlite/amalgamation/sqlite3.c   u8 op;               /* One of TK_DELETE, TK_UPDATE, TK_INSERT, TK_SELECT */
op               12668 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3StatusValue(int op){
op               12670 third_party/sqlite/amalgamation/sqlite3.c   assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
op               12671 third_party/sqlite/amalgamation/sqlite3.c   return wsdStat.nowValue[op];
op               12678 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3StatusAdd(int op, int N){
op               12680 third_party/sqlite/amalgamation/sqlite3.c   assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
op               12681 third_party/sqlite/amalgamation/sqlite3.c   wsdStat.nowValue[op] += N;
op               12682 third_party/sqlite/amalgamation/sqlite3.c   if( wsdStat.nowValue[op]>wsdStat.mxValue[op] ){
op               12683 third_party/sqlite/amalgamation/sqlite3.c     wsdStat.mxValue[op] = wsdStat.nowValue[op];
op               12690 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3StatusSet(int op, int X){
op               12692 third_party/sqlite/amalgamation/sqlite3.c   assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
op               12693 third_party/sqlite/amalgamation/sqlite3.c   wsdStat.nowValue[op] = X;
op               12694 third_party/sqlite/amalgamation/sqlite3.c   if( wsdStat.nowValue[op]>wsdStat.mxValue[op] ){
op               12695 third_party/sqlite/amalgamation/sqlite3.c     wsdStat.mxValue[op] = wsdStat.nowValue[op];
op               12706 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){
op               12708 third_party/sqlite/amalgamation/sqlite3.c   if( op<0 || op>=ArraySize(wsdStat.nowValue) ){
op               12711 third_party/sqlite/amalgamation/sqlite3.c   *pCurrent = wsdStat.nowValue[op];
op               12712 third_party/sqlite/amalgamation/sqlite3.c   *pHighwater = wsdStat.mxValue[op];
op               12714 third_party/sqlite/amalgamation/sqlite3.c     wsdStat.mxValue[op] = wsdStat.nowValue[op];
op               12724 third_party/sqlite/amalgamation/sqlite3.c   int op,               /* Status verb */
op               12731 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               12744 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==SQLITE_DBSTATUS_LOOKASIDE_HIT );
op               12745 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE );
op               12746 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL );
op               12747 third_party/sqlite/amalgamation/sqlite3.c       assert( (op-SQLITE_DBSTATUS_LOOKASIDE_HIT)>=0 );
op               12748 third_party/sqlite/amalgamation/sqlite3.c       assert( (op-SQLITE_DBSTATUS_LOOKASIDE_HIT)<3 );
op               12750 third_party/sqlite/amalgamation/sqlite3.c       *pHighwater = db->lookaside.anStat[op - SQLITE_DBSTATUS_LOOKASIDE_HIT];
op               12752 third_party/sqlite/amalgamation/sqlite3.c         db->lookaside.anStat[op - SQLITE_DBSTATUS_LOOKASIDE_HIT] = 0;
op               14037 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){
op               14038 third_party/sqlite/amalgamation/sqlite3.c   return id->pMethods->xFileControl(id, op, pArg);
op               22568 third_party/sqlite/amalgamation/sqlite3.c static int os2FileControl(sqlite3_file *id, int op, void *pArg){
op               22569 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               24678 third_party/sqlite/amalgamation/sqlite3.c static int lockTrace(int fd, int op, struct flock *p){
op               24682 third_party/sqlite/amalgamation/sqlite3.c   if( op==F_GETLK ){
op               24684 third_party/sqlite/amalgamation/sqlite3.c   }else if( op==F_SETLK ){
op               24687 third_party/sqlite/amalgamation/sqlite3.c     s = osFcntl(fd, op, p);
op               24688 third_party/sqlite/amalgamation/sqlite3.c     sqlite3DebugPrintf("fcntl unknown %d %d %d\n", fd, op, s);
op               24701 third_party/sqlite/amalgamation/sqlite3.c   s = osFcntl(fd, op, p);
op               24706 third_party/sqlite/amalgamation/sqlite3.c   if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
op               26190 third_party/sqlite/amalgamation/sqlite3.c static int robust_flock(int fd, int op){
op               26192 third_party/sqlite/amalgamation/sqlite3.c   do{ rc = flock(fd,op); }while( rc<0 && errno==EINTR );
op               27611 third_party/sqlite/amalgamation/sqlite3.c static int unixFileControl(sqlite3_file *id, int op, void *pArg){
op               27612 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               27642 third_party/sqlite/amalgamation/sqlite3.c       return proxyFileControl(id,op,pArg);
op               30598 third_party/sqlite/amalgamation/sqlite3.c static int proxyFileControl(sqlite3_file *id, int op, void *pArg){
op               30599 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               32284 third_party/sqlite/amalgamation/sqlite3.c static int winFileControl(sqlite3_file *id, int op, void *pArg){
op               32285 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               34252 third_party/sqlite/amalgamation/sqlite3.c   int i, nx, pc, op;
op               34269 third_party/sqlite/amalgamation/sqlite3.c   while( (op = aOp[pc])!=0 ){
op               34270 third_party/sqlite/amalgamation/sqlite3.c     switch( op ){
op               34290 third_party/sqlite/amalgamation/sqlite3.c     if( (op & 1)!=0 ){
op               34292 third_party/sqlite/amalgamation/sqlite3.c       if( op!=5 ){
op               36441 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3WalExclusiveMode(Wal *pWal, int op);
op               42630 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3PagerSavepoint(Pager *pPager, int op, int iSavepoint){
op               42633 third_party/sqlite/amalgamation/sqlite3.c   assert( op==SAVEPOINT_RELEASE || op==SAVEPOINT_ROLLBACK );
op               42634 third_party/sqlite/amalgamation/sqlite3.c   assert( iSavepoint>=0 || op==SAVEPOINT_ROLLBACK );
op               42644 third_party/sqlite/amalgamation/sqlite3.c     nNew = iSavepoint + (( op==SAVEPOINT_RELEASE ) ? 0 : 1);
op               42652 third_party/sqlite/amalgamation/sqlite3.c     if( op==SAVEPOINT_RELEASE ){
op               46135 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3WalExclusiveMode(Wal *pWal, int op){
op               46138 third_party/sqlite/amalgamation/sqlite3.c   assert( pWal->exclusiveMode!=WAL_HEAPMEMORY_MODE || op==-1 );
op               46147 third_party/sqlite/amalgamation/sqlite3.c   assert( pWal->readLock>=0 || (op<=0 && pWal->exclusiveMode==0) );
op               46149 third_party/sqlite/amalgamation/sqlite3.c   if( op==0 ){
op               46160 third_party/sqlite/amalgamation/sqlite3.c   }else if( op>0 ){
op               50499 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSavepoint(Btree *p, int op, int iSavepoint){
op               50503 third_party/sqlite/amalgamation/sqlite3.c     assert( op==SAVEPOINT_RELEASE || op==SAVEPOINT_ROLLBACK );
op               50504 third_party/sqlite/amalgamation/sqlite3.c     assert( iSavepoint>=0 || (iSavepoint==-1 && op==SAVEPOINT_ROLLBACK) );
op               50506 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3PagerSavepoint(pBt->pPager, op, iSavepoint);
op               56988 third_party/sqlite/amalgamation/sqlite3.c   int op;
op               56998 third_party/sqlite/amalgamation/sqlite3.c   op = pExpr->op;
op               57005 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_REGISTER ) op = pExpr->op2;
op               57007 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(op==TK_REGISTER) ) op = pExpr->op2;
op               57013 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_UMINUS
op               57014 third_party/sqlite/amalgamation/sqlite3.c    && (pExpr->pLeft->op==TK_INTEGER || pExpr->pLeft->op==TK_FLOAT) ){
op               57016 third_party/sqlite/amalgamation/sqlite3.c     op = pExpr->op;
op               57021 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_STRING || op==TK_FLOAT || op==TK_INTEGER ){
op               57030 third_party/sqlite/amalgamation/sqlite3.c       if( op==TK_FLOAT ) pVal->type = SQLITE_FLOAT;
op               57032 third_party/sqlite/amalgamation/sqlite3.c     if( (op==TK_INTEGER || op==TK_FLOAT ) && affinity==SQLITE_AFF_NONE ){
op               57041 third_party/sqlite/amalgamation/sqlite3.c   }else if( op==TK_UMINUS ) {
op               57055 third_party/sqlite/amalgamation/sqlite3.c   }else if( op==TK_NULL ){
op               57060 third_party/sqlite/amalgamation/sqlite3.c   else if( op==TK_BLOB ){
op               57263 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeAddOp3(Vdbe *p, int op, int p1, int p2, int p3){
op               57269 third_party/sqlite/amalgamation/sqlite3.c   assert( op>0 && op<0xff );
op               57277 third_party/sqlite/amalgamation/sqlite3.c   pOp->opcode = (u8)op;
op               57285 third_party/sqlite/amalgamation/sqlite3.c   if( op==OP_ParseSchema ){
op               57301 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeAddOp0(Vdbe *p, int op){
op               57302 third_party/sqlite/amalgamation/sqlite3.c   return sqlite3VdbeAddOp3(p, op, 0, 0, 0);
op               57304 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeAddOp1(Vdbe *p, int op, int p1){
op               57305 third_party/sqlite/amalgamation/sqlite3.c   return sqlite3VdbeAddOp3(p, op, p1, 0, 0);
op               57307 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeAddOp2(Vdbe *p, int op, int p1, int p2){
op               57308 third_party/sqlite/amalgamation/sqlite3.c   return sqlite3VdbeAddOp3(p, op, p1, p2, 0);
op               57317 third_party/sqlite/amalgamation/sqlite3.c   int op,             /* The new opcode */
op               57324 third_party/sqlite/amalgamation/sqlite3.c   int addr = sqlite3VdbeAddOp3(p, op, p1, p2, p3);
op               57334 third_party/sqlite/amalgamation/sqlite3.c   int op,             /* The new opcode */
op               57340 third_party/sqlite/amalgamation/sqlite3.c   int addr = sqlite3VdbeAddOp3(p, op, p1, p2, p3);
op               61655 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_stmt_status(sqlite3_stmt *pStmt, int op, int resetFlag){
op               61657 third_party/sqlite/amalgamation/sqlite3.c   int v = pVdbe->aCounter[op-1];
op               61658 third_party/sqlite/amalgamation/sqlite3.c   if( resetFlag ) pVdbe->aCounter[op-1] = 0;
op               62522 third_party/sqlite/amalgamation/sqlite3.c       u8 op;
op               62694 third_party/sqlite/amalgamation/sqlite3.c       int op;           /* Opcode for update hook: SQLITE_UPDATE or SQLITE_INSERT */
op               63802 third_party/sqlite/amalgamation/sqlite3.c   u8 op;
op               63814 third_party/sqlite/amalgamation/sqlite3.c   u.ah.op = pOp->opcode;
op               63815 third_party/sqlite/amalgamation/sqlite3.c   if( u.ah.op==OP_BitAnd ){
op               63817 third_party/sqlite/amalgamation/sqlite3.c   }else if( u.ah.op==OP_BitOr ){
op               63820 third_party/sqlite/amalgamation/sqlite3.c     assert( u.ah.op==OP_ShiftRight || u.ah.op==OP_ShiftLeft );
op               63825 third_party/sqlite/amalgamation/sqlite3.c       u.ah.op = 2*OP_ShiftLeft + 1 - u.ah.op;
op               63830 third_party/sqlite/amalgamation/sqlite3.c       u.ah.iA = (u.ah.iA>=0 || u.ah.op==OP_ShiftLeft) ? 0 : -1;
op               63833 third_party/sqlite/amalgamation/sqlite3.c       if( u.ah.op==OP_ShiftLeft ){
op               66256 third_party/sqlite/amalgamation/sqlite3.c   int op;           /* Opcode for update hook: SQLITE_UPDATE or SQLITE_INSERT */
op               66307 third_party/sqlite/amalgamation/sqlite3.c     u.bf.op = ((pOp->p5 & OPFLAG_ISUPDATE) ? SQLITE_UPDATE : SQLITE_INSERT);
op               66309 third_party/sqlite/amalgamation/sqlite3.c     db->xUpdateCallback(db->pUpdateArg, u.bf.op, u.bf.zDb, u.bf.zTbl, u.bf.iKey);
op               69595 third_party/sqlite/amalgamation/sqlite3.c   if( pOrig->op!=TK_COLUMN && zType[0]!='G' ){
op               69762 third_party/sqlite/amalgamation/sqlite3.c       int op = pParse->eTriggerOp;
op               69764 third_party/sqlite/amalgamation/sqlite3.c       assert( op==TK_DELETE || op==TK_UPDATE || op==TK_INSERT );
op               69765 third_party/sqlite/amalgamation/sqlite3.c       if( op!=TK_DELETE && sqlite3StrICmp("new",zTab) == 0 ){
op               69768 third_party/sqlite/amalgamation/sqlite3.c       }else if( op!=TK_INSERT && sqlite3StrICmp("old",zTab)==0 ){
op               69872 third_party/sqlite/amalgamation/sqlite3.c     pExpr->op = TK_STRING;
op               69917 third_party/sqlite/amalgamation/sqlite3.c   pExpr->op = (isTrigger ? TK_TRIGGER : TK_COLUMN);
op               69990 third_party/sqlite/amalgamation/sqlite3.c   switch( pExpr->op ){
op               70002 third_party/sqlite/amalgamation/sqlite3.c       pExpr->op = TK_COLUMN;
op               70028 third_party/sqlite/amalgamation/sqlite3.c       if( pRight->op==TK_ID ){
op               70033 third_party/sqlite/amalgamation/sqlite3.c         assert( pRight->op==TK_DOT );
op               70056 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_CONST_FUNC );
op               70080 third_party/sqlite/amalgamation/sqlite3.c           pExpr->op = TK_NULL;
op               70098 third_party/sqlite/amalgamation/sqlite3.c         pExpr->op = TK_AGG_FUNCTION;
op               70111 third_party/sqlite/amalgamation/sqlite3.c     case TK_EXISTS:  testcase( pExpr->op==TK_EXISTS );
op               70114 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_IN );
op               70163 third_party/sqlite/amalgamation/sqlite3.c   if( pE->op==TK_ID ){
op               70771 third_party/sqlite/amalgamation/sqlite3.c   int op = pExpr->op;
op               70772 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_SELECT ){
op               70777 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_CAST ){
op               70782 third_party/sqlite/amalgamation/sqlite3.c   if( (op==TK_AGG_COLUMN || op==TK_COLUMN || op==TK_REGISTER) 
op               70833 third_party/sqlite/amalgamation/sqlite3.c     int op;
op               70836 third_party/sqlite/amalgamation/sqlite3.c     op = p->op;
op               70838 third_party/sqlite/amalgamation/sqlite3.c         op==TK_AGG_COLUMN || op==TK_COLUMN || op==TK_REGISTER || op==TK_TRIGGER
op               70852 third_party/sqlite/amalgamation/sqlite3.c     if( op!=TK_CAST && op!=TK_UPLUS ){
op               70897 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op==TK_EQ || pExpr->op==TK_IN || pExpr->op==TK_LT ||
op               70898 third_party/sqlite/amalgamation/sqlite3.c           pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||
op               70899 third_party/sqlite/amalgamation/sqlite3.c           pExpr->op==TK_NE || pExpr->op==TK_IS || pExpr->op==TK_ISNOT );
op               71117 third_party/sqlite/amalgamation/sqlite3.c   int op,                 /* Expression opcode */
op               71126 third_party/sqlite/amalgamation/sqlite3.c     if( op!=TK_INTEGER || pToken->z==0
op               71134 third_party/sqlite/amalgamation/sqlite3.c     pNew->op = (u8)op;
op               71165 third_party/sqlite/amalgamation/sqlite3.c   int op,                 /* Expression opcode */
op               71171 third_party/sqlite/amalgamation/sqlite3.c   return sqlite3ExprAlloc(db, op, &x, 0);
op               71218 third_party/sqlite/amalgamation/sqlite3.c   int op,                 /* Expression opcode */
op               71223 third_party/sqlite/amalgamation/sqlite3.c   Expr *p = sqlite3ExprAlloc(pParse->db, op, pToken, 1);
op               71687 third_party/sqlite/amalgamation/sqlite3.c   pNew->op = p->op;
op               71862 third_party/sqlite/amalgamation/sqlite3.c   switch( pExpr->op ){
op               71872 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_ID );
op               71873 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_COLUMN );
op               71874 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_AGG_FUNCTION );
op               71875 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_AGG_COLUMN );
op               71879 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_SELECT ); /* selectNodeIsConstant will disallow */
op               71880 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_EXISTS ); /* selectNodeIsConstant will disallow */
op               71944 third_party/sqlite/amalgamation/sqlite3.c   assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0
op               71951 third_party/sqlite/amalgamation/sqlite3.c   switch( p->op ){
op               71984 third_party/sqlite/amalgamation/sqlite3.c   u8 op;
op               71985 third_party/sqlite/amalgamation/sqlite3.c   while( p->op==TK_UPLUS || p->op==TK_UMINUS ){ p = p->pLeft; }
op               71986 third_party/sqlite/amalgamation/sqlite3.c   op = p->op;
op               71987 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_REGISTER ) op = p->op2;
op               71988 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               72028 third_party/sqlite/amalgamation/sqlite3.c   u8 op;
op               72030 third_party/sqlite/amalgamation/sqlite3.c   while( p->op==TK_UPLUS || p->op==TK_UMINUS ){ p = p->pLeft; }
op               72031 third_party/sqlite/amalgamation/sqlite3.c   op = p->op;
op               72032 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_REGISTER ) op = p->op2;
op               72033 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               72105 third_party/sqlite/amalgamation/sqlite3.c   if( pEList->a[0].pExpr->op!=TK_COLUMN ) return 0; /* Result is a column */
op               72171 third_party/sqlite/amalgamation/sqlite3.c   assert( pX->op==TK_IN );
op               72341 third_party/sqlite/amalgamation/sqlite3.c         pExpr->op==TK_IN?"LIST":"SCALAR", pParse->iNextSelectId
op               72347 third_party/sqlite/amalgamation/sqlite3.c   switch( pExpr->op ){
op               72474 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_EXISTS );
op               72475 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_SELECT );
op               72476 third_party/sqlite/amalgamation/sqlite3.c       assert( pExpr->op==TK_EXISTS || pExpr->op==TK_SELECT );
op               72481 third_party/sqlite/amalgamation/sqlite3.c       if( pExpr->op==TK_SELECT ){
op               72874 third_party/sqlite/amalgamation/sqlite3.c     int op = IsVirtual(pTab) ? OP_VColumn : OP_Column;
op               72875 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp3(v, op, iTabCur, iCol, regOut);
op               72999 third_party/sqlite/amalgamation/sqlite3.c   int op;                   /* The opcode being coded */
op               73013 third_party/sqlite/amalgamation/sqlite3.c     op = TK_NULL;
op               73015 third_party/sqlite/amalgamation/sqlite3.c     op = pExpr->op;
op               73017 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               73137 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_LT );
op               73138 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_LE );
op               73139 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_GT );
op               73140 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_GE );
op               73141 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_EQ );
op               73142 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_NE );
op               73145 third_party/sqlite/amalgamation/sqlite3.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               73153 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_IS );
op               73154 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_ISNOT );
op               73157 third_party/sqlite/amalgamation/sqlite3.c       op = (op==TK_IS) ? TK_EQ : TK_NE;
op               73158 third_party/sqlite/amalgamation/sqlite3.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               73187 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_AND );
op               73188 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_OR );
op               73189 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_PLUS );
op               73190 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_MINUS );
op               73191 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_REM );
op               73192 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_BITAND );
op               73193 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_BITOR );
op               73194 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_SLASH );
op               73195 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_LSHIFT );
op               73196 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_RSHIFT );
op               73197 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_CONCAT );
op               73200 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp3(v, op, r2, r1, target);
op               73208 third_party/sqlite/amalgamation/sqlite3.c       if( pLeft->op==TK_INTEGER ){
op               73211 third_party/sqlite/amalgamation/sqlite3.c       }else if( pLeft->op==TK_FLOAT ){
op               73229 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_BITNOT );
op               73230 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_NOT );
op               73234 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, op, r1, inReg);
op               73242 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_ISNULL );
op               73243 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_NOTNULL );
op               73247 third_party/sqlite/amalgamation/sqlite3.c       addr = sqlite3VdbeAddOp1(v, op, r1);
op               73275 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_CONST_FUNC );
op               73276 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_FUNCTION );
op               73362 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_EXISTS );
op               73363 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_SELECT );
op               73496 third_party/sqlite/amalgamation/sqlite3.c     default: assert( op==TK_CASE ); {
op               73518 third_party/sqlite/amalgamation/sqlite3.c         testcase( pX->op==TK_COLUMN );
op               73519 third_party/sqlite/amalgamation/sqlite3.c         testcase( pX->op==TK_REGISTER );
op               73522 third_party/sqlite/amalgamation/sqlite3.c         cacheX.op = TK_REGISTER;
op               73523 third_party/sqlite/amalgamation/sqlite3.c         opCompare.op = TK_EQ;
op               73541 third_party/sqlite/amalgamation/sqlite3.c         testcase( pTest->op==TK_COLUMN );
op               73543 third_party/sqlite/amalgamation/sqlite3.c         testcase( aListelem[i+1].pExpr->op==TK_COLUMN );
op               73544 third_party/sqlite/amalgamation/sqlite3.c         testcase( aListelem[i+1].pExpr->op==TK_REGISTER );
op               73624 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr && pExpr->op==TK_REGISTER ){
op               73659 third_party/sqlite/amalgamation/sqlite3.c   if( ALWAYS(pExpr->op!=TK_REGISTER) ){  
op               73664 third_party/sqlite/amalgamation/sqlite3.c     pExpr->op2 = pExpr->op;
op               73665 third_party/sqlite/amalgamation/sqlite3.c     pExpr->op = TK_REGISTER;
op               73694 third_party/sqlite/amalgamation/sqlite3.c   while( p->op==TK_UPLUS ) p = p->pLeft;
op               73695 third_party/sqlite/amalgamation/sqlite3.c   switch( p->op ){
op               73704 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_BLOB );
op               73705 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_VARIABLE );
op               73706 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_INTEGER );
op               73707 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_FLOAT );
op               73708 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_NULL );
op               73709 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_STRING );
op               73717 third_party/sqlite/amalgamation/sqlite3.c       if( p->pLeft->op==TK_FLOAT || p->pLeft->op==TK_INTEGER ){
op               73737 third_party/sqlite/amalgamation/sqlite3.c   switch( pExpr->op ){
op               73766 third_party/sqlite/amalgamation/sqlite3.c     pExpr->op2 = pExpr->op;
op               73767 third_party/sqlite/amalgamation/sqlite3.c     pExpr->op = TK_REGISTER;
op               73857 third_party/sqlite/amalgamation/sqlite3.c   exprAnd.op = TK_AND;
op               73860 third_party/sqlite/amalgamation/sqlite3.c   compLeft.op = TK_GE;
op               73863 third_party/sqlite/amalgamation/sqlite3.c   compRight.op = TK_LE;
op               73867 third_party/sqlite/amalgamation/sqlite3.c   exprX.op = TK_REGISTER;
op               73902 third_party/sqlite/amalgamation/sqlite3.c   int op = 0;
op               73910 third_party/sqlite/amalgamation/sqlite3.c   op = pExpr->op;
op               73911 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               73945 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_LT );
op               73946 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_LE );
op               73947 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_GT );
op               73948 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_GE );
op               73949 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_EQ );
op               73950 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_NE );
op               73954 third_party/sqlite/amalgamation/sqlite3.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               73962 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_IS );
op               73963 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_ISNOT );
op               73966 third_party/sqlite/amalgamation/sqlite3.c       op = (op==TK_IS) ? TK_EQ : TK_NE;
op               73967 third_party/sqlite/amalgamation/sqlite3.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               73977 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_ISNULL );
op               73978 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_NOTNULL );
op               73980 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, op, r1, dest);
op               74022 third_party/sqlite/amalgamation/sqlite3.c   int op = 0;
op               74049 third_party/sqlite/amalgamation/sqlite3.c   op = ((pExpr->op+(TK_ISNULL&1))^1)-(TK_ISNULL&1);
op               74053 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
op               74054 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_NOTNULL || op==OP_IsNull );
op               74055 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_NE || op==OP_Eq );
op               74056 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_EQ || op==OP_Ne );
op               74057 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_LT || op==OP_Ge );
op               74058 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_LE || op==OP_Gt );
op               74059 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_GT || op==OP_Le );
op               74060 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_GE || op==OP_Lt );
op               74062 third_party/sqlite/amalgamation/sqlite3.c   switch( pExpr->op ){
op               74090 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_LT );
op               74091 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_LE );
op               74092 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_GT );
op               74093 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_GE );
op               74094 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_EQ );
op               74095 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_NE );
op               74099 third_party/sqlite/amalgamation/sqlite3.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               74107 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_IS );
op               74108 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_ISNOT );
op               74111 third_party/sqlite/amalgamation/sqlite3.c       op = (pExpr->op==TK_IS) ? TK_NE : TK_EQ;
op               74112 third_party/sqlite/amalgamation/sqlite3.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               74120 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_ISNULL );
op               74121 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_NOTNULL );
op               74123 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, op, r1, dest);
op               74182 third_party/sqlite/amalgamation/sqlite3.c   if( pA->op!=pB->op ) return 2;
op               74191 third_party/sqlite/amalgamation/sqlite3.c   }else if( pA->op!=TK_COLUMN && pA->u.zToken ){
op               74276 third_party/sqlite/amalgamation/sqlite3.c   switch( pExpr->op ){
op               74279 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_AGG_COLUMN );
op               74280 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_COLUMN );
op               74320 third_party/sqlite/amalgamation/sqlite3.c                   if( pE->op==TK_COLUMN && pE->iTable==pExpr->iTable &&
op               74338 third_party/sqlite/amalgamation/sqlite3.c             pExpr->op = TK_AGG_COLUMN;
op               75153 third_party/sqlite/amalgamation/sqlite3.c   if( pDflt && pDflt->op==TK_NULL ){
op               76082 third_party/sqlite/amalgamation/sqlite3.c     if( pExpr->op!=TK_ID ){
op               76089 third_party/sqlite/amalgamation/sqlite3.c       pExpr->op = TK_STRING;
op               76361 third_party/sqlite/amalgamation/sqlite3.c     if( pAuthArg->op==TK_STRING ){
op               76743 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op==TK_COLUMN || pExpr->op==TK_TRIGGER );
op               76744 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op==TK_TRIGGER ){
op               76769 third_party/sqlite/amalgamation/sqlite3.c     pExpr->op = TK_NULL;
op               80253 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Savepoint(Parse *pParse, int op, Token *pName){
op               80261 third_party/sqlite/amalgamation/sqlite3.c     if( !v || sqlite3AuthCheck(pParse, SQLITE_SAVEPOINT, az[op], zName, 0) ){
op               80265 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp4(v, OP_Savepoint, op, 0, 0, zName, P4_DYNAMIC);
op               83165 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op!=TK_FUNCTION 
op               84393 third_party/sqlite/amalgamation/sqlite3.c         pStep->op = TK_SELECT; 
op               84397 third_party/sqlite/amalgamation/sqlite3.c           pStep->op = TK_DELETE; 
op               84401 third_party/sqlite/amalgamation/sqlite3.c         pStep->op = TK_UPDATE;
op               84407 third_party/sqlite/amalgamation/sqlite3.c     pTrigger->op = (pChanges ? TK_UPDATE : TK_DELETE);
op               85970 third_party/sqlite/amalgamation/sqlite3.c   int op           /* OP_OpenRead or OP_OpenWrite */
op               85981 third_party/sqlite/amalgamation/sqlite3.c   sqlite3OpenTable(pParse, baseCur, iDb, pTab, op);
op               85985 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp4(v, op, i+baseCur, pIdx->tnum, iDb,
op               86163 third_party/sqlite/amalgamation/sqlite3.c   if( pEList->a[0].pExpr->op!=TK_ALL ){
op               90003 third_party/sqlite/amalgamation/sqlite3.c   pNew->op = TK_SELECT;
op               90763 third_party/sqlite/amalgamation/sqlite3.c   int op,                         /* One of TK_UNION, TK_EXCEPT etc. */
op               90768 third_party/sqlite/amalgamation/sqlite3.c   assert( op==TK_UNION || op==TK_EXCEPT || op==TK_INTERSECT || op==TK_ALL );
op               90773 third_party/sqlite/amalgamation/sqlite3.c         bUseTmp?"USING TEMP B-TREE ":"", selectOpName(op)
op               90912 third_party/sqlite/amalgamation/sqlite3.c   switch( pExpr->op ){
op               90922 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_AGG_COLUMN );
op               90923 third_party/sqlite/amalgamation/sqlite3.c       testcase( pExpr->op==TK_COLUMN );
op               91095 third_party/sqlite/amalgamation/sqlite3.c     }else if( (p->op==TK_COLUMN || p->op==TK_AGG_COLUMN) && pTabList ){
op               91172 third_party/sqlite/amalgamation/sqlite3.c       while( pColExpr->op==TK_DOT ) pColExpr = pColExpr->pRight;
op               91173 third_party/sqlite/amalgamation/sqlite3.c       if( pColExpr->op==TK_COLUMN && ALWAYS(pColExpr->pTab!=0) ){
op               91180 third_party/sqlite/amalgamation/sqlite3.c       }else if( pColExpr->op==TK_ID ){
op               91480 third_party/sqlite/amalgamation/sqlite3.c       selectOpName(p->op));
op               91486 third_party/sqlite/amalgamation/sqlite3.c       selectOpName(p->op));
op               91509 third_party/sqlite/amalgamation/sqlite3.c       " do not have the same number of result columns", selectOpName(p->op));
op               91522 third_party/sqlite/amalgamation/sqlite3.c   switch( p->op ){
op               91563 third_party/sqlite/amalgamation/sqlite3.c       u8 op = 0;       /* One of the SRT_ operations to apply to self */
op               91569 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_EXCEPT );
op               91570 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_UNION );
op               91606 third_party/sqlite/amalgamation/sqlite3.c       if( p->op==TK_EXCEPT ){
op               91607 third_party/sqlite/amalgamation/sqlite3.c         op = SRT_Except;
op               91609 third_party/sqlite/amalgamation/sqlite3.c         assert( p->op==TK_UNION );
op               91610 third_party/sqlite/amalgamation/sqlite3.c         op = SRT_Union;
op               91617 third_party/sqlite/amalgamation/sqlite3.c       uniondest.eDest = op;
op               91627 third_party/sqlite/amalgamation/sqlite3.c       if( p->op==TK_UNION ) p->nSelectRow += pPrior->nSelectRow;
op               91660 third_party/sqlite/amalgamation/sqlite3.c     default: assert( p->op==TK_INTERSECT ); {
op               91740 third_party/sqlite/amalgamation/sqlite3.c   explainComposite(pParse, p->op, iSub1, iSub2, p->op!=TK_ALL);
op               92078 third_party/sqlite/amalgamation/sqlite3.c   int op;               /* One of TK_ALL, TK_UNION, TK_EXCEPT, TK_INTERSECT */
op               92101 third_party/sqlite/amalgamation/sqlite3.c   op = p->op;  
op               92112 third_party/sqlite/amalgamation/sqlite3.c   if( op!=TK_ALL ){
op               92177 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_ALL ){
op               92207 third_party/sqlite/amalgamation/sqlite3.c   if( p->iLimit && op==TK_ALL ){
op               92276 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_ALL || op==TK_UNION ){
op               92287 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_EXCEPT || op==TK_INTERSECT ){
op               92300 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_INTERSECT ){
op               92321 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_ALL ){
op               92323 third_party/sqlite/amalgamation/sqlite3.c   }else if( op==TK_INTERSECT ){
op               92338 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_ALL || op==TK_UNION ){
op               92390 third_party/sqlite/amalgamation/sqlite3.c   explainComposite(pParse, p->op, iSub1, iSub2, 0);
op               92420 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op==TK_COLUMN && pExpr->iTable==iTable ){
op               92422 third_party/sqlite/amalgamation/sqlite3.c       pExpr->op = TK_NULL;
op               92708 third_party/sqlite/amalgamation/sqlite3.c        || (pSub1->pPrior && pSub1->op!=TK_ALL) 
op               92777 third_party/sqlite/amalgamation/sqlite3.c     p->op = TK_ALL;
op               92983 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op!=TK_AGG_FUNCTION ) return 0;
op               92987 third_party/sqlite/amalgamation/sqlite3.c   if( pEList->a[0].pExpr->op!=TK_AGG_COLUMN ) return WHERE_ORDERBY_NORMAL;
op               93024 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op!=TK_AGG_FUNCTION ) return 0;
op               93175 third_party/sqlite/amalgamation/sqlite3.c     if( pE->op==TK_ALL ) break;
op               93176 third_party/sqlite/amalgamation/sqlite3.c     assert( pE->op!=TK_DOT || pE->pRight!=0 );
op               93177 third_party/sqlite/amalgamation/sqlite3.c     assert( pE->op!=TK_DOT || (pE->pLeft!=0 && pE->pLeft->op==TK_ID) );
op               93178 third_party/sqlite/amalgamation/sqlite3.c     if( pE->op==TK_DOT && pE->pRight->op==TK_ALL ) break;
op               93194 third_party/sqlite/amalgamation/sqlite3.c       assert( pE->op!=TK_DOT || pE->pRight!=0 );
op               93195 third_party/sqlite/amalgamation/sqlite3.c       if( pE->op!=TK_ALL && (pE->op!=TK_DOT || pE->pRight->op!=TK_ALL) ){
op               93211 third_party/sqlite/amalgamation/sqlite3.c         if( pE->op==TK_DOT ){
op               94221 third_party/sqlite/amalgamation/sqlite3.c             pMinMax->a[0].pExpr->op = TK_COLUMN;
op               94312 third_party/sqlite/amalgamation/sqlite3.c     sqlite3DebugPrintf("(%d", p->op);
op               94671 third_party/sqlite/amalgamation/sqlite3.c   int op,             /* One of TK_INSERT, TK_UPDATE, TK_DELETE */
op               94689 third_party/sqlite/amalgamation/sqlite3.c   assert( op==TK_INSERT || op==TK_UPDATE || op==TK_DELETE );
op               94690 third_party/sqlite/amalgamation/sqlite3.c   assert( op>0 && op<0xff );
op               94821 third_party/sqlite/amalgamation/sqlite3.c   pTrigger->op = (u8)op;
op               94931 third_party/sqlite/amalgamation/sqlite3.c   pTriggerStep->op = TK_SELECT;
op               94945 third_party/sqlite/amalgamation/sqlite3.c   u8 op,                      /* Trigger opcode */
op               94956 third_party/sqlite/amalgamation/sqlite3.c     pTriggerStep->op = op;
op               95220 third_party/sqlite/amalgamation/sqlite3.c   int op,                 /* one of TK_DELETE, TK_INSERT, TK_UPDATE */
op               95233 third_party/sqlite/amalgamation/sqlite3.c     if( p->op==op && checkColumnOverlap(p->pColumns, pChanges) ){
op               95306 third_party/sqlite/amalgamation/sqlite3.c     switch( pStep->op ){
op               95333 third_party/sqlite/amalgamation/sqlite3.c       default: assert( pStep->op==TK_SELECT ); {
op               95342 third_party/sqlite/amalgamation/sqlite3.c     if( pStep->op!=TK_SELECT ){
op               95432 third_party/sqlite/amalgamation/sqlite3.c   pSubParse->eTriggerOp = pTrigger->op;
op               95440 third_party/sqlite/amalgamation/sqlite3.c         (pTrigger->op==TK_UPDATE ? "UPDATE" : ""),
op               95441 third_party/sqlite/amalgamation/sqlite3.c         (pTrigger->op==TK_INSERT ? "INSERT" : ""),
op               95442 third_party/sqlite/amalgamation/sqlite3.c         (pTrigger->op==TK_DELETE ? "DELETE" : ""),
op               95609 third_party/sqlite/amalgamation/sqlite3.c   int op,              /* One of TK_UPDATE, TK_INSERT, TK_DELETE */
op               95619 third_party/sqlite/amalgamation/sqlite3.c   assert( op==TK_UPDATE || op==TK_INSERT || op==TK_DELETE );
op               95621 third_party/sqlite/amalgamation/sqlite3.c   assert( (op==TK_UPDATE)==(pChanges!=0) );
op               95634 third_party/sqlite/amalgamation/sqlite3.c     if( p->op==op 
op               95677 third_party/sqlite/amalgamation/sqlite3.c   const int op = pChanges ? TK_UPDATE : TK_DELETE;
op               95683 third_party/sqlite/amalgamation/sqlite3.c     if( p->op==op && (tr_tm&p->tr_tm)
op               97586 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op!=TK_COLUMN ) return pDef;
op               97789 third_party/sqlite/amalgamation/sqlite3.c   u8 op;                   /* Split operator.  TK_AND or TK_OR */
op               98034 third_party/sqlite/amalgamation/sqlite3.c static void whereSplit(WhereClause *pWC, Expr *pExpr, int op){
op               98035 third_party/sqlite/amalgamation/sqlite3.c   pWC->op = (u8)op;
op               98037 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op!=op ){
op               98040 third_party/sqlite/amalgamation/sqlite3.c     whereSplit(pWC, pExpr->pLeft, op);
op               98041 third_party/sqlite/amalgamation/sqlite3.c     whereSplit(pWC, pExpr->pRight, op);
op               98097 third_party/sqlite/amalgamation/sqlite3.c   if( p->op==TK_COLUMN ){
op               98145 third_party/sqlite/amalgamation/sqlite3.c static int allowedOp(int op){
op               98150 third_party/sqlite/amalgamation/sqlite3.c   return op==TK_IN || (op>=TK_EQ && op<=TK_GE) || op==TK_ISNULL;
op               98173 third_party/sqlite/amalgamation/sqlite3.c   assert( allowedOp(pExpr->op) && pExpr->op!=TK_IN );
op               98180 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op>=TK_GT ){
op               98185 third_party/sqlite/amalgamation/sqlite3.c     assert( pExpr->op>=TK_GT && pExpr->op<=TK_GE );
op               98186 third_party/sqlite/amalgamation/sqlite3.c     pExpr->op = ((pExpr->op-TK_GT)^2)+TK_GT;
op               98193 third_party/sqlite/amalgamation/sqlite3.c static u16 operatorMask(int op){
op               98195 third_party/sqlite/amalgamation/sqlite3.c   assert( allowedOp(op) );
op               98196 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_IN ){
op               98198 third_party/sqlite/amalgamation/sqlite3.c   }else if( op==TK_ISNULL ){
op               98201 third_party/sqlite/amalgamation/sqlite3.c     assert( (WO_EQ<<(op-TK_EQ)) < 0x7fff );
op               98202 third_party/sqlite/amalgamation/sqlite3.c     c = (u16)(WO_EQ<<(op-TK_EQ));
op               98204 third_party/sqlite/amalgamation/sqlite3.c   assert( op!=TK_ISNULL || c==WO_ISNULL );
op               98205 third_party/sqlite/amalgamation/sqlite3.c   assert( op!=TK_IN || c==WO_IN );
op               98206 third_party/sqlite/amalgamation/sqlite3.c   assert( op!=TK_EQ || c==WO_EQ );
op               98207 third_party/sqlite/amalgamation/sqlite3.c   assert( op!=TK_LT || c==WO_LT );
op               98208 third_party/sqlite/amalgamation/sqlite3.c   assert( op!=TK_LE || c==WO_LE );
op               98209 third_party/sqlite/amalgamation/sqlite3.c   assert( op!=TK_GT || c==WO_GT );
op               98210 third_party/sqlite/amalgamation/sqlite3.c   assert( op!=TK_GE || c==WO_GE );
op               98225 third_party/sqlite/amalgamation/sqlite3.c   u32 op,               /* Mask of WO_xx values describing operator */
op               98231 third_party/sqlite/amalgamation/sqlite3.c   op &= WO_ALL;
op               98236 third_party/sqlite/amalgamation/sqlite3.c        && (pTerm->eOperator & op)!=0
op               98309 third_party/sqlite/amalgamation/sqlite3.c   int op;                    /* Opcode of pRight */
op               98319 third_party/sqlite/amalgamation/sqlite3.c   if( pLeft->op!=TK_COLUMN || sqlite3ExprAffinity(pLeft)!=SQLITE_AFF_TEXT ){
op               98327 third_party/sqlite/amalgamation/sqlite3.c   op = pRight->op;
op               98328 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_REGISTER ){
op               98329 third_party/sqlite/amalgamation/sqlite3.c     op = pRight->op2;
op               98331 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_VARIABLE ){
op               98339 third_party/sqlite/amalgamation/sqlite3.c     assert( pRight->op==TK_VARIABLE || pRight->op==TK_REGISTER );
op               98340 third_party/sqlite/amalgamation/sqlite3.c   }else if( op==TK_STRING ){
op               98354 third_party/sqlite/amalgamation/sqlite3.c       if( op==TK_VARIABLE ){
op               98394 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op!=TK_FUNCTION ){
op               98404 third_party/sqlite/amalgamation/sqlite3.c   if( pList->a[1].pExpr->op != TK_COLUMN ){
op               98520 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op==TK_OR );
op               98559 third_party/sqlite/amalgamation/sqlite3.c             if( allowedOp(pAndTerm->pExpr->op) ){
op               98763 third_party/sqlite/amalgamation/sqlite3.c   int op;                          /* Top-level operator.  pExpr->op */
op               98774 third_party/sqlite/amalgamation/sqlite3.c   op = pExpr->op;
op               98775 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_IN ){
op               98782 third_party/sqlite/amalgamation/sqlite3.c   }else if( op==TK_ISNULL ){
op               98798 third_party/sqlite/amalgamation/sqlite3.c   if( allowedOp(op) && (pTerm->prereqRight & prereqLeft)==0 ){
op               98801 third_party/sqlite/amalgamation/sqlite3.c     if( pLeft->op==TK_COLUMN ){
op               98804 third_party/sqlite/amalgamation/sqlite3.c       pTerm->eOperator = operatorMask(op);
op               98806 third_party/sqlite/amalgamation/sqlite3.c     if( pRight && pRight->op==TK_COLUMN ){
op               98834 third_party/sqlite/amalgamation/sqlite3.c       pNew->eOperator = operatorMask(pDup->op);
op               98854 third_party/sqlite/amalgamation/sqlite3.c   else if( pExpr->op==TK_BETWEEN && pWC->op==TK_AND ){
op               98880 third_party/sqlite/amalgamation/sqlite3.c   else if( pExpr->op==TK_OR ){
op               98881 third_party/sqlite/amalgamation/sqlite3.c     assert( pWC->op==TK_AND );
op               98898 third_party/sqlite/amalgamation/sqlite3.c   if( pWC->op==TK_AND 
op               98999 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op==TK_NOTNULL
op               99000 third_party/sqlite/amalgamation/sqlite3.c    && pExpr->pLeft->op==TK_COLUMN
op               99116 third_party/sqlite/amalgamation/sqlite3.c     if( pExpr->op!=TK_COLUMN || pExpr->iTable!=base ){
op               99232 third_party/sqlite/amalgamation/sqlite3.c        p->aConstraint[i].op,
op               99322 third_party/sqlite/amalgamation/sqlite3.c           tempWC.op = TK_AND;
op               99642 third_party/sqlite/amalgamation/sqlite3.c       if( pExpr->op!=TK_COLUMN || pExpr->iTable!=pSrc->iCursor ) break;
op               99683 third_party/sqlite/amalgamation/sqlite3.c     pIdxCons[j].op = (u8)pTerm->eOperator;
op               100043 third_party/sqlite/amalgamation/sqlite3.c   if( pExpr->op==TK_VARIABLE
op               100044 third_party/sqlite/amalgamation/sqlite3.c    || (pExpr->op==TK_REGISTER && pExpr->op2==TK_VARIABLE)
op               100929 third_party/sqlite/amalgamation/sqlite3.c   if( pX->op==TK_EQ ){
op               100931 third_party/sqlite/amalgamation/sqlite3.c   }else if( pX->op==TK_ISNULL ){
op               100940 third_party/sqlite/amalgamation/sqlite3.c     assert( pX->op==TK_IN );
op               101334 third_party/sqlite/amalgamation/sqlite3.c     pLevel->op = OP_VNext;
op               101361 third_party/sqlite/amalgamation/sqlite3.c     pLevel->op = OP_Noop;
op               101400 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp3(v, aMoveOp[pX->op-TK_GT], iCur, addrBrk, r1);
op               101416 third_party/sqlite/amalgamation/sqlite3.c       if( pX->op==TK_LT || pX->op==TK_GT ){
op               101424 third_party/sqlite/amalgamation/sqlite3.c     pLevel->op = bRev ? OP_Prev : OP_Next;
op               101499 third_party/sqlite/amalgamation/sqlite3.c     int op;                      /* Instruction opcode */
op               101591 third_party/sqlite/amalgamation/sqlite3.c     op = aStartOp[(start_constraints<<2) + (startEq<<1) + bRev];
op               101592 third_party/sqlite/amalgamation/sqlite3.c     assert( op!=0 );
op               101593 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_Rewind );
op               101594 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_Last );
op               101595 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_SeekGt );
op               101596 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_SeekGe );
op               101597 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_SeekLe );
op               101598 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_SeekLt );
op               101599 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp4Int(v, op, iIdxCur, addrNxt, regBase, nConstraint);
op               101634 third_party/sqlite/amalgamation/sqlite3.c     op = aEndOp[(pRangeEnd || nEq) * (1 + bRev)];
op               101635 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_Noop );
op               101636 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_IdxGE );
op               101637 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_IdxLT );
op               101638 third_party/sqlite/amalgamation/sqlite3.c     if( op!=OP_Noop ){
op               101639 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp4Int(v, op, iIdxCur, addrNxt, regBase, nConstraint);
op               101670 third_party/sqlite/amalgamation/sqlite3.c       pLevel->op = OP_Noop;
op               101672 third_party/sqlite/amalgamation/sqlite3.c       pLevel->op = OP_Prev;
op               101674 third_party/sqlite/amalgamation/sqlite3.c       pLevel->op = OP_Next;
op               101736 third_party/sqlite/amalgamation/sqlite3.c     pLevel->op = OP_Return;
op               101830 third_party/sqlite/amalgamation/sqlite3.c     pLevel->op = aStep[bRev];
op               102403 third_party/sqlite/amalgamation/sqlite3.c       int op = pWInfo->okOnePass ? OP_OpenWrite : OP_OpenRead;
op               102404 third_party/sqlite/amalgamation/sqlite3.c       sqlite3OpenTable(pParse, pTabItem->iCursor, iDb, pTab, op);
op               102532 third_party/sqlite/amalgamation/sqlite3.c     if( pLevel->op!=OP_Noop ){
op               102533 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, pLevel->op, pLevel->p1, pLevel->p2);
op               102559 third_party/sqlite/amalgamation/sqlite3.c       if( pLevel->op==OP_Return ){
op               102715 third_party/sqlite/amalgamation/sqlite3.c   static void spanExpr(ExprSpan *pOut, Parse *pParse, int op, Token *pValue){
op               102716 third_party/sqlite/amalgamation/sqlite3.c     pOut->pExpr = sqlite3PExpr(pParse, op, 0, 0, pValue);
op               102727 third_party/sqlite/amalgamation/sqlite3.c     int op,             /* The binary operation */
op               102731 third_party/sqlite/amalgamation/sqlite3.c     pOut->pExpr = sqlite3PExpr(pParse, op, pLeft->pExpr, pRight->pExpr, 0);
op               102741 third_party/sqlite/amalgamation/sqlite3.c     int op,                /* The operator */
op               102745 third_party/sqlite/amalgamation/sqlite3.c     pOut->pExpr = sqlite3PExpr(pParse, op, pOperand->pExpr, 0, 0);
op               102752 third_party/sqlite/amalgamation/sqlite3.c   static void binaryToUnaryIfNull(Parse *pParse, Expr *pY, Expr *pA, int op){
op               102754 third_party/sqlite/amalgamation/sqlite3.c     if( db->mallocFailed==0 && pY->op==TK_NULL ){
op               102755 third_party/sqlite/amalgamation/sqlite3.c       pA->op = (u8)op;
op               102766 third_party/sqlite/amalgamation/sqlite3.c     int op,                /* The operator */
op               102770 third_party/sqlite/amalgamation/sqlite3.c     pOut->pExpr = sqlite3PExpr(pParse, op, pOperand->pExpr, 0, 0);
op               105009 third_party/sqlite/amalgamation/sqlite3.c     yymsp[0].minor.yy387->op = (u8)yymsp[-1].minor.yy4;
op               105328 third_party/sqlite/amalgamation/sqlite3.c     yygotominor.yy118.pExpr->op = TK_CONST_FUNC;  
op               107524 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_config(int op, ...){
op               107532 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, op);
op               107533 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               107757 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){
op               107760 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, op);
op               107761 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               107771 third_party/sqlite/amalgamation/sqlite3.c         int op;      /* The opcode */
op               107780 third_party/sqlite/amalgamation/sqlite3.c         if( aFlagOp[i].op==op ){
op               109658 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){
op               109679 third_party/sqlite/amalgamation/sqlite3.c       if( op==SQLITE_FCNTL_FILE_POINTER ){
op               109683 third_party/sqlite/amalgamation/sqlite3.c         rc = sqlite3OsFileControl(fd, op, pArg);
op               109697 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_test_control(int op, ...){
op               109701 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, op);
op               109702 third_party/sqlite/amalgamation/sqlite3.c   switch( op ){
op               114118 third_party/sqlite/amalgamation/sqlite3.c     if( pCons->op==SQLITE_INDEX_CONSTRAINT_EQ 
op               114135 third_party/sqlite/amalgamation/sqlite3.c     if( pCons->op==SQLITE_INDEX_CONSTRAINT_MATCH 
op               116911 third_party/sqlite/amalgamation/sqlite3.c       int op = pInfo->aConstraint[i].op;
op               116912 third_party/sqlite/amalgamation/sqlite3.c       if( op==SQLITE_INDEX_CONSTRAINT_EQ ) iEq = i;
op               116913 third_party/sqlite/amalgamation/sqlite3.c       if( op==SQLITE_INDEX_CONSTRAINT_LT ) iLe = i;
op               116914 third_party/sqlite/amalgamation/sqlite3.c       if( op==SQLITE_INDEX_CONSTRAINT_LE ) iLe = i;
op               116915 third_party/sqlite/amalgamation/sqlite3.c       if( op==SQLITE_INDEX_CONSTRAINT_GT ) iGe = i;
op               116916 third_party/sqlite/amalgamation/sqlite3.c       if( op==SQLITE_INDEX_CONSTRAINT_GE ) iGe = i;
op               124497 third_party/sqlite/amalgamation/sqlite3.c   int op;                         /* Constraining operation */
op               125131 third_party/sqlite/amalgamation/sqlite3.c   assert( pConstraint->op==RTREE_MATCH );
op               125161 third_party/sqlite/amalgamation/sqlite3.c     assert(p->op==RTREE_LE || p->op==RTREE_LT || p->op==RTREE_GE 
op               125162 third_party/sqlite/amalgamation/sqlite3.c         || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_MATCH
op               125165 third_party/sqlite/amalgamation/sqlite3.c     switch( p->op ){
op               125179 third_party/sqlite/amalgamation/sqlite3.c         assert( p->op==RTREE_MATCH );
op               125213 third_party/sqlite/amalgamation/sqlite3.c     assert(p->op==RTREE_LE || p->op==RTREE_LT || p->op==RTREE_GE 
op               125214 third_party/sqlite/amalgamation/sqlite3.c         || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_MATCH
op               125216 third_party/sqlite/amalgamation/sqlite3.c     switch( p->op ){
op               125224 third_party/sqlite/amalgamation/sqlite3.c         assert( p->op==RTREE_MATCH );
op               125531 third_party/sqlite/amalgamation/sqlite3.c           p->op = idxStr[ii*2];
op               125533 third_party/sqlite/amalgamation/sqlite3.c           if( p->op==RTREE_MATCH ){
op               125624 third_party/sqlite/amalgamation/sqlite3.c     if( p->usable && p->iColumn==0 && p->op==SQLITE_INDEX_CONSTRAINT_EQ ){
op               125644 third_party/sqlite/amalgamation/sqlite3.c     if( p->usable && (p->iColumn>0 || p->op==SQLITE_INDEX_CONSTRAINT_MATCH) ){
op               125645 third_party/sqlite/amalgamation/sqlite3.c       u8 op;
op               125646 third_party/sqlite/amalgamation/sqlite3.c       switch( p->op ){
op               125647 third_party/sqlite/amalgamation/sqlite3.c         case SQLITE_INDEX_CONSTRAINT_EQ: op = RTREE_EQ; break;
op               125648 third_party/sqlite/amalgamation/sqlite3.c         case SQLITE_INDEX_CONSTRAINT_GT: op = RTREE_GT; break;
op               125649 third_party/sqlite/amalgamation/sqlite3.c         case SQLITE_INDEX_CONSTRAINT_LE: op = RTREE_LE; break;
op               125650 third_party/sqlite/amalgamation/sqlite3.c         case SQLITE_INDEX_CONSTRAINT_LT: op = RTREE_LT; break;
op               125651 third_party/sqlite/amalgamation/sqlite3.c         case SQLITE_INDEX_CONSTRAINT_GE: op = RTREE_GE; break;
op               125653 third_party/sqlite/amalgamation/sqlite3.c           assert( p->op==SQLITE_INDEX_CONSTRAINT_MATCH );
op               125654 third_party/sqlite/amalgamation/sqlite3.c           op = RTREE_MATCH; 
op               125657 third_party/sqlite/amalgamation/sqlite3.c       zIdxStr[iIdx++] = op;
op                681 third_party/sqlite/amalgamation/sqlite3.h   int (*xFileControl)(sqlite3_file*, int op, void *pArg);
op               1144 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
op               4673 third_party/sqlite/amalgamation/sqlite3.h      unsigned char op;         /* Constraint operator */
op               5371 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
op               5390 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_test_control(int op, ...);
op               5449 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
op               5565 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
op               5658 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_stmt_status(sqlite3_stmt*, int op,int resetFlg);
op                457 third_party/sqlite/src/ext/async/sqlite3async.c   int op;                      /* One of ASYNC_xxx etc. */
op                540 third_party/sqlite/src/ext/async/sqlite3async.c   if( pWrite->op!=ASYNC_UNLOCK ){
op                553 third_party/sqlite/src/ext/async/sqlite3async.c   ASYNC_TRACE(("PUSH %p (%s %s %d)\n", pWrite, azOpcodeName[pWrite->op],
op                556 third_party/sqlite/src/ext/async/sqlite3async.c   if( pWrite->op==ASYNC_CLOSE ){
op                565 third_party/sqlite/src/ext/async/sqlite3async.c   if( pWrite->op!=ASYNC_UNLOCK ){
op                589 third_party/sqlite/src/ext/async/sqlite3async.c   int op, 
op                595 third_party/sqlite/src/ext/async/sqlite3async.c   if( op!=ASYNC_CLOSE && async.ioError ){
op                608 third_party/sqlite/src/ext/async/sqlite3async.c   p->op = op;
op                703 third_party/sqlite/src/ext/async/sqlite3async.c       if( pWrite->op==ASYNC_WRITE && (
op                785 third_party/sqlite/src/ext/async/sqlite3async.c       if( pWrite->op==ASYNC_DELETE 
op                794 third_party/sqlite/src/ext/async/sqlite3async.c         switch( pWrite->op ){
op                938 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncFileControl(sqlite3_file *id, int op, void *pArg){
op                939 third_party/sqlite/src/ext/async/sqlite3async.c   switch( op ){
op               1068 third_party/sqlite/src/ext/async/sqlite3async.c   pData->closeOp.op = ASYNC_CLOSE;
op               1202 third_party/sqlite/src/ext/async/sqlite3async.c       if( p->op==ASYNC_DELETE && 0==strcmp(p->zBuf, zName) ){
op               1204 third_party/sqlite/src/ext/async/sqlite3async.c       }else if( p->op==ASYNC_OPENEXCLUSIVE 
op               1384 third_party/sqlite/src/ext/async/sqlite3async.c     if( async.ioError!=SQLITE_OK && p->op!=ASYNC_CLOSE ){
op               1385 third_party/sqlite/src/ext/async/sqlite3async.c       p->op = ASYNC_NOOP;
op               1390 third_party/sqlite/src/ext/async/sqlite3async.c         p->op==ASYNC_CLOSE || 
op               1391 third_party/sqlite/src/ext/async/sqlite3async.c         p->op==ASYNC_OPENEXCLUSIVE ||
op               1392 third_party/sqlite/src/ext/async/sqlite3async.c         (pBase->pMethods && (p->op==ASYNC_SYNC || p->op==ASYNC_WRITE) ) 
op               1402 third_party/sqlite/src/ext/async/sqlite3async.c     switch( p->op ){
op               1493 third_party/sqlite/src/ext/async/sqlite3async.c           if( pIter->pFileData==pData && pIter->op==ASYNC_UNLOCK ) break;
op               1634 third_party/sqlite/src/ext/async/sqlite3async.c int sqlite3async_control(int op, ...){
op               1636 third_party/sqlite/src/ext/async/sqlite3async.c   va_start(ap, op);
op               1637 third_party/sqlite/src/ext/async/sqlite3async.c   switch( op ){
op                199 third_party/sqlite/src/ext/async/sqlite3async.h int sqlite3async_control(int op, ...);
op               2096 third_party/sqlite/src/ext/fts1/fts1.c           pConstraint->op==SQLITE_INDEX_CONSTRAINT_EQ ){
op               2100 third_party/sqlite/src/ext/fts1/fts1.c                  pConstraint->op==SQLITE_INDEX_CONSTRAINT_MATCH ){
op                950 third_party/sqlite/src/ext/fts1/fulltext.c         pConstraint->op==SQLITE_INDEX_CONSTRAINT_MATCH &&
op               3134 third_party/sqlite/src/ext/fts2/fts2.c           pConstraint->op==SQLITE_INDEX_CONSTRAINT_EQ ){
op               3138 third_party/sqlite/src/ext/fts2/fts2.c                  pConstraint->op==SQLITE_INDEX_CONSTRAINT_MATCH ){
op               1068 third_party/sqlite/src/ext/fts3/fts3.c     if( pCons->op==SQLITE_INDEX_CONSTRAINT_EQ 
op               1085 third_party/sqlite/src/ext/fts3/fts3.c     if( pCons->op==SQLITE_INDEX_CONSTRAINT_MATCH 
op                156 third_party/sqlite/src/ext/fts3/fts3_aux.c       int op = pInfo->aConstraint[i].op;
op                157 third_party/sqlite/src/ext/fts3/fts3_aux.c       if( op==SQLITE_INDEX_CONSTRAINT_EQ ) iEq = i;
op                158 third_party/sqlite/src/ext/fts3/fts3_aux.c       if( op==SQLITE_INDEX_CONSTRAINT_LT ) iLe = i;
op                159 third_party/sqlite/src/ext/fts3/fts3_aux.c       if( op==SQLITE_INDEX_CONSTRAINT_LE ) iLe = i;
op                160 third_party/sqlite/src/ext/fts3/fts3_aux.c       if( op==SQLITE_INDEX_CONSTRAINT_GT ) iGe = i;
op                161 third_party/sqlite/src/ext/fts3/fts3_aux.c       if( op==SQLITE_INDEX_CONSTRAINT_GE ) iGe = i;
op                240 third_party/sqlite/src/ext/rtree/rtree.c   int op;                         /* Constraining operation */
op                874 third_party/sqlite/src/ext/rtree/rtree.c   assert( pConstraint->op==RTREE_MATCH );
op                904 third_party/sqlite/src/ext/rtree/rtree.c     assert(p->op==RTREE_LE || p->op==RTREE_LT || p->op==RTREE_GE 
op                905 third_party/sqlite/src/ext/rtree/rtree.c         || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_MATCH
op                908 third_party/sqlite/src/ext/rtree/rtree.c     switch( p->op ){
op                922 third_party/sqlite/src/ext/rtree/rtree.c         assert( p->op==RTREE_MATCH );
op                956 third_party/sqlite/src/ext/rtree/rtree.c     assert(p->op==RTREE_LE || p->op==RTREE_LT || p->op==RTREE_GE 
op                957 third_party/sqlite/src/ext/rtree/rtree.c         || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_MATCH
op                959 third_party/sqlite/src/ext/rtree/rtree.c     switch( p->op ){
op                967 third_party/sqlite/src/ext/rtree/rtree.c         assert( p->op==RTREE_MATCH );
op               1274 third_party/sqlite/src/ext/rtree/rtree.c           p->op = idxStr[ii*2];
op               1276 third_party/sqlite/src/ext/rtree/rtree.c           if( p->op==RTREE_MATCH ){
op               1367 third_party/sqlite/src/ext/rtree/rtree.c     if( p->usable && p->iColumn==0 && p->op==SQLITE_INDEX_CONSTRAINT_EQ ){
op               1387 third_party/sqlite/src/ext/rtree/rtree.c     if( p->usable && (p->iColumn>0 || p->op==SQLITE_INDEX_CONSTRAINT_MATCH) ){
op               1388 third_party/sqlite/src/ext/rtree/rtree.c       u8 op;
op               1389 third_party/sqlite/src/ext/rtree/rtree.c       switch( p->op ){
op               1390 third_party/sqlite/src/ext/rtree/rtree.c         case SQLITE_INDEX_CONSTRAINT_EQ: op = RTREE_EQ; break;
op               1391 third_party/sqlite/src/ext/rtree/rtree.c         case SQLITE_INDEX_CONSTRAINT_GT: op = RTREE_GT; break;
op               1392 third_party/sqlite/src/ext/rtree/rtree.c         case SQLITE_INDEX_CONSTRAINT_LE: op = RTREE_LE; break;
op               1393 third_party/sqlite/src/ext/rtree/rtree.c         case SQLITE_INDEX_CONSTRAINT_LT: op = RTREE_LT; break;
op               1394 third_party/sqlite/src/ext/rtree/rtree.c         case SQLITE_INDEX_CONSTRAINT_GE: op = RTREE_GE; break;
op               1396 third_party/sqlite/src/ext/rtree/rtree.c           assert( p->op==SQLITE_INDEX_CONSTRAINT_MATCH );
op               1397 third_party/sqlite/src/ext/rtree/rtree.c           op = RTREE_MATCH; 
op               1400 third_party/sqlite/src/ext/rtree/rtree.c       zIdxStr[iIdx++] = op;
op                659 third_party/sqlite/src/src/alter.c   if( pDflt && pDflt->op==TK_NULL ){
op                 39 third_party/sqlite/src/src/attach.c     if( pExpr->op!=TK_ID ){
op                 46 third_party/sqlite/src/src/attach.c       pExpr->op = TK_STRING;
op                318 third_party/sqlite/src/src/attach.c     if( pAuthArg->op==TK_STRING ){
op                155 third_party/sqlite/src/src/auth.c   assert( pExpr->op==TK_COLUMN || pExpr->op==TK_TRIGGER );
op                156 third_party/sqlite/src/src/auth.c   if( pExpr->op==TK_TRIGGER ){
op                181 third_party/sqlite/src/src/auth.c     pExpr->op = TK_NULL;
op                337 third_party/sqlite/src/src/bitvec.c   int i, nx, pc, op;
op                354 third_party/sqlite/src/src/bitvec.c   while( (op = aOp[pc])!=0 ){
op                355 third_party/sqlite/src/src/bitvec.c     switch( op ){
op                375 third_party/sqlite/src/src/bitvec.c     if( (op & 1)!=0 ){
op                377 third_party/sqlite/src/src/bitvec.c       if( op!=5 ){
op               3380 third_party/sqlite/src/src/btree.c int sqlite3BtreeSavepoint(Btree *p, int op, int iSavepoint){
op               3384 third_party/sqlite/src/src/btree.c     assert( op==SAVEPOINT_RELEASE || op==SAVEPOINT_ROLLBACK );
op               3385 third_party/sqlite/src/src/btree.c     assert( iSavepoint>=0 || (iSavepoint==-1 && op==SAVEPOINT_ROLLBACK) );
op               3387 third_party/sqlite/src/src/btree.c     rc = sqlite3PagerSavepoint(pBt->pPager, op, iSavepoint);
op               3414 third_party/sqlite/src/src/build.c void sqlite3Savepoint(Parse *pParse, int op, Token *pName){
op               3422 third_party/sqlite/src/src/build.c     if( !v || sqlite3AuthCheck(pParse, SQLITE_SAVEPOINT, az[op], zName, 0) ){
op               3426 third_party/sqlite/src/src/build.c     sqlite3VdbeAddOp4(v, OP_Savepoint, op, 0, 0, zName, P4_DYNAMIC);
op                 34 third_party/sqlite/src/src/expr.c   int op = pExpr->op;
op                 35 third_party/sqlite/src/src/expr.c   if( op==TK_SELECT ){
op                 40 third_party/sqlite/src/src/expr.c   if( op==TK_CAST ){
op                 45 third_party/sqlite/src/src/expr.c   if( (op==TK_AGG_COLUMN || op==TK_COLUMN || op==TK_REGISTER) 
op                 96 third_party/sqlite/src/src/expr.c     int op;
op                 99 third_party/sqlite/src/src/expr.c     op = p->op;
op                101 third_party/sqlite/src/src/expr.c         op==TK_AGG_COLUMN || op==TK_COLUMN || op==TK_REGISTER || op==TK_TRIGGER
op                115 third_party/sqlite/src/src/expr.c     if( op!=TK_CAST && op!=TK_UPLUS ){
op                160 third_party/sqlite/src/src/expr.c   assert( pExpr->op==TK_EQ || pExpr->op==TK_IN || pExpr->op==TK_LT ||
op                161 third_party/sqlite/src/src/expr.c           pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||
op                162 third_party/sqlite/src/src/expr.c           pExpr->op==TK_NE || pExpr->op==TK_IS || pExpr->op==TK_ISNOT );
op                380 third_party/sqlite/src/src/expr.c   int op,                 /* Expression opcode */
op                389 third_party/sqlite/src/src/expr.c     if( op!=TK_INTEGER || pToken->z==0
op                397 third_party/sqlite/src/src/expr.c     pNew->op = (u8)op;
op                428 third_party/sqlite/src/src/expr.c   int op,                 /* Expression opcode */
op                434 third_party/sqlite/src/src/expr.c   return sqlite3ExprAlloc(db, op, &x, 0);
op                481 third_party/sqlite/src/src/expr.c   int op,                 /* Expression opcode */
op                486 third_party/sqlite/src/src/expr.c   Expr *p = sqlite3ExprAlloc(pParse->db, op, pToken, 1);
op                950 third_party/sqlite/src/src/expr.c   pNew->op = p->op;
op               1125 third_party/sqlite/src/src/expr.c   switch( pExpr->op ){
op               1135 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_ID );
op               1136 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_COLUMN );
op               1137 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_AGG_FUNCTION );
op               1138 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_AGG_COLUMN );
op               1142 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_SELECT ); /* selectNodeIsConstant will disallow */
op               1143 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_EXISTS ); /* selectNodeIsConstant will disallow */
op               1207 third_party/sqlite/src/src/expr.c   assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0
op               1214 third_party/sqlite/src/src/expr.c   switch( p->op ){
op               1247 third_party/sqlite/src/src/expr.c   u8 op;
op               1248 third_party/sqlite/src/src/expr.c   while( p->op==TK_UPLUS || p->op==TK_UMINUS ){ p = p->pLeft; }
op               1249 third_party/sqlite/src/src/expr.c   op = p->op;
op               1250 third_party/sqlite/src/src/expr.c   if( op==TK_REGISTER ) op = p->op2;
op               1251 third_party/sqlite/src/src/expr.c   switch( op ){
op               1291 third_party/sqlite/src/src/expr.c   u8 op;
op               1293 third_party/sqlite/src/src/expr.c   while( p->op==TK_UPLUS || p->op==TK_UMINUS ){ p = p->pLeft; }
op               1294 third_party/sqlite/src/src/expr.c   op = p->op;
op               1295 third_party/sqlite/src/src/expr.c   if( op==TK_REGISTER ) op = p->op2;
op               1296 third_party/sqlite/src/src/expr.c   switch( op ){
op               1368 third_party/sqlite/src/src/expr.c   if( pEList->a[0].pExpr->op!=TK_COLUMN ) return 0; /* Result is a column */
op               1434 third_party/sqlite/src/src/expr.c   assert( pX->op==TK_IN );
op               1604 third_party/sqlite/src/src/expr.c         pExpr->op==TK_IN?"LIST":"SCALAR", pParse->iNextSelectId
op               1610 third_party/sqlite/src/src/expr.c   switch( pExpr->op ){
op               1737 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_EXISTS );
op               1738 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_SELECT );
op               1739 third_party/sqlite/src/src/expr.c       assert( pExpr->op==TK_EXISTS || pExpr->op==TK_SELECT );
op               1744 third_party/sqlite/src/src/expr.c       if( pExpr->op==TK_SELECT ){
op               2137 third_party/sqlite/src/src/expr.c     int op = IsVirtual(pTab) ? OP_VColumn : OP_Column;
op               2138 third_party/sqlite/src/src/expr.c     sqlite3VdbeAddOp3(v, op, iTabCur, iCol, regOut);
op               2262 third_party/sqlite/src/src/expr.c   int op;                   /* The opcode being coded */
op               2276 third_party/sqlite/src/src/expr.c     op = TK_NULL;
op               2278 third_party/sqlite/src/src/expr.c     op = pExpr->op;
op               2280 third_party/sqlite/src/src/expr.c   switch( op ){
op               2400 third_party/sqlite/src/src/expr.c       testcase( op==TK_LT );
op               2401 third_party/sqlite/src/src/expr.c       testcase( op==TK_LE );
op               2402 third_party/sqlite/src/src/expr.c       testcase( op==TK_GT );
op               2403 third_party/sqlite/src/src/expr.c       testcase( op==TK_GE );
op               2404 third_party/sqlite/src/src/expr.c       testcase( op==TK_EQ );
op               2405 third_party/sqlite/src/src/expr.c       testcase( op==TK_NE );
op               2408 third_party/sqlite/src/src/expr.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               2416 third_party/sqlite/src/src/expr.c       testcase( op==TK_IS );
op               2417 third_party/sqlite/src/src/expr.c       testcase( op==TK_ISNOT );
op               2420 third_party/sqlite/src/src/expr.c       op = (op==TK_IS) ? TK_EQ : TK_NE;
op               2421 third_party/sqlite/src/src/expr.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               2450 third_party/sqlite/src/src/expr.c       testcase( op==TK_AND );
op               2451 third_party/sqlite/src/src/expr.c       testcase( op==TK_OR );
op               2452 third_party/sqlite/src/src/expr.c       testcase( op==TK_PLUS );
op               2453 third_party/sqlite/src/src/expr.c       testcase( op==TK_MINUS );
op               2454 third_party/sqlite/src/src/expr.c       testcase( op==TK_REM );
op               2455 third_party/sqlite/src/src/expr.c       testcase( op==TK_BITAND );
op               2456 third_party/sqlite/src/src/expr.c       testcase( op==TK_BITOR );
op               2457 third_party/sqlite/src/src/expr.c       testcase( op==TK_SLASH );
op               2458 third_party/sqlite/src/src/expr.c       testcase( op==TK_LSHIFT );
op               2459 third_party/sqlite/src/src/expr.c       testcase( op==TK_RSHIFT );
op               2460 third_party/sqlite/src/src/expr.c       testcase( op==TK_CONCAT );
op               2463 third_party/sqlite/src/src/expr.c       sqlite3VdbeAddOp3(v, op, r2, r1, target);
op               2471 third_party/sqlite/src/src/expr.c       if( pLeft->op==TK_INTEGER ){
op               2474 third_party/sqlite/src/src/expr.c       }else if( pLeft->op==TK_FLOAT ){
op               2492 third_party/sqlite/src/src/expr.c       testcase( op==TK_BITNOT );
op               2493 third_party/sqlite/src/src/expr.c       testcase( op==TK_NOT );
op               2497 third_party/sqlite/src/src/expr.c       sqlite3VdbeAddOp2(v, op, r1, inReg);
op               2505 third_party/sqlite/src/src/expr.c       testcase( op==TK_ISNULL );
op               2506 third_party/sqlite/src/src/expr.c       testcase( op==TK_NOTNULL );
op               2510 third_party/sqlite/src/src/expr.c       addr = sqlite3VdbeAddOp1(v, op, r1);
op               2538 third_party/sqlite/src/src/expr.c       testcase( op==TK_CONST_FUNC );
op               2539 third_party/sqlite/src/src/expr.c       testcase( op==TK_FUNCTION );
op               2625 third_party/sqlite/src/src/expr.c       testcase( op==TK_EXISTS );
op               2626 third_party/sqlite/src/src/expr.c       testcase( op==TK_SELECT );
op               2759 third_party/sqlite/src/src/expr.c     default: assert( op==TK_CASE ); {
op               2781 third_party/sqlite/src/src/expr.c         testcase( pX->op==TK_COLUMN );
op               2782 third_party/sqlite/src/src/expr.c         testcase( pX->op==TK_REGISTER );
op               2785 third_party/sqlite/src/src/expr.c         cacheX.op = TK_REGISTER;
op               2786 third_party/sqlite/src/src/expr.c         opCompare.op = TK_EQ;
op               2804 third_party/sqlite/src/src/expr.c         testcase( pTest->op==TK_COLUMN );
op               2806 third_party/sqlite/src/src/expr.c         testcase( aListelem[i+1].pExpr->op==TK_COLUMN );
op               2807 third_party/sqlite/src/src/expr.c         testcase( aListelem[i+1].pExpr->op==TK_REGISTER );
op               2887 third_party/sqlite/src/src/expr.c   if( pExpr && pExpr->op==TK_REGISTER ){
op               2922 third_party/sqlite/src/src/expr.c   if( ALWAYS(pExpr->op!=TK_REGISTER) ){  
op               2927 third_party/sqlite/src/src/expr.c     pExpr->op2 = pExpr->op;
op               2928 third_party/sqlite/src/src/expr.c     pExpr->op = TK_REGISTER;
op               2957 third_party/sqlite/src/src/expr.c   while( p->op==TK_UPLUS ) p = p->pLeft;
op               2958 third_party/sqlite/src/src/expr.c   switch( p->op ){
op               2967 third_party/sqlite/src/src/expr.c       testcase( p->op==TK_BLOB );
op               2968 third_party/sqlite/src/src/expr.c       testcase( p->op==TK_VARIABLE );
op               2969 third_party/sqlite/src/src/expr.c       testcase( p->op==TK_INTEGER );
op               2970 third_party/sqlite/src/src/expr.c       testcase( p->op==TK_FLOAT );
op               2971 third_party/sqlite/src/src/expr.c       testcase( p->op==TK_NULL );
op               2972 third_party/sqlite/src/src/expr.c       testcase( p->op==TK_STRING );
op               2980 third_party/sqlite/src/src/expr.c       if( p->pLeft->op==TK_FLOAT || p->pLeft->op==TK_INTEGER ){
op               3000 third_party/sqlite/src/src/expr.c   switch( pExpr->op ){
op               3029 third_party/sqlite/src/src/expr.c     pExpr->op2 = pExpr->op;
op               3030 third_party/sqlite/src/src/expr.c     pExpr->op = TK_REGISTER;
op               3120 third_party/sqlite/src/src/expr.c   exprAnd.op = TK_AND;
op               3123 third_party/sqlite/src/src/expr.c   compLeft.op = TK_GE;
op               3126 third_party/sqlite/src/src/expr.c   compRight.op = TK_LE;
op               3130 third_party/sqlite/src/src/expr.c   exprX.op = TK_REGISTER;
op               3165 third_party/sqlite/src/src/expr.c   int op = 0;
op               3173 third_party/sqlite/src/src/expr.c   op = pExpr->op;
op               3174 third_party/sqlite/src/src/expr.c   switch( op ){
op               3208 third_party/sqlite/src/src/expr.c       testcase( op==TK_LT );
op               3209 third_party/sqlite/src/src/expr.c       testcase( op==TK_LE );
op               3210 third_party/sqlite/src/src/expr.c       testcase( op==TK_GT );
op               3211 third_party/sqlite/src/src/expr.c       testcase( op==TK_GE );
op               3212 third_party/sqlite/src/src/expr.c       testcase( op==TK_EQ );
op               3213 third_party/sqlite/src/src/expr.c       testcase( op==TK_NE );
op               3217 third_party/sqlite/src/src/expr.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               3225 third_party/sqlite/src/src/expr.c       testcase( op==TK_IS );
op               3226 third_party/sqlite/src/src/expr.c       testcase( op==TK_ISNOT );
op               3229 third_party/sqlite/src/src/expr.c       op = (op==TK_IS) ? TK_EQ : TK_NE;
op               3230 third_party/sqlite/src/src/expr.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               3240 third_party/sqlite/src/src/expr.c       testcase( op==TK_ISNULL );
op               3241 third_party/sqlite/src/src/expr.c       testcase( op==TK_NOTNULL );
op               3243 third_party/sqlite/src/src/expr.c       sqlite3VdbeAddOp2(v, op, r1, dest);
op               3285 third_party/sqlite/src/src/expr.c   int op = 0;
op               3312 third_party/sqlite/src/src/expr.c   op = ((pExpr->op+(TK_ISNULL&1))^1)-(TK_ISNULL&1);
op               3316 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
op               3317 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_NOTNULL || op==OP_IsNull );
op               3318 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_NE || op==OP_Eq );
op               3319 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_EQ || op==OP_Ne );
op               3320 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_LT || op==OP_Ge );
op               3321 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_LE || op==OP_Gt );
op               3322 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_GT || op==OP_Le );
op               3323 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_GE || op==OP_Lt );
op               3325 third_party/sqlite/src/src/expr.c   switch( pExpr->op ){
op               3353 third_party/sqlite/src/src/expr.c       testcase( op==TK_LT );
op               3354 third_party/sqlite/src/src/expr.c       testcase( op==TK_LE );
op               3355 third_party/sqlite/src/src/expr.c       testcase( op==TK_GT );
op               3356 third_party/sqlite/src/src/expr.c       testcase( op==TK_GE );
op               3357 third_party/sqlite/src/src/expr.c       testcase( op==TK_EQ );
op               3358 third_party/sqlite/src/src/expr.c       testcase( op==TK_NE );
op               3362 third_party/sqlite/src/src/expr.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               3370 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_IS );
op               3371 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_ISNOT );
op               3374 third_party/sqlite/src/src/expr.c       op = (pExpr->op==TK_IS) ? TK_NE : TK_EQ;
op               3375 third_party/sqlite/src/src/expr.c       codeCompare(pParse, pExpr->pLeft, pExpr->pRight, op,
op               3383 third_party/sqlite/src/src/expr.c       testcase( op==TK_ISNULL );
op               3384 third_party/sqlite/src/src/expr.c       testcase( op==TK_NOTNULL );
op               3386 third_party/sqlite/src/src/expr.c       sqlite3VdbeAddOp2(v, op, r1, dest);
op               3445 third_party/sqlite/src/src/expr.c   if( pA->op!=pB->op ) return 2;
op               3454 third_party/sqlite/src/src/expr.c   }else if( pA->op!=TK_COLUMN && pA->u.zToken ){
op               3539 third_party/sqlite/src/src/expr.c   switch( pExpr->op ){
op               3542 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_AGG_COLUMN );
op               3543 third_party/sqlite/src/src/expr.c       testcase( pExpr->op==TK_COLUMN );
op               3583 third_party/sqlite/src/src/expr.c                   if( pE->op==TK_COLUMN && pE->iTable==pExpr->iTable &&
op               3601 third_party/sqlite/src/src/expr.c             pExpr->op = TK_AGG_COLUMN;
op               1101 third_party/sqlite/src/src/fkey.c         pStep->op = TK_SELECT; 
op               1105 third_party/sqlite/src/src/fkey.c           pStep->op = TK_DELETE; 
op               1109 third_party/sqlite/src/src/fkey.c         pStep->op = TK_UPDATE;
op               1115 third_party/sqlite/src/src/fkey.c     pTrigger->op = (pChanges ? TK_UPDATE : TK_DELETE);
op               1466 third_party/sqlite/src/src/func.c   if( pExpr->op!=TK_FUNCTION 
op               1487 third_party/sqlite/src/src/insert.c   int op           /* OP_OpenRead or OP_OpenWrite */
op               1498 third_party/sqlite/src/src/insert.c   sqlite3OpenTable(pParse, baseCur, iDb, pTab, op);
op               1502 third_party/sqlite/src/src/insert.c     sqlite3VdbeAddOp4(v, op, i+baseCur, pIdx->tnum, iDb,
op               1680 third_party/sqlite/src/src/insert.c   if( pEList->a[0].pExpr->op!=TK_ALL ){
op                279 third_party/sqlite/src/src/main.c int sqlite3_config(int op, ...){
op                287 third_party/sqlite/src/src/main.c   va_start(ap, op);
op                288 third_party/sqlite/src/src/main.c   switch( op ){
op                512 third_party/sqlite/src/src/main.c int sqlite3_db_config(sqlite3 *db, int op, ...){
op                515 third_party/sqlite/src/src/main.c   va_start(ap, op);
op                516 third_party/sqlite/src/src/main.c   switch( op ){
op                526 third_party/sqlite/src/src/main.c         int op;      /* The opcode */
op                535 third_party/sqlite/src/src/main.c         if( aFlagOp[i].op==op ){
op               2413 third_party/sqlite/src/src/main.c int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){
op               2434 third_party/sqlite/src/src/main.c       if( op==SQLITE_FCNTL_FILE_POINTER ){
op               2438 third_party/sqlite/src/src/main.c         rc = sqlite3OsFileControl(fd, op, pArg);
op               2452 third_party/sqlite/src/src/main.c int sqlite3_test_control(int op, ...){
op               2456 third_party/sqlite/src/src/main.c   va_start(ap, op);
op               2457 third_party/sqlite/src/src/main.c   switch( op ){
op                 93 third_party/sqlite/src/src/os.c int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){
op                 94 third_party/sqlite/src/src/os.c   return id->pMethods->xFileControl(id, op, pArg);
op                556 third_party/sqlite/src/src/os_os2.c static int os2FileControl(sqlite3_file *id, int op, void *pArg){
op                557 third_party/sqlite/src/src/os_os2.c   switch( op ){
op                537 third_party/sqlite/src/src/os_unix.c static int lockTrace(int fd, int op, struct flock *p){
op                541 third_party/sqlite/src/src/os_unix.c   if( op==F_GETLK ){
op                543 third_party/sqlite/src/src/os_unix.c   }else if( op==F_SETLK ){
op                546 third_party/sqlite/src/src/os_unix.c     s = osFcntl(fd, op, p);
op                547 third_party/sqlite/src/src/os_unix.c     sqlite3DebugPrintf("fcntl unknown %d %d %d\n", fd, op, s);
op                560 third_party/sqlite/src/src/os_unix.c   s = osFcntl(fd, op, p);
op                565 third_party/sqlite/src/src/os_unix.c   if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
op               2049 third_party/sqlite/src/src/os_unix.c static int robust_flock(int fd, int op){
op               2051 third_party/sqlite/src/src/os_unix.c   do{ rc = flock(fd,op); }while( rc<0 && errno==EINTR );
op               3470 third_party/sqlite/src/src/os_unix.c static int unixFileControl(sqlite3_file *id, int op, void *pArg){
op               3471 third_party/sqlite/src/src/os_unix.c   switch( op ){
op               3501 third_party/sqlite/src/src/os_unix.c       return proxyFileControl(id,op,pArg);
op               6457 third_party/sqlite/src/src/os_unix.c static int proxyFileControl(sqlite3_file *id, int op, void *pArg){
op               6458 third_party/sqlite/src/src/os_unix.c   switch( op ){
op               1165 third_party/sqlite/src/src/os_win.c static int winFileControl(sqlite3_file *id, int op, void *pArg){
op               1166 third_party/sqlite/src/src/os_win.c   switch( op ){
op               6200 third_party/sqlite/src/src/pager.c int sqlite3PagerSavepoint(Pager *pPager, int op, int iSavepoint){
op               6203 third_party/sqlite/src/src/pager.c   assert( op==SAVEPOINT_RELEASE || op==SAVEPOINT_ROLLBACK );
op               6204 third_party/sqlite/src/src/pager.c   assert( iSavepoint>=0 || op==SAVEPOINT_ROLLBACK );
op               6214 third_party/sqlite/src/src/pager.c     nNew = iSavepoint + (( op==SAVEPOINT_RELEASE ) ? 0 : 1);
op               6222 third_party/sqlite/src/src/pager.c     if( op==SAVEPOINT_RELEASE ){
op                138 third_party/sqlite/src/src/pager.h int sqlite3PagerSavepoint(Pager *pPager, int op, int iSavepoint);
op                411 third_party/sqlite/src/src/parse.y     Z->op = (u8)Y;
op                736 third_party/sqlite/src/src/parse.y   static void spanExpr(ExprSpan *pOut, Parse *pParse, int op, Token *pValue){
op                737 third_party/sqlite/src/src/parse.y     pOut->pExpr = sqlite3PExpr(pParse, op, 0, 0, pValue);
op                812 third_party/sqlite/src/src/parse.y     A.pExpr->op = TK_CONST_FUNC;  
op                824 third_party/sqlite/src/src/parse.y     int op,             /* The binary operation */
op                828 third_party/sqlite/src/src/parse.y     pOut->pExpr = sqlite3PExpr(pParse, op, pLeft->pExpr, pRight->pExpr, 0);
op                879 third_party/sqlite/src/src/parse.y     int op,                /* The operator */
op                883 third_party/sqlite/src/src/parse.y     pOut->pExpr = sqlite3PExpr(pParse, op, pOperand->pExpr, 0, 0);
op                895 third_party/sqlite/src/src/parse.y   static void binaryToUnaryIfNull(Parse *pParse, Expr *pY, Expr *pA, int op){
op                897 third_party/sqlite/src/src/parse.y     if( db->mallocFailed==0 && pY->op==TK_NULL ){
op                898 third_party/sqlite/src/src/parse.y       pA->op = (u8)op;
op                926 third_party/sqlite/src/src/parse.y     int op,                /* The operator */
op                930 third_party/sqlite/src/src/parse.y     pOut->pExpr = sqlite3PExpr(pParse, op, pOperand->pExpr, 0, 0);
op                 64 third_party/sqlite/src/src/resolve.c   if( pOrig->op!=TK_COLUMN && zType[0]!='G' ){
op                231 third_party/sqlite/src/src/resolve.c       int op = pParse->eTriggerOp;
op                233 third_party/sqlite/src/src/resolve.c       assert( op==TK_DELETE || op==TK_UPDATE || op==TK_INSERT );
op                234 third_party/sqlite/src/src/resolve.c       if( op!=TK_DELETE && sqlite3StrICmp("new",zTab) == 0 ){
op                237 third_party/sqlite/src/src/resolve.c       }else if( op!=TK_INSERT && sqlite3StrICmp("old",zTab)==0 ){
op                341 third_party/sqlite/src/src/resolve.c     pExpr->op = TK_STRING;
op                386 third_party/sqlite/src/src/resolve.c   pExpr->op = (isTrigger ? TK_TRIGGER : TK_COLUMN);
op                459 third_party/sqlite/src/src/resolve.c   switch( pExpr->op ){
op                471 third_party/sqlite/src/src/resolve.c       pExpr->op = TK_COLUMN;
op                497 third_party/sqlite/src/src/resolve.c       if( pRight->op==TK_ID ){
op                502 third_party/sqlite/src/src/resolve.c         assert( pRight->op==TK_DOT );
op                525 third_party/sqlite/src/src/resolve.c       testcase( pExpr->op==TK_CONST_FUNC );
op                549 third_party/sqlite/src/src/resolve.c           pExpr->op = TK_NULL;
op                567 third_party/sqlite/src/src/resolve.c         pExpr->op = TK_AGG_FUNCTION;
op                580 third_party/sqlite/src/src/resolve.c     case TK_EXISTS:  testcase( pExpr->op==TK_EXISTS );
op                583 third_party/sqlite/src/src/resolve.c       testcase( pExpr->op==TK_IN );
op                632 third_party/sqlite/src/src/resolve.c   if( pE->op==TK_ID ){
op                 81 third_party/sqlite/src/src/select.c   pNew->op = TK_SELECT;
op                841 third_party/sqlite/src/src/select.c   int op,                         /* One of TK_UNION, TK_EXCEPT etc. */
op                846 third_party/sqlite/src/src/select.c   assert( op==TK_UNION || op==TK_EXCEPT || op==TK_INTERSECT || op==TK_ALL );
op                851 third_party/sqlite/src/src/select.c         bUseTmp?"USING TEMP B-TREE ":"", selectOpName(op)
op                990 third_party/sqlite/src/src/select.c   switch( pExpr->op ){
op               1000 third_party/sqlite/src/src/select.c       testcase( pExpr->op==TK_AGG_COLUMN );
op               1001 third_party/sqlite/src/src/select.c       testcase( pExpr->op==TK_COLUMN );
op               1173 third_party/sqlite/src/src/select.c     }else if( (p->op==TK_COLUMN || p->op==TK_AGG_COLUMN) && pTabList ){
op               1250 third_party/sqlite/src/src/select.c       while( pColExpr->op==TK_DOT ) pColExpr = pColExpr->pRight;
op               1251 third_party/sqlite/src/src/select.c       if( pColExpr->op==TK_COLUMN && ALWAYS(pColExpr->pTab!=0) ){
op               1258 third_party/sqlite/src/src/select.c       }else if( pColExpr->op==TK_ID ){
op               1558 third_party/sqlite/src/src/select.c       selectOpName(p->op));
op               1564 third_party/sqlite/src/src/select.c       selectOpName(p->op));
op               1587 third_party/sqlite/src/src/select.c       " do not have the same number of result columns", selectOpName(p->op));
op               1600 third_party/sqlite/src/src/select.c   switch( p->op ){
op               1641 third_party/sqlite/src/src/select.c       u8 op = 0;       /* One of the SRT_ operations to apply to self */
op               1647 third_party/sqlite/src/src/select.c       testcase( p->op==TK_EXCEPT );
op               1648 third_party/sqlite/src/src/select.c       testcase( p->op==TK_UNION );
op               1684 third_party/sqlite/src/src/select.c       if( p->op==TK_EXCEPT ){
op               1685 third_party/sqlite/src/src/select.c         op = SRT_Except;
op               1687 third_party/sqlite/src/src/select.c         assert( p->op==TK_UNION );
op               1688 third_party/sqlite/src/src/select.c         op = SRT_Union;
op               1695 third_party/sqlite/src/src/select.c       uniondest.eDest = op;
op               1705 third_party/sqlite/src/src/select.c       if( p->op==TK_UNION ) p->nSelectRow += pPrior->nSelectRow;
op               1738 third_party/sqlite/src/src/select.c     default: assert( p->op==TK_INTERSECT ); {
op               1818 third_party/sqlite/src/src/select.c   explainComposite(pParse, p->op, iSub1, iSub2, p->op!=TK_ALL);
op               2156 third_party/sqlite/src/src/select.c   int op;               /* One of TK_ALL, TK_UNION, TK_EXCEPT, TK_INTERSECT */
op               2179 third_party/sqlite/src/src/select.c   op = p->op;  
op               2190 third_party/sqlite/src/src/select.c   if( op!=TK_ALL ){
op               2255 third_party/sqlite/src/src/select.c   if( op==TK_ALL ){
op               2285 third_party/sqlite/src/src/select.c   if( p->iLimit && op==TK_ALL ){
op               2354 third_party/sqlite/src/src/select.c   if( op==TK_ALL || op==TK_UNION ){
op               2365 third_party/sqlite/src/src/select.c   if( op==TK_EXCEPT || op==TK_INTERSECT ){
op               2378 third_party/sqlite/src/src/select.c   if( op==TK_INTERSECT ){
op               2399 third_party/sqlite/src/src/select.c   if( op==TK_ALL ){
op               2401 third_party/sqlite/src/src/select.c   }else if( op==TK_INTERSECT ){
op               2416 third_party/sqlite/src/src/select.c   if( op==TK_ALL || op==TK_UNION ){
op               2468 third_party/sqlite/src/src/select.c   explainComposite(pParse, p->op, iSub1, iSub2, 0);
op               2498 third_party/sqlite/src/src/select.c   if( pExpr->op==TK_COLUMN && pExpr->iTable==iTable ){
op               2500 third_party/sqlite/src/src/select.c       pExpr->op = TK_NULL;
op               2786 third_party/sqlite/src/src/select.c        || (pSub1->pPrior && pSub1->op!=TK_ALL) 
op               2855 third_party/sqlite/src/src/select.c     p->op = TK_ALL;
op               3061 third_party/sqlite/src/src/select.c   if( pExpr->op!=TK_AGG_FUNCTION ) return 0;
op               3065 third_party/sqlite/src/src/select.c   if( pEList->a[0].pExpr->op!=TK_AGG_COLUMN ) return WHERE_ORDERBY_NORMAL;
op               3102 third_party/sqlite/src/src/select.c   if( pExpr->op!=TK_AGG_FUNCTION ) return 0;
op               3253 third_party/sqlite/src/src/select.c     if( pE->op==TK_ALL ) break;
op               3254 third_party/sqlite/src/src/select.c     assert( pE->op!=TK_DOT || pE->pRight!=0 );
op               3255 third_party/sqlite/src/src/select.c     assert( pE->op!=TK_DOT || (pE->pLeft!=0 && pE->pLeft->op==TK_ID) );
op               3256 third_party/sqlite/src/src/select.c     if( pE->op==TK_DOT && pE->pRight->op==TK_ALL ) break;
op               3272 third_party/sqlite/src/src/select.c       assert( pE->op!=TK_DOT || pE->pRight!=0 );
op               3273 third_party/sqlite/src/src/select.c       if( pE->op!=TK_ALL && (pE->op!=TK_DOT || pE->pRight->op!=TK_ALL) ){
op               3289 third_party/sqlite/src/src/select.c         if( pE->op==TK_DOT ){
op               4299 third_party/sqlite/src/src/select.c             pMinMax->a[0].pExpr->op = TK_COLUMN;
op               4390 third_party/sqlite/src/src/select.c     sqlite3DebugPrintf("(%d", p->op);
op               1638 third_party/sqlite/src/src/sqliteInt.h   u8 op;                 /* Operation performed by this node */
op               1917 third_party/sqlite/src/src/sqliteInt.h   u8 op, p5;            /* Opcode and P5 of the opcode that ends the loop */
op               2032 third_party/sqlite/src/src/sqliteInt.h   u8 op;                 /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
op               2302 third_party/sqlite/src/src/sqliteInt.h   u8 op;                  /* One of TK_DELETE, TK_UPDATE, TK_INSERT         */
op               2362 third_party/sqlite/src/src/sqliteInt.h   u8 op;               /* One of TK_DELETE, TK_UPDATE, TK_INSERT, TK_SELECT */
op                 46 third_party/sqlite/src/src/status.c int sqlite3StatusValue(int op){
op                 48 third_party/sqlite/src/src/status.c   assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
op                 49 third_party/sqlite/src/src/status.c   return wsdStat.nowValue[op];
op                 56 third_party/sqlite/src/src/status.c void sqlite3StatusAdd(int op, int N){
op                 58 third_party/sqlite/src/src/status.c   assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
op                 59 third_party/sqlite/src/src/status.c   wsdStat.nowValue[op] += N;
op                 60 third_party/sqlite/src/src/status.c   if( wsdStat.nowValue[op]>wsdStat.mxValue[op] ){
op                 61 third_party/sqlite/src/src/status.c     wsdStat.mxValue[op] = wsdStat.nowValue[op];
op                 68 third_party/sqlite/src/src/status.c void sqlite3StatusSet(int op, int X){
op                 70 third_party/sqlite/src/src/status.c   assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
op                 71 third_party/sqlite/src/src/status.c   wsdStat.nowValue[op] = X;
op                 72 third_party/sqlite/src/src/status.c   if( wsdStat.nowValue[op]>wsdStat.mxValue[op] ){
op                 73 third_party/sqlite/src/src/status.c     wsdStat.mxValue[op] = wsdStat.nowValue[op];
op                 84 third_party/sqlite/src/src/status.c int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){
op                 86 third_party/sqlite/src/src/status.c   if( op<0 || op>=ArraySize(wsdStat.nowValue) ){
op                 89 third_party/sqlite/src/src/status.c   *pCurrent = wsdStat.nowValue[op];
op                 90 third_party/sqlite/src/src/status.c   *pHighwater = wsdStat.mxValue[op];
op                 92 third_party/sqlite/src/src/status.c     wsdStat.mxValue[op] = wsdStat.nowValue[op];
op                102 third_party/sqlite/src/src/status.c   int op,               /* Status verb */
op                109 third_party/sqlite/src/src/status.c   switch( op ){
op                122 third_party/sqlite/src/src/status.c       testcase( op==SQLITE_DBSTATUS_LOOKASIDE_HIT );
op                123 third_party/sqlite/src/src/status.c       testcase( op==SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE );
op                124 third_party/sqlite/src/src/status.c       testcase( op==SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL );
op                125 third_party/sqlite/src/src/status.c       assert( (op-SQLITE_DBSTATUS_LOOKASIDE_HIT)>=0 );
op                126 third_party/sqlite/src/src/status.c       assert( (op-SQLITE_DBSTATUS_LOOKASIDE_HIT)<3 );
op                128 third_party/sqlite/src/src/status.c       *pHighwater = db->lookaside.anStat[op - SQLITE_DBSTATUS_LOOKASIDE_HIT];
op                130 third_party/sqlite/src/src/status.c         db->lookaside.anStat[op - SQLITE_DBSTATUS_LOOKASIDE_HIT] = 0;
op                654 third_party/sqlite/src/src/tclsqlite.c   int op,
op                663 third_party/sqlite/src/src/tclsqlite.c   assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
op                668 third_party/sqlite/src/src/tclsqlite.c     ( (op==SQLITE_INSERT)?"INSERT":(op==SQLITE_UPDATE)?"UPDATE":"DELETE"), -1));
op               2238 third_party/sqlite/src/src/test1.c   int i, op, resetFlag;
op               2244 third_party/sqlite/src/src/test1.c     int op;
op               2258 third_party/sqlite/src/src/test1.c       op = aOp[i].op;
op               2263 third_party/sqlite/src/src/test1.c     if( Tcl_GetIntFromObj(interp, objv[2], &op) ) return TCL_ERROR;
op               2266 third_party/sqlite/src/src/test1.c   iValue = sqlite3_stmt_status(pStmt, op, resetFlag);
op                507 third_party/sqlite/src/src/test6.c static int cfFileControl(sqlite3_file *pFile, int op, void *pArg){
op                508 third_party/sqlite/src/src/test6.c   return sqlite3OsFileControl(((CrashFile *)pFile)->pRealFile, op, pArg);
op                841 third_party/sqlite/src/src/test8.c       switch( pConstraint->op ){
op                372 third_party/sqlite/src/src/test_demovfs.c static int demoFileControl(sqlite3_file *pFile, int op, void *pArg){
op                 50 third_party/sqlite/src/src/test_devsym.c static int devsymFileControl(sqlite3_file*, int op, void *pArg);
op                216 third_party/sqlite/src/src/test_devsym.c static int devsymFileControl(sqlite3_file *pFile, int op, void *pArg){
op                218 third_party/sqlite/src/src/test_devsym.c   return sqlite3OsFileControl(p->pReal, op, pArg);
op                761 third_party/sqlite/src/src/test_fuzzer.c      && pConstraint->op==SQLITE_INDEX_CONSTRAINT_MATCH
op                769 third_party/sqlite/src/src/test_fuzzer.c      && (pConstraint->op==SQLITE_INDEX_CONSTRAINT_LT
op                770 third_party/sqlite/src/src/test_fuzzer.c            || pConstraint->op==SQLITE_INDEX_CONSTRAINT_LE)
op                146 third_party/sqlite/src/src/test_journal.c static int jtFileControl(sqlite3_file*, int op, void *pArg);
op                665 third_party/sqlite/src/src/test_journal.c static int jtFileControl(sqlite3_file *pFile, int op, void *pArg){
op                667 third_party/sqlite/src/src/test_journal.c   return sqlite3OsFileControl(p->pReal, op, pArg);
op                 37 third_party/sqlite/src/src/test_loadext.c   int op, mx, cur, resetFlag, rc;
op                 39 third_party/sqlite/src/src/test_loadext.c     op = sqlite3_value_int(argv[0]);
op                 45 third_party/sqlite/src/src/test_loadext.c       int op;
op                 58 third_party/sqlite/src/src/test_loadext.c         op = aOp[i].op;
op                 77 third_party/sqlite/src/src/test_loadext.c   rc = sqlite3_status(op, &cur, &mx, resetFlag);
op                 79 third_party/sqlite/src/src/test_loadext.c     char *zMsg = sqlite3_mprintf("sqlite3_status(%d,...) returns %d", op, rc);
op               1228 third_party/sqlite/src/src/test_malloc.c   int i, op, resetFlag;
op               1232 third_party/sqlite/src/src/test_malloc.c     int op;
op               1253 third_party/sqlite/src/src/test_malloc.c       op = aOp[i].op;
op               1258 third_party/sqlite/src/src/test_malloc.c     if( Tcl_GetIntFromObj(interp, objv[1], &op) ) return TCL_ERROR;
op               1263 third_party/sqlite/src/src/test_malloc.c   rc = sqlite3_status(op, &iValue, &mxValue, resetFlag);
op               1285 third_party/sqlite/src/src/test_malloc.c   int i, op, resetFlag;
op               1291 third_party/sqlite/src/src/test_malloc.c     int op;
op               1312 third_party/sqlite/src/src/test_malloc.c       op = aOp[i].op;
op               1317 third_party/sqlite/src/src/test_malloc.c     if( Tcl_GetIntFromObj(interp, objv[2], &op) ) return TCL_ERROR;
op               1322 third_party/sqlite/src/src/test_malloc.c   rc = sqlite3_db_status(db, op, &iValue, &mxValue, resetFlag);
op                236 third_party/sqlite/src/src/test_multiplex.c   int op;
op                243 third_party/sqlite/src/src/test_multiplex.c     op = sqlite3_value_int(argv[0]);
op                246 third_party/sqlite/src/src/test_multiplex.c     switch( op ){
op                248 third_party/sqlite/src/src/test_multiplex.c         op = MULTIPLEX_CTRL_ENABLE; 
op                251 third_party/sqlite/src/src/test_multiplex.c         op = MULTIPLEX_CTRL_SET_CHUNK_SIZE; 
op                254 third_party/sqlite/src/src/test_multiplex.c         op = MULTIPLEX_CTRL_SET_MAX_CHUNKS; 
op                262 third_party/sqlite/src/src/test_multiplex.c     rc = sqlite3_file_control(db, 0, op, &iVal);
op                750 third_party/sqlite/src/src/test_multiplex.c static int multiplexFileControl(sqlite3_file *pConn, int op, void *pArg){
op                757 third_party/sqlite/src/src/test_multiplex.c   switch( op ){
op                798 third_party/sqlite/src/src/test_multiplex.c         rc = pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg);
op               1112 third_party/sqlite/src/src/test_multiplex.c     int op;
op               1151 third_party/sqlite/src/src/test_multiplex.c   rc = sqlite3_file_control(db, Tcl_GetString(objv[2]), aSub[idx].op, pArg);
op                140 third_party/sqlite/src/src/test_onefile.c static int fsFileControl(sqlite3_file*, int op, void *pArg);
op                156 third_party/sqlite/src/src/test_onefile.c static int tmpFileControl(sqlite3_file*, int op, void *pArg);
op                354 third_party/sqlite/src/src/test_onefile.c static int tmpFileControl(sqlite3_file *pFile, int op, void *pArg){
op                562 third_party/sqlite/src/src/test_onefile.c static int fsFileControl(sqlite3_file *pFile, int op, void *pArg){
op                147 third_party/sqlite/src/src/test_osinst.c static int vfslogFileControl(sqlite3_file*, int op, void *pArg);
op                390 third_party/sqlite/src/src/test_osinst.c static int vfslogFileControl(sqlite3_file *pFile, int op, void *pArg){
op                392 third_party/sqlite/src/src/test_osinst.c   return p->pReal->pMethods->xFileControl(p->pReal, op, pArg);
op                505 third_party/sqlite/src/src/test_quota.c static int quotaFileControl(sqlite3_file *pConn, int op, void *pArg){
op                507 third_party/sqlite/src/src/test_quota.c   return pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg);
op                223 third_party/sqlite/src/src/test_server.c   int op;                      /* Opcode for the message */
op                296 third_party/sqlite/src/src/test_server.c   while( pMsg->op!=MSG_Done ){
op                334 third_party/sqlite/src/src/test_server.c   msg.op = MSG_Open;
op                348 third_party/sqlite/src/src/test_server.c   msg.op = MSG_Prepare;
op                359 third_party/sqlite/src/src/test_server.c   msg.op = MSG_Step;
op                366 third_party/sqlite/src/src/test_server.c   msg.op = MSG_Reset;
op                373 third_party/sqlite/src/src/test_server.c   msg.op = MSG_Finalize;
op                380 third_party/sqlite/src/src/test_server.c   msg.op = MSG_Close;
op                422 third_party/sqlite/src/src/test_server.c     switch( pMsg->op ){
op                452 third_party/sqlite/src/src/test_server.c     pMsg->op = MSG_Done;
op                233 third_party/sqlite/src/src/test_tclvar.c            && pCons->op==SQLITE_INDEX_CONSTRAINT_EQ ){
op                245 third_party/sqlite/src/src/test_tclvar.c            && pCons->op==SQLITE_INDEX_CONSTRAINT_MATCH ){
op                166 third_party/sqlite/src/src/test_vfs.c static int tvfsFileControl(sqlite3_file*, int op, void *pArg);
op                491 third_party/sqlite/src/src/test_vfs.c static int tvfsFileControl(sqlite3_file *pFile, int op, void *pArg){
op                493 third_party/sqlite/src/src/test_vfs.c   return sqlite3OsFileControl(p->pReal, op, pArg);
op                 56 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceFileControl(sqlite3_file*, int op, void *pArg);
op                356 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceFileControl(sqlite3_file *pFile, int op, void *pArg){
op                362 third_party/sqlite/src/src/test_vfstrace.c   switch( op ){
op                382 third_party/sqlite/src/src/test_vfstrace.c       sqlite3_snprintf(sizeof zBuf, zBuf, "%d", op);
op                389 third_party/sqlite/src/src/test_vfstrace.c   rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg);
op                189 third_party/sqlite/src/src/test_wholenumber.c     if( (idxNum & 3)==0 && pConstraint->op==SQLITE_INDEX_CONSTRAINT_GT ){
op                193 third_party/sqlite/src/src/test_wholenumber.c     if( (idxNum & 3)==0 && pConstraint->op==SQLITE_INDEX_CONSTRAINT_GE ){
op                197 third_party/sqlite/src/src/test_wholenumber.c     if( (idxNum & 12)==0 && pConstraint->op==SQLITE_INDEX_CONSTRAINT_LT ){
op                201 third_party/sqlite/src/src/test_wholenumber.c     if( (idxNum & 12)==0 && pConstraint->op==SQLITE_INDEX_CONSTRAINT_LE ){
op                 85 third_party/sqlite/src/src/trigger.c   int op,             /* One of TK_INSERT, TK_UPDATE, TK_DELETE */
op                103 third_party/sqlite/src/src/trigger.c   assert( op==TK_INSERT || op==TK_UPDATE || op==TK_DELETE );
op                104 third_party/sqlite/src/src/trigger.c   assert( op>0 && op<0xff );
op                235 third_party/sqlite/src/src/trigger.c   pTrigger->op = (u8)op;
op                345 third_party/sqlite/src/src/trigger.c   pTriggerStep->op = TK_SELECT;
op                359 third_party/sqlite/src/src/trigger.c   u8 op,                      /* Trigger opcode */
op                370 third_party/sqlite/src/src/trigger.c     pTriggerStep->op = op;
op                634 third_party/sqlite/src/src/trigger.c   int op,                 /* one of TK_DELETE, TK_INSERT, TK_UPDATE */
op                647 third_party/sqlite/src/src/trigger.c     if( p->op==op && checkColumnOverlap(p->pColumns, pChanges) ){
op                720 third_party/sqlite/src/src/trigger.c     switch( pStep->op ){
op                747 third_party/sqlite/src/src/trigger.c       default: assert( pStep->op==TK_SELECT ); {
op                756 third_party/sqlite/src/src/trigger.c     if( pStep->op!=TK_SELECT ){
op                846 third_party/sqlite/src/src/trigger.c   pSubParse->eTriggerOp = pTrigger->op;
op                854 third_party/sqlite/src/src/trigger.c         (pTrigger->op==TK_UPDATE ? "UPDATE" : ""),
op                855 third_party/sqlite/src/src/trigger.c         (pTrigger->op==TK_INSERT ? "INSERT" : ""),
op                856 third_party/sqlite/src/src/trigger.c         (pTrigger->op==TK_DELETE ? "DELETE" : ""),
op               1023 third_party/sqlite/src/src/trigger.c   int op,              /* One of TK_UPDATE, TK_INSERT, TK_DELETE */
op               1033 third_party/sqlite/src/src/trigger.c   assert( op==TK_UPDATE || op==TK_INSERT || op==TK_DELETE );
op               1035 third_party/sqlite/src/src/trigger.c   assert( (op==TK_UPDATE)==(pChanges!=0) );
op               1048 third_party/sqlite/src/src/trigger.c     if( p->op==op 
op               1091 third_party/sqlite/src/src/trigger.c   const int op = pChanges ? TK_UPDATE : TK_DELETE;
op               1097 third_party/sqlite/src/src/trigger.c     if( p->op==op && (tr_tm&p->tr_tm)
op               1475 third_party/sqlite/src/src/vdbe.c   u8 op;
op               1486 third_party/sqlite/src/src/vdbe.c   op = pOp->opcode;
op               1487 third_party/sqlite/src/src/vdbe.c   if( op==OP_BitAnd ){
op               1489 third_party/sqlite/src/src/vdbe.c   }else if( op==OP_BitOr ){
op               1492 third_party/sqlite/src/src/vdbe.c     assert( op==OP_ShiftRight || op==OP_ShiftLeft );
op               1497 third_party/sqlite/src/src/vdbe.c       op = 2*OP_ShiftLeft + 1 - op;
op               1502 third_party/sqlite/src/src/vdbe.c       iA = (iA>=0 || op==OP_ShiftLeft) ? 0 : -1;
op               1505 third_party/sqlite/src/src/vdbe.c       if( op==OP_ShiftLeft ){
op               3881 third_party/sqlite/src/src/vdbe.c   int op;           /* Opcode for update hook: SQLITE_UPDATE or SQLITE_INSERT */
op               3931 third_party/sqlite/src/src/vdbe.c     op = ((pOp->p5 & OPFLAG_ISUPDATE) ? SQLITE_UPDATE : SQLITE_INSERT);
op               3933 third_party/sqlite/src/src/vdbe.c     db->xUpdateCallback(db->pUpdateArg, op, zDb, zTbl, iKey);
op               1321 third_party/sqlite/src/src/vdbeapi.c int sqlite3_stmt_status(sqlite3_stmt *pStmt, int op, int resetFlag){
op               1323 third_party/sqlite/src/src/vdbeapi.c   int v = pVdbe->aCounter[op-1];
op               1324 third_party/sqlite/src/src/vdbeapi.c   if( resetFlag ) pVdbe->aCounter[op-1] = 0;
op                138 third_party/sqlite/src/src/vdbeaux.c int sqlite3VdbeAddOp3(Vdbe *p, int op, int p1, int p2, int p3){
op                144 third_party/sqlite/src/src/vdbeaux.c   assert( op>0 && op<0xff );
op                152 third_party/sqlite/src/src/vdbeaux.c   pOp->opcode = (u8)op;
op                160 third_party/sqlite/src/src/vdbeaux.c   if( op==OP_ParseSchema ){
op                176 third_party/sqlite/src/src/vdbeaux.c int sqlite3VdbeAddOp0(Vdbe *p, int op){
op                177 third_party/sqlite/src/src/vdbeaux.c   return sqlite3VdbeAddOp3(p, op, 0, 0, 0);
op                179 third_party/sqlite/src/src/vdbeaux.c int sqlite3VdbeAddOp1(Vdbe *p, int op, int p1){
op                180 third_party/sqlite/src/src/vdbeaux.c   return sqlite3VdbeAddOp3(p, op, p1, 0, 0);
op                182 third_party/sqlite/src/src/vdbeaux.c int sqlite3VdbeAddOp2(Vdbe *p, int op, int p1, int p2){
op                183 third_party/sqlite/src/src/vdbeaux.c   return sqlite3VdbeAddOp3(p, op, p1, p2, 0);
op                192 third_party/sqlite/src/src/vdbeaux.c   int op,             /* The new opcode */
op                199 third_party/sqlite/src/src/vdbeaux.c   int addr = sqlite3VdbeAddOp3(p, op, p1, p2, p3);
op                209 third_party/sqlite/src/src/vdbeaux.c   int op,             /* The new opcode */
op                215 third_party/sqlite/src/src/vdbeaux.c   int addr = sqlite3VdbeAddOp3(p, op, p1, p2, p3);
op               1023 third_party/sqlite/src/src/vdbemem.c   int op;
op               1033 third_party/sqlite/src/src/vdbemem.c   op = pExpr->op;
op               1040 third_party/sqlite/src/src/vdbemem.c   if( op==TK_REGISTER ) op = pExpr->op2;
op               1042 third_party/sqlite/src/src/vdbemem.c   if( NEVER(op==TK_REGISTER) ) op = pExpr->op2;
op               1048 third_party/sqlite/src/src/vdbemem.c   if( op==TK_UMINUS
op               1049 third_party/sqlite/src/src/vdbemem.c    && (pExpr->pLeft->op==TK_INTEGER || pExpr->pLeft->op==TK_FLOAT) ){
op               1051 third_party/sqlite/src/src/vdbemem.c     op = pExpr->op;
op               1056 third_party/sqlite/src/src/vdbemem.c   if( op==TK_STRING || op==TK_FLOAT || op==TK_INTEGER ){
op               1065 third_party/sqlite/src/src/vdbemem.c       if( op==TK_FLOAT ) pVal->type = SQLITE_FLOAT;
op               1067 third_party/sqlite/src/src/vdbemem.c     if( (op==TK_INTEGER || op==TK_FLOAT ) && affinity==SQLITE_AFF_NONE ){
op               1076 third_party/sqlite/src/src/vdbemem.c   }else if( op==TK_UMINUS ) {
op               1090 third_party/sqlite/src/src/vdbemem.c   }else if( op==TK_NULL ){
op               1095 third_party/sqlite/src/src/vdbemem.c   else if( op==TK_BLOB ){
op                874 third_party/sqlite/src/src/vtab.c   if( pExpr->op!=TK_COLUMN ) return pDef;
op               2855 third_party/sqlite/src/src/wal.c int sqlite3WalExclusiveMode(Wal *pWal, int op){
op               2858 third_party/sqlite/src/src/wal.c   assert( pWal->exclusiveMode!=WAL_HEAPMEMORY_MODE || op==-1 );
op               2867 third_party/sqlite/src/src/wal.c   assert( pWal->readLock>=0 || (op<=0 && pWal->exclusiveMode==0) );
op               2869 third_party/sqlite/src/src/wal.c   if( op==0 ){
op               2880 third_party/sqlite/src/src/wal.c   }else if( op>0 ){
op                109 third_party/sqlite/src/src/wal.h int sqlite3WalExclusiveMode(Wal *pWal, int op);
op                135 third_party/sqlite/src/src/where.c   u8 op;                   /* Split operator.  TK_AND or TK_OR */
op                380 third_party/sqlite/src/src/where.c static void whereSplit(WhereClause *pWC, Expr *pExpr, int op){
op                381 third_party/sqlite/src/src/where.c   pWC->op = (u8)op;
op                383 third_party/sqlite/src/src/where.c   if( pExpr->op!=op ){
op                386 third_party/sqlite/src/src/where.c     whereSplit(pWC, pExpr->pLeft, op);
op                387 third_party/sqlite/src/src/where.c     whereSplit(pWC, pExpr->pRight, op);
op                443 third_party/sqlite/src/src/where.c   if( p->op==TK_COLUMN ){
op                491 third_party/sqlite/src/src/where.c static int allowedOp(int op){
op                496 third_party/sqlite/src/src/where.c   return op==TK_IN || (op>=TK_EQ && op<=TK_GE) || op==TK_ISNULL;
op                519 third_party/sqlite/src/src/where.c   assert( allowedOp(pExpr->op) && pExpr->op!=TK_IN );
op                526 third_party/sqlite/src/src/where.c   if( pExpr->op>=TK_GT ){
op                531 third_party/sqlite/src/src/where.c     assert( pExpr->op>=TK_GT && pExpr->op<=TK_GE );
op                532 third_party/sqlite/src/src/where.c     pExpr->op = ((pExpr->op-TK_GT)^2)+TK_GT;
op                539 third_party/sqlite/src/src/where.c static u16 operatorMask(int op){
op                541 third_party/sqlite/src/src/where.c   assert( allowedOp(op) );
op                542 third_party/sqlite/src/src/where.c   if( op==TK_IN ){
op                544 third_party/sqlite/src/src/where.c   }else if( op==TK_ISNULL ){
op                547 third_party/sqlite/src/src/where.c     assert( (WO_EQ<<(op-TK_EQ)) < 0x7fff );
op                548 third_party/sqlite/src/src/where.c     c = (u16)(WO_EQ<<(op-TK_EQ));
op                550 third_party/sqlite/src/src/where.c   assert( op!=TK_ISNULL || c==WO_ISNULL );
op                551 third_party/sqlite/src/src/where.c   assert( op!=TK_IN || c==WO_IN );
op                552 third_party/sqlite/src/src/where.c   assert( op!=TK_EQ || c==WO_EQ );
op                553 third_party/sqlite/src/src/where.c   assert( op!=TK_LT || c==WO_LT );
op                554 third_party/sqlite/src/src/where.c   assert( op!=TK_LE || c==WO_LE );
op                555 third_party/sqlite/src/src/where.c   assert( op!=TK_GT || c==WO_GT );
op                556 third_party/sqlite/src/src/where.c   assert( op!=TK_GE || c==WO_GE );
op                571 third_party/sqlite/src/src/where.c   u32 op,               /* Mask of WO_xx values describing operator */
op                577 third_party/sqlite/src/src/where.c   op &= WO_ALL;
op                582 third_party/sqlite/src/src/where.c        && (pTerm->eOperator & op)!=0
op                655 third_party/sqlite/src/src/where.c   int op;                    /* Opcode of pRight */
op                665 third_party/sqlite/src/src/where.c   if( pLeft->op!=TK_COLUMN || sqlite3ExprAffinity(pLeft)!=SQLITE_AFF_TEXT ){
op                673 third_party/sqlite/src/src/where.c   op = pRight->op;
op                674 third_party/sqlite/src/src/where.c   if( op==TK_REGISTER ){
op                675 third_party/sqlite/src/src/where.c     op = pRight->op2;
op                677 third_party/sqlite/src/src/where.c   if( op==TK_VARIABLE ){
op                685 third_party/sqlite/src/src/where.c     assert( pRight->op==TK_VARIABLE || pRight->op==TK_REGISTER );
op                686 third_party/sqlite/src/src/where.c   }else if( op==TK_STRING ){
op                700 third_party/sqlite/src/src/where.c       if( op==TK_VARIABLE ){
op                740 third_party/sqlite/src/src/where.c   if( pExpr->op!=TK_FUNCTION ){
op                750 third_party/sqlite/src/src/where.c   if( pList->a[1].pExpr->op != TK_COLUMN ){
op                866 third_party/sqlite/src/src/where.c   assert( pExpr->op==TK_OR );
op                905 third_party/sqlite/src/src/where.c             if( allowedOp(pAndTerm->pExpr->op) ){
op               1109 third_party/sqlite/src/src/where.c   int op;                          /* Top-level operator.  pExpr->op */
op               1120 third_party/sqlite/src/src/where.c   op = pExpr->op;
op               1121 third_party/sqlite/src/src/where.c   if( op==TK_IN ){
op               1128 third_party/sqlite/src/src/where.c   }else if( op==TK_ISNULL ){
op               1144 third_party/sqlite/src/src/where.c   if( allowedOp(op) && (pTerm->prereqRight & prereqLeft)==0 ){
op               1147 third_party/sqlite/src/src/where.c     if( pLeft->op==TK_COLUMN ){
op               1150 third_party/sqlite/src/src/where.c       pTerm->eOperator = operatorMask(op);
op               1152 third_party/sqlite/src/src/where.c     if( pRight && pRight->op==TK_COLUMN ){
op               1180 third_party/sqlite/src/src/where.c       pNew->eOperator = operatorMask(pDup->op);
op               1200 third_party/sqlite/src/src/where.c   else if( pExpr->op==TK_BETWEEN && pWC->op==TK_AND ){
op               1226 third_party/sqlite/src/src/where.c   else if( pExpr->op==TK_OR ){
op               1227 third_party/sqlite/src/src/where.c     assert( pWC->op==TK_AND );
op               1244 third_party/sqlite/src/src/where.c   if( pWC->op==TK_AND 
op               1345 third_party/sqlite/src/src/where.c   if( pExpr->op==TK_NOTNULL
op               1346 third_party/sqlite/src/src/where.c    && pExpr->pLeft->op==TK_COLUMN
op               1462 third_party/sqlite/src/src/where.c     if( pExpr->op!=TK_COLUMN || pExpr->iTable!=base ){
op               1578 third_party/sqlite/src/src/where.c        p->aConstraint[i].op,
op               1668 third_party/sqlite/src/src/where.c           tempWC.op = TK_AND;
op               1988 third_party/sqlite/src/src/where.c       if( pExpr->op!=TK_COLUMN || pExpr->iTable!=pSrc->iCursor ) break;
op               2029 third_party/sqlite/src/src/where.c     pIdxCons[j].op = (u8)pTerm->eOperator;
op               2389 third_party/sqlite/src/src/where.c   if( pExpr->op==TK_VARIABLE
op               2390 third_party/sqlite/src/src/where.c    || (pExpr->op==TK_REGISTER && pExpr->op2==TK_VARIABLE)
op               3275 third_party/sqlite/src/src/where.c   if( pX->op==TK_EQ ){
op               3277 third_party/sqlite/src/src/where.c   }else if( pX->op==TK_ISNULL ){
op               3286 third_party/sqlite/src/src/where.c     assert( pX->op==TK_IN );
op               3680 third_party/sqlite/src/src/where.c     pLevel->op = OP_VNext;
op               3707 third_party/sqlite/src/src/where.c     pLevel->op = OP_Noop;
op               3746 third_party/sqlite/src/src/where.c       sqlite3VdbeAddOp3(v, aMoveOp[pX->op-TK_GT], iCur, addrBrk, r1);
op               3762 third_party/sqlite/src/src/where.c       if( pX->op==TK_LT || pX->op==TK_GT ){
op               3770 third_party/sqlite/src/src/where.c     pLevel->op = bRev ? OP_Prev : OP_Next;
op               3845 third_party/sqlite/src/src/where.c     int op;                      /* Instruction opcode */
op               3937 third_party/sqlite/src/src/where.c     op = aStartOp[(start_constraints<<2) + (startEq<<1) + bRev];
op               3938 third_party/sqlite/src/src/where.c     assert( op!=0 );
op               3939 third_party/sqlite/src/src/where.c     testcase( op==OP_Rewind );
op               3940 third_party/sqlite/src/src/where.c     testcase( op==OP_Last );
op               3941 third_party/sqlite/src/src/where.c     testcase( op==OP_SeekGt );
op               3942 third_party/sqlite/src/src/where.c     testcase( op==OP_SeekGe );
op               3943 third_party/sqlite/src/src/where.c     testcase( op==OP_SeekLe );
op               3944 third_party/sqlite/src/src/where.c     testcase( op==OP_SeekLt );
op               3945 third_party/sqlite/src/src/where.c     sqlite3VdbeAddOp4Int(v, op, iIdxCur, addrNxt, regBase, nConstraint);
op               3980 third_party/sqlite/src/src/where.c     op = aEndOp[(pRangeEnd || nEq) * (1 + bRev)];
op               3981 third_party/sqlite/src/src/where.c     testcase( op==OP_Noop );
op               3982 third_party/sqlite/src/src/where.c     testcase( op==OP_IdxGE );
op               3983 third_party/sqlite/src/src/where.c     testcase( op==OP_IdxLT );
op               3984 third_party/sqlite/src/src/where.c     if( op!=OP_Noop ){
op               3985 third_party/sqlite/src/src/where.c       sqlite3VdbeAddOp4Int(v, op, iIdxCur, addrNxt, regBase, nConstraint);
op               4016 third_party/sqlite/src/src/where.c       pLevel->op = OP_Noop;
op               4018 third_party/sqlite/src/src/where.c       pLevel->op = OP_Prev;
op               4020 third_party/sqlite/src/src/where.c       pLevel->op = OP_Next;
op               4082 third_party/sqlite/src/src/where.c     pLevel->op = OP_Return;
op               4176 third_party/sqlite/src/src/where.c     pLevel->op = aStep[bRev];
op               4749 third_party/sqlite/src/src/where.c       int op = pWInfo->okOnePass ? OP_OpenWrite : OP_OpenRead;
op               4750 third_party/sqlite/src/src/where.c       sqlite3OpenTable(pParse, pTabItem->iCursor, iDb, pTab, op);
op               4878 third_party/sqlite/src/src/where.c     if( pLevel->op!=OP_Noop ){
op               4879 third_party/sqlite/src/src/where.c       sqlite3VdbeAddOp2(v, pLevel->op, pLevel->p1, pLevel->p2);
op               4905 third_party/sqlite/src/src/where.c       if( pLevel->op==OP_Return ){
op               1667 third_party/sqlite/src/tool/lemon.c static struct s_options *op;
op               1724 third_party/sqlite/src/tool/lemon.c   for(j=0; op[j].label; j++){
op               1725 third_party/sqlite/src/tool/lemon.c     if( strncmp(&argv[i][1],op[j].label,lemonStrlen(op[j].label))==0 ) break;
op               1728 third_party/sqlite/src/tool/lemon.c   if( op[j].label==0 ){
op               1734 third_party/sqlite/src/tool/lemon.c   }else if( op[j].type==OPT_FLAG ){
op               1735 third_party/sqlite/src/tool/lemon.c     *((int*)op[j].arg) = v;
op               1736 third_party/sqlite/src/tool/lemon.c   }else if( op[j].type==OPT_FFLAG ){
op               1737 third_party/sqlite/src/tool/lemon.c     (*(void(*)(int))(op[j].arg))(v);
op               1738 third_party/sqlite/src/tool/lemon.c   }else if( op[j].type==OPT_FSTR ){
op               1739 third_party/sqlite/src/tool/lemon.c     (*(void(*)(char *))(op[j].arg))(&argv[i][2]);
op               1764 third_party/sqlite/src/tool/lemon.c   for(j=0; op[j].label; j++){
op               1765 third_party/sqlite/src/tool/lemon.c     if( strcmp(argv[i],op[j].label)==0 ) break;
op               1768 third_party/sqlite/src/tool/lemon.c   if( op[j].label==0 ){
op               1776 third_party/sqlite/src/tool/lemon.c     switch( op[j].type ){
op               1812 third_party/sqlite/src/tool/lemon.c     switch( op[j].type ){
op               1817 third_party/sqlite/src/tool/lemon.c         *(double*)(op[j].arg) = dv;
op               1820 third_party/sqlite/src/tool/lemon.c         (*(void(*)(double))(op[j].arg))(dv);
op               1823 third_party/sqlite/src/tool/lemon.c         *(int*)(op[j].arg) = lv;
op               1826 third_party/sqlite/src/tool/lemon.c         (*(void(*)(int))(op[j].arg))((int)lv);
op               1829 third_party/sqlite/src/tool/lemon.c         *(char**)(op[j].arg) = sv;
op               1832 third_party/sqlite/src/tool/lemon.c         (*(void(*)(char *))(op[j].arg))(sv);
op               1843 third_party/sqlite/src/tool/lemon.c   op = o;
op               1845 third_party/sqlite/src/tool/lemon.c   if( argv && *argv && op ){
op               1894 third_party/sqlite/src/tool/lemon.c   for(i=0; op[i].label; i++){
op               1895 third_party/sqlite/src/tool/lemon.c     len = lemonStrlen(op[i].label) + 1;
op               1896 third_party/sqlite/src/tool/lemon.c     switch( op[i].type ){
op               1915 third_party/sqlite/src/tool/lemon.c   for(i=0; op[i].label; i++){
op               1916 third_party/sqlite/src/tool/lemon.c     switch( op[i].type ){
op               1919 third_party/sqlite/src/tool/lemon.c         fprintf(errstream,"  -%-*s  %s\n",max,op[i].label,op[i].message);
op               1923 third_party/sqlite/src/tool/lemon.c         fprintf(errstream,"  %s=<integer>%*s  %s\n",op[i].label,
op               1924 third_party/sqlite/src/tool/lemon.c           (int)(max-lemonStrlen(op[i].label)-9),"",op[i].message);
op               1928 third_party/sqlite/src/tool/lemon.c         fprintf(errstream,"  %s=<real>%*s  %s\n",op[i].label,
op               1929 third_party/sqlite/src/tool/lemon.c           (int)(max-lemonStrlen(op[i].label)-6),"",op[i].message);
op               1933 third_party/sqlite/src/tool/lemon.c         fprintf(errstream,"  %s=<string>%*s  %s\n",op[i].label,
op               1934 third_party/sqlite/src/tool/lemon.c           (int)(max-lemonStrlen(op[i].label)-8),"",op[i].message);
op                139 third_party/tcmalloc/chromium/src/base/logging.h #define CHECK_OP(op, val1, val2)                                        \
op                141 third_party/tcmalloc/chromium/src/base/logging.h     if (!((val1) op (val2))) {                                          \
op                142 third_party/tcmalloc/chromium/src/base/logging.h       fprintf(stderr, "Check failed: %s %s %s\n", #val1, #op, #val2);   \
op                 45 third_party/tcmalloc/chromium/src/span.cc void Event(Span* span, char op, int v = 0) {
op                 46 third_party/tcmalloc/chromium/src/span.cc   span->history[span->nexthistory] = op;
op                 68 third_party/tcmalloc/chromium/src/span.h void Event(Span* span, char op, int v = 0);
op                134 third_party/tcmalloc/vendor/src/base/logging.h #define CHECK_OP(op, val1, val2)                                        \
op                136 third_party/tcmalloc/vendor/src/base/logging.h     if (!((val1) op (val2))) {                                          \
op                137 third_party/tcmalloc/vendor/src/base/logging.h       fprintf(stderr, "Check failed: %s %s %s\n", #val1, #op, #val2);   \
op                 45 third_party/tcmalloc/vendor/src/span.cc void Event(Span* span, char op, int v = 0) {
op                 46 third_party/tcmalloc/vendor/src/span.cc   span->history[span->nexthistory] = op;
op                 68 third_party/tcmalloc/vendor/src/span.h void Event(Span* span, char op, int v = 0);
op                490 third_party/zlib/infback.c             if (here.op && (here.op & 0xf0) == 0) {
op                494 third_party/zlib/infback.c                             (BITS(last.bits + last.op) >> last.bits)];
op                504 third_party/zlib/infback.c             if (here.op == 0) {
op                516 third_party/zlib/infback.c             if (here.op & 32) {
op                523 third_party/zlib/infback.c             if (here.op & 64) {
op                530 third_party/zlib/infback.c             state->extra = (unsigned)(here.op) & 15;
op                544 third_party/zlib/infback.c             if ((here.op & 0xf0) == 0) {
op                548 third_party/zlib/infback.c                             (BITS(last.bits + last.op) >> last.bits)];
op                555 third_party/zlib/infback.c             if (here.op & 64) {
op                563 third_party/zlib/infback.c             state->extra = (unsigned)(here.op) & 15;
op                 91 third_party/zlib/inffast.c     unsigned op;                /* code bits, operation, extra bits, or */
op                129 third_party/zlib/inffast.c         op = (unsigned)(here.bits);
op                130 third_party/zlib/inffast.c         hold >>= op;
op                131 third_party/zlib/inffast.c         bits -= op;
op                132 third_party/zlib/inffast.c         op = (unsigned)(here.op);
op                133 third_party/zlib/inffast.c         if (op == 0) {                          /* literal */
op                139 third_party/zlib/inffast.c         else if (op & 16) {                     /* length base */
op                141 third_party/zlib/inffast.c             op &= 15;                           /* number of extra bits */
op                142 third_party/zlib/inffast.c             if (op) {
op                143 third_party/zlib/inffast.c                 if (bits < op) {
op                147 third_party/zlib/inffast.c                 len += (unsigned)hold & ((1U << op) - 1);
op                148 third_party/zlib/inffast.c                 hold >>= op;
op                149 third_party/zlib/inffast.c                 bits -= op;
op                160 third_party/zlib/inffast.c             op = (unsigned)(here.bits);
op                161 third_party/zlib/inffast.c             hold >>= op;
op                162 third_party/zlib/inffast.c             bits -= op;
op                163 third_party/zlib/inffast.c             op = (unsigned)(here.op);
op                164 third_party/zlib/inffast.c             if (op & 16) {                      /* distance base */
op                166 third_party/zlib/inffast.c                 op &= 15;                       /* number of extra bits */
op                167 third_party/zlib/inffast.c                 if (bits < op) {
op                170 third_party/zlib/inffast.c                     if (bits < op) {
op                175 third_party/zlib/inffast.c                 dist += (unsigned)hold & ((1U << op) - 1);
op                183 third_party/zlib/inffast.c                 hold >>= op;
op                184 third_party/zlib/inffast.c                 bits -= op;
op                186 third_party/zlib/inffast.c                 op = (unsigned)(out - beg);     /* max distance in output */
op                187 third_party/zlib/inffast.c                 if (dist > op) {                /* see if copy from window */
op                188 third_party/zlib/inffast.c                     op = dist - op;             /* distance back in window */
op                189 third_party/zlib/inffast.c                     if (op > whave) {
op                197 third_party/zlib/inffast.c                         if (len <= op - whave) {
op                203 third_party/zlib/inffast.c                         len -= op - whave;
op                206 third_party/zlib/inffast.c                         } while (--op > whave);
op                207 third_party/zlib/inffast.c                         if (op == 0) {
op                218 third_party/zlib/inffast.c                         from += wsize - op;
op                219 third_party/zlib/inffast.c                         if (op < len) {         /* some from window */
op                220 third_party/zlib/inffast.c                             len -= op;
op                223 third_party/zlib/inffast.c                             } while (--op);
op                227 third_party/zlib/inffast.c                     else if (wnext < op) {      /* wrap around window */
op                228 third_party/zlib/inffast.c                         from += wsize + wnext - op;
op                229 third_party/zlib/inffast.c                         op -= wnext;
op                230 third_party/zlib/inffast.c                         if (op < len) {         /* some from end of window */
op                231 third_party/zlib/inffast.c                             len -= op;
op                234 third_party/zlib/inffast.c                             } while (--op);
op                237 third_party/zlib/inffast.c                                 op = wnext;
op                238 third_party/zlib/inffast.c                                 len -= op;
op                241 third_party/zlib/inffast.c                                 } while (--op);
op                247 third_party/zlib/inffast.c                         from += wnext - op;
op                248 third_party/zlib/inffast.c                         if (op < len) {         /* some from window */
op                249 third_party/zlib/inffast.c                             len -= op;
op                252 third_party/zlib/inffast.c                             } while (--op);
op                283 third_party/zlib/inffast.c             else if ((op & 64) == 0) {          /* 2nd level distance code */
op                284 third_party/zlib/inffast.c                 here = dcode[here.val + (hold & ((1U << op) - 1))];
op                293 third_party/zlib/inffast.c         else if ((op & 64) == 0) {              /* 2nd level length code */
op                294 third_party/zlib/inffast.c             here = lcode[here.val + (hold & ((1U << op) - 1))];
op                297 third_party/zlib/inffast.c         else if (op & 32) {                     /* end-of-block */
op                324 third_party/zlib/inflate.c         printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
op                335 third_party/zlib/inflate.c         printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits,
op               1021 third_party/zlib/inflate.c             if (here.op && (here.op & 0xf0) == 0) {
op               1025 third_party/zlib/inflate.c                             (BITS(last.bits + last.op) >> last.bits)];
op               1035 third_party/zlib/inflate.c             if ((int)(here.op) == 0) {
op               1042 third_party/zlib/inflate.c             if (here.op & 32) {
op               1048 third_party/zlib/inflate.c             if (here.op & 64) {
op               1053 third_party/zlib/inflate.c             state->extra = (unsigned)(here.op) & 15;
op               1071 third_party/zlib/inflate.c             if ((here.op & 0xf0) == 0) {
op               1075 third_party/zlib/inflate.c                             (BITS(last.bits + last.op) >> last.bits)];
op               1084 third_party/zlib/inflate.c             if (here.op & 64) {
op               1090 third_party/zlib/inflate.c             state->extra = (unsigned)(here.op) & 15;
op                118 third_party/zlib/inftrees.c         here.op = (unsigned char)64;    /* invalid code marker */
op                220 third_party/zlib/inftrees.c             here.op = (unsigned char)0;
op                224 third_party/zlib/inftrees.c             here.op = (unsigned char)(extra[work[sym]]);
op                228 third_party/zlib/inftrees.c             here.op = (unsigned char)(32 + 64);         /* end of block */
op                286 third_party/zlib/inftrees.c             (*table)[low].op = (unsigned char)curr;
op                299 third_party/zlib/inftrees.c     here.op = (unsigned char)64;                /* invalid code marker */
op                 25 third_party/zlib/inftrees.h     unsigned char op;           /* operation, extra bits, table bits */
op                 33 tools/gn/action_values.h   void swap_in_outputs(std::vector<SourceFile>* op) { outputs_.swap(*op); }
op                218 tools/gn/operators.cc           *err = Err(op_node->op(), "Incompatible types to add.",
op                227 tools/gn/operators.cc   *err = Err(op_node->op(), "Incompatible types to add.",
op                279 tools/gn/operators.cc         *err = Err(op_node->op(), "Incompatible types to subtract.",
op                290 tools/gn/operators.cc   *err = Err(op_node->op(), "Incompatible types to subtract.",
op                487 tools/gn/operators.cc   DCHECK(op_node->op().type() == Token::BANG);
op                503 tools/gn/operators.cc   const Token& op = op_node->op();
op                506 tools/gn/operators.cc   if (op.type() == Token::EQUAL ||
op                507 tools/gn/operators.cc       op.type() == Token::PLUS_EQUALS ||
op                508 tools/gn/operators.cc       op.type() == Token::MINUS_EQUALS) {
op                511 tools/gn/operators.cc       *err = Err(op, "Operator requires a lvalue.",
op                522 tools/gn/operators.cc       *err = Err(op, "Operator requires a rvalue.",
op                528 tools/gn/operators.cc     if (op.type() == Token::EQUAL)
op                530 tools/gn/operators.cc     if (op.type() == Token::PLUS_EQUALS)
op                532 tools/gn/operators.cc     if (op.type() == Token::MINUS_EQUALS)
op                543 tools/gn/operators.cc     *err = Err(op, "Operator requires a value.",
op                555 tools/gn/operators.cc     *err = Err(op, "Operator requires a value.",
op                562 tools/gn/operators.cc   if (op.type() == Token::MINUS)
op                564 tools/gn/operators.cc   if (op.type() == Token::PLUS)
op                568 tools/gn/operators.cc   if (op.type() == Token::EQUAL_EQUAL)
op                570 tools/gn/operators.cc   if (op.type() == Token::NOT_EQUAL)
op                572 tools/gn/operators.cc   if (op.type() == Token::GREATER_EQUAL)
op                574 tools/gn/operators.cc   if (op.type() == Token::LESS_EQUAL)
op                576 tools/gn/operators.cc   if (op.type() == Token::GREATER_THAN)
op                578 tools/gn/operators.cc   if (op.type() == Token::LESS_THAN)
op                582 tools/gn/operators.cc   if (op.type() == Token::BOOLEAN_OR)
op                584 tools/gn/operators.cc   if (op.type() == Token::BOOLEAN_AND)
op                 47 tools/gn/operators_unittest.cc   Token op(Location(), Token::PLUS_EQUALS, token_value);
op                 48 tools/gn/operators_unittest.cc   node.set_op(op);
op                110 tools/gn/operators_unittest.cc   Token op(Location(), Token::PLUS_EQUALS, token_value);
op                111 tools/gn/operators_unittest.cc   node.set_op(op);
op                145 tools/gn/parse_tree.h   const Token& op() const { return op_; }
op                382 tools/gn/parse_tree.h   const Token& op() const { return op_; }
op                103 tools/gn/parser.cc          (node->AsBinaryOp()->op().type() == Token::EQUAL ||
op                104 tools/gn/parser.cc           node->AsBinaryOp()->op().type() == Token::PLUS_EQUALS ||
op                105 tools/gn/parser.cc           node->AsBinaryOp()->op().type() == Token::MINUS_EQUALS);
op                176 tools/gn/scope.cc       if (binary && binary->op().type() == Token::EQUAL) {
op                586 ui/compositor/layer.cc   damaged_region_.op(invalid_rect.x(),
op                 28 ui/gfx/path_aura.cc   new_region->op(*r1, *r2, SkRegion::kIntersect_Op);
op                 35 ui/gfx/path_aura.cc   new_region->op(*r1, *r2, SkRegion::kUnion_Op);
op                 42 ui/gfx/path_aura.cc   new_region->op(*r1, *r2, SkRegion::kDifference_Op);