| /Zephyr-latest/arch/riscv/core/ |
| D | elf.c | 87 elf_rela_t candidate; in llext_riscv_find_sym_pcrel() local 121 ret = llext_read(ldr, &candidate, shdr->sh_entsize); in llext_riscv_find_sym_pcrel() 127 reloc_type = ELF32_R_TYPE(candidate.r_info); in llext_riscv_find_sym_pcrel() 129 candidate_loc = sect_base + candidate.r_offset; in llext_riscv_find_sym_pcrel() 136 if (candidate.r_offset == sym->st_value && reloc_type == R_RISCV_PCREL_HI20) { in llext_riscv_find_sym_pcrel() 168 ELF_R_SYM(candidate.r_info) * sizeof(elf_sym_t)); in llext_riscv_find_sym_pcrel() 180 ret = llext_lookup_symbol(ldr, ext, &link_addr, &candidate, &candidate_sym, in llext_riscv_find_sym_pcrel() 187 *link_addr_out = (intptr_t)(link_addr + candidate.r_addend - candidate_loc); /* S + A - P */ in llext_riscv_find_sym_pcrel()
|
| /Zephyr-latest/subsys/net/lib/tls_credentials/ |
| D | tls_credentials_trusted.c | 271 sec_tag_t candidate; in credential_next_tag_get() local 285 candidate = tls_credential_uid_to_tag(uid); in credential_next_tag_get() 288 if (candidate <= iter && iter != TLS_SEC_TAG_NONE) { in credential_next_tag_get() 293 if (lowest_candidate == TLS_SEC_TAG_NONE || candidate < lowest_candidate) { in credential_next_tag_get() 294 lowest_candidate = candidate; in credential_next_tag_get()
|
| /Zephyr-latest/share/zephyr-package/cmake/ |
| D | zephyr_package_search.cmake | 12 # This function updates Zephyr_DIR to the point to the candidate dir. 47 # - CHECK_ONLY : Only set PACKAGE_VERSION_COMPATIBLE to false if a better candidate 48 # is found, default is to also include the found candidate. 50 # - CANDIDATES_PREFERENCE_LIST : List of candidate to be preferred, if installed 105 # A better candidate exists, thus return
|
| D | ZephyrConfigVersion.cmake | 18 # We are just a candidate, meaning we have been included from other installed module. 117 # Thus, check if there is an even better candidate. 120 # We are the best candidate, so let's check our own version.
|
| D | ZephyrConfig.cmake | 133 # Thus, check if there is an even better candidate. 146 # We are the best candidate, so let's include boiler plate.
|
| /Zephyr-latest/cmake/modules/ |
| D | python.cmake | 27 foreach(candidate "python" "python3") 28 …find_program(Python3_EXECUTABLE ${candidate} PATHS ENV VIRTUAL_ENV NO_CMAKE_PATH NO_CMAKE_ENVIRONM…
|
| D | extensions.cmake | 1051 foreach(candidate ${revision_candidates}) 1052 if(${candidate} MATCHES "${file_revision_regex}")
|
| /Zephyr-latest/subsys/shell/ |
| D | shell_cmds.c | 454 const struct shell_static_entry *candidate = NULL; in cmd_select() local 460 candidate = z_shell_get_last_command(sh->ctx->selected_cmd, in cmd_select() 464 if ((candidate != NULL) && !no_args(candidate) in cmd_select() 466 sh->ctx->selected_cmd = candidate; in cmd_select()
|
| D | shell.c | 319 static inline bool is_completion_candidate(const char *candidate, in is_completion_candidate() argument 322 return (strncmp(candidate, str, len) == 0) ? true : false; in is_completion_candidate() 331 const struct shell_static_entry *candidate; in find_completion_candidates() local 340 while ((candidate = z_shell_cmd_get(cmd, idx, &dloc)) != NULL) { in find_completion_candidates() 342 is_candidate = is_completion_candidate(candidate->syntax, in find_completion_candidates() 345 *longest = Z_MAX(strlen(candidate->syntax), *longest); in find_completion_candidates()
|
| /Zephyr-latest/subsys/net/lib/http/ |
| D | http_hpack.c | 103 int candidate = -1; in http_hpack_find_index() local 120 if (candidate < 0) { in http_hpack_find_index() 121 candidate = i; in http_hpack_find_index() 126 if (candidate > 0) { in http_hpack_find_index() 129 return candidate; in http_hpack_find_index()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | id.c | 943 struct bt_keys *candidate; member 960 __ASSERT_NO_MSG(conflict->candidate != NULL); in find_rl_conflict() 963 __ASSERT_NO_MSG((conflict->candidate->state & BT_KEYS_ID_ADDED) == 0); in find_rl_conflict() 974 addr_conflict = bt_addr_le_eq(&conflict->candidate->addr, &resident->addr); in find_rl_conflict() 977 irk_conflict = (!bt_irk_eq(&conflict->candidate->irk, &(struct bt_irk){}) && in find_rl_conflict() 978 bt_irk_eq(&conflict->candidate->irk, &resident->irk)); in find_rl_conflict() 983 LOG_DBG("Candidate: addr %s and IRK %s", bt_addr_le_str(&conflict->candidate->addr), in find_rl_conflict() 984 bt_hex(conflict->candidate->irk.val, sizeof(conflict->candidate->irk.val))); in find_rl_conflict() 990 struct bt_keys *bt_id_find_conflict(struct bt_keys *candidate) in bt_id_find_conflict() argument 993 .candidate = candidate, in bt_id_find_conflict()
|
| D | hci_core.h | 492 struct bt_keys *bt_id_find_conflict(struct bt_keys *candidate);
|
| /Zephyr-latest/cmake/toolchain/cross-compile/ |
| D | target.cmake | 50 # Use first candidate as sysroot.
|
| /Zephyr-latest/doc/project/ |
| D | release_process.rst | 36 release candidate is a go for release 425 The final release and each release candidate shall be tagged using the following 444 the appropriate release candidate version. 448 this release candidate. The ``EXTRAVERSION`` variable is used to 449 identify the rc[RC Number] value for this candidate::
|
| D | tsc.rst | 109 - Majority vote is required to confirm a candidate.
|
| /Zephyr-latest/lib/os/ |
| D | Kconfig.cbprintf | 173 candidate is used for %p format specifier. Check cannot be performed
|
| /Zephyr-latest/boards/st/nucleo_u031r8/doc/ |
| D | index.rst | 95 - True random number generation, candidate for NIST SP 800-90B certification
|
| /Zephyr-latest/boards/st/stm32u083c_dk/doc/ |
| D | index.rst | 104 - True random number generation, candidate for NIST SP 800-90B certification
|
| /Zephyr-latest/boards/st/nucleo_u083rc/doc/ |
| D | index.rst | 99 - True random number generation, candidate for NIST SP 800-90B certification
|
| /Zephyr-latest/doc/build/ |
| D | zephyr_cmake_package.rst | 302 ``find_package(Zephyr)`` will continue to the next candidate.
|
| /Zephyr-latest/scripts/ |
| D | spelling.txt | 271 cadidate||candidate
|
| /Zephyr-latest/doc/develop/ |
| D | modules.rst | 13 To be classified as a candidate for being included in the default list of
|
| /Zephyr-latest/doc/ |
| D | zephyr.doxyfile.in | 737 # only one candidate or it is obvious which candidate to choose by doing a
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-3.7.rst | 1644 candidate linearly after the last evicted page.
|