Home
last modified time | relevance | path

Searched full:insert (Results 1 – 25 of 177) sorted by relevance

12345678

/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c66 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/
Dnative_sim_interface.ld15 } INSERT AFTER .data;
24 } INSERT AFTER .text;
Dlinker.ld87 } INSERT AFTER .data;
92 * Note that the INSERT command actually changes the meaning of the -T command
/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dmock-sections.ld18 INSERT AFTER .data;
29 INSERT AFTER .bss;
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp195 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/
Dfind_functions.cocci32 // 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/
Dget.c25 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()
Dload_factor.c22 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/
Dhash_map_api.h29 * 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/
Ddlist_perf.c210 * @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/
Dtwister_cmd.py17 sys.path.insert(0, str(twister_path))
18 sys.path.insert(0, str(twister_path / "pylib" / "twister"))
/Zephyr-latest/drivers/espi/
Despi_utils.h15 * @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/
DCMakeLists.txt4 # Insert checksum (verified by the bootloader) into the zephyr.bin
/Zephyr-latest/boards/seagate/faze/
DCMakeLists.txt8 # Insert checksum (verified by the bootloader) into the zephyr.bin
/Zephyr-latest/boards/native/common/
Dnatsim_linker_script.ld18 } INSERT AFTER .data;
/Zephyr-latest/tests/benchmarks/data_structure_perf/rbtree_perf/src/
Drbtree_perf.c106 /* 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/
Dmock-sections.ld22 INSERT AFTER .data;
/Zephyr-latest/drivers/bluetooth/
DKconfig24 # Insert here any custom (non-HCI) offload drives
/Zephyr-latest/include/zephyr/dsp/
Dprint_format.h28 * @brief Insert Q value format string
52 * @brief Insert Q value arguments to print format
/Zephyr-latest/samples/basic/hash_map/
DKconfig10 to vary the number of entries to insert or remove from the hash table
/Zephyr-latest/tests/lib/hash_map/
DKconfig10 to vary the number of entries to insert or remove from the hash table
/Zephyr-latest/scripts/tests/twister_blackbox/
Dconftest.py20 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/
Ddomains_helper.py13 sys.path.insert(0, os.path.join(ZEPHYR_BASE, 'scripts', 'pylib', 'build_helpers'))
/Zephyr-latest/samples/net/sockets/packet/
DKconfig22 and insert Ethernet header to sent packets.
/Zephyr-latest/subsys/testsuite/include/zephyr/
Dztest_unittest.ld34 INSERT AFTER .data;

12345678