Searched refs:more (Results 1 - 20 of 20) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dinput.c222 * 3) If the is more stuff in this buffer, use it else call read to fill it.
229 int more; local
252 more = parsefile->lleft;
253 if (more <= 0) {
255 if ((more = preadfd()) <= 0) {
270 more--;
274 memmove(q, q + 1, more);
295 if (more <= 0) {
302 parsefile->lleft = more;
/fuchsia/zircon/system/utest/fidl/
H A Dvalidating_tests.cpp24 // wire asked for more than the type allowed".
26 // TODO(kulakowski) Change the tests to check for more specific error
1431 message->inline_struct.inline_union.more =
1434 message->depth_0.inline_union.more =
1437 message->depth_1.inline_union.more =
1440 message->depth_2.inline_union.more =
1443 message->depth_3.inline_union.more =
1446 message->depth_4.inline_union.more =
1449 message->depth_5.inline_union.more =
1452 message->depth_6.inline_union.more
[all...]
H A Ddecoding_tests.cpp25 // wire asked for more than the type allowed".
27 // TODO(kulakowski) Change the tests to check for more specific error
1662 message->inline_struct.inline_union.more =
1665 message->depth_0.inline_union.more =
1668 message->depth_1.inline_union.more =
1671 message->depth_2.inline_union.more =
1674 message->depth_3.inline_union.more =
1677 message->depth_4.inline_union.more =
1680 message->depth_5.inline_union.more =
1683 message->depth_6.inline_union.more
[all...]
H A Dencoding_tests.cpp26 // wire asked for more than the type allowed".
28 // TODO(kulakowski) Change the tests to check for more specific error
1658 message->inline_struct.inline_union.more = &message->depth_0;
1660 message->depth_0.inline_union.more = &message->depth_1;
1662 message->depth_1.inline_union.more = &message->depth_2;
1664 message->depth_2.inline_union.more = &message->depth_3;
1666 message->depth_3.inline_union.more = &message->depth_4;
1668 message->depth_4.inline_union.more = &message->depth_5;
1670 message->depth_5.inline_union.more = &message->depth_6;
1672 message->depth_6.inline_union.more
[all...]
H A Dfidl_structs.h511 recursion_inline_data* more; member in union:maybe_recurse::__anon1367
/fuchsia/zircon/make/
H A Drecurse.mk10 # more stuff shows up on the MODULE list, recurse
H A Dfcompile.mk25 # There is probably a more correct way to express this dependency, but having
H A Dengine.mk342 # Useful for header files that may be included by one or more source files.
346 # Useful for header files that may be included by one or more source files.
542 # The ASan runtime DSO depends on more DSOs from the toolchain. We don't
H A Dmodule-userlib.mk187 # as sub-libraries of async in the same directory. If we ever introduce more
/fuchsia/zircon/third_party/lib/acpica/
H A Drules.mk22 # flag. We take the more conservative approach of disabling
/fuchsia/zircon/system/utest/policy/
H A Djob-policy.cpp98 zx_policy_basic_t more[] = { local
105 ZX_JOB_POL_ABSOLUTE, ZX_JOB_POL_BASIC, more, static_cast<uint32_t>(fbl::count_of(more))), ZX_OK);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dstats.c456 bool json, bool more)
753 "\t\t}%s\n", (config_prof || more) ? "," : "");
783 "\t\t}%s\n", more ? "," : "");
1013 bool more = (merged || unmerged); local
1014 stats_general_print(write_cb, cbopaque, json, more);
455 stats_general_print(void (*write_cb)(void *, const char *), void *cbopaque, bool json, bool more) argument
/fuchsia/zircon/third_party/ulib/uboringssl/
H A Drules.mk47 # TODO(aarongreen): Replace or get upstream to support more fully.
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasremove.c313 Also, it appears to have one or more bugs in it. It can incorrectly remove
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh335 * cannot support more than 256 small size classes.
/fuchsia/zircon/third_party/ulib/acpica/
H A Drules.mk196 # flag. We take the more conservative approach of disabling
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4.c576 unsigned more = LZ4_count(ip, (const BYTE*)source, matchlimit); local
577 matchLength += more;
578 ip += more;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl256 subs $len,$len,#32 @ is there more data?
298 b.hs .Loop_mod2x_v8 @ there was at least 32 more bytes
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in173 For more help with querying remote servers, including how to add the
231 (i.e. direct leak generators) more visible
1135 my $high_addr = substr($addr, -16, 8); # get up to 8 more hex chars
1297 # anything, and only compress those referenced more than once.
2088 # The output is more printable if we set the page size for dot.
2133 # make leak-causing nodes more visible (add a background)
2243 # Rewrite SVG to be more usable inside web browser.
2631 # (more than one symbol in the case of inlining). Callers
3199 # Take care of when subtracted profile has more entries
3692 # Load more dat
[all...]
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk18 # The following are, more or less, from the upstream musl build. The

Completed in 218 milliseconds