Searched refs:which (Results 1 - 24 of 24) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/signal/
H A Dgetitimer.c4 int getitimer(int which, struct itimerval* old) { argument
H A Dsetitimer.c4 int setitimer(int which, const struct itimerval* restrict new, struct itimerval* restrict old) { argument
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dcrypto.c43 // Our assembly does not use the GOT to reference symbols, which means
70 // initialising it to zero, it becomes a "data symbol", which isn't so
167 const char *SSLeay_version(int which) { return OpenSSL_version(which); } argument
169 const char *OpenSSL_version(int which) { argument
170 switch (which) {
/fuchsia/zircon/kernel/arch/arm64/
H A Dtoolchain.mk13 FOUNDTOOL=$(shell which $(ARCH_arm64_TOOLCHAIN_PREFIX)gcc)
16 FOUNDTOOL=$(shell which $(ARCH_arm64_TOOLCHAIN_PREFIX)gcc)
27 FOUNDTOOL=$(shell which $(CLANG_TOOLCHAIN_PREFIX)clang)
H A Dexceptions_c.cpp381 extern "C" void arm64_invalid_exception(struct arm64_iframe_long* iframe, unsigned int which) { argument
385 printf("invalid exception, which 0x%x\n", which);
H A Dexceptions.S20 // The "current mode exception link register", which for our purposes is elr_el1.
67 // x20 through x29 which are not saved here.
105 // as a workaround set their values to zero which will cause gdb to
236 .macro invalid_exception, which
239 mov x1, #\which
/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dcrypto.h54 // in which case it returns zero.
58 // which case it returns one.
79 // "BoringSSL" if |which| is |OPENSSL_VERSION| and placeholder strings
81 OPENSSL_EXPORT const char *OpenSSL_version(int which);
90 OPENSSL_EXPORT const char *SSLeay_version(int which);
/fuchsia/zircon/kernel/arch/x86/
H A Dtoolchain.mk15 FOUNDTOOL=$(shell which $(ARCH_x86_64_TOOLCHAIN_PREFIX)gcc)
25 FOUNDTOOL=$(shell which $(CLANG_TOOLCHAIN_PREFIX)clang)
H A Drules.mk124 # Don't over-align data by default, which GCC always did before.
/fuchsia/zircon/scripts/
H A Dmake-zircon-x64-grub19 if ! which xorriso grub-mkrescue &> /dev/null; then
H A Dlinux-gather-system-info31 if ! which "$1" &> /dev/null; then
/fuchsia/zircon/system/utest/int-types/
H A Drules.mk13 # vacuously true comparisons, which we don't care about.
/fuchsia/zircon/system/utest/fbl/
H A Drules.mk5 # If set, disable building these tests which account for a fair amount
45 # Some of these tests need fbl::Mutex which currently isn't supported on the
/fuchsia/zircon/system/ulib/memfs/
H A Drules.mk11 # Used to implement the C++ components of Memfs, which
/fuchsia/zircon/system/core/userboot/
H A Drules.mk11 # exported via sysroot, which is what userboot is too
44 # our own versions of these functions which later causes a link failure.
/fuchsia/zircon/third_party/ulib/uboringssl/
H A Drules.mk57 # TODO(aarongreen): Workaround for the non-hidden OPENSSL_armcap_P symbol, which causes arm/clang to
/fuchsia/zircon/make/
H A Dengine.mk147 # the current directory to $(DEBUG_BUILDROOT), which is the "relative"
254 # -fno-omit-frame-pointer which is good because we link with -gc-sections which
292 # dependencies' dependencies, which requires -rpath-link. Gold does
786 FOUND_HOST_GCC ?= $(shell which $(HOST_TOOLCHAIN_PREFIX)gcc)
788 HOST_USE_CLANG ?= $(shell which $(HOST_TOOLCHAIN_PREFIX)clang)
812 # case when we are cross-compiling the host tools in which case we use
H A Dmodule-userlib.mk186 # We replace . with - in module dep names to handle async.xyz which are defined
257 # libc only depends on libzircon which is now included, so clear the deps list
309 # Install the .so.abi, which is needed at link time, into the sysroot's lib directory.
H A Dmodule.mk91 $(error Module '$(MODULE)' depends on '$(mod)' which does not exist)))
181 # Build all userlib modules, and also always build devhost, which is
/fuchsia/zircon/system/core/devmgr/
H A Drules.mk118 # This is just a main() that calls device_host_main() which
/fuchsia/zircon/kernel/tests/
H A Dthread_tests.cpp420 /* do the same as above, but mark the threads as real time, which should
714 int which = rand() % static_cast<int>(fbl::count_of(state->threads)); local
717 //printf("%p set aff %p\n", t, state->threads[which]);
718 thread_set_cpu_affinity(state->threads[which], (cpu_mask_t)rand());
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dparser.c463 /* Now check for redirection which may follow command */
852 * word which marks the end of the document and striptabs is true if
1305 * characters on the top of the stack which must be preserved.
1497 setprompt(int which) argument
1503 whichprompt = which;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl81 # data is opaque to outside world (which allows to
217 @ inp[len], which means that
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk958 # These refer to __crypt_*, __des_setkey, and __do_des, which we do not have.
1048 # shared library (which is also the dynamic linker)
1062 # PT_INTERP strings embedded in executables point, which is ld.so.1.

Completed in 142 milliseconds