Home
last modified time | relevance | path

Searched refs:one (Results 676 - 700 of 2384) sorted by relevance

1...<<21222324252627282930>>...96

/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex53 returns 0. Otherwise the negative value of one of the error-codes
H A Dunw_get_proc_name.tex46 Otherwise the negative value of one of the error-codes below is
H A Dunw_reg_states_iterate.tex49 value of one of the error-codes below is returned.
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.h254 PVirtualValue one();
/third_party/nghttp2/doc/
H A Dmake.bat18 echo.Please use `make ^<target^>` where ^<target^> is one of
/third_party/ltp/tools/sparse/sparse-src/
H A Dcgcc130 return 1 if $arg =~ /^-W(no-?)?(address-space|bitwise|cast-to-as|cast-truncate|constant-suffix|context|decl|default-bitfield-sign|designated-init|do-while|enum-mismatch|external-function-has-definition|init-cstring|memcpy-max-count|non-pointer-null|old-initializer|one-bit-signed-bitfield|override-init-all|paren-string|ptr-subtraction-blows|return-void|sizeof-bool|sparse-all|sparse-error|transparent-union|typesign|undef|unknown-attribute)$/;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c172 src = lp_build_clamp(&f32_bld, src, f32_bld.zero, f32_bld.one); in lp_build_linear_to_srgb()
H A Dlp_bld_type.c414 bld->one = lp_build_one(gallivm, type); in lp_build_context_init()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DUtil.pm211 # that there is one. Otherwise, MCR assumes that the program
237 will be no indentation at all, and the string will only be one line.
/third_party/openssl/util/perl/OpenSSL/
H A DUtil.pm211 # that there is one. Otherwise, MCR assumes that the program
237 will be no indentation at all, and the string will only be one line.
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c76 changed. This #define is a copy of the one in pcre2_internal.h. */
170 been at least two cases where a program links with two others, one of which
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.cpp33 # error Enable only one of LOAD_NATIVE_DRIVER and LOAD_SWIFTSHADER_DIRECTLY
/third_party/tzdata/
H A Dtzselect.ksh17 # source from one of these locations:
51 # Output one argument as-is to standard output, with trailing newline.
530 echo >&2 'Please select one of the following timezones,'
658 # If there's more than one country, ask the user which one.
701 # If there's more than one region, ask the user which one.
704 echo >&2 'Please select one of the following timezones.'
/third_party/python/Lib/test/
H A Dtest_userdict.py8 d1 = {"one": 1}
9 d2 = {"one": 1, "two": 2}
10 d3 = {"one": 1, "two": 3, "three": 5}
11 d4 = {"one": None, "two": None}
12 d5 = {"one": 1, "two": 1}
30 self.assertEqual(collections.UserDict(one=1, two=2), d2)
32 self.assertEqual(collections.UserDict([('one',1), ('two',2)]), d2)
33 self.assertEqual(collections.UserDict(dict=[('one',1), ('two',2)]),
34 {'dict': [('one', 1), ('two', 2)]})
36 self.assertEqual(collections.UserDict([('one',
[all...]
/third_party/rust/crates/syn/src/
H A Dparse.rs121 //! `#![...]` and parsing the wrong one would be a bug. Similarly [`Punctuated`]
237 /// you will need to go through one of the public parsing entry points.
375 // Cursor<'c> to one with the shorter lifetime Cursor<'a>.
794 /// building an error message if it is not one of a set of expected tokens.
802 /// // A generic parameter, a single one of the comma-separated elements inside
809 /// // error: expected one of: identifier, lifetime, `const`
/third_party/python/Modules/
H A D_testcapimodule.c548 PyObject *num, *one, *temp; in test_long_and_overflow() local
573 one = PyLong_FromLong(1L); in test_long_and_overflow()
574 if (one == NULL) { in test_long_and_overflow()
578 temp = PyNumber_Add(num, one); in test_long_and_overflow()
579 Py_DECREF(one); in test_long_and_overflow()
617 one = PyLong_FromLong(1L); in test_long_and_overflow()
618 if (one == NULL) { in test_long_and_overflow()
622 temp = PyNumber_Subtract(num, one); in test_long_and_overflow()
623 Py_DECREF(one); in test_long_and_overflow()
712 PyObject *num, *one, *tem in test_long_long_and_overflow() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp1086 // If one of the operands is 0, then the result is 0.
1327 const analysis::Constant* one;
1339 one = const_mgr->GetConstant(base_type,
1342 one = const_mgr->GetConstant(base_type,
1347 uint32_t one_id = const_mgr->GetDefiningInstruction(one)->result_id();
1348 one =
1353 FOLD_FPARITH_OP(-), inst->type_id(), {one, constants[3]}, context);
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py123 for one in members:
124 ri.cw.p(one + ';')
1215 for one in members:
1216 line = '.' + one[0]
1217 line += '\t' * ((longest - len(one[0]) - 1 + 7) // 8)
1218 line += '= ' + one[1] + ','
2144 # Write kdoc for enum and flags (one day maybe also structs)
2406 for one in headers:
2407 cw.p(f"#include <{one}>")
2415 for one i
[all...]
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dchecksum_32.S60 addcc %o1, -1, %g0 ! only one byte remains?
63 b 4f ! only one byte remains
327 3: be 3f ! nope, less than one loop remains
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dchecksum_32.S60 addcc %o1, -1, %g0 ! only one byte remains?
63 b 4f ! only one byte remains
320 3: be 3f ! nope, less than one loop remains
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dnmclan_cs.c319 int one; member
992 /* MORE than one retry was needed */ in mace_interrupt()
997 lp->mace_stats.one++; in mace_interrupt()
1170 pr_debug(" one=%-7d defer=%d\n", in pr_mace_stats()
1171 pstats->one, pstats->defer); in pr_mace_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Dnmclan_cs.c319 int one; member
993 /* MORE than one retry was needed */ in mace_interrupt()
998 lp->mace_stats.one++; in mace_interrupt()
1171 pr_debug(" one=%-7d defer=%d\n", in pr_mace_stats()
1172 pstats->one, pstats->defer); in pr_mace_stats()
/third_party/eudev/src/udev/
H A Dudevd.c553 /* one devpath is contained in the other? */ in is_devpath_busy()
1136 int r = 0, one = 1; in main() local
1335 r = setsockopt(fd_worker, SOL_SOCKET, SO_PASSCRED, &one, sizeof(one)); in main()
1533 * queue is empty, lets loop one more time to update the in main()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c95 /* Keep the #if above in sync with the one below that has the same "add platforms here .." comment. */
199 int32_t one=0; in MessageFormatTest() local
249 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2); in MessageFormatTest()
261 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2); in MessageFormatTest()
768 u_uastrcpy(pattern, "The disk {1} contains {0,choice,0#no files|1#one file|1<{0,number} files}"); in TestMsgFormatChoice()
814 u_uastrcpy(expected, "The disk MyDisk contains one file"); in TestMsgFormatChoice()
1014 * in one of the 30 minute offset zones!). */ in TestJ904()
1027 * offset, that is, one with a non-zero minutes/seconds offset in TestJ904()
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak60 # In case the first one didn't do it, try this one. .NET would do the second one.

Completed in 29 milliseconds

1...<<21222324252627282930>>...96