Searched refs:find (Results 5251 - 5275 of 7616) sorted by relevance
1...<<211212213214215216217218219220>>...305
| /foundation/communication/dhcp/services/dhcp_client/src/ |
| H A D | dhcp_result_store_manager.cpp | 120 std::string::size_type npos = line.find("="); in ReadNetworkSection()
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | dhcp_server_stub.cpp | 84 HandleFuncMap::iterator iter = handleFuncMap.find(code); in OnRemoteRequest() 86 DHCP_LOGI("not find function to deal, code %{public}u", code); in OnRemoteRequest()
|
| /foundation/communication/dhcp/services/utils/src/ |
| H A D | dhcp_arp_checker.cpp | 217 auto it = std::find(gwMacLists.begin(), gwMacLists.end(), gwMacAddr); in SaveGwMacAddr()
|
| /kernel/linux/linux-5.10/arch/alpha/lib/ |
| H A D | ev6-clear_user.S | 53 and $16, 7, $4 # .. E .. .. : find dest head misalignment
|
| H A D | ev6-memchr.S | 11 * - does binary search to find 0 byte in last 44 # below when we find the address of the last byte. Given
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| H A D | bitops.h | 297 * __flogr - find leftmost one 348 * __ffs - find first bit in word. 359 * ffs - find first bit set 374 * __fls - find last (most-significant) set bit in a long word 385 * fls64 - find last set bit in a 64-bit word 403 * fls - find last (most-significant) bit set 425 #include <asm-generic/bitops/find.h>
|
| /kernel/linux/linux-6.6/arch/alpha/lib/ |
| H A D | ev6-clear_user.S | 53 and $16, 7, $4 # .. E .. .. : find dest head misalignment
|
| H A D | ev6-memchr.S | 11 * - does binary search to find 0 byte in last 44 # below when we find the address of the last byte. Given
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/ |
| H A D | ftracetest | 78 echo `find $1 -name \*.tc | sort`
|
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | sch_mq.c | 301 .find = mq_find,
|
| H A D | sch_skbprio.c | 282 .find = skbprio_find,
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | bpf_helpers_doc.py | 145 offset = self.reader.read().find('* Start of BPF helper function descriptions:') 147 raise Exception('Could not find start of eBPF helper descriptions list')
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | streamline_config.pl | 139 my @makefiles = `find $ksource -name Makefile -or -name Kbuild 2>/dev/null`; 615 # we could not find a reason to keep enabled.
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| H A D | attr.py | 170 if name.find("event") == -1: 242 # For each expected event find all matching
|
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | sch_skbprio.c | 275 .find = skbprio_find,
|
| H A D | sch_mq.c | 259 .find = mq_find,
|
| /kernel/linux/linux-6.6/scripts/package/ |
| H A D | builddeb | 36 sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' \ 130 for module in $(find ${image_pdir}/lib/modules/ -name *.ko -printf '%P\n'); do
|
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| H A D | streamline_config.pl | 139 my @makefiles = `find $ksource -name Makefile -or -name Kbuild 2>/dev/null`; 615 # we could not find a reason to keep enabled.
|
| /kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
| H A D | Makefile | 89 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/ |
| H A D | ftracetest | 79 echo `find $1 -name \*.tc | sort`
|
| /test/testfwk/developer_test/src/core/testcase/ |
| H A D | testcase_manager.py | 241 if -1 != suite_file.replace(test_case_out_path, "").find(
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
| H A D | mock_idevice.cpp | 254 if (m_fds.find(buffer.fd) == m_fds.end()) { in ReleaseBuffer()
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| H A D | mock_idevice.cpp | 252 if (m_fds.find(buffer.fd) == m_fds.end()) { in ReleaseBuffer()
|
| /test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
| H A D | mock_idevice.cpp | 236 if (m_fds.find(buffer.fd) == m_fds.end()) { in ReleaseBuffer()
|
| /test/xts/acts/ai/nncore/common/ |
| H A D | mock_idevice.cpp | 252 if (m_fds.find(buffer.fd) == m_fds.end()) { in ReleaseBuffer()
|
Completed in 17 milliseconds
1...<<211212213214215216217218219220>>...305