Searched refs:used (Results 1 - 25 of 26) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djemalloc-config.in11 --config : Print configure options used to build jemalloc.
18 --cc : Print compiler used to build jemalloc.
19 --cflags : Print compiler flags used to build jemalloc.
20 --cppflags : Print preprocessor flags used to build jemalloc.
21 --cxxflags : Print C++ compiler flags used to build jemalloc.
22 --ldflags : Print library flags used to build jemalloc.
/fuchsia/zircon/system/ulib/zircon/
H A Dprivate.h34 #define VDSO_KERNEL_EXPORT __attribute__((used))
/fuchsia/zircon/system/ulib/virtio/include/virtio/
H A Dvirtio_ring.h20 * may be used to endorse or promote products derived from this software
45 /* The Host uses this in used->flags to advise the Guest: don't kick me when
57 /* The Guest publishes the used index for which it expects an interrupt
60 * at the end of the used ring. Guest should ignore the used->flags field. */
81 /* u32 is used here for ids for padding reasons. */
83 /* Index of start of used descriptor chain. */
85 /* Total length of the descriptor chain which was used (written to) */
108 struct vring_used* used; member in struct:vring
128 * // A ring of used descripto
[all...]
/fuchsia/zircon/system/dev/bus/virtio/
H A Dring.h48 // TRACEF("used flags %#x idx %#x last_used %u\n",
49 // ring_.used->flags, ring_.used->idx, ring_.last_used);
52 uint16_t cur_idx = ring_.used->idx;
57 struct vring_used_elem* used_elem = &ring_.used->ring[i & ring_.num_mask];
58 // TRACEF("used chain id %u, len %u\n", used_elem->id, used_elem->len);
H A Dring.cpp82 zx_paddr_t pa_used = pa_desc + ((uintptr_t)ring_.used - (uintptr_t)ring_.desc);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Djobs.h19 * may be used to endorse or promote products derived from this software
82 used: 1, /* true if this entry is in used */ member in struct:job
H A Djobs.c19 * may be used to endorse or promote products derived from this software
584 jp->used = 0;
705 if (jp->used)
761 if (jp->used == 0)
777 jp->used = 1;
830 jq->used = 0;
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
31 * meant for use in jemalloc itself, but it can be used by application code to
/fuchsia/zircon/system/ulib/runtime/
H A Drules.mk26 # This code is used in early startup, where safe-stack setup is not ready yet.
/fuchsia/zircon/kernel/lib/memory_limit/
H A Dmemory_limit_tests.cpp95 size_t used; local
97 zx_status_t status = mem_limit_get_iovs(&ctx, test.ranges[i].base, test.ranges[i].size, vecs, &used);
101 for (size_t j = 0; j < used; j++) {
135 size_t used; local
141 zx_status_t status = mem_limit_get_iovs(&ctx, nuc_ranges[i].base, nuc_ranges[i].size, vecs, &used);
143 for (size_t i = 0; i < used; i++) {
H A Dmemory_limit.cpp57 // used instead of iovs[] directly to avoid casting for (void*) math.
171 // restricting the space used by this range's vectors.
181 LTRACEF("adjusted limit of %zu being used (found_kernel: %d, found_ramdisk: %d)\n", adjusted_limit, ctx->found_kernel, ctx->found_ramdisk);
202 // Set the count to 0 through 2 depending on vectors used
205 LTRACEF("used %zu iov%s remaining memory %zu bytes\n", *used_cnt, (*used_cnt == 1) ? "," : "s,", ctx->memory_limit);
211 size_t used; local
213 zx_status_t status = mem_limit_get_iovs(ctx, range_base, range_size, vecs, &used);
220 for (size_t i = 0; i < used; i++) {
228 // valid situation where only the second vector is used.
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/
H A Ddelocate.h25 static type name __attribute__((used)); \
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtsd.c159 JEMALLOC_SECTION(".CRT$XLY") JEMALLOC_ATTR(used)
H A Djemalloc.c52 * Arenas that are used to service external requests. Not all elements of the
53 * arenas array are necessarily used; arenas are created lazily as needed.
55 * arenas[0..narenas_auto) are used for automatic multiplexing of threads and
56 * arenas. arenas[narenas_auto..narenas_total) are only used if the application
231 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
298 * The a0*() functions are used instead of i{d,}alloc() in situations that
2154 #define ALIAS(je_fn) __attribute__((alias (#je_fn), used))
2709 * The following functions are used by threading libraries for protection of
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_create.c111 __asm__("final_exit") __attribute__((used));
139 // The rest of the region is no longer used for TLS, so it can serve
/fuchsia/zircon/kernel/arch/arm64/
H A Drules.mk106 # x18 is reserved in the Fuchsia userland ABI so it can be used
/fuchsia/zircon/system/utest/fs/
H A Dwrap.c27 // these as used.
28 #define FN(n) __attribute__((used)) __wrap_##n
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasremove.c23 * of any contributors may be used to endorse or promote products derived
311 NOTE: This function is no longer used and is commented out for now.
/fuchsia/zircon/third_party/ulib/musl/src/env/
H A D__libc_start_main.c28 __asm__("start_main") __attribute__((used));
69 // Tell the compiler that the value is used, so it doesn't optimize
/fuchsia/zircon/system/core/userboot/
H A Drules.mk76 # addresses. It's used to generate vdso-syms.ld, below.
/fuchsia/zircon/make/
H A Dbuild.mk203 # This has an extra copy of the kernel that won't be used at runtime.
H A Dmodule.mk106 # MODULE_NAME is used to generate installed names
H A Dengine.mk277 # absolute pathname as is used for this on other systems.
462 # used to force a rule to run every time
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c23 * of any contributors may be used to endorse or promote products derived
55 * This module is used for application-level code (iASL disassembler) only.
693 * This function currently is used to add externals via a
1201 When the -e option is used with disassembly, the various SSDTs are simply
1291 " * external control method references, the -e option can be used to\n"
1299 " * In addition, the -fe option can be used to specify a file containing\n"
1325 " * If necessary, the -fe option can be used to specify a file containing\n"
1353 "external control method references, the -e option can be used to\n"
1361 "In addition, the -fe option can be used to specify a file containing\n"
1382 "If necessary, the -fe option can be used t
[all...]
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool76 hash_num_bytes: Number of bytes used to store the hash.
77 signature_num_bytes: Number of bytes used to store the signature.
78 public_key_num_bytes: Number of bytes used to store the public key.
79 padding: Padding used for signature, if any.
337 """Data structure used for a RSA public key.
353 # We used to have something as simple as this:
449 signature_num_bytes: Number of bytes used to store the signature.
559 """Data structure used for representing chunks in Android sparse files.
661 """Initializes internal data structures used for reading file.
773 # This is used whe
[all...]

Completed in 201 milliseconds

12