| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | rbtree_augmented.h | 147 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local 159 parent = successor; in __rb_erase_augmented() 160 child2 = successor->rb_right; in __rb_erase_augmented() 161 augment->copy(node, successor); in __rb_erase_augmented() 178 parent = successor; in __rb_erase_augmented() 179 successor = tmp; in __rb_erase_augmented() 182 parent->rb_left = child2 = successor->rb_right; in __rb_erase_augmented() 183 successor->rb_right = child; in __rb_erase_augmented() 184 rb_set_parent(child, successor); in __rb_erase_augmented() 185 augment->copy(node, successor); in __rb_erase_augmented() [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | rbtree_augmented.h | 220 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local 233 parent = successor; in __rb_erase_augmented() 234 child2 = successor->rb_right; in __rb_erase_augmented() 236 augment->copy(node, successor); in __rb_erase_augmented() 253 parent = successor; in __rb_erase_augmented() 254 successor = tmp; in __rb_erase_augmented() 257 child2 = successor->rb_right; in __rb_erase_augmented() 259 WRITE_ONCE(successor->rb_right, child); in __rb_erase_augmented() 260 rb_set_parent(child, successor); in __rb_erase_augmented() 262 augment->copy(node, successor); in __rb_erase_augmented() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rbtree_augmented.h | 231 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local 244 parent = successor; in __rb_erase_augmented() 245 child2 = successor->rb_right; in __rb_erase_augmented() 247 augment->copy(node, successor); in __rb_erase_augmented() 264 parent = successor; in __rb_erase_augmented() 265 successor = tmp; in __rb_erase_augmented() 268 child2 = successor->rb_right; in __rb_erase_augmented() 270 WRITE_ONCE(successor->rb_right, child); in __rb_erase_augmented() 271 rb_set_parent(child, successor); in __rb_erase_augmented() 273 augment->copy(node, successor); in __rb_erase_augmented() [all …]
|
| /OK3568_Linux_fs/kernel/sound/ac97/ |
| H A D | Kconfig | 10 This is the new AC97 bus type, successor of AC97_BUS. The ported
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hw-doloop.h | 69 basic_block successor; member
|
| H A D | typed-splay-tree.h | 43 value_type successor (key_type k); 157 typed_splay_tree<KEY_TYPE, VALUE_TYPE>::successor (key_type key) in successor() function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hw-doloop.h | 69 basic_block successor; member
|
| H A D | typed-splay-tree.h | 43 value_type successor (key_type k); 157 typed_splay_tree<KEY_TYPE, VALUE_TYPE>::successor (key_type key) in successor() function
|
| /OK3568_Linux_fs/buildroot/package/python-asgiref/ |
| H A D | Config.in | 7 an asynchronous successor to WSGI.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | pci-cardlist.rst | 64 cx23885 Conexant cx23885 (2388x successor) 66 cx88xx Conexant 2388x (bt878 successor)
|
| /OK3568_Linux_fs/buildroot/package/lbreakout2/ |
| H A D | Config.in | 6 LBreakout2 is the successor to LBreakout, a breakout-style
|
| /OK3568_Linux_fs/buildroot/package/xz/ |
| H A D | Config.in | 4 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
|
| /OK3568_Linux_fs/buildroot/package/xtables-addons/ |
| H A D | Config.in | 15 Xtables-addons is the successor to patch-o-matic(-ng).
|
| /OK3568_Linux_fs/buildroot/package/imlib2/ |
| H A D | Config.in | 9 Imlib 2 is the successor to Imlib. This library provides
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | gi-docgen.bbclass | 2 # seems to be a successor to gtk-doc:
|
| /OK3568_Linux_fs/buildroot/package/mksh/ |
| H A D | Config.in | 7 mksh is a successor of pdksh but not affiliated with the
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/ |
| H A D | 0002-videodev2.h-add-V4L2_PIX_FMT_VP9-format.patch | 6 This adds VP9 video coding format, a successor to VP8.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | __init__.py | 263 def insert_before(self, successor): argument 266 def insert_after(self, successor): argument
|
| H A D | element.py | 386 def insert_after(self, successor): argument 392 if self is successor: 400 if isinstance(successor, PageElement): 401 successor.extract() 403 parent.insert(index+1, successor)
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webkit/ |
| H A D | Config.in | 48 without GPU since the successor (QtWebEngine) requires
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | Kconfig | 3 tristate "Conexant cx23885 (2388x successor) support"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/xz/ |
| H A D | xz_5.2.6.bb | 3 …ike systems, but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils."
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | SGI-1 | 29 * clause at DFARS 252.227-7013 and/or in similar or successor
|
| H A D | Multics | 22 successor in interest by change in name only to Honeywell Bull Inc. and
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.boston | 11 the successor of the older MIPS Malta board.
|