HomeSort by relevance Sort by last modified time
    Searched refs:newVal (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
atomic.h 20 static inline bool atomicCmpXchgPtr(volatile uintptr_t *word, uintptr_t prevVal, uintptr_t newVal) {
22 return atomicCmpXchg32bits((volatile uint32_t *) word, (uint32_t) prevVal, (uint32_t) newVal);
  /device/google/contexthub/firmware/os/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/os/cpu/cortexm4/
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...]
  /device/google/contexthub/firmware/os/inc/
atomic.h 28 uint32_t atomicXchgByte(volatile uint8_t *byte, uint32_t newVal);
29 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal);
30 bool atomicCmpXchgByte(volatile uint8_t *byte, uint32_t prevVal, uint32_t newVal);
31 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);
adoctint.h 450 virtual HRESULT STDMETHODCALLTYPE put_ActiveConnection (VARIANT newVal) = 0;
471 HRESULT (STDMETHODCALLTYPE *put_ActiveConnection) (_ADOCatalog *This, VARIANT newVal);
497 #define _Catalog_put_ActiveConnection(This, newVal) ((This)->lpVtbl ->put_ActiveConnection (This, newVal))
522 virtual HRESULT STDMETHODCALLTYPE put_Name (BSTR newVal) = 0;
544 HRESULT (STDMETHODCALLTYPE *put_Name) (_ADOTable *This, BSTR newVal);
571 #define _Table_put_Name(This, newVal) ((This)->lpVtbl ->put_Name (This, newVal))
596 virtual HRESULT STDMETHODCALLTYPE put_Name (BSTR newVal) = 0;
611 HRESULT (STDMETHODCALLTYPE *put_Name) (_Group25 *This, BSTR newVal);
    [all...]
qedit.idl 95 IUnknown* newVal
107 LONG newVal
127 BSTR newVal
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...]
cdonts.h 191 virtual HRESULT WINAPI put_Value(BSTR bstrHeader,BSTR newVal) = 0;
192 virtual HRESULT WINAPI put_To(BSTR newVal) = 0;
193 virtual HRESULT WINAPI put_Cc(BSTR newVal) = 0;
194 virtual HRESULT WINAPI put_Bcc(BSTR newVal) = 0;
195 virtual HRESULT WINAPI put_Body(VARIANT newVal) = 0;
196 virtual HRESULT WINAPI put_Importance(__LONG32 newVal) = 0;
197 virtual HRESULT WINAPI put_BodyFormat(__LONG32 newVal) = 0;
198 virtual HRESULT WINAPI put_MailFormat(__LONG32 newVal) = 0;
199 virtual HRESULT WINAPI put_Subject(BSTR newVal) = 0;
200 virtual HRESULT WINAPI put_From(BSTR newVal) = 0
    [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 41 V newVal = createObject(key);
42 if (key == null || newVal == null) {
47 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue);
53 value = newVal;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
LocaleObjectCache.java 37 V newVal = createObject(key);
38 if (key == null || newVal == null) {
43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue);
49 value = newVal;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleObjectCache.java 37 V newVal = createObject(key);
38 if (key == null || newVal == null) {
43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue);
49 value = newVal;
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleObjectCache.java 60 V newVal = createObject(key);
62 // so that newVal is assured to be created from a valid key.
64 if (key == null || newVal == null) {
69 CacheEntry<K, V> newEntry = new CacheEntry<>(key, newVal, queue);
73 value = newVal;
78 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/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);
utility.h 94 void Update(const double newVal);
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 115 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
116 mDay = newVal;
145 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
150 mMonth = newVal - 1;
161 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
162 mYear = newVal;
  /external/lzma/CPP/Windows/
Registry.cpp 213 UInt32 newVal;
214 LONG res = QueryValue(name, newVal);
216 value = newVal;
222 bool newVal;
223 LONG res = QueryValue(name, newVal);
225 value = newVal;

Completed in 1374 milliseconds

1 2 3 4 5 6