HomeSort by: relevance | last modified time | path
    Searched defs:newval (Results 1 - 25 of 111) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/libgomp/config/linux/
sem.c 60 int newval = SEM_WAIT; local
63 newval |= wake - SEM_INC;
64 if (__atomic_compare_exchange_n (sem, &count, newval, false,
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
sem.c 60 int newval = SEM_WAIT; local
63 newval |= wake - SEM_INC;
64 if (__atomic_compare_exchange_n (sem, &count, newval, false,
  /src/sys/arch/hpcarm/dev/
j720pcic.c 133 int newval, oldval, s; local
139 newval = 0;
142 newval = 2;
145 newval = 1;
156 newval = newval | (oldval & 0xc);
159 newval = (newval << 2) | (oldval & 3);
165 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SACCGPIOA_DVR, newval);
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sysctl1.c 22 void *newval; member in struct:__sysctl_args
sysctl2.c 25 void *newval; member in struct:__sysctl_args
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sysctl1.c 22 void *newval; member in struct:__sysctl_args
sysctl2.c 25 void *newval; member in struct:__sysctl_args
  /src/external/mit/libuv/dist/src/unix/
random-sysctl-linux.c 37 void* newval; member in struct:uv__sysctl_args
  /src/sys/arch/evbarm/imx31/
imx31lk_pcic.c 176 uint16_t newval; local
183 newval = bus_space_read_2(iot, ioh, SCOOP_CPR);
184 newval &= ~(SCP_CPR_PWR | SCP_CPR_3V | SCP_CPR_5V);
187 newval |= (SCP_CPR_PWR | SCP_CPR_3V);
189 newval |= (SCP_CPR_PWR | SCP_CPR_5V);
191 bus_space_write_2(iot, ioh, SCOOP_CPR, newval);
  /src/sys/arch/zaurus/dev/
scoop_pcic.c 193 uint16_t newval; local
200 newval = bus_space_read_2(iot, ioh, SCOOP_CPR);
201 newval &= ~(SCP_CPR_PWR | SCP_CPR_3V | SCP_CPR_5V);
204 newval |= (SCP_CPR_PWR | SCP_CPR_3V);
206 newval |= (SCP_CPR_PWR | SCP_CPR_5V);
208 bus_space_write_2(iot, ioh, SCOOP_CPR, newval);
  /src/lib/libpthread/
pthread_rwlock.c 578 uintptr_t owner, set, newval, next; local
603 newval = (owner & ~(RW_HAS_WAITERS | RW_WRITE_WANTED)) | set;
604 next = rw_cas(ptr, owner, newval);
pthread_mutex.c 277 void *newval, *owner, *next; local
311 newval = (void *)((uintptr_t)self | (uintptr_t)owner);
312 next = atomic_cas_ptr(&ptm->ptm_owner, owner, newval);
442 void *val, *newval; local
456 newval = NULL;
458 val = atomic_cas_ptr(&ptm->ptm_owner, self, newval);
464 newval = val;
466 newval = NULL;
471 newval = val;
474 newval = val
    [all...]
  /src/usr.sbin/tadpolectl/
tadpolectl.c 680 int newval = 0; local
692 newval = atoi(cp);
704 ret = (*table[i].funcptr)(0, newval, i);
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_meth.c 23 int newval; local
30 if (!CRYPTO_UP_REF(&bio_type_count, &newval))
32 if (newval > BIO_TYPE_MASK)
34 return newval;
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_meth.c 25 int newval; local
31 if (!CRYPTO_UP_REF(&bio_count, &newval, bio_type_lock))
33 return newval;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_meth.c 25 int newval; local
31 if (!CRYPTO_UP_REF(&bio_count, &newval, bio_type_lock))
33 return newval;
  /src/sys/arch/xen/xen/
balloon.c 681 u_quad_t newval; local
685 node.sysctl_data = &newval;
688 newval = balloon_sc->balloon_res_min;
696 if (newval < XEN_RESERVATION_MIN) {
704 if (balloon_sc->balloon_res_min != newval)
705 balloon_sc->balloon_res_min = newval;
751 u_quad_t newval, res_min, res_max; local
755 node.sysctl_data = &newval;
758 newval = BALLOON_PAGES_TO_KB(balloon_sc->balloon_target);
777 if (newval < res_min || newval > res_max)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-moxie.c 652 long newval;
702 newval = md_chars_to_number (buf, 2);
703 newval |= val & 0x03ff;
704 md_number_to_chars (buf, newval, 2);
651 long newval; local
tc-ft32.c 552 long newval;
609 newval = md_chars_to_number (buf, 2);
610 newval |= (val & ((1 << 10) - 1)) << FT32_FLD_RIMM_BIT;
611 md_number_to_chars (buf, newval, 2);
617 newval = md_chars_to_number (buf, 3);
618 newval |= val & ((1 << 20) - 1);
619 md_number_to_chars (buf, newval, 3);
625 newval = md_chars_to_number (buf, 2);
626 newval |= val & ((1 << 15) - 1);
627 md_number_to_chars (buf, newval, 2)
551 long newval; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-moxie.c 652 long newval;
702 newval = md_chars_to_number (buf, 2);
703 newval |= val & 0x03ff;
704 md_number_to_chars (buf, newval, 2);
651 long newval; local
tc-ft32.c 552 long newval;
609 newval = md_chars_to_number (buf, 2);
610 newval |= (val & ((1 << 10) - 1)) << FT32_FLD_RIMM_BIT;
611 md_number_to_chars (buf, newval, 2);
617 newval = md_chars_to_number (buf, 3);
618 newval |= val & ((1 << 20) - 1);
619 md_number_to_chars (buf, newval, 3);
625 newval = md_chars_to_number (buf, 2);
626 newval |= val & ((1 << 15) - 1);
627 md_number_to_chars (buf, newval, 2)
551 long newval; local
    [all...]
  /src/sys/compat/linux32/common/
linux32_types.h 84 netbsd32_voidp newval; member in struct:linux32_sysctl
  /src/sys/dev/ic/
igpio.c 499 uint32_t val, newval; local
509 newval = val | IGPIO_PADCFG0_GPIOTXSTATE;
511 newval = val & ~IGPIO_PADCFG0_GPIOTXSTATE;
516 newval, igpio_padcfg0_print(newval, 1)));
518 bus_space_write_4(sc->sc_bst, sc->sc_bsh[ib->ib_barno], cfg0, newval);
607 uint32_t val, newval; local
622 newval = val;
624 newval &= ~IGPIO_PADCFG0_PMODE_MASK;
625 newval |= IGPIO_PADCFG0_PMODE_GPIO
686 uint32_t val, newval; local
    [all...]
  /src/external/bsd/top/dist/
commands.c 590 int newval; local
594 newval = readline(tmpbuf, 8, Yes);
595 if (newval > -1)
597 if (newval > gstate->max_topn)
603 if (newval == 0)
614 gstate->topn = newval;
623 double newval; local
629 newval = atof(tmpbuf);
630 if (newval == 0 && getuid() != 0)
636 gstate->delay = newval;
    [all...]
  /src/sys/arch/arm/arm32/
arm32_machdep.c 412 int error, newval; local
414 newval = cpu_do_powersave;
415 node.sysctl_data = &newval;
419 if (error || newp == NULL || newval == cpu_do_powersave)
422 if (newval < 0 || newval > 1)
424 cpu_do_powersave = newval;

Completed in 53 milliseconds

1 2 3 4 5