Searched defs:end (Results 1 - 19 of 19) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_check_mapinfo.h37 unsigned end; member in struct:mapinfo
H A Dstubs.cpp222 char* end; local
223 unsigned long userid = strtoul(name+1, &end, 10);
224 if (end[0] != '_' || end[1] == 0) {
230 if (end[1] == 'a' && isdigit(end[2])) {
231 // end will point to \0 if the strtoul below succeeds.
232 appid = strtoul(end+2, &end, 10) + AID_APP;
233 } else if (end[
[all...]
H A Dpthread_debug.c130 unsigned end; member in struct:mapinfo
151 mi->end = strtoul(line + 9, 0, 16);
196 if((pc >= mi->start) && (pc < mi->end)){
/bionic/libc/string/
H A Dmemchr.c34 const unsigned char* end = p + n; local
37 if (p >= end || p[0] == c) break; p++;
38 if (p >= end || p[0] == c) break; p++;
39 if (p >= end || p[0] == c) break; p++;
40 if (p >= end || p[0] == c) break; p++;
42 if (p >= end)
H A Dmemset.c34 char* end = q + n; local
37 if (q >= end) break; *q++ = (char) c;
38 if (q >= end) break; *q++ = (char) c;
39 if (q >= end) break; *q++ = (char) c;
40 if (q >= end) break; *q++ = (char) c;
/bionic/libc/unistd/
H A Dsbrk.c40 char* end; local
47 end = start + increment;
49 new_brk = __brk(end);
52 else if (new_brk < end)
/bionic/libc/arch-mips/bionic/
H A Dcacheflush.c44 * int cacheflush (long start, long end, long flags)
59 int cacheflush (long start, long end, long flags) argument
61 if (end < start) {
65 * end => nbytes
70 XLOG("called with (start,len) instead of (start,end)");
74 end += start;
82 * Modify "start" and "end" to avoid GCC 4.3.0-4.4.2 bug in
85 * "end" points to the last byte of the line before the last cache line.
87 * "end" to the last byte.
93 end
[all...]
/bionic/libc/stdlib/
H A Dstrntoumax.c52 const unsigned char* end = p + n; local
58 while (p < end && isspace(*p))
62 if (p < end) {
71 if ( p+2 < end && p[0] == '0' && (p[1] == 'x' || p[1] == 'X') ) {
74 } else if ( p+1 < end && p[0] == '0' ) {
81 if ( p+2 < end && p[0] == '0' && (p[1] == 'x' || p[1] == 'X') ) {
86 while ( p < end && (d = digitval(*p)) >= 0 && d < base ) {
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dgpio.h49 int end; member in struct:omap_machine_gpio_bank
/bionic/libc/kernel/common/linux/
H A Dioport.h26 resource_size_t end; member in struct:resource
H A Dirq.h75 void (*end)(unsigned int irq); member in struct:irq_chip
H A Dskbuff.h164 *end; member in struct:sk_buff
/bionic/libc/netbsd/nameser/
H A Dns_name.c470 * 'lastdnptr' is a pointer to the end of the array pointed to
495 lpp = cpp; /* end of list to search */
600 * The list ends with NULL. 'lastdnptr' is a pointer to the end of the
845 encode_bitsring(const char **bp, const char *end, unsigned char **labelp, argument
859 if (end - cp < 2)
868 for (tp = *dst + 1; cp < end && tp < eom; cp++) {
870 case ']': /* end of the bitstring */
915 if (cp >= end || tp >= eom)
/bionic/linker/
H A Dlinker_format.c85 char *end; member in struct:__anon731
100 int avail = bo->end - bo->pos;
121 bo->end = buffer + size - 1;
371 char *end = buffer + bufsize - 1; local
377 if (pos < end) {
384 if (pos < end) {
391 end = pos - 1;
393 while (pos < end) {
395 pos[0] = end[0];
396 end[
[all...]
/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c110 const char *end; /* end of string (-> NUL normally) */ local
174 /* ========= end header generated by ./mkh ========= */
184 #define MORE() (p->next < p->end)
185 #define MORE2() (p->next+1 < p->end)
280 p->end = p->next + len;
343 int stop, /* character this ERE should end at */
382 if (!first) { /* tail-end fixups */
771 if (p->next + 5 < p->end && strncmp(p->next, "[:<:]]",
777 if (p->next + 5 < p->end
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_cache.c103 * settings change (but at different times) and will all end up calling the
191 * - end : the address of the buffer's limit, i.e. of the first byte
194 * IMPORTANT: it is assumed that end > buffer_address, i.e.
200 * - the returned value will never be strictly greater than 'end'
202 * - a return value equal to 'end' means that truncation occured
203 * (in which case, end[-1] will be set to 0)
209 * only check for truncation at the end of the sequence, as in:
211 * char buff[1000], *p = buff, *end = p + sizeof(buff);
213 * p = _bprint_c(p, end, '"');
214 * p = _bprint_s(p, end, my_strin
226 _bprint_c( char* p, char* end, int c ) argument
241 _bprint_b( char* p, char* end, const char* buf, int len ) argument
264 _bprint_s( char* p, char* end, const char* str ) argument
271 _bprint( char* p, char* end, const char* format, ... ) argument
299 _bprint_hex( char* p, char* end, unsigned value, int numDigits ) argument
312 _bprint_hexdump( char* p, char* end, const uint8_t* data, int datalen ) argument
354 char* p = buff, *end = p + sizeof(buff); local
471 const uint8_t* end; member in struct:__anon648
541 const uint8_t* end = packet->end; local
671 const uint8_t* end = packet->end; local
708 _dnsPacket_bprintQR(DnsPacket* packet, char* p, char* end) argument
785 const uint8_t* end = packet->end; local
799 const uint8_t* end = packet->end; local
1395 char temp[256], *p=temp, *end=p+sizeof(temp); local
1406 char temp[512], *p=temp, *end=p+sizeof(temp); local
[all...]
/bionic/libc/tzcode/
H A Dlocaltime.c573 sp->chars[i] = '\0'; /* ensure '\0' at end */
620 ** Ignore the end (easy).
1072 struct rule end; local
1083 if ((name = getrule(name, &end)) == NULL)
1107 endtime = transtime(janfirst, year, &end,
1532 ** Return the number of leap years through the end of the given year
/bionic/libc/kernel/arch-mips/asm/
H A Dsgiarcs.h180 struct linux_bigint end; member in struct:linux_finfo
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1018 void *end,
1026 address, and continues up to but not including the end address. The
1036 void count_chunks(void* start, void* end, size_t used, void* arg) {
1206 to sbrk) if there is unused memory at the `high' end of the malloc
1419 } /* end of extern "C" */
2060 each chunk and at the end. This makes consolidating fragmented
2163 the one bordering the end of available memory). It is treated
2726 TOP_FOOT_SIZE is padding at the end of a segment, including space
4115 /* Adjust to end on a page boundary */
4145 char* end local
4178 char* end = CMFAIL; local
5163 internal_inspect_all(mstate m, void(*handler)(void *start, void *end, size_t used_bytes, void* callback_arg), void* arg) argument
5343 dlmalloc_inspect_all(void(*handler)(void *start, void *end, size_t used_bytes, void* callback_arg), void* arg) argument
5873 mspace_inspect_all(mspace msp, void(*handler)(void *start, void *end, size_t used_bytes, void* callback_arg), void* arg) argument
[all...]

Completed in 372 milliseconds