Home
last modified time | relevance | path

Searched full:42 (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/Zephyr-latest/tests/kernel/common/src/
Dprintk.c63 "42 42 42 42\n"
64 "-42 -42 -42 -42\n"
65 "42 42 42 42\n"
66 "42 42 42 42\n"
67 "25542abcdef 42\n"
76 "42 42 0042 00000042\n"
77 "-42 -42 -042 -0000042\n"
78 "42 42 42 42\n"
79 "42 42 0042 00000042\n"
80 "255 42 abcdef 42\n"
[all …]
/Zephyr-latest/tests/lib/c_lib/common/src/
Dtest_qsort.c37 int actual_int[] = { 42 }; in ZTEST()
38 const int expect_int[] = { 42 }; in ZTEST()
46 int actual_int[] = { 42, -42 }; in ZTEST()
47 const int expect_int[] = { -42, 42 }; in ZTEST()
55 int actual_int[] = { 42, -42, 0 }; in ZTEST()
56 const int expect_int[] = { -42, 0, 42 }; in ZTEST()
64 int actual_int[] = { 42, -42, 0, -42 }; in ZTEST()
65 const int expect_int[] = { -42, -42, 0, 42 }; in ZTEST()
82 -76, 54, 75, 49, 11, 61, 42, 0, -42, 42, -42, in ZTEST()
88 -63, -61, -60, -58, -52, -52, -49, -46, -46, -42, -42, -35, -33, in ZTEST()
[all …]
/Zephyr-latest/samples/subsys/modbus/tcp_server/
DREADME.rst96 > client.write_register address=0 value=42 slave=1
102 > client.write_registers address=0 values=42,42,42 slave=1
111 42,
112 42,
113 42
/Zephyr-latest/tests/posix/common/src/
Dgrp.c14 zassert_equal(getgrnam_r(NULL, NULL, NULL, 42, NULL), ENOSYS); in ZTEST()
15 zassert_equal(getgrgid_r(42, NULL, NULL, 42, NULL), ENOSYS); in ZTEST()
Dpwd.c14 zassert_equal(getpwnam_r(NULL, NULL, NULL, 42, NULL), ENOSYS); in ZTEST()
15 zassert_equal(getpwuid_r(42, NULL, NULL, 42, NULL), ENOSYS); in ZTEST()
/Zephyr-latest/tests/subsys/llext/src/
Dobject_ext.c17 int number = 42;
28 case 42: in test_entry()
30 number = 42; in test_entry()
39 zassert_equal(number, 42); in test_entry()
Dhello_world_ext.c19 static const uint32_t number = 42;
25 zassert_equal(number, 42); in test_entry()
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/
DREADME.rst100 > client.write_register address=0 value=42 slave=1
106 > client.write_registers address=0 values=42,42,42 slave=1
115 42,
116 42,
117 42
/Zephyr-latest/tests/unit/pot/
Dlog2.cpp10 static constexpr uint8_t val = LOG2(42);
11 static constexpr uint8_t val64 = LOG2(42 + BIT64(32));
36 zassert_equal(5, log2(42)); in ZTEST()
38 zassert_equal(32, log2(42 + BIT64(32))); in ZTEST()
Dnhpot.cpp10 static constexpr uint32_t val = NHPOT(42);
11 static constexpr uint64_t val64 = NHPOT(42 + BIT64(32));
42 zassert_equal(64ULL, nhpot(42ULL)); in ZTEST()
44 zassert_equal(BIT64(33), nhpot(42 + BIT64(32))); in ZTEST()
Dlog2.c10 static const uint8_t val = LOG2(42);
11 static const uint8_t val64 = LOG2(42 + BIT64(32));
Dlog2ceil.c10 static const uint8_t val = LOG2CEIL(42);
11 static const uint8_t val64 = LOG2CEIL(42 + BIT64(32));
/Zephyr-latest/tests/boards/intel_adsp/cache/src/
Dmain.c18 *cached = 42; in ZTEST()
22 zassert_equal(*cached, 42, NULL); in ZTEST()
28 zassert_equal(*cached, 42, NULL); in ZTEST()
29 zassert_equal(*uncached, 42, NULL); in ZTEST()
/Zephyr-latest/tests/subsys/settings/src/
Dsettings_test_getset_int.c17 small_value = 42U; in ZTEST()
22 zassert_true(val8 == 42, in ZTEST()
30 zassert_equal(42, tmp[0], "unexpected value fetched"); in ZTEST()
/Zephyr-latest/tests/application_development/gen_inc_file/
DCMakeLists.txt17 --offset=100 --length=42)
20 --gzip --gzip-mtime=42)
22 --gzip --offset=100 --length=42)
/Zephyr-latest/tests/arch/arm/arm_custom_interrupt/
DREADME.txt18 Available IRQ line: 42
19 Got IRQ: 42
20 Got IRQ: 42
21 Got IRQ: 42
/Zephyr-latest/samples/subsys/modbus/rtu_server/
DREADME.rst131 > client.write_register address=0 value=42 slave=1
137 > client.write_registers address=0 values=42,42,42 slave=1
146 42,
147 42,
148 42
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Drpi-pico-rp2350b-pinctrl.h27 #define SPI1_SCK_P42 RP2XXX_PINMUX(42, RP2_PINCTRL_GPIO_FUNC_SPI)
46 #define UART1_TX_P42 RP2XXX_PINMUX(42, RP2_PINCTRL_GPIO_FUNC_UART)
65 #define I2C1_SDA_P42 RP2XXX_PINMUX(42, RP2_PINCTRL_GPIO_FUNC_I2C)
84 #define PWM_13A_P42 RP2XXX_PINMUX(42, RP2_PINCTRL_GPIO_FUNC_PWM)
103 #define PIO0_P42 RP2XXX_PINMUX(42, RP2_PINCTRL_GPIO_FUNC_PIO0)
122 #define PIO1_P42 RP2XXX_PINMUX(42, RP2_PINCTRL_GPIO_FUNC_PIO1)
141 #define PIO2_P42 RP2XXX_PINMUX(42, RP2_PINCTRL_GPIO_FUNC_PIO2)
172 #define UART1_TX_P42 RP2XXX_PINMUX(42, RP2_PINCTRL_GPIO_FUNC_UART_ALT)
182 #define ADC_CH2_P42 RP2XXX_PINMUX(42, RP2_PINCTRL_GPIO_FUNC_NULL)
/Zephyr-latest/include/zephyr/drivers/ieee802154/
Dcc1200.h14 * First 42 entries are for the 42 first registers from
/Zephyr-latest/tests/unit/math_extras/
Dtests.inc13 uint32_t result = 42;
37 uint32_t result = 42;
55 uint64_t result = 42;
79 uint64_t result = 42;
97 size_t result = 42;
121 size_t result = 42;
/Zephyr-latest/tests/lib/hash_map/src/
Dremove.c35 zassert_false(sys_hashmap_remove(&map, 42, NULL)); in ZTEST()
38 zassert_false(sys_hashmap_remove(&map, 42, NULL)); in ZTEST()
/Zephyr-latest/tests/subsys/settings/fcb/src/
Dsettings_test_save_2_fcb.c49 val8 = 42U; in ZTEST()
58 zassert_true(val8 == 42U, "bad value read"); in ZTEST()
83 zassert_true(val8 == 42U, "bad value read"); in ZTEST()
/Zephyr-latest/include/zephyr/arch/arm/
Dgdbstub.h31 /* Minimal size of the packet - SPSR is the last, 42-nd byte, see packet_pos array */
32 #define GDB_READALL_PACKET_SIZE (42 * 8)
/Zephyr-latest/samples/userspace/prod_consumer/src/
Dapp_syscall.c16 * 42. This is just for demonstration purposes to show how syscalls can be
23 if (*cookie > 42) { in z_impl_magic_syscall()
/Zephyr-latest/tests/subsys/settings/file/src/
Dsettings_test_save_one_file.c40 rc = test_config_save_one_byte_value("myfoo/mybar", 42); in ZTEST()
45 zassert_true(val8 == 42U, "bad value read"); in ZTEST()

12345678910>>...17