Home
last modified time | relevance | path

Searched defs:res (Results 1326 - 1350 of 4921) sorted by relevance

1...<<51525354555657585960>>...197

/third_party/skia/third_party/externals/icu/source/samples/legacy/
H A Doldcol.cpp51 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1); in compare_legacy() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DQuerySet.cpp76 std::pair<std::set<wgpu::PipelineStatisticName>::iterator, bool> res = in ValidateQuerySetDescriptor() local
/third_party/openssl/test/
H A Dhmactest.c255 int res = 0; in test_hmac_copy_uninited() local
H A Derrtest.c294 int res = 0; in test_clear_error() local
/third_party/optimized-routines/string/test/
H A Dmte.h34 int res = prctl (PR_SET_TAGGED_ADDR_CTRL, in mte_enabled() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmemory.cpp43 auto res = munmap(ptr, count * pageSize()); in freePages() local
48 auto res = mprotect(addr, pageSize(), PROT_NONE); in protectPage() local
115 auto res = VirtualFree(ptr, 0, MEM_RELEASE); in freePages() local
121 auto res in protectPage() local
[all...]
H A Dosfiber_ucontext.h115 auto res = getcontext(&out->context); in createFiber() local
131 auto res = swapcontext(&context, &fiber->context); in switchTo() local
/third_party/vixl/examples/aarch64/
H A Dnon-const-visitor.cc85 int64_t res = simulator.ReadXRegister(0); in RunNonConstVisitorTestGeneratedCode() local
/third_party/python/Modules/_ssl/
H A Ddebughelpers.c16 PyObject *res = NULL; in _PySSL_msg_callback() local
122 int res, e; in _PySSL_keylog_callback() local
/third_party/python/Objects/
H A Dboolobject.c12 PyObject *res = self == Py_True ? &_Py_ID(True) : &_Py_ID(False); in bool_repr() local
/third_party/python/Modules/
H A Datexitmodule.c98 PyObject *res = PyObject_Call(cb->func, cb->args, cb->kwargs); in atexit_callfuncs() local
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dzsh.rs516 let mut res = vec![]; in arg_conflicts() variables
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler_test.cc64 std::vector<size_t> res; in GetSizes() local
H A Dhash_policy_testing.h159 std::vector<typename std::decay<typename Set::key_type>::type> res; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dspinlock.h88 bool res = TryLockImpl(); in ABSL_EXCLUSIVE_TRYLOCK_FUNCTION() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Duniform_real_distribution.h166 const result_type res = p.a() + (sample * p.range_); in operator ()() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_consume.cc70 std::array<CordRep*, 2> res = ClipConcat(rep->concat()); in Consume() local
/third_party/skia/modules/svg/src/
H A DSkSVGFilterContext.cpp39 const Result* res = nullptr; in filterPrimitiveSubregion() local
102 const Result* res = findResultById(inputType.id()); in getInput() local
/third_party/rust/crates/once_cell/src/
H A Dimp_pl.rs50 let mut res: Result<(), E> = Ok(()); variables
/third_party/rust/crates/nom/src/bytes/
H A Dcomplete.rs648 let mut res = input.new_builder(); escaped_transform() variables
[all...]
/third_party/rust/crates/nom/src/multi/
H A Dmod.rs176 let mut res = crate::lib::std::vec::Vec::new(); in many_till() variables
239 let mut res = Vec::new(); in separated_list0() variables
313 let mut res in separated_list1() variables
397 let mut res = crate::lib::std::vec::Vec::with_capacity(min.min(max_initial_capacity)); many_m_n() variables
579 let mut res = crate::lib::std::vec::Vec::with_capacity(count.min(max_initial_capacity)); count() variables
702 let mut res = init(); fold_many0() variables
1029 let mut res = Vec::new(); length_count() variables
[all...]
/third_party/spirv-tools/source/opt/
H A Dremove_duplicates_pass.cpp48 auto res = capabilities.insert(i->GetSingleWordOperand(0u)); in RemoveDuplicateCapabilities() local
72 auto res = ext_inst_imports.emplace(i->GetInOperand(0u).AsString(), in RemoveDuplicatesExtInstImports() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal-rsa.c42 struct crypto_private_key *res; in crypto_private_key_import() local
H A Dmilenage.c237 u8 res[8], ck[16], ik[16]; in gsm_milenage() local
88 milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar) milenage_f2345() argument
173 milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len) milenage_generate() argument
270 milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len, u8 *auts) milenage_check() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_common.c13 void wpa_scan_results_free(struct wpa_scan_results *res) in wpa_scan_results_free() argument

Completed in 12 milliseconds

1...<<51525354555657585960>>...197