Searched refs:end (Results 26 - 50 of 60) sorted by last modified time

123

/system/core/liblog/
H A Devent_tag_map.c67 off_t end; local
81 end = lseek(fd, 0L, SEEK_END);
83 if (end < 0) {
88 newTagMap->mapAddr = mmap(NULL, end, PROT_READ | PROT_WRITE, MAP_PRIVATE,
95 newTagMap->mapLen = end;
251 /* we've made up our mind; just scan to end of line */
287 /* comment; just scan to end */
H A Dfake_log_device.c324 struct iovec* end = iov + iovcnt; local
325 for (; iov < end; iov++) {
434 const char* end = msg + strlen(msg); local
437 while (p < end) {
472 while (numLines > 0 && p < end) {
480 while (p < end && *p != '\n') p++;
579 break; /* reached end of configured values */
H A Dlogprint.c336 char *end = str + strlen(str) - 1; local
338 while (end >= str && isspace(*end))
339 *end-- = '\0';
823 // The line-end finding here must match the line-end finding
828 // plus one line for anything not newline-terminated at the end
864 // Find the next end-of-line in message
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S264 .end scanline_t32cb16blend_mips
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp101 int end = scratches.obtain(); local
102 MOV(AL, 0, end, reg_imm(parts.count.reg, LSR, 16));
103 MLA(AL, 1, end, dvdx, end, c);
104 SUB(MI, 0, c, c, end);
106 scratches.recycle(end);
/system/core/libpixelflinger/
H A Dscanline.cpp619 const int32_t end = dvdx * (len-1) + v; local
620 if (end < 0)
621 v -= end;
/system/core/libsparse/
H A Dbacked_block.c146 struct backed_block *end)
154 if (!end) {
155 for (end = start; end && end->next; end = end->next)
159 if (start == NULL || end == NULL) {
166 from->data_blocks = end->next;
170 bb->next = end
144 backed_block_list_move(struct backed_block_list *from, struct backed_block_list *to, struct backed_block *start, struct backed_block *end) argument
[all...]
H A Dbacked_block.h62 struct backed_block *end);
H A Dsimg_dump.py106 end=" ")
114 print("Raw data", end="")
119 % (data_sz), end="")
130 print("Don't care", end="")
134 % (data_sz), end="")
141 print("Unknown chunk type 0x%04X" % (chunk_type), end="")
163 print("There were %u bytes of extra data at the end of the file."
/system/core/libsysutils/src/
H A DFrameworkListener.cpp173 for (i = mCommands->begin(); i != mCommands->end(); ++i) {
H A DNetlinkEvent.cpp139 /* If the string between 'str' and 'end' begins with 'prefixlen' characters
144 has_prefix(const char* str, const char* end, const char* prefix, size_t prefixlen) argument
146 if ((end-str) >= (ptrdiff_t)prefixlen && !memcmp(str, prefix, prefixlen))
156 #define HAS_CONST_PREFIX(str,end,prefix) has_prefix((str),(end),prefix,CONST_STRLEN(prefix))
165 const char *end; local
176 end = s + size;
177 while (s < end) {
180 /* buffer is 0-terminated, no need to check p < end */
190 if ((a = HAS_CONST_PREFIX(s, end, "ACTIO
[all...]
H A DSocketClient.cpp114 const char *end = arg + len; local
117 while (arg < end) {
H A DSocketListener.cpp64 for (it = mClients->begin(); it != mClients->end();) {
131 for (it = mClients->begin(); it != mClients->end();) {
168 for (it = mClients->begin(); it != mClients->end(); ++it) {
210 for (it = mClients->begin(); it != mClients->end(); ++it) {
231 for (it = mClients->begin(); it != mClients->end(); ++it) {
250 for (i = mClients->begin(); i != mClients->end(); ++i) {
/system/core/run-as/
H A Dpackage.c254 /* Skip any space or tab character from 'p' until 'end' is reached.
258 skip_spaces(const char* p, const char* end) argument
260 while (p < end && is_space(*p))
266 /* Skip any non-space and non-tab character from 'p' until 'end'.
270 skip_non_spaces(const char* p, const char* end) argument
272 while (p < end && !is_space(*p))
278 /* Find the first occurence of 'ch' between 'p' and 'end'
279 * Return its position, or 'end' if none is found.
282 find_first(const char* p, const char* end, char ch) argument
284 while (p < end
297 compare_name(const char* p, const char* end, const char* name) argument
334 parse_spaces(const char** pp, const char* end) argument
358 parse_positive_decimal(const char** pp, const char* end) argument
437 const char* end = find_first(p, buffer_end, '\\n'); local
[all...]
/system/core/sdcard/
H A Dfuse.h120 __u64 end; member in struct:fuse_file_lock
/system/core/sh/
H A Dexpand.c83 int endoff; /* offset of end of region */
199 case CTLENDVAR: /* end of expanding yyy in ${xxx-yyy} */
755 if (subtype != VSNORMAL) { /* skip to end of alternative */
913 recordregion(int start, int end, int inquotes) argument
923 ifslastp->endoff = end;
932 ifslastp->endoff = end;
979 /* Only NULs (probably from "$@") end args */
1171 if (metaflag == 0) { /* we've reached the end of the file name */
/system/core/toolbox/
H A Dinsmod.c72 char *end = opts + sizeof(opts) - 1; local
75 for (i = 2; (i < argc) && (ptr < end); i++) {
76 len = min(strlen(argv[i]), end - ptr);
H A Dmount.c30 char *end; member in struct:extra_opts
81 extra->end = extra->str + extra->used_size;
86 *extra->end = ',';
87 extra->end++;
89 strcpy(extra->end, s);
H A Dnandread.c33 loff_t pos, opos, end, bpos; local
188 end = len ? (start + len) : mtdinfo.size;
189 for (pos = start, opos = 0; pos < end; pos += mtdinfo.writesize) {
H A Dr.c19 char *end; local
36 end = strchr(argv[1], '-');
37 if (end)
38 endaddr = strtoul(end + 1, 0, 16);
44 fprintf(stderr, "invalid end address\n");
/system/extras/fatblock/
H A Dfs.c49 offset_t end; local
54 end = start + len;
65 if (end <= e_start)
71 if (end <= e_end)
78 if (e_end <= end)
81 rel_len = end - e_start;
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h71 unsigned long end; member in struct:pm_map
150 /* Get the name, flags, start/end address, or offset of a map. */
157 #define pm_map_end(map) ((map)->end)
/system/extras/libpagemap/
H A Dpm_map.c26 return pm_process_pagemap_range(map->proc, map->start, map->end,
H A Dpm_process.c265 &map->start, &map->end, perms, &map->offset, name);
/system/extras/showmap/
H A Dshowmap.c17 unsigned end; member in struct:mapinfo
42 unsigned long end; local
47 if (sscanf(line, "%lx-%lx %*s %*x %*x:%*x %*d%n", &start, &end, &name_pos) != 2) {
59 if (prev && start == prev->end && is_library(prev->name)) {
78 info->end = end;
117 || (a->start == b->start && a->end < b->end);
216 printf(" start end ");
280 printf("%08x %08x ", mi->start, mi->end);
[all...]

Completed in 519 milliseconds

123