Searched refs:any (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/kernel/lib/libc/
H A Dstrtoll.c50 int neg, any, cutlim; local
53 * Skip white space and pick up leading +/- sign if any.
93 * Set any if any `digits' consumed; make it negative to indicate
106 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
115 if (any < 0)
119 any = -1;
123 any = 1;
129 any = -1;
133 any
[all...]
H A Dstrtol.c49 int neg, any, cutlim; local
52 * Skip white space and pick up leading +/- sign if any.
91 * Set any if any `digits' consumed; make it negative to indicate
104 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
113 if (any < 0)
117 any = -1;
121 any = 1;
127 any = -1;
131 any
[all...]
/fuchsia/zircon/make/
H A Drecurse.mk12 # Strip any .postfixes, as these refer to "sub-modules" defined in the
16 # sort and filter out any modules that have already been included
H A Dengine.mk255 # means .eh_frame gets discarded so GCC-built kernels don't have any unwind
359 # add any external module dependencies
362 # any .mk specified here will be included before build.mk
365 # any rules you put here will also be built by the system before considered being complete
368 # any rules you put here will be built if the kernel is also being built
371 # any rules you put here will be depended on in clean builds
508 # Full LTO doesn't require any special ld flags.
543 # link against those, so we don't need any build-time dependencies on them.
602 # recursively include any modules in the MODULE variable, leaving a trail of included
872 # put all of the build flags in various config.h files to force a rebuild if any chang
[all...]
H A Dmodule.mk54 # Remove any .postfix bits for submodules to find our source directory
87 # Strip any .postfixes, as these refer to "sub-modules" defined in the
260 # empty out any vars set here
H A Dmacros.mk61 # The right side of the #define can be any valid C but cannot contain spaces, even
H A Dmodule-userlib.mk97 # But at link time, the linker pays attention to them if the DSO has any
103 # notices if any DSO directly included in the link has a DT_NEEDED for
/fuchsia/zircon/system/core/userboot/
H A Drules.mk38 # Make sure there are never any PLT entries generated.
52 # system/ulib/runtime is compiled without safe-stack. We can't use any other
85 # this hack, the userboot code doesn't need to do any special work to
/fuchsia/zircon/system/ulib/zircon/
H A Drules.mk51 # does not need any writable data (except its caller's stack).
/fuchsia/zircon/kernel/target/arm64/boot-shim/
H A Drules.mk43 # compiler doesn't use any unaligned memory accesses.
/fuchsia/zircon/system/core/devmgr/
H A Drules.mk26 # can be linked dynamically. But it doesn't support any means to look
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c19 * ("Disclaimer") and any redistribution must be conditioned upon
23 * of any contributors may be used to endorse or promote products derived
57 * It contains the code to create and emit any necessary External() ASL
470 "Did not find any external methods in reference file \"%s\"\n",
973 * If any control method externals have been found, we must
1076 /* Check if any control methods were unresolved */
1080 /* Emit any unresolved method externals in a single text block */
1205 The disassembler tracks any such references, and will emit an External()
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in138 # Special routine name that should not have any symbols.
1027 any arguments, shows all samples in the profile. With the optional
1066 For commands that accept optional -ignore tags, samples where any routine in
1067 the stack trace matches the regular expression in any of the -ignore
1324 # See if there are any samples in this routine
1448 # Print if there are any samples in this routine
1564 # Returns the indentation of the line, if it has any non-whitespace
1785 # Assign any leftover samples to $lastline
2315 * the library into any SVG adds the following capabilities:
3734 # Since $stride > |header|, that shouldn't cause any lookbac
[all...]
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk44 # need any stores to *PTR to have actually happened.

Completed in 306 milliseconds