Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 13 of 13) sorted by relevance

/components/net/lwip/lwip-2.1.2/test/unit/core/
A Dtest_def.c31 static void test_def_itoa(int number, const char *expected) in test_def_itoa() argument
36 size_t exp_len = strlen(expected); in test_def_itoa()
43 fail_unless(!memcmp(test_buf, expected, exp_len)); in test_def_itoa()
57 fail_unless(!memcmp(test_buf, expected, exp_len)); in test_def_itoa()
/components/libc/cplusplus/cpp11/
A Datomic_8.c52 bool __atomic_compare_exchange_8(volatile void *ptr, volatile void *expected, uint64_t desired, boo… in __atomic_compare_exchange_8() argument
55 volatile uint64_t *expected_ptr = (volatile uint64_t *)expected; in __atomic_compare_exchange_8()
132 bool __atomic_compare_exchange(size_t size, void *obj, void *expected, void *desired, int success, … in __atomic_compare_exchange() argument
137 if (rt_memcmp(obj, expected, size) == 0) in __atomic_compare_exchange()
144 rt_memcpy(expected, obj, size); in __atomic_compare_exchange()
/components/lwp/arch/aarch64/cortex-a/
A Dlwp_arch.c155 void arch_syscall_set_errno(void *eframe, int expected, int code) in arch_syscall_set_errno() argument
158 if (exp_frame->x0 == -expected) in arch_syscall_set_errno()
/components/lwp/
A Dlwp_arch_comm.h66 void arch_syscall_set_errno(void *eframe, int expected, int code);
A Dlwp_pid.c1392 rt_size_t expected = LWP_EXIT_REQUEST_TRIGGERED; in lwp_check_exit_request() local
1399 return atomic_compare_exchange_strong(&thread->exit_request, &expected, in lwp_check_exit_request()
1438 rt_size_t expected = LWP_EXIT_REQUEST_NONE; in _wait_sibling_exit() local
1446 atomic_compare_exchange_strong(&thread->exit_request, &expected, in _wait_sibling_exit()
/components/drivers/ipc/
A Dcompletion_mp.c188 static rt_base_t _wait_until_update(struct rt_completion *completion, rt_base_t expected) in _wait_until_update() argument
198 } while (current_value == expected); in _wait_until_update()
/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A Dtest_tcp.c508 u8_t expected = 0xFE; in test_tcp_tx_full_window_lost() local
518 tx_data[TCP_WND] = expected; in test_tcp_tx_full_window_lost()
520 tx_data[0] = expected; in test_tcp_tx_full_window_lost()
625 EXPECT(sent == expected); in test_tcp_tx_full_window_lost()
/components/net/lwip/lwip-2.0.3/test/unit/tcp/
A Dtest_tcp.c584 u8_t expected = 0xFE; in test_tcp_tx_full_window_lost() local
594 tx_data[TCP_WND] = expected; in test_tcp_tx_full_window_lost()
596 tx_data[0] = expected; in test_tcp_tx_full_window_lost()
701 EXPECT(sent == expected); in test_tcp_tx_full_window_lost()
/components/lwp/arch/arm/cortex-a/
A Dlwp_arch.c195 void arch_syscall_set_errno(void *eframe, int expected, int code) in arch_syscall_set_errno() argument
/components/lwp/arch/risc-v/rv64/
A Dlwp_arch.c321 void arch_syscall_set_errno(void *eframe, int expected, int code) in arch_syscall_set_errno() argument
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtest_tcp.c801 u8_t expected = 0xFE; in test_tcp_tx_full_window_lost() local
811 tx_data[TCP_WND] = expected; in test_tcp_tx_full_window_lost()
813 tx_data[0] = expected; in test_tcp_tx_full_window_lost()
916 EXPECT(sent == expected); in test_tcp_tx_full_window_lost()
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt506 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt494 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).

Completed in 17 milliseconds