Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ulib/musl/src/string/
A Dstrsep.c5 char *s = *str, *end; in strsep() local
8 end = s + strcspn(s, sep); in strsep()
9 if (*end) in strsep()
10 *end++ = 0; in strsep()
12 end = 0; in strsep()
13 *str = end; in strsep()
/third_party/ulib/musl/src/network/
A Ddn_expand.c4 int __dn_expand(const unsigned char* base, const unsigned char* end, const unsigned char* src, in __dn_expand() argument
9 if (p == end || space <= 0) in __dn_expand()
13 for (i = 0; i < end - base; i += 2) { in __dn_expand()
16 if (p + 1 == end) in __dn_expand()
21 if (j >= end - base) in __dn_expand()
28 if (j >= end - p || j >= dend - dest) in __dn_expand()
A Ddn_comp.c41 static int match(int* offset, const unsigned char* base, const unsigned char* dn, const char* end, in match() argument
51 end -= l; in match()
52 if (l != base[o] || memcmp(base + o + 1, end, l)) in match()
60 end--; in match()
69 const char* end; in __dn_comp() local
79 end = src + l; in __dn_comp()
87 m = match(&offset, *dnptrs, *p, end, lens, n); in __dn_comp()
A Ddn_skipname.c3 int dn_skipname(const unsigned char* s, const unsigned char* end) { in dn_skipname() argument
5 for (p = s; p < end; p++) in dn_skipname()
9 if (p + 1 < end) in dn_skipname()
A Dnetlink.h83 #define NLMSG_OK(nlh, end) ((char*)(end) - (char*)(nlh) >= sizeof(struct nlmsghdr)) argument
89 #define RTA_OK(nlh, end) ((char*)(end) - (char*)(rta) >= sizeof(struct rtattr)) argument
/third_party/ulib/musl/src/stdio/
A D__string_read.c7 char* end = memchr(src, 0, k); in __string_read() local
8 if (end) in __string_read()
9 k = end - src; in __string_read()
/third_party/uapp/dash/src/
A Doutput.c75 stream: 0, nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 1, flags: 0
78 stream: 0, nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0
82 stream: 0, nextc: 0, end: 0, buf: 0, bufsize: 0, fd: MEM_OUT, flags: 0
87 nextc: 0, end: 0, buf: 0, bufsize: OUTBUFSIZ, fd: 1, flags: 0
90 nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0
95 nextc: 0, end: 0, buf: 0, bufsize: 0, fd: MEM_OUT, flags: 0
147 nleft = dest->end - dest->nextc; in outmem()
180 dest->end = dest->buf + bufsize; in outmem()
187 nleft = dest->end - dest->nextc; in outmem()
338 olen = dest->end - dest->nextc; in doformat()
A Doutput.h50 char *end; member
112 if (file->nextc == file->end) in outc()
A Dvar.c164 struct var *end; in initvar() local
168 end = vp + sizeof(varinit) / sizeof(varinit[0]); in initvar()
173 } while (++vp < end); in initvar()
356 listvars(int on, int off, char ***end) in listvars() argument
376 if (end) in listvars()
377 *end = ep; in listvars()
A Dexpand.c753 goto end; in evalvar()
784 goto end; in evalvar()
786 goto end; in evalvar()
820 end: in evalvar()
995 recordregion(int start, int end, int nulonly) in recordregion() argument
1010 ifslastp->endoff = end; in recordregion()
1521 const struct class *class, *end; in ccmatch() local
1523 end = classes + sizeof(classes) / sizeof(classes[0]); in ccmatch()
1524 for (class = classes; class < end; class++) { in ccmatch()
1755 if (*end == (char)CTLENDVAR) { in varunset()
[all …]
/third_party/ulib/musl/src/passwd/
A Dgetgrent_a.c22 goto end; in __getgrent_a()
56 goto end; in __getgrent_a()
68 end: in __getgrent_a()
/third_party/ulib/lz4/
A Dlz4hc.c122 hc4->end = start; in LZ4HC_init()
369 ctx->end += inputSize; in LZ4HC_compress_generic()
584 ctxPtr->end = (const BYTE*)dictionary + dictSize; in LZ4_loadDictHC()
593 if (ctxPtr->end >= ctxPtr->base + 4) in LZ4HC_setExternalDict()
597 ctxPtr->dictLimit = (U32)(ctxPtr->end - ctxPtr->base); in LZ4HC_setExternalDict()
600 ctxPtr->end = newBlock; in LZ4HC_setExternalDict()
613 if ((size_t)(ctxPtr->end - ctxPtr->base) > 2 GB) in LZ4_compressHC_continue_generic()
622 if ((const BYTE*)source != ctxPtr->end) in LZ4_compressHC_continue_generic()
659 memmove(safeBuffer, streamPtr->end - dictSize, dictSize); in LZ4_saveDictHC()
662 streamPtr->end = (const BYTE*)safeBuffer + dictSize; in LZ4_saveDictHC()
[all …]
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_proc_info-lsb.c271 unw_word_t start, unw_word_t end) in locate_debug_info() argument
284 Debug (4, "checking %p: %lx-%lx\n", w, (long)w->start, (long)w->end); in locate_debug_info()
285 if (addr >= w->start && addr < w->end) in locate_debug_info()
312 fdesc->end = end; in locate_debug_info()
375 unw_word_t start, unw_word_t end) in dwarf_find_debug_frame() argument
503 di->end_ip = fdesc->end; in dwarf_find_debug_frame()
539 unw_word_t start, end; in dwarf_callback() local
681 end = 0; in dwarf_callback()
693 if (seg_end > end) in dwarf_callback()
694 end = seg_end; in dwarf_callback()
[all …]
/third_party/ulib/musl/src/math/
A Dremquo.c44 goto end; in remquo()
68 end: in remquo()
A Dremquof.c44 goto end; in remquof()
68 end: in remquof()
/third_party/ulib/jemalloc/
A D.autom4te.cfg3 end-language: "Autoconf-without-aclocal-m4"
/third_party/lib/acpica/source/os_specific/service_layers/
A Doszircon.cpp142 ACPI_PHYSICAL_ADDRESS end = ROUNDUP(PhysicalAddress + Length, PAGE_SIZE); in AcpiOsMapMemory() local
147 end - aligned_address, in AcpiOsMapMemory()
A Dosfuchsia.cpp425 ACPI_PHYSICAL_ADDRESS end = (PhysicalAddress + Length + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1); in AcpiOsMapMemory() local
428 size_t length = end - aligned_address; in AcpiOsMapMemory()
430 zx_status_t status = mmap_physical(aligned_address, end - aligned_address, in AcpiOsMapMemory()
/third_party/ulib/ngunwind/src/arm/
A DGex_tables.c157 const uint8_t *end = buf + len; in arm_exidx_decode() local
164 while (buf < end) in arm_exidx_decode()
201 unsigned end = (op & 0x07); in arm_exidx_decode() local
202 edata.data = (1 << (end + 1)) - 1; in arm_exidx_decode()
211 buf = end; in arm_exidx_decode()
/third_party/ulib/ngunwind/include/ngunwind/
A Ddwarf.h336 unw_word_t end; member
369 unw_word_t end);
408 unw_word_t start, unw_word_t end,
/third_party/ulib/musl/src/locale/
A Diconv.c503 goto end; in iconv()
507 goto end; in iconv()
511 end: in iconv()
/third_party/lib/acpica/generate/lint/
A Doptions.lnt84 -e661 // Allow access beyond "end of pointer" for ACPI tables declared with x[1] fields
85 -e796 // Allow access beyond "end of pointer" for namestrings
/third_party/ulib/backtrace/
A Dpecoff.c817 off_t end; in coff_add() local
823 end = sections[i].offset + sections[i].size; in coff_add()
824 if (end > max_offset) in coff_add()
825 max_offset = end; in coff_add()
A Delf.c802 off_t end; in elf_add() local
808 end = sections[i].offset + sections[i].size; in elf_add()
809 if (end > max_offset) in elf_add()
810 max_offset = end; in elf_add()
/third_party/ulib/musl/third_party/tre/
A Dregexec.c293 int end = tnfa->minimal_tags[i]; in tre_tnfa_run_parallel() local
295 if (end >= num_tags) { in tre_tnfa_run_parallel()
299 reach_i->tags[end] < match_tags[end]) { in tre_tnfa_run_parallel()

Completed in 46 milliseconds

12