Home
last modified time | relevance | path

Searched refs:successor (Results 1 – 25 of 74) sorted by relevance

123

/OK3568_Linux_fs/u-boot/include/linux/
H A Drbtree_augmented.h147 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 Drbtree_augmented.h220 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 Drbtree_augmented.h231 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 DKconfig10 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 Dhw-doloop.h69 basic_block successor; member
H A Dtyped-splay-tree.h43 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 Dhw-doloop.h69 basic_block successor; member
H A Dtyped-splay-tree.h43 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 DConfig.in7 an asynchronous successor to WSGI.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dpci-cardlist.rst64 cx23885 Conexant cx23885 (2388x successor)
66 cx88xx Conexant 2388x (bt878 successor)
/OK3568_Linux_fs/buildroot/package/lbreakout2/
H A DConfig.in6 LBreakout2 is the successor to LBreakout, a breakout-style
/OK3568_Linux_fs/buildroot/package/xz/
H A DConfig.in4 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
/OK3568_Linux_fs/buildroot/package/xtables-addons/
H A DConfig.in15 Xtables-addons is the successor to patch-o-matic(-ng).
/OK3568_Linux_fs/buildroot/package/imlib2/
H A DConfig.in9 Imlib 2 is the successor to Imlib. This library provides
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgi-docgen.bbclass2 # seems to be a successor to gtk-doc:
/OK3568_Linux_fs/buildroot/package/mksh/
H A DConfig.in7 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 D0002-videodev2.h-add-V4L2_PIX_FMT_VP9-format.patch6 This adds VP9 video coding format, a successor to VP8.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A D__init__.py263 def insert_before(self, successor): argument
266 def insert_after(self, successor): argument
H A Delement.py386 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 DConfig.in48 without GPU since the successor (QtWebEngine) requires
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A DKconfig3 tristate "Conexant cx23885 (2388x successor) support"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/xz/
H A Dxz_5.2.6.bb3 …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 DSGI-129 * clause at DFARS 252.227-7013 and/or in similar or successor
H A DMultics22 successor in interest by change in name only to Honeywell Bull Inc. and
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.boston11 the successor of the older MIPS Malta board.

123