Searched defs:rc (Results 1 - 25 of 71) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/jemalloc/msvc/projects/vc2015/test_threads/
H A Dtest_threads_main.cpp10 int rc = test_threads(); local
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dcpu-aarch64-fuchsia.c32 zx_status_t rc = zx_system_get_features(ZX_FEATURE_KIND_CPU, &hwcap); local
/fuchsia/zircon/system/uapp/lsdev/
H A Dlsdev.c28 ssize_t rc = ioctl_device_get_topo_path(fd, path, 1024); local
/fuchsia/zircon/system/uapp/audio-codec/
H A Daudio-codec.c18 ssize_t rc = ioctl_audio_codec_enable(fd, &enable); local
31 int rc = 0; local
/fuchsia/zircon/system/uapp/chromeos-disk-setup/
H A Dchromeos-disk-setup.c32 ssize_t rc = ioctl_block_get_info(gpt_fd, &blk_info); local
/fuchsia/zircon/system/ulib/crypto/
H A Ddigest.cpp42 zx_status_t rc; local
H A Dbytes.cpp75 zx_status_t rc; local
H A Dhkdf.cpp35 zx_status_t rc; local
73 zx_status_t rc; local
84 zx_status_t rc; local
96 zx_status_t rc; local
[all...]
/fuchsia/zircon/system/ulib/fs-management/
H A Dram-nand.cpp30 ssize_t rc = (config->vmo == ZX_HANDLE_INVALID) local
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dref_counted_internal.h39 const int32_t rc = ref_count_.fetch_add(1, memory_order_relaxed); local
90 const int32_t rc = ref_count_.fetch_sub(1, memory_order_release); variable
/fuchsia/zircon/system/utest/digest/
H A Ddigest.cpp34 zx_status_t rc = actual.Parse(kZeroDigest, strlen(kZeroDigest)); local
45 zx_status_t rc = expected.Parse(kZeroDigest, strlen(kZeroDigest)); local
55 zx_status_t rc = local
87 zx_status_t rc = digest_hash(nullptr, 0, buf, sizeof(buf) - 1); local
109 zx_status_t rc = expected.Parse(kZeroDigest, strlen(kZeroDigest)); local
[all...]
/fuchsia/zircon/system/utest/posixio/
H A Dmain.cpp15 int rc = stat("", &s); local
27 int rc = lstat("", &s); local
74 int rc = open("", flags); local
80 int rc = openat(fd, "", flags); local
93 int rc = openat(fd, "", flags | O_CREAT, mode); local
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dos-linux.c38 int found = 0, rc; local
/fuchsia/zircon/system/dev/bus/virtio/
H A Ddevice.cpp44 zx_status_t rc; local
H A Drng.cpp38 zx_status_t rc = io_buffer_init(&buf_, bti_.get(), kBufferSize, local
111 zx_status_t rc = d->Request(); local
/fuchsia/zircon/system/uapp/lspwr/
H A Dlspwr.c23 ssize_t rc = ioctl_power_get_battery_info(fd, &binfo); local
69 ssize_t rc = ioctl_power_get_info(fd, &info); local
118 ssize_t rc local
[all...]
/fuchsia/zircon/system/utest/crypto/
H A Dutils.cpp50 zx_status_t rc; local
64 zx_status_t rc; local
77 zx_status_t rc; local
97 zx_status_t rc; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Derfl.c229 rc[] = variable
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Dworker.cpp47 zx_status_t rc; local
74 zx_status_t rc; local
118 zx_status_t rc; local
148 zx_status_t rc; local
185 zx_status_t rc; local
[all...]
/fuchsia/zircon/system/host/merkleroot/
H A Dmerkleroot.cpp105 zx_status_t rc = local
/fuchsia/zircon/system/uapp/clock/
H A Dclkctl.c82 ssize_t rc = ioctl_clk_measure(fd, &idx, &info); local
99 ssize_t rc = ioctl_clk_get_count(fd, &num_clocks); local
[all...]
/fuchsia/zircon/system/utest/driver-tests/
H A Dmain.c24 ssize_t rc = ioctl_test_create_device(tfd, drv_libname, strlen(drv_libname) + 1, devpath, sizeof(devpath)); local
101 ssize_t rc local
126 int rc = thrd_create_with_name(&t, output_thread, socket, "driver-test-output"); local
[all...]
/fuchsia/zircon/system/utest/fs/
H A Dtest-append.cpp188 int rc; local
H A Dtest-threading.cpp75 int rc; local
/fuchsia/zircon/kernel/vm/
H A Dvm.cpp197 zx_status_t rc = aspace->arch_aspace().Query((vaddr_t)ptr, &pa, nullptr); local

Completed in 192 milliseconds

123