| /src/external/lgpl3/gmp/dist/mpz/ |
| root.c | 39 mp_size_t us, un, rootn, remn; local 42 us = SIZ(u); 45 if (UNLIKELY (us < 0 && (nth & 1) == 0)) 53 if (us == 0) 60 un = ABS (us); 85 SIZ(root) = us >= 0 ? rootn : -rootn;
|
| rootrem.c | 39 mp_size_t us, un, rootn, remn; local 42 us = SIZ(u); 45 if (UNLIKELY (us < 0 && (nth & 1) == 0)) 53 if (us == 0) 61 un = ABS (us); 91 SIZ(root) = us >= 0 ? rootn : -rootn; 98 SIZ(rem) = us >= 0 ? remn : -remn;
|
| /src/sys/dev/onewire/ |
| onewire_bitbang.c | 66 * 1: Master pulls bus low for a minimum of 480us. 67 * 2: Bus pulled up by resistor. DS18B20 detects rising edge, waits 15-60us. 68 * 3: DS18B20 pulls bus low for 60-240us. 69 * 4: Bus pulled up by resistor. Master must wait at least 450us. 97 * After a bus reset, we must wait for at least 450us before any 123 * ZERO is signalled by the bus being held low for minimum 60us. 124 * ONE is signalled by the hold being much shorter (minimum 1us). 126 * In any eventuality, pad the entire transaction to the minimum 60us, plus 154 * Method: pull the bus low for at least 1us. Then let the pull up resistor 156 * the slave at some point between 15-45us of transaction start. ONE i 165 int s, rv, us; local [all...] |
| /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
| gettod_zos.h | 36 uint64_t us = (Value.Hi >> 4); local 39 us = us - 2208988800000000; 44 DivPair1 = us;
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| sleep.c | 33 unsigned int us = (unsigned int)((millis % 1000) * 1000); local 40 * We avoid checking us > 0 here, to allow that context switch to 43 usleep(us);
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| dtime.c | 43 static long us = 0, uu = 0, ss = 0 , su = 0; local 52 tu = (GFC_REAL_4) ((user_sec - us) + 1.e-6 * (user_usec - uu)); 55 us = user_sec;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| dtime.c | 43 static long us = 0, uu = 0, ss = 0 , su = 0; local 52 tu = (GFC_REAL_4) ((user_sec - us) + 1.e-6 * (user_usec - uu)); 55 us = user_sec;
|
| /src/external/mpl/bind/dist/tests/bench/ |
| siphash.c | 28 #define KILOHASHES(count, us) ((us) == 0 ? 0.0 : ((count) * 1000.0 / (us))) 42 uint64_t us; local 57 us = isc_time_microdiff(&finish, &start); 58 printf("%f us wide-lower len %3zu, %7.0f kh/s (%llx)\n", 59 (double)us / 1000000.0, len, KILOHASHES(count, us), 67 uint64_t us; local 81 us = isc_time_microdiff(&finish, &start) 90 uint64_t us; local 114 uint64_t us; local 139 uint64_t us; local 163 uint64_t us; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| debug.cc | 90 microseconds us = duration_cast<microseconds> (now.time_since_epoch ()) - s; local 92 fprintf (debug_file, "%ld.%06ld ", (long) s.count (), (long) us.count ());
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| debug.cc | 90 microseconds us = duration_cast<microseconds> (now.time_since_epoch ()) - s; local 92 fprintf (debug_file, "%ld.%06ld ", (long) s.count (), (long) us.count ());
|
| /src/share/examples/refuse/ian/libfetch/ |
| file.c | 45 fetchXGetFile(struct url *u, struct url_stat *us, const char *flags) 49 if (us && fetchStatFile(u, us, flags) == -1) 93 _fetch_stat_file(const char *fn, struct url_stat *us) 97 us->size = -1; 98 us->atime = us->mtime = 0; 103 us->size = sb.st_size; 104 us->atime = sb.st_atime; 105 us->mtime = sb.st_mtime 121 struct url_stat us; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| fp-test.cc | 72 volatile unsigned short us; variable 116 us = f1; 127 f1 = us; 162 us = d1; 173 d1 = us; 208 us = D1; 219 D1 = us;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fp-test.cc | 72 volatile unsigned short us; variable 116 us = f1; 127 f1 = us; 162 us = d1; 173 d1 = us; 208 us = D1; 219 D1 = us;
|
| /src/usr.sbin/bootp/bootptest/ |
| print-bootp.c | 282 u_short us; 324 bcopy((char *) bp, (char *) &us, 2); 325 printf("%d", ntohs(us)); 281 u_short us; local
|
| /src/external/bsd/libbind/dist/irs/ |
| getnetgrent_r.c | 49 char *ng, *ho, *us, *dom; local 53 DE_CONST(user, us); 56 return (innetgr(ng, ho, us, dom));
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| intrinsics.c | 194 gfc_unit *us; local 201 us = find_unit (*unit); 202 if (us != NULL) 204 sflush (us->s); 205 unlock_unit (us); 217 gfc_unit *us; local 224 us = find_unit (*unit); 225 if (us != NULL) 227 sflush (us->s); 228 unlock_unit (us); [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| intrinsics.c | 194 gfc_unit *us; local 201 us = find_unit (*unit); 202 if (us != NULL) 204 sflush (us->s); 205 unlock_unit (us); 217 gfc_unit *us; local 224 us = find_unit (*unit); 225 if (us != NULL) 227 sflush (us->s); 228 unlock_unit (us); [all...] |
| /src/bin/ed/ |
| buf.c | 312 unsigned char *us; local 316 for (us = (unsigned char *) s; len-- > 0; us++) 317 *us = ctab[*us];
|
| /src/lib/libusbhid/ |
| usage.c | 174 int j, k, us; local 182 us = pages[k].page_contents[j].usage; 183 if (us == -1) { 189 if (us == i)
|
| /src/regress/sys/kern/nameibench/ |
| nameibench.c | 168 long us; local 186 us = (long)(ets.tv_sec * (uint64_t)1000000 + ets.tv_nsec / 1000); 187 us -= (long)(sts.tv_sec * (uint64_t)1000000 + sts.tv_nsec / 1000); 188 c = nlookups * 1000000.0 / us;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/ |
| nouveau_nvkm_subdev_acr_base.c | 286 u32 us = nvkm_ro32(acr->wpr, i); local 288 if (fw != us) { 290 i, us, fw);
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| md4.c | 198 struct x32 *us = (struct x32*)m->save; local 200 current[2*i+0] = swap_uint32_t(us[i].a); 201 current[2*i+1] = swap_uint32_t(us[i].b);
|
| md5.c | 222 struct x32 *us = (struct x32*)m->save; local 224 swapped[2*i+0] = swap_uint32_t(us[i].a); 225 swapped[2*i+1] = swap_uint32_t(us[i].b);
|
| /src/external/bsd/ppp/dist/pppd/ |
| cbcp.c | 103 static void cbcp_recvreq (cbcp_state *us, u_char *pckt, int len); 104 static void cbcp_resp (cbcp_state *us); 105 static void cbcp_up (cbcp_state *us); 106 static void cbcp_recvack (cbcp_state *us, u_char *pckt, int len); 107 static void cbcp_send (cbcp_state *us, int code, u_char *buf, int len); 127 cbcp_state *us; local 129 us = &cbcp[iface]; 130 memset(us, 0, sizeof(cbcp_state)); 131 us->us_unit = iface; 132 us->us_type |= (1 << CB_CONF_NO) 139 cbcp_state *us = &cbcp[iface]; local 162 cbcp_state *us = &cbcp[unit]; local [all...] |
| /src/sys/arch/atari/stand/tostools/aptck/ |
| diskio.c | 215 char sn[16], us[16], ls[16], *bs; local 237 snprintf(us, sizeof(us), " target %d", u); 251 dd->fname = strbd(bs, us, ls, NULL);
|