Searched defs:newval (Results 1 - 25 of 26) sorted by relevance

12

/external/curl/lib/
H A Dstrtoofft.c62 curl_off_t newval; local
113 newval = base * value + i;
114 if(newval < value) {
120 value = newval;
/external/libchrome/base/memory/
H A Dsingleton.h249 Type* newval = Traits::New(); local
253 reinterpret_cast<subtle::AtomicWord>(newval));
255 if (newval != NULL && Traits::kRegisterAtExit)
258 return newval;
/external/opencv3/modules/imgproc/perf/
H A Dperf_floodfill.cpp41 Scalar newval, loVal, upVal; local
58 newval = (colorType == IMREAD_COLOR) ? Scalar(b, g, r) : Scalar(r*0.299 + g*0.587 + b*0.114);
67 cv::floodFill(source, pseed, newval, &outputRect, loVal, upVal, flags);
/external/compiler-rt/test/tsan/
H A Dreal_deadlock_detector_stress_test.cc36 bool cas(int *a, int oldval, int newval) { argument
37 return __atomic_compare_exchange_n(a, &oldval, newval, false,
/external/toybox/kconfig/
H A Dconf.c209 tristate oldval, newval; local
245 newval = no;
251 newval = mod;
257 newval = yes;
262 newval = oldval;
269 if (sym_set_tristate_value(sym, newval))
H A Dsymbol.c265 struct symbol_value newval, oldval; local
282 newval = symbol_empty.curr;
286 newval = symbol_no.curr;
299 sym->curr = newval;
306 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no;
310 newval.tri = sym->def[S_DEF_USER].tri;
314 newval.tri = expr_calc_value(prop->expr);
316 newval.tri = E_OR(E_AND(newval.tri, sym->visible), sym->rev_dep.tri);
321 newval
464 tristate oldval, newval; local
570 sym_set_string_value(struct symbol *sym, const char *newval) argument
[all...]
/external/v8/src/runtime/
H A Druntime-atomics.cc29 inline T CompareExchangeSeqCst(T* p, T oldval, T newval) { argument
30 (void)__atomic_compare_exchange_n(p, &oldval, newval, 0, __ATOMIC_SEQ_CST,
115 inline type CompareExchangeSeqCst(type* p, type oldval, type newval) { \
117 bit_cast<vctype>(newval), \
211 T newval = FromObject<T>(newobj); local
213 CompareExchangeSeqCst(static_cast<T*>(buffer) + index, oldval, newval);
303 uint8_t newval = ClampToUint8(FromObject<convert_type>(newobj)); local
305 oldval, newval);
/external/opencv3/3rdparty/libjasper/
H A Djas_icc.c790 jas_iccattrval_t *newval; local
792 if (!(newval = jas_iccattrval_clone(val)))
797 attr->val = newval;
/external/opencv3/modules/imgproc/src/
H A Dderiv.cpp131 int oldval, newval; local
141 newval = kerI[j]+kerI[j-1];
143 oldval = newval;
152 newval = kerI[j-1] - kerI[j];
154 oldval = newval;
/external/jemalloc/src/
H A Dctl.c1236 UNUSED uint64_t newval; local
1239 WRITE(newval, uint64_t);
/external/libpcap/
H A Doptimize.c570 vstore(struct stmt *s, int *valp, int newval, int alter) argument
572 if (alter && *valp == newval)
575 *valp = newval;
/external/mksh/src/
H A Dmisc.c249 unsigned char newval = (newset ? 1 : 0); local
252 change_xtrace(newval, true);
256 Flag(f) = newval = (newset ? 1 : 0);
259 if (what != OF_CMDLINE && newval != oldval)
268 f == FEMACS || f == FGMACS) && newval) {
273 Flag(f) = newval;
276 if (f == FPRIVILEGED && oldval && !newval) {
300 } else if ((f == FPOSIX || f == FSH) && newval) {
306 Flag(FTALKING_I) = newval;
311 change_xtrace(unsigned char newval, boo argument
[all...]
H A Dfuncs.c1130 const char *alias = *wp, *val, *newval; local
1167 newval = tflag ?
1170 if (newval) {
1171 strdupx(ap->val.s, newval, APERM);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h147 void *newval; member in struct:__sanitizer::__sanitizer___sysctl_args
/external/libevent/
H A Dhttp.c1767 char *newval; local
1776 newval = mm_realloc(header->value, old_len + line_len + 1);
1777 if (newval == NULL)
1780 memcpy(newval + old_len, line, line_len + 1);
1781 header->value = newval;
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp4776 FX_FLOAT newval = fabs(val); local
4778 plo = (uint64_t)newval;
4779 pmid = (uint64_t)(newval / 1e32);
4780 phi = (uint64_t)(newval / 1e64);
4781 newval = FXSYS_fmod(newval, 1.0f);
4784 newval *= 10;
4785 plo += (uint64_t)newval;
4786 newval = FXSYS_fmod(newval, 1.
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dsysctl.h41 void __user *newval; member in struct:__sysctl_args
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8873 unsigned newval = MI->getOperand(4).getReg(); local
8898 // st[bhwd]cx. newval, ptr
8916 .addReg(newval).addReg(ptrA).addReg(ptrB);
8943 unsigned newval = MI->getOperand(4).getReg(); local
8988 // slw newval2, newval, shift
9027 .addReg(newval).addReg(ShiftReg);
/external/valgrind/include/vki/
H A Dvki-linux.h1427 void __user *newval; member in struct:__vki_sysctl_args
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1974 milliseconds

12