Searched defs:new_value (Results 101 - 125 of 178) sorted by relevance

12345678

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c300 const int new_value = (sum_map >= xmis * ymis / 2); local
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;
/external/chromium_org/third_party/re2/util/
H A Dsparse_array.h163 pair<iterator, bool> insert(const value_type& new_value);
323 const value_type& new_value) {
326 if (has_index(new_value.index_)) {
327 p = make_pair(dense_.begin() + sparse_to_dense_[new_value.index_], false);
329 p = make_pair(set_new(new_value.index_, new_value.second), true);
322 insert( const value_type& new_value) argument
/external/chromium_org/third_party/skia/src/utils/
H A DSkRTConf.cpp272 T new_value = doParse<T>(str, &success); local
274 *value = new_value;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-linuxppc.h94 Atomic32 new_value,
105 : "r" (value), "r" (old_value), "r" (new_value)
111 Atomic32 new_value,
114 t = OSAtomicCompareAndSwap32(old_value, new_value, value);
125 Atomic32 new_value,
128 return OSAtomicCompareAndSwap32(old_value, new_value, value);
144 Atomic32 new_value) {
147 if (OSAtomicCompareAndSwap32(old_value, new_value,
157 Atomic32 new_value) {
161 } while (!OSAtomicCompareAndSwap32(old_value, new_value,
93 OSAtomicCompareAndSwap32(Atomic32 old_value, Atomic32 new_value, Atomic32 *value) argument
110 OSAtomicCompareAndSwap32Acquire(Atomic32 old_value, Atomic32 new_value, Atomic32 *value) argument
124 OSAtomicCompareAndSwap32Release(Atomic32 old_value, Atomic32 new_value, Atomic32 *value) argument
142 NoBarrier_CompareAndSwap(volatile Atomic32 *ptr, Atomic32 old_value, Atomic32 new_value) argument
156 NoBarrier_AtomicExchange(volatile Atomic32 *ptr, Atomic32 new_value) argument
176 Acquire_CompareAndSwap(volatile Atomic32 *ptr, Atomic32 old_value, Atomic32 new_value) argument
190 Release_CompareAndSwap(volatile Atomic32 *ptr, Atomic32 old_value, Atomic32 new_value) argument
234 OSAtomicCompareAndSwap64(Atomic64 old_value, Atomic64 new_value, Atomic64 *value) argument
251 OSAtomicCompareAndSwap64Acquire(Atomic64 old_value, Atomic64 new_value, Atomic64 *value) argument
265 OSAtomicCompareAndSwap64Release(Atomic64 old_value, Atomic64 new_value, Atomic64 *value) argument
273 NoBarrier_CompareAndSwap(volatile Atomic64 *ptr, Atomic64 old_value, Atomic64 new_value) argument
287 NoBarrier_AtomicExchange(volatile Atomic64 *ptr, Atomic64 new_value) argument
307 Acquire_CompareAndSwap(volatile Atomic64 *ptr, Atomic64 old_value, Atomic64 new_value) argument
321 Release_CompareAndSwap(volatile Atomic64 *ptr, Atomic64 old_value, Atomic64 new_value) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-linuxppc.h94 Atomic32 new_value,
105 : "r" (value), "r" (old_value), "r" (new_value)
111 Atomic32 new_value,
114 t = OSAtomicCompareAndSwap32(old_value, new_value, value);
125 Atomic32 new_value,
128 return OSAtomicCompareAndSwap32(old_value, new_value, value);
144 Atomic32 new_value) {
147 if (OSAtomicCompareAndSwap32(old_value, new_value,
157 Atomic32 new_value) {
161 } while (!OSAtomicCompareAndSwap32(old_value, new_value,
93 OSAtomicCompareAndSwap32(Atomic32 old_value, Atomic32 new_value, Atomic32 *value) argument
110 OSAtomicCompareAndSwap32Acquire(Atomic32 old_value, Atomic32 new_value, Atomic32 *value) argument
124 OSAtomicCompareAndSwap32Release(Atomic32 old_value, Atomic32 new_value, Atomic32 *value) argument
142 NoBarrier_CompareAndSwap(volatile Atomic32 *ptr, Atomic32 old_value, Atomic32 new_value) argument
156 NoBarrier_AtomicExchange(volatile Atomic32 *ptr, Atomic32 new_value) argument
176 Acquire_CompareAndSwap(volatile Atomic32 *ptr, Atomic32 old_value, Atomic32 new_value) argument
190 Release_CompareAndSwap(volatile Atomic32 *ptr, Atomic32 old_value, Atomic32 new_value) argument
234 OSAtomicCompareAndSwap64(Atomic64 old_value, Atomic64 new_value, Atomic64 *value) argument
251 OSAtomicCompareAndSwap64Acquire(Atomic64 old_value, Atomic64 new_value, Atomic64 *value) argument
265 OSAtomicCompareAndSwap64Release(Atomic64 old_value, Atomic64 new_value, Atomic64 *value) argument
273 NoBarrier_CompareAndSwap(volatile Atomic64 *ptr, Atomic64 old_value, Atomic64 new_value) argument
287 NoBarrier_AtomicExchange(volatile Atomic64 *ptr, Atomic64 new_value) argument
307 Acquire_CompareAndSwap(volatile Atomic64 *ptr, Atomic64 old_value, Atomic64 new_value) argument
321 Release_CompareAndSwap(volatile Atomic64 *ptr, Atomic64 old_value, Atomic64 new_value) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c37 // - new_value : New additional value.
43 static void MeanEstimatorFloat(float new_value, argument
47 *mean_value += (new_value - *mean_value) * scale;
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c370 uintptr_t new_value) {
372 , context, index, new_value);
374 ufc->resumeParameters[index] = new_value;
402 uintptr_t new_value) {
404 context, new_value);
406 ufc->resumeLocation = new_value - 1;
369 _Unwind_SetGR(struct _Unwind_Context *context, int index, uintptr_t new_value) argument
401 _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t new_value) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c300 const int new_value = (sum_map >= xmis * ymis / 2); local
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;
/external/lldb/source/Interpreter/
H A DOptionValue.cpp334 OptionValue::SetBooleanValue (bool new_value) argument
339 option_value->SetCurrentValue(new_value);
408 OptionValue::SetFormatValue (lldb::Format new_value) argument
413 option_value->SetCurrentValue(new_value);
439 OptionValue::SetSInt64Value (int64_t new_value) argument
444 option_value->SetCurrentValue(new_value);
460 OptionValue::SetStringValue (const char *new_value) argument
465 option_value->SetCurrentValue(new_value);
481 OptionValue::SetUInt64Value (uint64_t new_value) argument
486 option_value->SetCurrentValue(new_value);
[all...]
H A DOptionValueProperties.cpp363 OptionValueProperties::SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool new_value) argument
371 value->SetBooleanValue(new_value);
401 OptionValueProperties::SetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value) argument
408 return value->SetEnumerationValue(new_value);
495 OptionValueProperties::SetPropertyAtIndexAsSInt64 (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value) argument
502 return value->SetSInt64Value(new_value);
521 OptionValueProperties::SetPropertyAtIndexAsString (const ExecutionContext *exe_ctx, uint32_t idx, const char *new_value) argument
528 return value->SetStringValue(new_value);
557 OptionValueProperties::SetPropertyAtIndexAsUInt64 (const ExecutionContext *exe_ctx, uint32_t idx, uint64_t new_value) argument
564 return value->SetUInt64Value(new_value);
[all...]
/external/lldb/source/Target/
H A DThreadPlan.cpp141 ThreadPlan::SetStopOthers (bool new_value) argument
H A DThreadPlanCallFunction.cpp500 ThreadPlanCallFunction::SetStopOthers (bool new_value) argument
505 address_plan->SetStopOthers(new_value);
507 m_stop_other_threads = new_value;
H A DThreadPlanStepInRange.cpp269 ThreadPlanStepInRange::SetDefaultFlagValue (uint32_t new_value) argument
272 ThreadPlanStepInRange::s_default_flag_values = new_value;
/external/regex-re2/util/
H A Dsparse_array.h163 pair<iterator, bool> insert(const value_type& new_value);
322 const value_type& new_value) {
325 if (has_index(new_value.index_)) {
326 p = make_pair(dense_.begin() + sparse_to_dense_[new_value.index_], false);
328 p = make_pair(set_new(new_value.index_, new_value.second), true);
321 insert( const value_type& new_value) argument
/external/skia/src/utils/
H A DSkRTConf.cpp272 T new_value = doParse<T>(str, &success); local
274 *value = new_value;
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c54 // - new_value : New additional value.
60 static void MeanEstimatorFloat(float new_value, argument
64 *mean_value += (new_value - *mean_value) * scale;
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc292 scoped_ptr<base::Value> new_value(value);
297 prefs_.SetValue(key, new_value.release());
378 base::Value* new_value = NULL; local
379 bool contains_value = prefs_.GetValue(key, &new_value);
381 std::string value_string = Serialize(new_value);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.cc615 const std::string& new_value,
617 if (UTF16ToUTF8(autofill_profile->GetRawInfo(field_type)) == new_value)
619 autofill_profile->SetRawInfo(field_type, UTF8ToUTF16(new_value));
613 UpdateField( ServerFieldType field_type, const std::string& new_value, AutofillProfile* autofill_profile) argument
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl.cc204 const base::string16& new_value,
209 OnDOMStorageItemSet(area, key, new_value, old_value, page_url));
201 NotifyItemSet( const DOMStorageArea* area, const base::string16& key, const base::string16& new_value, const base::NullableString16& old_value, const GURL& page_url) argument
/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc112 const sync_pb::AppSpecifics& new_value) {
114 entity_specifics.mutable_app()->CopyFrom(new_value);
119 const sync_pb::AutofillSpecifics& new_value) {
121 entity_specifics.mutable_autofill()->CopyFrom(new_value);
126 const sync_pb::AutofillProfileSpecifics& new_value) {
129 CopyFrom(new_value);
134 const sync_pb::BookmarkSpecifics& new_value) {
136 entity_specifics.mutable_bookmark()->CopyFrom(new_value);
141 const sync_pb::NigoriSpecifics& new_value) {
143 entity_specifics.mutable_nigori()->CopyFrom(new_value);
111 SetAppSpecifics( const sync_pb::AppSpecifics& new_value) argument
118 SetAutofillSpecifics( const sync_pb::AutofillSpecifics& new_value) argument
125 SetAutofillProfileSpecifics( const sync_pb::AutofillProfileSpecifics& new_value) argument
133 SetBookmarkSpecifics( const sync_pb::BookmarkSpecifics& new_value) argument
140 SetNigoriSpecifics( const sync_pb::NigoriSpecifics& new_value) argument
176 SetThemeSpecifics( const sync_pb::ThemeSpecifics& new_value) argument
183 SetSessionSpecifics( const sync_pb::SessionSpecifics& new_value) argument
190 SetDeviceInfoSpecifics( const sync_pb::DeviceInfoSpecifics& new_value) argument
197 SetExperimentsSpecifics( const sync_pb::ExperimentsSpecifics& new_value) argument
204 SetPriorityPreferenceSpecifics( const sync_pb::PriorityPreferenceSpecifics& new_value) argument
211 SetEntitySpecifics( const sync_pb::EntitySpecifics& new_value) argument
250 SetTypedUrlSpecifics( const sync_pb::TypedUrlSpecifics& new_value) argument
257 SetExtensionSpecifics( const sync_pb::ExtensionSpecifics& new_value) argument
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels_dec.c89 uint16_t new_value; local
91 new_value = top[x] + sum;
92 out[x] = new_value - cur[x]; // vertical sum of 'r' pixels.
93 cur[x] = new_value;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dclock.cc53 const LONG new_value = 1; local
56 LONG compare_flag = new_value;
58 const LONG new_value = 1; local
60 &help_timer->_sync_flag, new_value, start_value);
/external/chromium_org/tools/gn/
H A Dscope.cc235 const Value& new_value = i->second.value; local
238 if (existing_value && new_value != *existing_value) {
/external/libcxxabi/include/
H A Dunwind.h218 uintptr_t new_value) {
220 _UVRSD_UINT32, &new_value);
229 uintptr_t new_value) {
231 _Unwind_SetGR(context, 15, new_value | thumb_bit);
236 uintptr_t new_value);
238 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
217 _Unwind_SetGR(struct _Unwind_Context* context, int index, uintptr_t new_value) argument
228 _Unwind_SetIP(struct _Unwind_Context* context, uintptr_t new_value) argument
/external/lldb/tools/driver/
H A DIOChannel.cpp630 IOChannel::SetGettingCommand (bool new_value) argument
632 m_getting_command = new_value;

Completed in 2725 milliseconds

12345678