Home
last modified time | relevance | path

Searched refs:one (Results 351 - 375 of 2343) sorted by relevance

1...<<11121314151617181920>>...94

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dconditional-type.c11 one, enumerator
/third_party/skia/src/pathops/
H A DSkPathOpsCommon.h26 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
/third_party/tzdata/
H A Dchecknow.awk48 printf "zonenow.tab should have one of:%s\n", zones[data]
/third_party/skia/include/effects/
H A DSkOpPathEffect.h22 * If either one or two is nullptr, then the original path is passed through to the op.
24 static sk_sp<SkPathEffect> Make(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op);
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DLiteTest.java1602 TestAllTypesLite one = TestUtilLite.getAllLiteSetBuilder().build(); in testMergeFrom_sanity()
1603 byte[] bytes = one.toByteArray(); in testMergeFrom_sanity()
1606 one = one.toBuilder().mergeFrom(one).build(); in testMergeFrom_sanity()
1608 assertEquals(one, two); in testMergeFrom_sanity()
1609 assertEquals(two, one); in testMergeFrom_sanity()
1610 assertEquals(one.hashCode(), two.hashCode()); in testMergeFrom_sanity()
1625 TestAllTypesLite one = TestUtilLite.getAllLiteSetBuilder().build(); in testEquals_notEqual()
1626 byte[] bytes = one in testEquals_notEqual()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c230 int one = 1; in set_transparent() local
234 if (-1 == setsockopt(fd, SOL_IP, IP_TRANSPARENT, &one, sizeof(one))) in set_transparent()
238 if (-1 == setsockopt(fd, IPPROTO_IPV6, IPV6_TRANSPARENT, &one, sizeof(one))) in set_transparent()
301 int one = 1; in sock_listen_mptcp() local
313 if (-1 == setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &one, in sock_listen_mptcp()
314 sizeof(one))) in sock_listen_mptcp()
500 xerror("tcp_inq %u is larger than one kbyte\n", inq); in process_cmsg()
/third_party/libabigail/tools/
H A Dfedabipkgdiff101 # second one is a vector containing the needed debuginfo packages
102 # (yes there can be more than one), and the last one is the package
174 :return: True if distro is the one specific to Fedora, like fc24, el7.
307 :raises AttributeError: if name is not one of keys of RPM information.
380 Local RPM means the one that could be already downloaded or built from
397 Returned filename is just the one passed when initializing this RPM.
443 A collection can contain one or more sets of RPMs. Each set of
446 For a given architecture, a set of RPMs is made of one RPM and its
502 'Found more than one debuginf
[all...]
/third_party/node/src/
H A Dnode_sockaddr.cc120 const SocketAddress& one, in is_match_ipv4()
123 reinterpret_cast<const sockaddr_in*>(one.data()); in is_match_ipv4()
130 const SocketAddress& one, in is_match_ipv6()
133 reinterpret_cast<const sockaddr_in6*>(one.data()); in is_match_ipv6()
157 const SocketAddress& one, in compare_ipv4()
160 reinterpret_cast<const sockaddr_in*>(one.data()); in compare_ipv4()
175 const SocketAddress& one, in compare_ipv6()
178 reinterpret_cast<const sockaddr_in6*>(one.data()); in compare_ipv6()
119 is_match_ipv4( const SocketAddress& one, const SocketAddress& two) is_match_ipv4() argument
129 is_match_ipv6( const SocketAddress& one, const SocketAddress& two) is_match_ipv6() argument
156 compare_ipv4( const SocketAddress& one, const SocketAddress& two) compare_ipv4() argument
174 compare_ipv6( const SocketAddress& one, const SocketAddress& two) compare_ipv6() argument
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_fline.S6 | First determine if the exception is one of the unimplemented
35 | the equate is valid only after a 'link a6' has pushed one more
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dfault-armv.c74 * holding one similar spinlock. in do_pte_lock()
219 register unsigned long zero = 0, one = 1, val; in check_writebuffer() local
223 *p1 = one; in check_writebuffer()
/kernel/linux/linux-5.10/arch/mips/sibyte/common/
H A Dcfe.c80 static const int one = 1; in cfe_linux_halt() local
82 cfe_linux_exit((void *)&one); in cfe_linux_halt()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_fline.S6 | First determine if the exception is one of the unimplemented
35 | the equate is valid only after a 'link a6' has pushed one more
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dfault-armv.c74 * holding one similar spinlock. in do_pte_lock()
221 register unsigned long zero = 0, one = 1, val; in check_writebuffer() local
225 *p1 = one; in check_writebuffer()
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
H A Dbugs.c214 int one; member
220 int one; member
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Dmetric_test.py26 one = Constant(1)
27 self.assertEqual((a + one).ToPerfJson(), 'a + 1')
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_deblock_lasx.c123 __m256i one = __lasx_xvnor_v(zero, zero); in ff_h264_loop_filter_strength_lasx() local
138 H264_LOOP_FILTER_STRENGTH_ITERATION_LASX(32, 8, mask_mv0, 0, -1, one); in ff_h264_loop_filter_strength_lasx()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264_deblock_msa.c130 v16i8 one = __msa_fill_b(0xff); in ff_h264_loop_filter_strength_msa() local
144 h264_loop_filter_strength_iteration_msa(32, 8, mask_mv0, 0, -1, one); in ff_h264_loop_filter_strength_msa()
/third_party/gn/src/gn/
H A Dcommand_check.cc68 one (although not general regular expressions). If specified, only those
129 - There can be multiple targets with an included file: only one needs to be
167 In rare cases it makes sense to list a header in more than one target if it
/third_party/libunwind/libunwind/doc/
H A Dunw_init_local.tex24 starts. The machine-state is expected to be one provided by a call to
48 Otherwise the negative value of one of the error-codes below is
H A Dunw_set_caching_policy.tex21 \Var{policy}. The \Var{policy} argument can take one of three
51 Otherwise the negative value of one of the error-codes below is
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm96 The returned result is a hash table reference, with each key being one of
141 The returned result is a hash table reference, with each key being one of
/third_party/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm96 The returned result is a hash table reference, with each key being one of
141 The returned result is a hash table reference, with each key being one of
/kernel/linux/linux-5.10/tools/perf/util/
H A Dexpr.h57 int expr__find_other(const char *expr, const char *one,
/third_party/node/test/common/
H A Dbenchmark.js31 // that the benchmark file runs just one set of options. This helps keep the
38 `benchmark file not running exactly one configuration in test: ${stdout}`,
/third_party/typescript/tests/baselines/reference/
H A DenumLiteralUnionNotWidened.js3 enum A { one = "one", two = "two" };
27 A["one"] = "one";

Completed in 14 milliseconds

1...<<11121314151617181920>>...94