/device/google/contexthub/firmware/src/cpu/x86/ |
atomic.c | 41 uint32_t atomicXchgByte(volatile uint8_t *byte, uint32_t newVal) 43 return __atomic_exchange_n(byte, newVal, __ATOMIC_ACQ_REL); 50 :"0"(newVal) 58 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal) 60 return __atomic_exchange_n(word, newVal, __ATOMIC_ACQ_REL); 67 :"0"(newVal) 75 bool atomicCmpXchgByte(volatile uint8_t *byte, uint32_t prevVal, uint32_t newVal) 77 return __sync_bool_compare_and_swap (byte, prevVal, newVal); 84 :"r"(newVal), "0"(prevVal) 92 bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal) [all...] |
/device/google/contexthub/firmware/inc/cpu/cortexm4f/ |
atomic.h | 21 extern bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal); 23 static inline bool atomicCmpXchgPtr(volatile uintptr_t *word, uintptr_t prevVal, uintptr_t newVal) { 25 return atomicCmpXchg32bits((volatile uint32_t *) word, (uint32_t) prevVal, (uint32_t) newVal);
|
/device/google/contexthub/firmware/src/cpu/cortexm4f/ |
atomic.c | 55 uint32_t atomicXchgByte(volatile uint8_t *byte, uint32_t newVal) 63 :"=r"(prevVal), "=r"(storeFailed), "=r"(newVal), "=r"(byte) 64 :"2"(newVal), "3"(byte) 72 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal) 80 :"=r"(prevVal), "=r"(storeFailed), "=r"(newVal), "=r"(word) 81 :"2"(newVal), "3"(word) 89 bool atomicCmpXchgByte(volatile uint8_t *byte, uint32_t prevVal, uint32_t newVal) 106 :"=r"(storeFailed), "=r"(newVal), "=r"(byte) 107 :"1"(newVal), "2"(byte) 115 bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal) [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/ |
build-release.py | 8 # Does an inplace substitution of the pattern with newVal in inputFile 9 def replace(inputFile, pattern, newVal, ): 10 print 'About to replace repo path to {0} in {1}'.format(newVal, inputFile) 15 line = re.sub(pattern, newVal, line) 21 file.write(newVal + "\n")
|
build-local.py | 8 # Does an inplace substitution of the pattern with newVal in inputFile 9 def replace(inputFile, pattern, newVal, ): 10 print 'About to replace repo path to {0} in {1}'.format(newVal, inputFile) 15 line = re.sub(pattern, newVal, line) 21 file.write(newVal + "\n")
|
/device/google/contexthub/firmware/inc/ |
atomic.h | 30 uint32_t atomicXchgByte(volatile uint8_t *byte, uint32_t newVal); 31 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal); 32 bool atomicCmpXchgByte(volatile uint8_t *byte, uint32_t prevVal, uint32_t newVal); 33 bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dhtmled.h | 168 virtual HRESULT WINAPI put_Names(VARIANT *newVal) = 0; 181 HRESULT (WINAPI *put_Names)(IDEGetBlockFmtNamesParam *This,VARIANT *newVal); 196 #define IDEGetBlockFmtNamesParam_put_Names(This,newVal) (This)->lpVtbl->put_Names(This,newVal) 201 HRESULT WINAPI IDEGetBlockFmtNamesParam_put_Names_Proxy(IDEGetBlockFmtNamesParam *This,VARIANT *newVal); 222 virtual HRESULT WINAPI put_ActivateApplets(VARIANT_BOOL newVal) = 0; 224 virtual HRESULT WINAPI put_ActivateActiveXControls(VARIANT_BOOL newVal) = 0; 226 virtual HRESULT WINAPI put_ActivateDTCs(VARIANT_BOOL newVal) = 0; 228 virtual HRESULT WINAPI put_ShowDetails(VARIANT_BOOL newVal) = 0; 230 virtual HRESULT WINAPI put_ShowBorders(VARIANT_BOOL newVal) = 0 [all...] |
msimcntl.h | 165 virtual HRESULT WINAPI put_Service(short newVal) = 0; 168 virtual HRESULT WINAPI put_AutoLogon(VARIANT_BOOL newVal) = 0; 187 HRESULT (WINAPI *put_Service)(_IUseIMBase *This,short newVal); 190 HRESULT (WINAPI *put_AutoLogon)(_IUseIMBase *This,VARIANT_BOOL newVal); 211 #define _IUseIMBase_put_Service(This,newVal) (This)->lpVtbl->put_Service(This,newVal) 214 #define _IUseIMBase_put_AutoLogon(This,newVal) (This)->lpVtbl->put_AutoLogon(This,newVal) 226 HRESULT WINAPI _IUseIMBase_put_Service_Proxy(_IUseIMBase *This,short newVal); 232 HRESULT WINAPI _IUseIMBase_put_AutoLogon_Proxy(_IUseIMBase *This,VARIANT_BOOL newVal); [all...] |
msptrmac.h | 30 STDMETHOD(put_Balance)(__LONG32 newVal); 32 STDMETHOD(put_Volume) (__LONG32 newVal);
|
msptrmar.h | 30 STDMETHOD(put_Balance)(__LONG32 newVal); 32 STDMETHOD(put_Volume)(__LONG32 newVal);
|
qedit.idl | 95 IUnknown* newVal 107 LONG newVal 127 BSTR newVal
|
adoctint.h | 345 virtual HRESULT WINAPI put_ActiveConnection(VARIANT newVal) = 0; 367 HRESULT (WINAPI *put_ActiveConnection)(_ADOCatalog *This,VARIANT newVal); 392 #define _Catalog_put_ActiveConnection(This,newVal) (This)->lpVtbl->put_ActiveConnection(This,newVal) 407 HRESULT WINAPI _Catalog_put_ActiveConnection_Proxy(_ADOCatalog *This,VARIANT newVal); 435 virtual HRESULT WINAPI put_Name(BSTR newVal) = 0; 458 HRESULT (WINAPI *put_Name)(_ADOTable *This,BSTR newVal); 483 #define _Table_put_Name(This,newVal) (This)->lpVtbl->put_Name(This,newVal) 499 HRESULT WINAPI _Table_put_Name_Proxy(_ADOTable *This,BSTR newVal); [all...] |
qedit.h | 386 IUnknown *newVal) = 0; 395 LONG newVal) = 0; 410 BSTR newVal) = 0; 464 IUnknown *newVal); 476 LONG newVal); 496 BSTR newVal); 543 #define IMediaDet_put_Filter(This,newVal) (This)->lpVtbl->put_Filter(This,newVal) 546 #define IMediaDet_put_CurrentStream(This,newVal) (This)->lpVtbl->put_CurrentStream(This,newVal) [all...] |
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/ |
DurationPicker.java | 60 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { 61 mCurrentDay = newVal; 70 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { 71 mCurrentHour = newVal; 80 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { 81 mCurrentMinute = newVal; 90 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { 91 mCurrentSecond = newVal;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
LocaleObjectCache.java | 39 V newVal = createObject(key); 40 if (key == null || newVal == null) { 45 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); 51 value = newVal;
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
LocaleObjectCache.java | 35 V newVal = createObject(key); 36 if (key == null || newVal == null) { 41 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); 47 value = newVal;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
LocaleObjectCache.java | 35 V newVal = createObject(key); 36 if (key == null || newVal == null) { 41 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); 47 value = newVal;
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
LocaleObjectCache.java | 61 V newVal = createObject(key); 62 if (key == null || newVal == null) { 67 CacheEntry<K, V> newEntry = new CacheEntry<>(key, newVal, queue); 71 value = newVal; 76 value = newVal;
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
TextEditor.java | 43 Object newVal = parseValue(s.length() == 0 ? null : s.toString()); 44 if (equal(newVal, item.getValue())) 46 item.setValue(newVal);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
CountDownView.java | 85 private void remainingSecondsChanged(int newVal) { 86 mRemainingSecs = newVal; 91 if (newVal == 0) { 99 String localizedValue = String.format(locale, "%d", newVal);
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
NumberPickerBindingAdapter.java | 54 public void onValueChange(NumberPicker picker, int oldVal, int newVal) { 56 listener.onValueChange(picker, oldVal, newVal);
|
/external/opencv/cv/src/ |
cvfloodfill.cpp | 103 uchar newVal[] = {0,0,0}; 113 newVal[0] = _newVal[0]; 115 img[L] = newVal[0]; 118 img[R] = newVal[0]; 121 img[L] = newVal[0]; 127 ICV_SET_C3( newVal, _newVal ); 129 ICV_SET_C3( img + L*3, newVal ); 132 ICV_SET_C3( img + L*3, newVal ); 135 ICV_SET_C3( img + R*3, newVal ); 180 img[i] = newVal[0] [all...] |
/external/opencv3/samples/cpp/ |
ffilldemo.cpp | 52 Scalar newVal = isColor ? Scalar(b, g, r) : Scalar(r*0.299 + g*0.587 + b*0.114); 59 area = floodFill(dst, mask, seed, newVal, &ccomp, Scalar(lo, lo, lo), 65 area = floodFill(dst, seed, newVal, &ccomp, Scalar(lo, lo, lo),
|
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/ |
calcBackProject_Demo2.cpp | 63 Scalar newVal = Scalar( 120, 120, 120 ); 69 floodFill( src, mask2, seed, newVal, 0, Scalar( lo, lo, lo ), Scalar( up, up, up), flags );
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
utility.cc | 166 void CircularBuffer::Update(const double newVal) { 172 _buff[_idx] = newVal; 189 _sum += (newVal - oldVal); 195 _sumSqr += (double) (newVal - oldVal) * (double) (newVal + oldVal);
|