Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/heap/
A Dmulti_heap_platform.h68 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) (HEAD)->task = xTaskGetCurrentTaskHandle() argument
69 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) ((HEAD)->task) argument
72 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) argument
73 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) argument
90 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) argument
91 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) argument
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzlog.c413 unsigned char buf[HEAD + EXTRA]; in log_head()
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head()
417 memcmp(buf, log_gzhead, HEAD)) { in log_head()
420 log->first = PULL8(buf + HEAD); in log_head()
421 log->last = PULL8(buf + HEAD + 8); in log_head()
422 log->ccrc = PULL4(buf + HEAD + 16); in log_head()
423 log->clen = PULL4(buf + HEAD + 20); in log_head()
424 log->tcrc = PULL4(buf + HEAD + 24); in log_head()
425 log->tlen = PULL4(buf + HEAD + 28); in log_head()
428 op = (buf[HEAD + 34] >> 3) & 3; in log_head()
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A DREADME.md14 git reset --hard HEAD
19 git reset --hard HEAD
/AliOS-Things-master/components/ble_mesh/
A Dbt_preconfig38 <<<<<<< HEAD
64 <<<<<<< HEAD
97 <<<<<<< HEAD
/AliOS-Things-master/components/ble_host/
A Dbt_preconfig38 <<<<<<< HEAD
64 <<<<<<< HEAD
97 <<<<<<< HEAD
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinflate.h21 HEAD = 16180, /* i: waiting for magic header */ enumerator
A Dinflate.c114 state->mode < HEAD || state->mode > SYNC)
130 state->mode = HEAD;
230 state->mode = HEAD; /* to pass state test in inflateReset2() */
657 case HEAD:
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dinflate.h21 HEAD, /* i: waiting for magic header */ enumerator
/AliOS-Things-master/components/http/
A DREADME.md11 - HTTP HEAD
/AliOS-Things-master/components/py_engine/engine/tools/
A Dci.sh39 tools/verifygitlog.py -v upstream/master..HEAD --no-merges
65 git log upstream/master..HEAD
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A DMakefile312 GIT_REVISION := $(shell (where git >nul 2>&1) && (git rev-parse --short HEAD 2>nul))
314 GIT_REVISION := $(shell (which git >/dev/null 2>&1) && (git rev-parse --short HEAD 2>/dev/null))
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinflate.c113 state->mode = HEAD;
624 case HEAD:
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfig.guess1382 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1384 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst515 - `genboardscfg.py <http://git.denx.de/?p=u-boot.git;a=blob;f=tools/genboardscfg.py;hb=HEAD>`_ from…
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A DREADME.rst515 - `genboardscfg.py <http://git.denx.de/?p=u-boot.git;a=blob;f=tools/genboardscfg.py;hb=HEAD>`_ from…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog4030 * start of BigTIFF upgrade - CVS HEAD unstable until further notice

Completed in 48 milliseconds