Home
last modified time | relevance | path

Searched refs:space (Results 1 – 17 of 17) sorted by relevance

/third_party/ulib/musl/src/stdio/
A Dopen_wmemstream.c13 size_t space; member
36 if (len + c->pos >= c->space) { in wms_write()
37 len2 = (2 * c->space + 1) | (c->pos + len + 1); in wms_write()
44 memset(c->buf + c->space, 0, 4 * (len2 - c->space)); in wms_write()
45 c->space = len2; in wms_write()
48 len2 = mbsnrtowcs(c->buf + c->pos, (void*)&buf, len, c->space - c->pos, &c->mbs); in wms_write()
78 c->pos = c->len = c->space = *sizep = 0; in open_wmemstream()
A Dopen_memstream.c12 size_t space; member
38 if (len + c->pos >= c->space) { in ms_write()
39 len2 = (2 * c->space + 1) | (c->pos + len + 1); in ms_write()
44 memset(c->buf + c->space, 0, len2 - c->space); in ms_write()
45 c->space = len2; in ms_write()
75 c->pos = c->len = c->space = *sizep = 0; in open_memstream()
/third_party/uapp/dash/src/
A Dmemalloc.c104 char space[MINSIZE]; member
109 char *stacknxt = stackbase.space;
111 char *sstrend = stackbase.space + MINSIZE;
134 stacknxt = sp->space; in stalloc()
151 if (!p || (stacknxt < (char *)p) || ((char *)p < stackp->space)) { in stunalloc()
172 pushstackmark(mark, stacknxt == stackp->space && stackp != &stackbase); in setstackmark()
215 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()
227 stacknxt = sp->space; in growstackblock()
229 sstrend = sp->space + newlen; in growstackblock()
A Dnodes.c.pat269 // Determine the space needed to represent the NULL-terminated symbol table
A DTOUR70 from the widely used eight spaces. If you really hate six space
/third_party/ulib/musl/src/network/
A Ddn_expand.c5 char* dest, int space) { in __dn_expand() argument
9 if (p == end || space <= 0) in __dn_expand()
11 dend = dest + (space > 254 ? 254 : space); in __dn_expand()
A Ddn_comp.c64 int __dn_comp(const char* src, unsigned char* dst, int space, unsigned char** dnptrs, in __dn_comp() argument
73 if (l > 253 || space <= 0) in __dn_comp()
97 if (space < l - bestlen + 2 + (bestlen - 1 < l - 1)) in __dn_comp()
/third_party/lib/acpica/generate/unix/
A Dreadme.txt79 2) acpiexec, a user-space AML interpreter
82 methods from user space. Useful for debugging AML code and testing
/third_party/lib/cortex-strings/no-neon/src/aarch64/
A Dmemset.S239 .space 4
/third_party/lib/acpica/source/tools/examples/
A Dextables.c356 RTC wake not in fixed reg space (V1) : 0
/third_party/ulib/jemalloc/
A Dconfigure.ac11 dnl Set $r to the concatenation of $a and $b, with a space separating them iff
23 dnl Set $a to the concatenation of $a and b, with a space separating them iff
1331 grep -e '^Hugepagesize:[[:space:]]\+[0-9]\+[[:space:]]kB$' | \
A DChangeLog259 optional extra space. Note that a couple of minor heap profiling
313 This version contains many speed and space optimizations, both minor and
547 - Fix growing large reallocation to junk fill new space.
995 - Modify chunk allocation to work when address space layout randomization
A DINSTALL272 or an array of such objects in the space allocated [...]
/third_party/lib/acpica/
A Dchanges.txt2320 space.
2330 AcpiExec installs a handler for every possible address space.
2817 space, again for consistency across the code base.
4239 space
11853 methods attempt to access system memory or I/O space.
15057 Programmer Reference updated to reflect OSL and address space
15379 reexamination of the complete set of address space access
15529 "Register" with a user-defined region space parse error fixed
15640 address space was set to 0, not 0x7f as it should be.
16155 change to the generic address space handler and address space
[all …]
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h.in1140 * Existing object alignment is inadequate; allocate new space
/third_party/ulib/musl/
A DWHATSNEW543 - new O(1) space, O(nm) time implementation of fnmatch
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl3011 { // Map f0 space, Start PX40

Completed in 49 milliseconds