Home
last modified time | relevance | path

Searched defs:accumulator (Results 1 - 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
H A Dtagged-impl.cc23 void TaggedImpl<kRefType, StorageType>::ShortPrint(StringStream* accumulator) { in ShortPrint() argument
H A Dkeys.cc182 MaybeHandle<FixedArray> FilterProxyKeys(KeyAccumulator* accumulator, in FilterProxyKeys() argument
804 CommonCopyEnumKeysTo(Isolate* isolate, Handle<Dictionary> dictionary, Handle<FixedArray> storage, KeyCollectionMode mode, KeyAccumulator* accumulator) CommonCopyEnumKeysTo() argument
852 CopyEnumKeysTo(Isolate* isolate, Handle<Dictionary> dictionary, Handle<FixedArray> storage, KeyCollectionMode mode, KeyAccumulator* accumulator) CopyEnumKeysTo() argument
877 CopyEnumKeysTo(Isolate* isolate, Handle<SwissNameDictionary> dictionary, Handle<FixedArray> storage, KeyCollectionMode mode, KeyAccumulator* accumulator) CopyEnumKeysTo() argument
890 GetOwnEnumPropertyDictionaryKeys(Isolate* isolate, KeyCollectionMode mode, KeyAccumulator* accumulator, Handle<JSObject> object, T raw_dictionary) GetOwnEnumPropertyDictionaryKeys() argument
[all...]
H A Dbigint.cc1310 Allocate(IsolateT* isolate, bigint::FromStringAccumulator* accumulator, bool negative, AllocationType allocation) Allocate() argument
/third_party/ffmpeg/libavfilter/
H A Dphase_template.c28 #undef accumulator macro
31 #define accumulator int macro
34 #define accumulator int64_t macro
H A Dvf_removelogo.c389 unsigned int accumulator = 0, divisor = 0; in blur_pixel() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc127 Handle<Object> accumulator = args.at(2); in RUNTIME_FUNCTION() local
177 Handle<Object> accumulator = args.at(2); in RUNTIME_FUNCTION() local
55 PrintRegisters(UnoptimizedFrame* frame, std::ostream& os, bool is_input, interpreter::BytecodeArrayIterator& bytecode_iterator, Handle<Object> accumulator) PrintRegisters() argument
[all...]
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DBitReader.cs37 internal long accumulator; field in Org.Brotli.Dec.BitReader
[all...]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dfixed-dtoa.cc43 uint64_t accumulator; in Multiply() local
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Dfixed-dtoa.cc25 uint64_t accumulator; in Multiply() local
[all...]
H A Dbignum.cc324 DoubleChunk accumulator = 0; in MultiplyByPowerOfTen() local
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dfromstring.cc13 FromStringClassic(RWDigits Z, FromStringAccumulator* accumulator) FromStringClassic() argument
89 FromStringLarge(RWDigits Z, FromStringAccumulator* accumulator) FromStringLarge() argument
240 FromStringBasePowerOfTwo( RWDigits Z, FromStringAccumulator* accumulator) FromStringBasePowerOfTwo() argument
306 FromString(RWDigits Z, FromStringAccumulator* accumulator) FromString() argument
324 FromString(RWDigits Z, FromStringAccumulator* accumulator) FromString() argument
[all...]
/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h305 V8_INLINE Handle<String> accumulator() { return accumulator_; } in accumulator() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_parse.cc263 T accumulator = *out; in ConsumeDigits() local
H A Dcharconv_bigint.h324 uint64_t accumulator = 0; in DivMod() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h48 ValueNode* accumulator() const { in accumulator() function in v8::internal::maglev::InterpreterFrameState
165 ValueNode*& accumulator(const MaglevCompilationUnit& info) { in accumulator() function in v8::internal::maglev::CompactInterpreterFrameState
168 ValueNode* accumulator(const MaglevCompilationUnit& info) const { in accumulator() function in v8::internal::maglev::CompactInterpreterFrameState
/third_party/node/deps/v8/src/compiler/
H A Dverifier.cc570 Node* accumulator = state.stack(); in Check() local
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc289 Local<String> accumulator = String::Empty(isolate); in GetStdout() local
/third_party/python/Objects/stringlib/
H A Dunicode_format.h113 Py_ssize_t accumulator = 0; in get_integer() local
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c958 accumulate_uint32(const uint32_t *report0, const uint32_t *report1, uint64_t *accumulator) accumulate_uint32() argument
967 accumulate_uint40(int a_index, const uint32_t *report0, const uint32_t *report1, uint64_t *accumulator) accumulate_uint40() argument
[all...]
H A Dintel_perf.h137 uint64_t accumulator[MAX_OA_REPORT_COUNTERS]; member
/third_party/python/Python/
H A Dformatter_unicode.c63 Py_ssize_t accumulator, digitval, pos = *ppos; in get_integer() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c2171 ecma_value_t accumulator = ECMA_VALUE_UNDEFINED; in ecma_builtin_array_reduce_from() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c559 ecma_value_t accumulator = ECMA_VALUE_UNDEFINED; in ecma_builtin_typedarray_prototype_reduce_with_direction() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1375 getProperties(v8::Local<v8::Context> context, v8::Local<v8::Object> object, bool ownProperties, bool accessorPropertiesOnly, bool nonIndexedPropertiesOnly, PropertyAccumulator* accumulator) getProperties() argument
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc143 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
156 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
1202 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
1917 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
1928 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
1939 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
1950 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2022 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2031 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2040 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2049 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2058 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2067 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2076 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2086 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2095 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2113 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2130 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2150 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
2694 TNode<Object> accumulator = GetAccumulator(); IGNITION_HANDLER() local
[all...]

Completed in 46 milliseconds

12