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

1 2

  /external/curl/lib/
strtoofft.c 84 curl_off_t newval; local
135 newval = base * value + i;
136 if(newval < value) {
142 value = newval;
  /external/grpc-grpc/test/core/iomgr/
socket_utils_test.cc 44 int newval; local
45 socklen_t intlen = sizeof(newval);
53 if (0 != getsockopt(fd, IPPROTO_IP, IP_TOS, &newval, &intlen)) {
56 if (newval != m->option_value) {
  /external/mesa3d/src/mesa/main/
scissor.c 266 struct gl_scissor_rect newval[MAX_WINDOW_RECTANGLES]; local
297 newval[i].X = box[0];
298 newval[i].Y = box[1];
299 newval[i].Width = box[2];
300 newval[i].Height = box[3];
307 memcpy(ctx->Scissor.WindowRects, newval,
  /external/v8/src/runtime/
runtime-atomics.cc 30 inline T CompareExchangeSeqCst(T* p, T oldval, T newval) {
31 (void)__atomic_compare_exchange_n(p, &oldval, newval, 0, __ATOMIC_SEQ_CST,
78 inline type CompareExchangeSeqCst(type* p, type oldval, type newval) { \
80 bit_cast<vctype>(newval), \
193 T newval = FromObject<T>(newobj); local
195 CompareExchangeSeqCst(static_cast<T*>(buffer) + index, oldval, newval);
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c 176 char *newval; local
177 (void)!asprintf(&newval, "%s,%s", orig, value);
178 setenv(name, newval, 1);
179 free(newval);
  /external/grpc-grpc/src/core/lib/iomgr/
socket_utils_common_posix.cc 73 int newval; local
74 socklen_t intlen = sizeof(newval);
78 if (0 != getsockopt(fd, SOL_SOCKET, SO_NOSIGPIPE, &newval, &intlen)) {
81 if ((newval != 0) != (val != 0)) {
147 int newval; local
148 socklen_t intlen = sizeof(newval);
152 if (0 != getsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &newval, &intlen)) {
155 if ((newval != 0) != val) {
169 int newval;
170 socklen_t intlen = sizeof(newval);
212 int newval; local
295 int newval; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/rseq/
basic_percpu_ops_test.c 142 intptr_t *targetptr, newval, expect; local
148 newval = (intptr_t)node;
151 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu);
param_test.c 518 intptr_t *targetptr, newval, expect; local
524 newval = (intptr_t)node;
527 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu);
731 intptr_t *targetptr, newval; local
743 newval = offset - 1;
747 (intptr_t)head, newval, cpu);
  /external/python/cpython2/Modules/
imgfile.c 75 int newval; local
78 if (!PyArg_ParseTuple(args, "i:ttob", &newval))
81 top_to_bottom = newval;
audioop.c 915 int len1, len2, size, val1 = 0, val2 = 0, minval, maxval, newval; local
947 newval = val1 + val2;
949 if (newval > maxval)
950 newval = maxval;
951 else if (newval < minval)
952 newval = minval;
957 newval = fbound(fval, minval, maxval);
960 if ( size == 1 ) *CHARP(ncp, i) = (signed char)newval;
961 else if ( size == 2 ) *SHORTP(ncp, i) = (short)newval;
962 else if ( size == 4 ) *LONGP(ncp, i) = (Py_Int32)newval;
    [all...]
  /external/toybox/kconfig/
conf.c 209 tristate oldval, newval; local
245 newval = no;
251 newval = mod;
257 newval = yes;
262 newval = oldval;
269 if (sym_set_tristate_value(sym, newval))
symbol.c 265 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.tri = expr_calc_value(prop->expr)
464 tristate oldval, newval; local
    [all...]
  /external/u-boot/drivers/mmc/
bcm2835_sdhci.c 110 u32 newval = (oldval & ~mask) | (val << word_shift); local
113 shadow = newval;
115 bcm2835_sdhci_raw_writel(host, newval, reg & ~3);
124 u32 newval = (oldval & ~mask) | (val << byte_shift); local
126 bcm2835_sdhci_raw_writel(host, newval, reg & ~3);
  /external/u-boot/scripts/kconfig/
conf.c 166 tristate oldval, newval; local
199 newval = no;
205 newval = mod;
211 newval = yes;
216 newval = oldval;
223 if (sym_set_tristate_value(sym, newval))
symbol.c 359 struct symbol_value newval, oldval; local
384 newval = symbol_empty.curr;
388 newval = symbol_no.curr;
403 sym->curr = newval;
410 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no;
417 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri,
427 newval.tri = EXPR_AND(expr_calc_value(prop->expr),
429 if (newval.tri != no)
434 newval.tri = EXPR_OR(newval.tri, sym->implied.tri)
570 tristate oldval, newval; local
    [all...]
gconf.c 809 tristate newval; local
815 newval = no;
817 newval = mod;
819 newval = yes;
826 if (!sym_tristate_within_range(sym, newval))
827 newval = yes;
828 sym_set_tristate_value(sym, newval);
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReductionCuda.h 30 unsigned int newval = oldval; local
31 reducer.reduce(accum, reinterpret_cast<T*>(&newval));
32 if (newval == oldval) {
36 while ((readback = atomicCAS((unsigned int*)output, oldval, newval)) != oldval) {
38 newval = oldval;
39 reducer.reduce(accum, reinterpret_cast<T*>(&newval));
40 if (newval == oldval) {
47 unsigned long long newval = oldval; local
48 reducer.reduce(accum, reinterpret_cast<T*>(&newval));
49 if (newval == oldval)
86 unsigned int newval = oldval; local
    [all...]
  /external/pdfium/core/fxcrt/
cfx_decimal.cpp 274 float newval = fabs(val); local
278 plo = static_cast<uint64_t>(newval);
279 pmid = static_cast<uint64_t>(newval / 1e32);
280 phi = static_cast<uint64_t>(newval / 1e64);
281 newval = fmod(newval, 1.0f);
284 newval *= 10;
285 plo += static_cast<uint64_t>(newval);
286 newval = fmod(newval, 1.0f)
    [all...]
  /external/python/cpython3/Python/
ast_opt.c 124 PyObject *newval = ops[node->v.UnaryOp.op](get_const_value(arg)); local
125 return make_const(node, newval, arena);
266 PyObject *newval; local
270 newval = PyNumber_Add(lv, rv);
273 newval = PyNumber_Subtract(lv, rv);
276 newval = safe_multiply(lv, rv);
279 newval = PyNumber_TrueDivide(lv, rv);
282 newval = PyNumber_FloorDivide(lv, rv);
285 newval = safe_mod(lv, rv);
288 newval = safe_power(lv, rv)
322 PyObject *newval = PyTuple_New(asdl_seq_LEN(elts)); local
339 PyObject *newval; local
351 PyObject *newval; local
379 PyObject *newval; local
    [all...]
  /external/u-boot/drivers/net/
dc2114x.c 657 unsigned short newval; local
688 newval = do_eeprom_cmd(dev, ioaddr,
692 printf(" New value at offset %d is %4.4x.\n", index, newval);
  /external/python/cpython3/Modules/
audioop.c 1056 int minval, maxval, newval; local
    [all...]
_collectionsmodule.c 2264 PyObject *newval = NULL; local
    [all...]
  /external/jemalloc/src/
ctl.c 1244 UNUSED uint64_t newval; local
    [all...]
  /external/jemalloc_new/src/
ctl.c 1500 UNUSED uint64_t newval; local
1539 bool newval = *(bool *)newp; local
1545 background_thread_enabled_set(tsd_tsdn(tsd), newval); local
1597 size_t newval = *(size_t *)newp; local
    [all...]
  /external/mksh/src/
misc.c 220 unsigned char newval = (newset ? 1 : 0); local
223 change_xtrace(newval, true);
227 Flag(f) = newval = (newset ? 1 : 0);
230 if (what != OF_CMDLINE && newval != oldval)
239 f == FEMACS || f == FGMACS) && newval) {
244 Flag(f) = newval;
247 if (f == FPRIVILEGED && oldval && !newval) {
271 } else if ((f == FPOSIX || f == FSH) && newval) {
282 Flag(FTALKING_I) = newval;
287 change_xtrace(unsigned char newval, bool dosnapshot
    [all...]

Completed in 5467 milliseconds

1 2