Searched refs:HEAD (Results 1 – 11 of 11) sorted by relevance
75 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) (HEAD)->task = xTaskGetCurrentTaskHandle() argument76 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) ((HEAD)->task) argument79 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) argument80 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) argument97 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) argument98 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) argument
70 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)
43 # detached HEAD44 configure_file("${GIT_DIR}/HEAD" "@GIT_DATA@/head-ref" COPYONLY)
19 COMMAND git rev-parse --short HEAD25 COMMAND git rev-parse --short HEAD
55 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)
59 # 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")
97 XX(2, HEAD, HEAD) \
34 brew install --with-clang --with-lld --HEAD llvm
84 <<<<<<< HEAD:examples/bluetooth/blufi/README.md
187 …git rebase --exec 'git diff-tree --no-commit-id --name-only -r HEAD | xargs dos2unix && git commit…