HomeSort by: relevance | last modified time | path
    Searched refs:received (Results 1 - 19 of 19) sorted by relevancy

  /src/tests/lib/libm/
t_fe_round.c 116 long int received; local in function:ATF_TC_BODY
131 received = llrint(values[i].input);
134 received = llrintf(values[i].input);
137 received = lrint(values[i].input);
140 received = lrintf(values[i].input);
152 ATF_CHECK_MSG((long int)received == values[i].expected,
156 (long int)received, values[i].expected);
194 double received, ipart, fpart; local in function:ATF_TC_BODY
237 received = nearbyint(values[i].input);
241 received = nearbyintf(values[i].input)
352 long double received, ipart, fpart; local in function:ATF_TC_BODY
    [all...]
  /src/sys/lib/libsa/
netif.h 62 int received; member in struct:netif_stats
  /src/sys/dev/pci/qat/
qat_hw17.c 140 int times, received; local in function:qat_adm_mailbox_put_msg_sync
153 received = 0;
157 received = 1;
161 if (received) {
171 return received ? 0 : EFAULT;
  /src/sys/arch/m68k/060sp/dist/
changes 61 as if it never received a failing value.
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_compile_flag.m4 42 # You should have received a copy of the GNU General Public License along
ax_check_define.m4 31 # You should have received a copy of the GNU General Public License along
ax_check_link_flag.m4 42 # You should have received a copy of the GNU General Public License along
ax_tls.m4 31 # You should have received a copy of the GNU General Public License along
ax_pthread.m4 69 # You should have received a copy of the GNU General Public License along
libtool.m4 30 # You should have received a copy of the GNU General Public License
  /src/sys/arch/sparc/include/
cpu.h 166 volatile int received; member in struct:xpmsg
  /src/sys/arch/mac68k/mac68k/
pramasm.s 412 dbf %d3,ragain | do this until we've received a whole byte
  /src/common/dist/zlib/contrib/ada/
zlib.ads 16 -- You should have received a copy of the GNU General Public License --
225 -- the Filter. Out_Last is the last element of the received data from
  /src/sys/external/isc/libsodium/dist/contrib/
Findsodium.cmake 7 # You should have received a copy of the CC0 Public Domain Dedication
  /src/sys/arch/ia64/stand/common/
help.common 357 received after <value> seconds. (Any keypress will cancel the
  /src/sys/dev/pci/
if_iavf.c 4008 bool received; local in function:iavf_arq_poll
4011 for (i = 0, received = false; i < retry && !received; i++) {
4041 received = true;
4060 if (!received)
4458 log(LOG_INFO, "%s: Reset warning received from the PF\n",
if_iwnreg.h 1214 uint32_t received; member in struct:iwn_beacon_missed
  /src/usr.bin/telnet/
commands.c 746 "mapping of received carriage returns",
2041 * Function that gets called when SIGINFO is received.
  /src/sys/arch/sparc/sparc/
cpu.c 2338 ci->msg.received,

Completed in 35 milliseconds