Home
last modified time | relevance | path

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

/optee_os/scripts/
H A Dcheckpatch.sh48 checkpatch.sh HEAD~5 Check the commit 5 revisions before
49 the current HEAD.
55 checkpatch.sh HEAD~5..HEAD~1 Check each commit from HEAD~5 to
56 HEAD~1 exclusively, aka not including
57 HEAD~1. (requires git v2.19)
64 checkpatch.sh HEAD~10-5 Check 5 commits moving forward in
65 history starting from HEAD~10.
68 checkpatch.sh branch1 tags/tag1 Check the HEAD of branch1 and the
69 HEAD of tag1. (requires git v2.19)
/optee_os/core/lib/zlib/
H A Dinflate.h22 HEAD = 16180, /* i: waiting for magic header */ enumerator
H A Dinflate.c115 state->mode < HEAD || state->mode > SYNC)
131 state->mode = HEAD;
232 state->mode = HEAD; /* to pass state test in inflateReset2() */
659 case HEAD:
/optee_os/core/
H A Dcore.mk20 TEE_IMPL_GIT_SHA1 := 0x$(shell git rev-parse --short=$(git-sha1-len) HEAD 2>/dev/null || echo 0 | c…