Searched refs:start (Results 1 - 15 of 15) sorted by relevance

/bootable/recovery/edify/
H A Dyydefs.h22 int start, end; member in struct:__anon8
28 (Current).start = YYRHSLOC(Rhs, 1).start; \
31 (Current).start = YYRHSLOC(Rhs, 0).start; \
H A Dparser.y74 $$->start = @$.start;
77 | '(' expr ')' { $$ = $2; $$->start=@$.start; $$->end=@$.end; }
78 | expr ';' { $$ = $1; $$->start=@1.start; $$->end=@1.end; }
80 | error ';' expr { $$ = $3; $$->start=@$.start; $$->end=@$.end; }
101 $$->start = @$.start;
[all...]
H A Dlexer.l32 #define ADVANCE do {yylloc.start=gPos; yylloc.end=gPos+yyleng; \
47 yylloc.start = gPos;
H A Dmain.c167 n->name == NULL ? "(NULL)" : n->name, n->fn, n->start, n->end,
168 script+n->start);
H A Dexpr.h65 int start, end; member in struct:Expr
H A Dexpr.c151 int len = argv[i]->end - argv[i]->start;
155 memcpy(err_src + prefix_len, state->script + argv[i]->start, len);
340 e->start = loc.start;
/bootable/recovery/minzip/
H A DSysUtil.c49 off_t start, end; local
55 start = lseek(fd, 0L, SEEK_CUR);
57 (void) lseek(fd, start, SEEK_SET);
59 if (start == (off_t) -1 || end == (off_t) -1) {
64 length = end - start;
70 *start_ = start;
85 off_t start; local
91 if (getFileStartAndLength(fd, &start, &length) < 0)
120 off_t start; local
126 if (getFileStartAndLength(fd, &start,
149 sysMapFileSegmentInShmem(int fd, off_t start, long length, MemMapping* pMap) argument
[all...]
H A DSysUtil.h17 void* addr; /* start of data */
51 int sysMapFileSegmentInShmem(int fd, off_t start, long length,
/bootable/recovery/applypatch/
H A Dbsdiff.c60 static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) argument
65 for(k=start;k<start+len;k+=j) {
67 for(i=1;k+i<start+len;i++) {
83 x=V[I[start+len/2]+h];
85 for(i=start;i<start+len;i++) {
89 jj+=start;kk+=jj;
91 i=start;j=0;k=0;
113 if(jj>start) spli
[all...]
H A Dimgdiff.c69 * source start (8)
71 * bsdiff patch offset (8) [from start of patch file]
73 * source start (8)
75 * bsdiff patch offset (8) [from start of patch file]
87 * source start (8)
89 * bsdiff patch offset (8) [from start of patch file]
101 * All integers are little-endian. "source start" and "source len"
138 size_t start; // offset of chunk in original image file member in struct:__anon2
292 curr->start = 0;
307 curr->start
[all...]
/bootable/recovery/tools/ota/
H A Dcheck-lost+found.c57 time_t start = time(NULL); local
58 fprintf(out, "*** check-lost+found ***\nStarted: %s", ctime(&start));
/bootable/recovery/minadbd/
H A Dsysdeps.h417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) argument
424 return pthread_create( pthread, &attr, start, arg );
/bootable/recovery/
H A Dscreen_ui.cpp270 double start = now(); local
306 double delay = interval - (end-start);
H A Drecovery.cpp807 time_t start = time(NULL); local
825 printf("Starting recovery on %s", ctime(&start));
/bootable/recovery/mtdutils/
H A Dmtdutils.c429 erase_info.start = pos;
535 erase_info.start = pos;

Completed in 280 milliseconds