This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - B_WINDOW_RESIZED: | |
| $target: 2 | |
| when: !int64 4372303558 | |
| width: !int32 321 | |
| height: !int32 239 | |
| - B_WINDOW_MOVED: | |
| $target: 2 | |
| when: !int64 4370125839 | |
| where: !BPoint {x: 129, y: 127} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <protocol> | |
| <types> | |
| <token name="handler_token" type="int32"/> | |
| <token name="window_token" type="int32"/> | |
| <token name="bitmap_token" type="int32"/> | |
| <token name="picture_token" type="int32"/> | |
| <token name="cursor_token" type="int32"/> | |
| <struct name="rgb_color" header="GraphicsDefs.h"> | |
| <field name="red" type="uint8"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma once | |
| #include <stddef.h> | |
| #include <stdint.h> | |
| template <class T, class M> | |
| static inline constexpr ptrdiff_t OffsetOf(const M T::*member) | |
| { | |
| return reinterpret_cast<ptrdiff_t>(&(reinterpret_cast<T*>(0)->*member)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "RopeList.h" | |
| #include <assert.h> | |
| #include <stdio.h> | |
| #include <algorithm> | |
| RopeList::RopeList() | |
| : | |
| fRoot(NULL) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma once | |
| #include <string_view> | |
| #include <memory> | |
| #include <vector> | |
| #include <optional> | |
| #include <variant> | |
| #include <Point.h> | |
| #include <Rect.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NV01_ROOT(0) | |
| NV01_ROOT_CLIENT(0xc1d00354) | |
| NV01_DEVICE_0(0xbeef0003) | |
| NV20_SUBDEVICE_0(0xbeef0004) | |
| VOLTA_USERMODE_A(0xbeefc360) | |
| RM_USER_SHARED_DATA(0xbeef00de) | |
| GF100_ZBC_CLEAR(0xbeef9960) | |
| NV01_EVENT(0x15) | |
| NV01_EVENT(0x17) | |
| NV01_EVENT(0x18) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <protocol> | |
| <types> | |
| <token name="handler_token" type="int32"/> | |
| <token name="window_token" type="int32"/> | |
| <token name="bitmap_token" type="int32"/> | |
| <token name="picture_token" type="int32"/> | |
| <token name="cursor_token" type="int32"/> | |
| <struct name="rgb_color" header="GraphicsDefs.h"> | |
| <field name="red" type="uint8"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <sys/mman.h> | |
| #include <unistd.h> | |
| #include "Wayland.h" | |
| #include "XdgShell.h" | |
| #include "linux/input-event-codes.h" | |
| extern "C" { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| profiling results for thread "dd" (1585): | |
| tick interval: 100 us | |
| total ticks: 134989 (13498900 us) | |
| expected ticks: 144035 (missed 9046) | |
| unknown ticks: 0 (0 us, 0.00%) | |
| dropped ticks: 1014 (101400 us, 0.75%) | |
| hits unknown image | |
| ------------------------------------------------------------------------------ | |
| 131944 0 1 kernel_x86_64 |
NewerOlder