Home
last modified time | relevance | path

Searched refs:rev (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/build-scripts/
A Dupdaterev.sh10 rev=`sh showrev.sh 2>/dev/null`
11 if [ "$rev" != "" -a "$rev" != "hg-0:baadf00d" ]; then
12 revnum=`echo $rev | sed 's,hg-\([0-9]*\).*,\1,'`
13 echo "#define SDL_REVISION \"$rev\"" >"$header.new"
A Dshowrev.sh9 rev="$(hg parents --template 'hg-{rev}:{node|short}' 2>/dev/null)"
11 echo $rev
17 rev="$(p4 changes -m1 ./...\#have 2>/dev/null| awk '{print $2}')"
19 echo $rev
/AliOS-Things-master/components/py_engine/engine/tools/
A Dgen-changelog.sh9 git show -s --format=%cD `git rev-list $t --max-count=1`
/AliOS-Things-master/components/littlefs/src/littlefs-v220/
A Dlfs.c832 dir->rev = lfs_tole32(dir->rev); in lfs_dir_fetchmatch()
834 dir->rev = lfs_fromle32(dir->rev); in lfs_dir_fetchmatch()
1395 dir->rev = lfs_fromle32(dir->rev); in lfs_dir_alloc()
1401 dir->rev += dir->rev & 1; in lfs_dir_alloc()
1615 dir->rev = lfs_tole32(dir->rev); in lfs_dir_compact()
1617 &dir->rev, sizeof(dir->rev)); in lfs_dir_compact()
1618 dir->rev = lfs_fromle32(dir->rev); in lfs_dir_compact()
4726 d->rev = lfs_fromle32(d->rev); in lfs1_dir_fromle32()
4733 d->rev = lfs_tole32(d->rev); in lfs1_dir_tole32()
5078 dir2.rev = dir1.d.rev; in lfs_migrate()
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs2.c885 dir->rev = lfs2_tole32(dir->rev); in lfs2_dir_fetchmatch()
887 dir->rev = lfs2_fromle32(dir->rev); in lfs2_dir_fetchmatch()
1459 dir->pair[0], 0, &dir->rev, sizeof(dir->rev)); in lfs2_dir_alloc()
1460 dir->rev = lfs2_fromle32(dir->rev); in lfs2_dir_alloc()
1692 dir->rev = lfs2_tole32(dir->rev); in lfs2_dir_compact()
1694 &dir->rev, sizeof(dir->rev)); in lfs2_dir_compact()
1695 dir->rev = lfs2_fromle32(dir->rev); in lfs2_dir_compact()
4330 d->rev = lfs2_fromle32(d->rev);
4337 d->rev = lfs2_tole32(d->rev);
4664 dir2.rev = dir1.d.rev;
[all …]
A Dlfs1.c339 d->rev = lfs1_fromle32(d->rev); in lfs1_dir_fromle32()
346 d->rev = lfs1_tole32(d->rev); in lfs1_dir_tole32()
419 int err = lfs1_bd_read(lfs1, dir->pair[0], 0, &dir->d.rev, 4); in lfs1_dir_alloc()
425 dir->d.rev = lfs1_fromle32(dir->d.rev); in lfs1_dir_alloc()
429 dir->d.rev += 1; in lfs1_dir_alloc()
457 if (valid && lfs1_scmp(test.rev, dir->d.rev) < 0) { in lfs1_dir_fetch()
511 dir->d.rev += 1; in lfs1_dir_commit()
A Dlfs1.h246 uint32_t rev; member
A Dlfs2.h324 uint32_t rev; member
/AliOS-Things-master/components/littlefs/src/littlefs-v220/include/
A Dlfs.h314 uint32_t rev; member
/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))

Completed in 44 milliseconds