HomeSort by: relevance | last modified time | path
    Searched defs:PERIOD (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libc/gen/
t_randomid.c 39 #define PERIOD 30000
75 ATF_REQUIRE_MSG(diff >= PERIOD,
77 "period (%d)", diff, PERIOD);
  /src/lib/libc/resolv/
res_comp.c 160 #define PERIOD 0x2e
163 #define periodchar(c) ((c) == PERIOD)
175 int pch = PERIOD, ch = *dn++;
  /src/sys/fs/udf/
udf_osta.c 281 #define PERIOD 0x002E
357 if (current == PERIOD && (udfLen - Index -1) <= EXT_SIZE) {
359 /* A trailing period is NOT an extension. */
369 /* Record position of last char which is NOT period or space. */
370 else if (current != PERIOD && current != SPACE) {
387 hasExt = false; /* Trailing period does not make an
447 newName[newIndex++] = PERIOD;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.c 28 #define PERIOD max_t(u64, 10000, NSEC_PER_SEC / FREQUENCY)
219 ns_to_ktime(PERIOD), 0,
418 * Strictly speaking the passed in period may not be 100% accurate for
426 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD));
  /src/lib/libc/net/
getaddrinfo.c 385 #define PERIOD '.'
387 #define periodchar(c) ((c) == PERIOD)
401 for (pch = PERIOD, nch = ch = *dn++; ch != '\0'; pch = ch, ch = nch) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
sumod.h 318 # define PERIOD(x) ((x) << 8)

Completed in 17 milliseconds