/dports/devel/aws-c-io/aws-c-io-0.10.12/source/ |
H A D | channel.c | 651 slot->adj_right->adj_left = slot->adj_left; in aws_channel_slot_remove() 658 if (slot->adj_left) { in aws_channel_slot_remove() 672 new_slot->adj_left = remove->adj_left; in aws_channel_slot_replace() 674 if (remove->adj_left) { in aws_channel_slot_replace() 701 to_add->adj_left = slot; in aws_channel_slot_insert_right() 724 to_add->adj_left = slot->adj_left; in aws_channel_slot_insert_left() 726 if (slot->adj_left) { in aws_channel_slot_insert_left() 730 slot->adj_left = to_add; in aws_channel_slot_insert_left() 775 AWS_ASSERT(slot->adj_left); in aws_channel_slot_send_message() 784 (void *)slot->adj_left, in aws_channel_slot_send_message() [all …]
|
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/ |
H A D | channel_test.c | 184 ASSERT_PTR_EQUALS(slot_1, slot_4->adj_left); in AWS_TEST_CASE() 186 ASSERT_PTR_EQUALS(slot_4->adj_left, slot_1); in AWS_TEST_CASE() 187 ASSERT_NULL(slot_1->adj_left); in AWS_TEST_CASE() 189 ASSERT_PTR_EQUALS(slot_4, slot_3->adj_left); in AWS_TEST_CASE() 191 ASSERT_PTR_EQUALS(slot_3->adj_left, slot_4); in AWS_TEST_CASE() 195 ASSERT_PTR_EQUALS(slot_1, slot_5->adj_left); in AWS_TEST_CASE() 197 ASSERT_PTR_EQUALS(slot_5->adj_left, slot_1); in AWS_TEST_CASE() 199 ASSERT_PTR_EQUALS(slot_5, slot_3->adj_left); in AWS_TEST_CASE() 201 ASSERT_PTR_EQUALS(slot_3->adj_left, slot_5); in AWS_TEST_CASE()
|
H A D | read_write_test_handler.c | 68 if (slot->adj_left) { in s_rw_handler_process_write_message()
|
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/ |
H A D | Morphology.cpp | 128 int adj_left = fit_into.left() - fit_and_adjust.left(); in adjustToFit() local 129 if (adj_left < 0) { in adjustToFit() 130 adj_left = 0; in adjustToFit() 148 fit_and_adjust.adjust(adj_left, adj_top, adj_right, adj_bottom); in adjustToFit() 149 adjust_only.adjust(adj_left, adj_top, adj_right, adj_bottom); in adjustToFit()
|
/dports/devel/aws-c-io/aws-c-io-0.10.12/include/aws/io/ |
H A D | channel.h | 32 struct aws_channel_slot *adj_left; member
|
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/ |
H A D | connection.c | 126 if (!connection_slot->adj_left || !connection_slot->adj_left->handler) { in aws_http_connection_new_channel_handler() 133 struct aws_channel_slot *tls_slot = connection_slot->adj_left; in aws_http_connection_new_channel_handler()
|
/dports/devel/aws-c-io/aws-c-io-0.10.12/include/aws/testing/ |
H A D | io_testing_channel.h | 131 if (message->on_completion && !slot->adj_left && testing_handler->complete_write_immediately) { in s_testing_channel_handler_process_write_message() 166 if (!slot->adj_left) { in s_testing_channel_handler_shutdown()
|
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/parser/ |
H A D | xf86Parser.h | 363 XF86ConfScreenPtr adj_left; member
|
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | xf86Parser.h | 363 XF86ConfScreenPtr adj_left; member
|
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/parser/ |
H A D | xf86Parser.h | 363 XF86ConfScreenPtr adj_left; member
|
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | xf86Parser.h | 363 XF86ConfScreenPtr adj_left; member
|
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | xf86Parser.h | 363 XF86ConfScreenPtr adj_left; member
|
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | xf86Parser.h | 363 XF86ConfScreenPtr adj_left; member
|
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | xf86Parser.h | 363 XF86ConfScreenPtr adj_left; member
|
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/parser/ |
H A D | xf86Parser.h | 363 XF86ConfScreenPtr adj_left; member
|
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | xf86Parser.h | 363 XF86ConfScreenPtr adj_left; member
|
/dports/devel/aws-c-io/aws-c-io-0.10.12/ |
H A D | README.md | 491 struct aws_channel_slot *adj_left;
|