/Zephyr-latest/samples/subsys/smf/smf_calculator/src/ |
D | smf_calculator_thread.c | 66 static int insert(struct operand *op, char digit) in insert() function 218 insert(&s->operand_1, s->event.operand); in ready_run() 222 insert(&s->operand_1, s->event.operand); in ready_run() 226 /* Don't insert the leading zero */ in ready_run() 292 insert(&s->operand_1, s->event.operand); in negated_1_run() 296 insert(&s->operand_1, s->event.operand); in negated_1_run() 300 /* Don't need to insert leading zeroes */ in negated_1_run() 358 insert(&s->operand_1, s->event.operand); in zero_1_run() 362 insert(&s->operand_1, s->event.operand); in zero_1_run() 380 insert(&s->operand_1, s->event.operand); in int_1_run() [all …]
|
/Zephyr-latest/include/zephyr/arch/posix/ |
D | native_sim_interface.ld | 15 } INSERT AFTER .data; 24 } INSERT AFTER .text;
|
D | linker.ld | 87 } INSERT AFTER .data; 92 * Note that the INSERT command actually changes the meaning of the -T command
|
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | mock-sections.ld | 18 INSERT AFTER .data; 29 INSERT AFTER .bss;
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | server.hpp | 195 pos.insert(make_pair(i, i)); in testMapMap() 196 neg.insert(make_pair(-i, -i)); in testMapMap() 199 mapmap.insert(make_pair(4, pos)); in testMapMap() 200 mapmap.insert(make_pair(-4, neg)); in testMapMap() 210 first_map.insert(make_pair(Numberz::TWO, argument)); in testInsanity() 211 first_map.insert(make_pair(Numberz::THREE, argument)); in testInsanity() 213 second_map.insert(make_pair(Numberz::SIX, looney)); in testInsanity() 215 insane.insert(make_pair(1, first_map)); in testInsanity() 216 insane.insert(make_pair(2, second_map)); in testInsanity()
|
/Zephyr-latest/scripts/coccinelle/ |
D | find_functions.cocci | 32 // Insert a function into right dict depending on parameters 70 // Insert function declaration 102 // Insert function implementations and inlines
|
/Zephyr-latest/tests/lib/hash_map/src/ |
D | get.c | 25 zassert_equal(1, ret, "failed to insert (%zu, %zu): %d", i, i, ret); in ZTEST() 45 zassert_equal(1, ret, "failed to insert (%zu, %zu): %d", i, i, ret); in ZTEST()
|
D | load_factor.c | 22 zassert_equal(1, ret, "failed to insert (%zu, %zu): %d", i, i, ret); in ZTEST() 47 zassert_equal(1, ret, "failed to insert (%zu, %zu): %d", i, i, ret); in ZTEST()
|
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map_api.h | 29 * on a Hashmap (insert, delete, search) are O(1) complexity (on average). 121 * @brief Insert a new entry into a @ref sys_hashmap 123 * Insert a new @p key - @p value pair into @p map. 125 * @param map Hashmap to insert into 173 /** Insert a key-value pair into the Hashmap */ 174 sys_hashmap_insert_t insert; member
|
/Zephyr-latest/tests/benchmarks/data_structure_perf/dlist_perf/src/ |
D | dlist_perf.c | 210 * @brief Test that insert or remove operates in constant time 215 * 'insert' and 'remove' are the operations with fixed steps and 236 /* Insert a node and steps are fixed,the time complexity is O(1) */ in ZTEST() 243 &node[ARRAY_SIZE(node)/2]), "dlist can't insert a node in constant time"); in ZTEST() 245 &node[ARRAY_SIZE(node)/2 - 1]), "dlist can't insert a node in constant time"); in ZTEST() 252 &node[ARRAY_SIZE(node)/2]), "dlist can't insert a node in constant time"); in ZTEST()
|
/Zephyr-latest/scripts/west_commands/ |
D | twister_cmd.py | 17 sys.path.insert(0, str(twister_path)) 18 sys.path.insert(0, str(twister_path / "pylib" / "twister"))
|
/Zephyr-latest/drivers/espi/ |
D | espi_utils.h | 15 * @brief Generic function to insert or remove a callback from a callback list. 18 * @param callback A pointer of the callback to insert or remove from the list.
|
/Zephyr-latest/boards/nxp/lpcxpresso11u68/ |
D | CMakeLists.txt | 4 # Insert checksum (verified by the bootloader) into the zephyr.bin
|
/Zephyr-latest/boards/seagate/faze/ |
D | CMakeLists.txt | 8 # Insert checksum (verified by the bootloader) into the zephyr.bin
|
/Zephyr-latest/boards/native/common/ |
D | natsim_linker_script.ld | 18 } INSERT AFTER .data;
|
/Zephyr-latest/tests/benchmarks/data_structure_perf/rbtree_perf/src/ |
D | rbtree_perf.c | 106 /* initialize and insert a tree */ 165 * -# Initialize the rbtree and insert some nodes on it. 171 * and insert node. And record the height. 201 /* insert and remove a same node with same height.Assume that in ZTEST()
|
/Zephyr-latest/tests/bluetooth/audio/mocks/ |
D | mock-sections.ld | 22 INSERT AFTER .data;
|
/Zephyr-latest/drivers/bluetooth/ |
D | Kconfig | 24 # Insert here any custom (non-HCI) offload drives
|
/Zephyr-latest/include/zephyr/dsp/ |
D | print_format.h | 28 * @brief Insert Q value format string 52 * @brief Insert Q value arguments to print format
|
/Zephyr-latest/samples/basic/hash_map/ |
D | Kconfig | 10 to vary the number of entries to insert or remove from the hash table
|
/Zephyr-latest/tests/lib/hash_map/ |
D | Kconfig | 10 to vary the number of entries to insert or remove from the hash table
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | conftest.py | 20 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister")) 21 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts"))
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | domains_helper.py | 13 sys.path.insert(0, os.path.join(ZEPHYR_BASE, 'scripts', 'pylib', 'build_helpers'))
|
/Zephyr-latest/samples/net/sockets/packet/ |
D | Kconfig | 22 and insert Ethernet header to sent packets.
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | ztest_unittest.ld | 34 INSERT AFTER .data;
|