/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | conditional-type.c | 11 one, enumerator
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCommon.h | 26 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
|
/third_party/tzdata/ |
H A D | checknow.awk | 48 printf "zonenow.tab should have one of:%s\n", zones[data]
|
/third_party/skia/include/effects/ |
H A D | SkOpPathEffect.h | 22 * 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 D | LiteTest.java | 1602 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 D | mptcp_connect.c | 230 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 D | fedabipkgdiff | 101 # 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 D | node_sockaddr.cc | 120 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 D | x_fline.S | 6 | 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 D | fault-armv.c | 74 * 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 D | cfe.c | 80 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 D | x_fline.S | 6 | 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 D | fault-armv.c | 74 * 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 D | bugs.c | 214 int one; member 220 int one; member
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric_test.py | 26 one = Constant(1) 27 self.assertEqual((a + one).ToPerfJson(), 'a + 1')
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264_deblock_lasx.c | 123 __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 D | h264_deblock_msa.c | 130 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 D | command_check.cc | 68 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 D | unw_init_local.tex | 24 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 D | unw_set_caching_policy.tex | 21 \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 D | Query.pm | 96 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 D | Query.pm | 96 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 D | expr.h | 57 int expr__find_other(const char *expr, const char *one,
|
/third_party/node/test/common/ |
H A D | benchmark.js | 31 // 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 D | enumLiteralUnionNotWidened.js | 3 enum A { one = "one", two = "two" }; 27 A["one"] = "one";
|