Home
last modified time | relevance | path

Searched defs:res (Results 3026 - 3050 of 5108) sorted by relevance

1...<<121122123124125126127128129130>>...205

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp277 dng_resolution res; in BuildExifBlock() local
/third_party/python/Python/
H A Dast.c993 int res = -1; in _PyAST_Validate() local
/third_party/python/Modules/_sha3/
H A Dsha3module.c107 HashReturn res; in py_sha3_new_impl() local
147 res = SHA3_process(&self->hash_state, buf.buf, buf.len); in py_sha3_new_impl() local
226 HashReturn res; _sha3_sha3_224_digest_impl() local
253 HashReturn res; _sha3_sha3_224_hexdigest_impl() local
283 HashReturn res; _sha3_sha3_224_update() local
[all...]
/third_party/python/Modules/
H A D_testinternalcapi.c229 int res = _Py_hashtable_foreach(table, hashtable_cb, &count); in test_hashtable() local
410 PyObject *res = NULL; in encode_locale_ex() local
458 PyObject *res = NULL; in decode_locale_ex() local
H A Dmain.c379 int res = pymain_run_file_obj(program_name, filename, in pymain_run_file() local
535 int res = PyRun_AnyFileFlags(stdin, "<stdin>", &cf); in pymain_repl() local
575 int res = _PyPathConfig_ComputeSysPath0(&config->argv, &path0); in pymain_run_python() local
H A D_localemodule.c200 int res = -1; in locale_decode_monetary() local
/third_party/python/Objects/
H A Dmoduleobject.c451 int res; in PyModule_AddFunctions() local
820 int res = m->md_def->m_traverse((PyObject*)m, visit, arg); in module_traverse() local
835 int res = m->md_def->m_clear((PyObject*)m); in module_clear() local
H A Dbytes_methods.c408 PyObject *res = NULL; in _Py_bytes_maketrans() local
516 Py_ssize_t res; in Py_LOCAL_INLINE() local
[all...]
H A Dclassobject.c249 PyObject *res; in method_richcompare() local
457 PyObject *res; in instancemethod_richcompare() local
[all...]
H A Dfileobject.c384 long res; in stdprinter_isatty() local
390 res = isatty(self->fd); in stdprinter_isatty() local
H A Dstructseq.c138 PyStructSequence *res = NULL; in structseq_new_impl() local
/third_party/python/Objects/stringlib/
H A Dfastsearch.h606 Py_ssize_t hits = 0, res; in adaptive_find() local
/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_debug.h52 int res; in NEG16() local
65 long long res; in NEG32() local
80 int res; _EXTRACT16() local
93 int res; _EXTEND32() local
106 int res; _SHR16() local
120 int res; _SHL16() local
134 long long res; SHR32() local
149 long long res; SHL32() local
176 int res; _ADD16() local
193 int res; _SUB16() local
208 long long res; _ADD32() local
224 long long res; SUB32() local
241 int res; MULT16_16_16() local
256 long long res; _MULT16_16() local
277 long long res; _MULT16_32_QX() local
293 long long res; MULT16_32_PX() local
328 long long res; MULT16_16_Q11_32() local
342 long long res; MULT16_16_Q13() local
356 long long res; MULT16_16_Q14() local
370 long long res; MULT16_16_Q15() local
387 long long res; MULT16_16_P13() local
404 long long res; MULT16_16_P14() local
421 long long res; MULT16_16_P15() local
441 long long res; _DIV32_16() local
467 long long res; _DIV32() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-waveout.c121 MMRESULT res; in do_write() local
197 MMRESULT res; in do_read() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dparse_context.cc108 auto res = next_chunk_; in Next() local
343 std::pair<const char*, uint32> VarintParseSlow32(const char* p, uint32 res) { in VarintParseSlow32() argument
362 uint64 res = res32; in VarintParseSlow64() local
373 std::pair<const char*, uint32> ReadTagFallback(const char* p, uint32 res) { in ReadTagFallback() argument
384 ReadSizeFallback(const char* p, uint32 res) ReadSizeFallback() argument
[all...]
/third_party/python/Modules/_io/
H A Diobase.c131 PyObject *res; in iobase_is_closed() local
179 PyObject *res; in iobase_check_closed() local
223 PyObject *res, *exc, *val, *tb; in _io__IOBase_close_impl() local
254 PyObject *res; iobase_finalize() local
379 PyObject *res = PyObject_CallMethodNoArgs(self, &_Py_ID(seekable)); _PyIOBase_check_seekable() local
412 PyObject *res = PyObject_CallMethodNoArgs(self, &_Py_ID(readable)); _PyIOBase_check_readable() local
445 PyObject *res = PyObject_CallMethodNoArgs(self, &_Py_ID(writable)); _PyIOBase_check_writable() local
756 PyObject *iter, *res; _io__IOBase_writelines() local
910 PyObject *b, *res; _io__RawIOBase_read_impl() local
[all...]
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs63 let mut res = Self::new(name, ident, None, argument_casing, env_casing, kind); in from_args_struct() variables
80 let mut res = Self::new(name, ident, None, argument_casing, env_casing, kind); in from_subcommand_enum() variables
97 let mut res = Self::new(name, ident, None, argument_casing, env_casing, kind); from_value_enum() variables
132 let mut res = Self::new( from_subcommand_variant() variables
177 let mut res = Self::new( from_value_enum_variant() variables
205 let mut res = Self::new( from_args_field() variables
1332 let mut res = String::with_capacity(author.len()); process_author_str() variables
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_benchmark.cc140 std::string res; in operator ()() local
/third_party/skia/modules/skottie/src/
H A DSkottieTest.cpp428 static SkRect ComputeShapeResultBounds(const skottie::Shaper::Result& res) { in ComputeShapeResultBounds() argument
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DCubeActivity.java174 public CubeRenderer(Resources res) { in CubeRenderer() argument
/third_party/rust/crates/once_cell/tests/
H A Dit.rs624 let mut res = vec![1, 1]; in eval_once_macro() variables
[all...]
/third_party/spirv-tools/source/link/
H A Dlinker.cpp756 spv_result_t res = ShiftIdsInModules(consumer, &modules, &max_id_bound); in Link() local
[all...]
/third_party/spirv-tools/test/
H A Dhex_float_test.cpp252 FloatProxy<float> res; in TEST_P() local
253 ss >> res; in TEST_P() local
261 FloatProxy<double> res; in TEST_P() local
262 ss >> res; in TEST_P() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp179 UVec3 res; in readResultVec() local
H A Des31fShaderAtomicOpTests.cpp59 T res = v[0]; in product() local

Completed in 30 milliseconds

1...<<121122123124125126127128129130>>...205