HomeSort by relevance Sort by last modified time
    Searched full:newval (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
atomicops.h 74 Atomic32 newval;
77 newval = oldval & value;
78 } while (InterlockedCompareExchange(ptr, newval, oldval) != oldval);
80 return newval;
85 Atomic32 newval;
88 newval = oldval | value;
89 } while (InterlockedCompareExchange(ptr,newval, oldval) != oldval);
91 return newval;
96 Atomic32 newval;
99 newval = oldval ^ value
    [all...]
  /external/clang/test/ARCMT/
autoreleases.m 33 -(void) setProp:(id) newVal {
35 _prop = [newVal retain];
37 -(void) setProp2:(CFTypeRef) newVal {
39 _prop = (id)CFRetain(newVal);
45 -(void) setXpc_prop:(xpc_object_t) newVal {
47 _xpc_prop = xpc_retain(newVal);
62 void test(A *prevVal, A *newVal) {
64 prevVal = [newVal retain];
autoreleases.m.result 33 -(void) setProp:(id) newVal {
34 _prop = newVal;
36 -(void) setProp2:(CFTypeRef) newVal {
37 _prop = (id)CFBridgingRelease(CFRetain(newVal));
43 -(void) setXpc_prop:(xpc_object_t) newVal {
44 _xpc_prop = newVal;
59 void test(A *prevVal, A *newVal) {
60 prevVal = 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...]
tsuserex.h 81 virtual HRESULT WINAPI put_AllowLogon(LONG NewVal) = 0;
83 virtual HRESULT WINAPI put_EnableRemoteControl(LONG NewVal) = 0;
85 virtual HRESULT WINAPI put_MaxDisconnectionTime(LONG NewVal) = 0;
87 virtual HRESULT WINAPI put_MaxConnectionTime(LONG NewVal) = 0;
89 virtual HRESULT WINAPI put_MaxIdleTime(LONG NewVal) = 0;
91 virtual HRESULT WINAPI put_ReconnectionAction(LONG NewVal) = 0;
93 virtual HRESULT WINAPI put_BrokenConnectionAction(LONG NewVal) = 0;
95 virtual HRESULT WINAPI put_ConnectClientDrivesAtLogon(LONG NewVal) = 0;
97 virtual HRESULT WINAPI put_ConnectClientPrintersAtLogon(LONG NewVal) = 0;
99 virtual HRESULT WINAPI put_DefaultToMainPrinter(LONG 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...]
msptrmar.h 30 STDMETHOD(put_Balance)(__LONG32 newVal);
32 STDMETHOD(put_Volume)(__LONG32 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...]
msptrmac.h 30 STDMETHOD(put_Balance)(__LONG32 newVal);
32 STDMETHOD(put_Volume) (__LONG32 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.idl 95 IUnknown* newVal
107 LONG newVal
127 BSTR newVal
  /external/llvm/test/CodeGen/PowerPC/
pr15630.ll 8 %newval = alloca i8
10 store i8 %newval_arg, i8* %newval
11 %tmp = load i8* %newval
  /external/llvm/test/CodeGen/AArch64/
bitfield-insert.ll 34 %newval = load volatile i32* %new
35 %newval_shifted = shl i32 %newval, 26
53 %newval = load volatile i64* %new
54 %newval_shifted = shl i64 %newval, 26
74 %newval = load volatile i64* %new
75 %newval_masked = and i64 %newval, 65535 ; = 0xffff
92 %newval = load volatile i32* %new
93 %newval_shifted = shl i32 %newval, 3
110 %newval = load volatile i64* %new
111 %newval_shifted = shl i64 %newval, 4
    [all...]
bitfield-insert-0.ll 12 %newval = load volatile i32* %new
13 %newval_masked = and i32 %newval, 262143 ; = 0x0003_ffff
atomic-ops-not-barriers.ll 8 %newval = add nsw i32 %oldval, -1
9 store i32 %newval, i32* %var
24 %combined = phi i32 [ %val, %atomic_ver ], [ %newval, %simple_ver]
cmpxchg-idioms.ll 3 define i32 @test_return(i32* %p, i32 %oldval, i32 %newval) {
23 %pair = cmpxchg i32* %p, i32 %oldval, i32 %newval seq_cst seq_cst
58 define void @test_conditional(i32* %p, i32 %oldval, i32 %newval) {
76 %pair = cmpxchg i32* %p, i32 %oldval, i32 %newval seq_cst seq_cst
  /external/llvm/test/Transforms/AtomicExpandLoadLinked/ARM/
atomic-expansion-v8.ll 28 ; CHECK: [[NEWVAL:%.*]] = add i16 [[OLDVAL]], %addend
29 ; CHECK: [[NEWVAL32:%.*]] = zext i16 [[NEWVAL]] to i32
46 ; CHECK: [[NEWVAL:%.*]] = sub i32 [[OLDVAL]], %subend
47 ; CHECK: [[TRYAGAIN:%.*]] = call i32 @llvm.arm.strex.p0i32(i32 [[NEWVAL]], i32* %ptr)
70 ; CHECK: [[NEWVAL:%.*]] = or i64 [[OLDVAL]], %orend
71 ; CHECK: [[NEWLO:%.*]] = trunc i64 [[NEWVAL]] to i32
72 ; CHECK: [[NEWHI_TMP:%.*]] = lshr i64 [[NEWVAL]], 32
85 define i8 @test_cmpxchg_i8_seqcst_seqcst(i8* %ptr, i8 %desired, i8 %newval) {
97 ; CHECK: [[NEWVAL32:%.*]] = zext i8 %newval to i32
114 %pairold = cmpxchg i8* %ptr, i8 %desired, i8 %newval seq_cst seq_cs
    [all...]
atomic-expansion-v7.ll 28 ; CHECK: [[NEWVAL:%.*]] = add i16 [[OLDVAL]], %addend
29 ; CHECK: [[NEWVAL32:%.*]] = zext i16 [[NEWVAL]] to i32
46 ; CHECK: [[NEWVAL:%.*]] = sub i32 [[OLDVAL]], %subend
47 ; CHECK: [[TRYAGAIN:%.*]] = call i32 @llvm.arm.strex.p0i32(i32 [[NEWVAL]], i32* %ptr)
64 ; CHECK: [[NEWVAL:%.*]] = and i8 [[OLDVAL]], %andend
65 ; CHECK: [[NEWVAL32:%.*]] = zext i8 [[NEWVAL]] to i32
84 ; CHECK: [[NEWVAL:%.*]] = xor i16 [[NEWVAL_TMP]], -1
85 ; CHECK: [[NEWVAL32:%.*]] = zext i16 [[NEWVAL]] to i32
109 ; CHECK: [[NEWVAL:%.*]] = or i64 [[OLDVAL]], %orend
110 ; CHECK: [[NEWLO:%.*]] = trunc i64 [[NEWVAL]] to i3
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-windows.h 74 LONG newval, LONG oldval) {
75 return ::InterlockedCompareExchange(const_cast<LONG*>(ptr), newval, oldval);
77 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
78 return ::InterlockedExchange(const_cast<LONG*>(ptr), newval);
93 LONG _InterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval);
96 LONG _InterlockedExchange(volatile LONG* ptr, LONG newval);
104 LONG newval, LONG oldval) {
105 return _InterlockedCompareExchange(ptr, newval, oldval);
108 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
109 return _InterlockedExchange(ptr, newval);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-windows.h 73 LONG newval, LONG oldval) {
74 return ::InterlockedCompareExchange(const_cast<LONG*>(ptr), newval, oldval);
76 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
77 return ::InterlockedExchange(const_cast<LONG*>(ptr), newval);
88 LONG _InterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval);
91 LONG newval, LONG oldval) {
92 return _InterlockedCompareExchange(ptr, newval, oldval);
95 LONG _InterlockedExchange(volatile LONG* ptr, LONG newval);
97 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
98 return _InterlockedExchange(ptr, newval);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
envset.cmd 79 newval = ''
89 if mode = ';' & pos(' ', newval) > 0 then newval = '"' || newval || '"'
92 x = value(envar, newval, env)
95 addval: procedure expose sep equal orig expand newval mode env
128 if newval = '' then newval = expvar
129 else newval = newval || sep || expva
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
CountDownView.java 67 private void remainingSecondsChanged(int newVal) {
68 mRemainingSecs = newVal;
69 if (newVal == 0) {
75 String localizedValue = String.format(locale, "%d", newVal);
84 if (newVal == 1) {
86 } else if (newVal <= 3) {
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 174 Value *NewVal;
177 NewVal = AI->getValOperand();
180 NewVal = Builder.CreateAdd(Loaded, AI->getValOperand(), "new");
183 NewVal = Builder.CreateSub(Loaded, AI->getValOperand(), "new");
186 NewVal = Builder.CreateAnd(Loaded, AI->getValOperand(), "new");
189 NewVal = Builder.CreateNot(Builder.CreateAnd(Loaded, AI->getValOperand()),
193 NewVal = Builder.CreateOr(Loaded, AI->getValOperand(), "new");
196 NewVal = Builder.CreateXor(Loaded, AI->getValOperand(), "new");
199 NewVal = Builder.CreateICmpSGT(Loaded, AI->getValOperand());
200 NewVal = Builder.CreateSelect(NewVal, Loaded, AI->getValOperand(), "new")
    [all...]
  /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...]
  /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);

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011>>