| /components/net/lwip/lwip-2.1.2/test/unit/core/ |
| A D | test_def.c | 31 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 D | atomic_8.c | 52 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 D | lwp_arch.c | 155 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 D | lwp_arch_comm.h | 66 void arch_syscall_set_errno(void *eframe, int expected, int code);
|
| A D | lwp_pid.c | 1392 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 D | completion_mp.c | 188 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 D | test_tcp.c | 508 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 D | test_tcp.c | 584 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 D | lwp_arch.c | 195 void arch_syscall_set_errno(void *eframe, int expected, int code) in arch_syscall_set_errno() argument
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_arch.c | 321 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 D | test_tcp.c | 801 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 D | rawapi.txt | 506 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 494 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).
|