Searched refs:found (Results 1 - 25 of 639) sorted by relevance

1234567891011>>

/fuchsia/zircon/kernel/top/
H A Dinit.cpp5 // license that can be found in the LICENSE file or at
41 const struct lk_init_struct* found = NULL; local
56 if (found && found->level <= ptr->level)
61 found = ptr;
70 found = ptr;
75 if (!found)
79 if (found->level >= EARLIEST_TRACE_LEVEL) {
81 arch_curr_cpu_num(), found->hook, found
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dos-linux.c38 int found = 0, rc; local
47 found = 1;
51 if (!found)
/fuchsia/zircon/scripts/
H A Dnetboot-zircon6 # license that can be found in the LICENSE file or at
13 echo Build directory ${BUILD_DIR} not found
/fuchsia/zircon/kernel/target/arm64/board/hikey960/
H A Drules.mk4 # license that can be found in the LICENSE file or at
/fuchsia/zircon/system/dev/audio/lib/
H A Drules.mk3 # found in the LICENSE file.
/fuchsia/zircon/system/dev/audio/intel-hda/
H A Drules.mk3 # found in the LICENSE file.
/fuchsia/zircon/system/dev/lib/broadcom/
H A Drules.mk3 # found in the LICENSE file.
/fuchsia/zircon/system/dev/usb/usb-test/
H A Drules.mk3 # found in the LICENSE file.
/fuchsia/zircon/system/host/h2md/
H A Drules.mk3 # found in the LICENSE file.
/fuchsia/zircon/system/host/mkkdtb/
H A Drules.mk3 # found in the LICENSE file.
/fuchsia/zircon/system/ulib/virtio/
H A Drules.mk3 # found in the LICENSE file.
/fuchsia/zircon/system/ulib/audio-proto-utils/
H A Dformat-utils.cpp3 // found in the LICENSE file.
21 const uint32_t* found = fbl::lower_bound(RATES_48000_FAMILY, RATES_48000_FAMILY_LAST, rate); local
22 return ((found < RATES_48000_FAMILY_LAST) && (*found == rate));
26 const uint32_t* found = fbl::lower_bound(RATES_44100_FAMILY, RATES_44100_FAMILY_LAST, rate); local
27 return ((found < RATES_44100_FAMILY_LAST) && (*found == rate));
110 // No supported frame rates found. Declare no-match.
171 // no more matches to be found in it.
/fuchsia/zircon/system/uapp/nand-util/
H A Daml.cpp3 // found in the LICENSE file.
37 // Returns the number of valid bad block tables found.
39 int found = 0; local
44 found++;
46 return found / g_bbt_size;
/fuchsia/zircon/system/utest/fs/
H A Dmain.cpp3 // found in the LICENSE file.
58 bool found = false; local
61 found = true;
66 if (!found) {
67 fprintf(stderr, "Error: Filesystem not found\n");
H A Dmisc.c3 // found in the LICENSE file.
29 bool found = false; local
36 found = true;
41 ASSERT_TRUE(found, "Saw an unexpected dirent");
/fuchsia/zircon/system/host/netprotocol/
H A Dnetaddr.c3 // found in the LICENSE file.
24 static bool found = false; variable
36 if (found && strcmp(found_device_nodename, device->nodename) != 0) {
37 fprintf(stderr, "Multiple devices found, including %s and %s. Specify a hostname.\n",
44 found = true;
96 if (netboot_discover(NB_SERVER_PORT, NULL, on_device, NULL) || !found) {
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Drules.mk4 # license that can be found in the LICENSE file or at
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Drules.mk4 # license that can be found in the LICENSE file or at
/fuchsia/zircon/kernel/arch/x86/page_tables/
H A Drules.mk4 # license that can be found in the LICENSE file or at
/fuchsia/zircon/kernel/dev/hdcp/amlogic_s912/
H A Drules.mk3 # license that can be found in the LICENSE file or at
/fuchsia/zircon/kernel/dev/intel_rng/
H A Drules.mk5 # license that can be found in the LICENSE file or at
/fuchsia/zircon/kernel/dev/hw_rng/
H A Drules.mk5 # license that can be found in the LICENSE file or at
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/common/
H A Drules.mk5 # license that can be found in the LICENSE file or at
/fuchsia/zircon/kernel/dev/interrupt/
H A Drules.mk5 # license that can be found in the LICENSE file or at
/fuchsia/zircon/kernel/dev/iommu/dummy/
H A Drules.mk4 # license that can be found in the LICENSE file or at

Completed in 63 milliseconds

1234567891011>>