Home
last modified time | relevance | path

Searched refs:HEAD (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/heap/
Dmulti_heap_platform.h75 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) (HEAD)->task = xTaskGetCurrentTaskHandle() argument
76 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) ((HEAD)->task) argument
79 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) argument
80 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) argument
97 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) argument
98 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) argument
/hal_espressif-3.6.0/tools/cmake/third_party/
DGetGitRevisionDescription.cmake70 if(NOT EXISTS "${GIT_DIR}/HEAD")
74 set(HEAD_FILE "${GIT_DATA}/HEAD")
75 configure_file("${GIT_DIR}/HEAD" "${HEAD_FILE}" COPYONLY)
96 set(${_var} "HEAD-HASH-NOTFOUND" PARENT_SCOPE)
DGetGitRevisionDescription.cmake.in43 # detached HEAD
44 configure_file("${GIT_DIR}/HEAD" "@GIT_DATA@/head-ref" COPYONLY)
/hal_espressif-3.6.0/components/openthread/
DCMakeLists.txt19 COMMAND git rev-parse --short HEAD
25 COMMAND git rev-parse --short HEAD
Dcomponent.mk55 IDF_VERSION_FOR_OPENTHREAD_PACKAGE := $(shell git -C $(COMPONENT_PATH) rev-parse --short HEAD)
56 OPENTHREAD_VERSION := $(shell git -C $(COMPONENT_PATH)/openthread rev-parse --short HEAD)
/hal_espressif-3.6.0/tools/cmake/
Dgit_submodules.cmake59 # same if the HEAD file in the submodule's directory changes (ie commit changes).
61 set(submodule_head "${root_path}/.git/modules/${submodule_path}/HEAD")
/hal_espressif-3.6.0/components/nghttp/port/include/
Dhttp_parser.h97 XX(2, HEAD, HEAD) \
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
DREADME.md34 brew install --with-clang --with-lld --HEAD llvm
/hal_espressif-3.6.0/components/lwip/test_afl_host/
DREADME.md34 brew install --with-clang --with-lld --HEAD llvm
/hal_espressif-3.6.0/examples/bluetooth/blufi/
DREADME.md84 <<<<<<< HEAD:examples/bluetooth/blufi/README.md
/hal_espressif-3.6.0/docs/en/contribute/
Dstyle-guide.rst187 …git rebase --exec 'git diff-tree --no-commit-id --name-only -r HEAD | xargs dos2unix && git commit…