Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 21 of 21) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/lib/tls_credentials/
Dtls_credentials_trusted.c271 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-Core-3.7.0/share/zephyr-package/cmake/
Dzephyr_package_search.cmake12 # 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
DZephyrConfigVersion.cmake18 # 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.
DZephyrConfig.cmake133 # Thus, check if there is an even better candidate.
146 # We are the best candidate, so let's include boiler plate.
/Zephyr-Core-3.7.0/cmake/modules/
Dpython.cmake27 foreach(candidate "python" "python3")
28 find_program(Python3_EXECUTABLE ${candidate} PATHS ENV VIRTUAL_ENV NO_CMAKE_PATH)
Dextensions.cmake988 foreach(candidate ${revision_candidates})
989 if(${candidate} MATCHES "${file_revision_regex}")
/Zephyr-Core-3.7.0/subsys/shell/
Dshell_cmds.c457 const struct shell_static_entry *candidate = NULL; in cmd_select() local
463 candidate = z_shell_get_last_command(sh->ctx->selected_cmd, in cmd_select()
467 if ((candidate != NULL) && !no_args(candidate) in cmd_select()
469 sh->ctx->selected_cmd = candidate; in cmd_select()
Dshell.c317 static inline bool is_completion_candidate(const char *candidate, in is_completion_candidate() argument
320 return (strncmp(candidate, str, len) == 0) ? true : false; in is_completion_candidate()
329 const struct shell_static_entry *candidate; in find_completion_candidates() local
338 while ((candidate = z_shell_cmd_get(cmd, idx, &dloc)) != NULL) { in find_completion_candidates()
340 is_candidate = is_completion_candidate(candidate->syntax, in find_completion_candidates()
343 *longest = Z_MAX(strlen(candidate->syntax), *longest); in find_completion_candidates()
/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_hpack.c108 int candidate = -1; in http_hpack_find_index() local
125 if (candidate < 0) { in http_hpack_find_index()
126 candidate = i; in http_hpack_find_index()
131 if (candidate > 0) { in http_hpack_find_index()
134 return candidate; in http_hpack_find_index()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Did.c935 struct bt_keys *candidate; member
952 __ASSERT_NO_MSG(conflict->candidate != NULL); in find_rl_conflict()
955 __ASSERT_NO_MSG((conflict->candidate->state & BT_KEYS_ID_ADDED) == 0); in find_rl_conflict()
966 addr_conflict = bt_addr_le_eq(&conflict->candidate->addr, &resident->addr); in find_rl_conflict()
969 irk_conflict = (!bt_irk_eq(&conflict->candidate->irk, &(struct bt_irk){}) && in find_rl_conflict()
970 bt_irk_eq(&conflict->candidate->irk, &resident->irk)); in find_rl_conflict()
977 struct bt_keys *bt_id_find_conflict(struct bt_keys *candidate) in bt_id_find_conflict() argument
980 .candidate = candidate, in bt_id_find_conflict()
Dhci_core.h531 struct bt_keys *bt_id_find_conflict(struct bt_keys *candidate);
/Zephyr-Core-3.7.0/cmake/toolchain/cross-compile/
Dtarget.cmake50 # Use first candidate as sysroot.
/Zephyr-Core-3.7.0/doc/project/
Drelease_process.rst36 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::
Dtsc.rst109 - Majority vote is required to confirm a candidate.
/Zephyr-Core-3.7.0/lib/os/
DKconfig.cbprintf173 candidate is used for %p format specifier. Check cannot be performed
/Zephyr-Core-3.7.0/doc/build/
Dzephyr_cmake_package.rst302 ``find_package(Zephyr)`` will continue to the next candidate.
/Zephyr-Core-3.7.0/scripts/
Dspelling.txt271 cadidate||candidate
/Zephyr-Core-3.7.0/doc/develop/
Dmodules.rst13 To be classified as a candidate for being included in the default list of
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
DKconfig1386 for each application key, and two ids for the device key and device key candidate.
/Zephyr-Core-3.7.0/doc/
Dzephyr.doxyfile.in711 # only one candidate or it is obvious which candidate to choose by doing a
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.7.rst1644 candidate linearly after the last evicted page.