Searched refs:dt (Results 1 - 25 of 123) sorted by relevance

12345

/freebsd-11.0-release/lib/libcalendar/
H A Deaster.c38 easterg(int y, date *dt) argument
49 dt->m = 3 + (l + 40) / 44;
50 dt->d = l + 28 - 31*(dt->m / 4);
51 dt->y = y;
52 return (dt);
57 easterog(int y, date *dt) argument
60 return (gdate(easterodn(y), dt));
65 easteroj(int y, date * dt) argument
68 return (jdate(easterodn(y), dt));
85 date dt; local
[all...]
H A Dcalendar.c56 static date *date2idt(date *idt, date *dt);
57 static date *idt2date(date *dt, date *idt);
67 jdate(int ndays, date *dt) argument
96 return (idt2date(dt, &idt));
104 ndaysj(date *dt) argument
108 if (date2idt(&idt, dt) == NULL)
131 gdate(int ndays, date *dt) argument
174 return (idt2date(dt, &idt));
183 ndaysg(date *dt) argument
187 if (date2idt(&idt, dt)
238 date dt; local
296 date2idt(date *idt, date *dt) argument
315 idt2date(date *dt, date *idt) argument
[all...]
/freebsd-11.0-release/sys/gnu/dts/include/dt-bindings/interrupt-controller/
H A Dmips-gic.h4 #include <dt-bindings/interrupt-controller/irq.h>
H A Darm-gic.h8 #include <dt-bindings/interrupt-controller/irq.h>
/freebsd-11.0-release/contrib/tcpdump/
H A Dgmt2local.c44 register int dt, dir; local
53 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
64 dt += dir * 24 * 60 * 60;
66 return (dt);
/freebsd-11.0-release/sys/gnu/dts/include/dt-bindings/clock/
H A Dtegra124-car.h6 #include <dt-bindings/clock/tegra124-car-common.h>
H A Drk3066a-cru.h19 #include <dt-bindings/clock/rk3188-cru-common.h>
H A Drk3188-cru.h19 #include <dt-bindings/clock/rk3188-cru-common.h>
H A Dr8a7795-cpg-mssr.h12 #include <dt-bindings/clock/renesas-cpg-mssr.h>
/freebsd-11.0-release/lib/msun/src/
H A Ds_cbrtl.c39 double dr, dt, dx; local
98 dt = ft;
99 dr = dt * dt * dt;
100 dt = dt * (dx + dx + dr) / (dx + dr + dr);
103 dr = dt * dt * dt;
[all...]
/freebsd-11.0-release/usr.sbin/pw/
H A Dpsdate.c167 parse_date(time_t dt, char const * str) argument
174 if (dt == 0)
175 dt = time(NULL);
181 dt = strtol(str, &p, 0);
187 dt += (val * 3600L);
192 dt += (val * 60L);
196 dt += val;
200 dt += (val * 86400L);
204 dt += (val * 604800L);
208 T = localtime(&dt);
[all...]
H A Dpsdate.h36 time_t parse_date(time_t dt, char const * str);
/freebsd-11.0-release/sys/gnu/dts/include/dt-bindings/gpio/
H A Dmeson8b-gpio.h18 #include <dt-bindings/gpio/meson8-gpio.h>
H A Dtegra-gpio.h13 #include <dt-bindings/gpio/gpio.h>
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/
H A Dt_convfp.c78 long double dt; local
86 } else if (sizeof(dt) > sizeof(ul)) {
87 dt = ULONG_TESTVALUE;
88 ul = (unsigned long)dt;
93 sizeof(ul), sizeof(d), sizeof(dt));
/freebsd-11.0-release/usr.bin/ncal/
H A Dncal.c73 date dt; /* Last day of Julian calendar */ member in struct:djswitch
195 date dt; local
240 nswitch = ndaysj(&dftswitch->dt);
242 nswitch = ndaysj(&p->dt);
339 nswitch = ndaysj(&(p->dt));
476 dt.y = strtol(flag_highlightdate, NULL, 10);
477 dt.m = strtol(flag_highlightdate + 5, NULL, 10);
478 dt.d = strtol(flag_highlightdate + 8, NULL, 10);
485 dt.y = tm1->tm_year + 1900;
486 dt
542 date dt; local
768 date dt; /* handy date */ local
859 date dt; /* handy date */ local
981 date dt; local
[all...]
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_md5.h34 # define EVP_DigestInit(c, dt) (MD5Init(c), 1)
35 # define EVP_DigestInit_ex(c, dt, i) (MD5Init(c), 1)
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Diommu.c701 iommu_dvma_vallocseg(bus_dma_tag_t dt, struct iommu_state *is, bus_dmamap_t map, argument
712 while ((error = iommu_dvma_valloc(dt, is, map,
747 iommu_dvmamem_alloc(bus_dma_tag_t dt, void **vaddr, int flags, argument
750 struct iommu_state *is = dt->dt_cookie;
757 if ((error = sparc64_dma_alloc_map(dt, mapp)) != 0)
767 if ((*vaddr = malloc(dt->dt_maxsize, M_IOMMU, mflags)) == NULL) {
769 sparc64_dma_free_map(dt, *mapp);
778 iommu_dvma_valloc(dt, is, *mapp, IOMMU_SIZE_ROUNDUP(dt->dt_maxsize));
786 iommu_dvmamem_free(bus_dma_tag_t dt, voi argument
796 iommu_dvmamap_create(bus_dma_tag_t dt, int flags, bus_dmamap_t *mapp) argument
839 iommu_dvmamap_destroy(bus_dma_tag_t dt, bus_dmamap_t map) argument
853 iommu_dvmamap_load_phys(bus_dma_tag_t dt, bus_dmamap_t map, vm_paddr_t buf, bus_size_t buflen, int flags, bus_dma_segment_t *segs, int *segp) argument
968 iommu_dvmamap_load_buffer(bus_dma_tag_t dt, bus_dmamap_t map, void *buf, bus_size_t buflen, pmap_t pmap, int flags, bus_dma_segment_t *segs, int *segp) argument
1094 iommu_dvmamap_complete(bus_dma_tag_t dt, bus_dmamap_t map, bus_dma_segment_t *segs, int nsegs, int error) argument
1114 iommu_dvmamap_unload(bus_dma_tag_t dt, bus_dmamap_t map) argument
1128 iommu_dvmamap_sync(bus_dma_tag_t dt, bus_dmamap_t map, bus_dmasync_op_t op) argument
[all...]
/freebsd-11.0-release/contrib/ntp/adjtimed/
H A Dadjtimed.c279 register long rate, dt, leftover; local
282 dt = (delta->tv_sec * MILLION) + delta->tv_usec;
285 printf("adjtimed: new correction %.6fs\n", (double)dt / (double)MILLION);
287 msyslog(LOG_INFO, "new correction %.6fs", (double)dt / (double)MILLION);
290 rate = dt;
293 * Apply a slew rate of slew_rate over a period of dt/slew_rate seconds.
295 if (dt > 0) {
299 dt = -dt;
301 period.it_value.tv_sec = dt / slew_rat
[all...]
/freebsd-11.0-release/contrib/dtc/
H A Dchecks.c43 typedef void (*tree_check_fn)(struct check *c, struct node *dt);
44 typedef void (*node_check_fn)(struct check *c, struct node *dt, struct node *node);
45 typedef void (*prop_check_fn)(struct check *c, struct node *dt,
125 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) argument
132 c->node_fn(c, dt, node);
137 c->prop_fn(c, dt, node, prop);
141 check_nodes_props(c, dt, child);
144 static bool run_check(struct check *c, struct node *dt) argument
158 error = error || run_check(prq, dt);
170 check_nodes_props(c, dt, d
191 check_always_fail(struct check *c, struct node *dt) argument
239 check_duplicate_node_names(struct check *c, struct node *dt, struct node *node) argument
254 check_duplicate_property_names(struct check *c, struct node *dt, struct node *node) argument
276 check_node_name_chars(struct check *c, struct node *dt, struct node *node) argument
287 check_node_name_format(struct check *c, struct node *dt, struct node *node) argument
296 check_property_name_chars(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
314 check_duplicate_label(struct check *c, struct node *dt, const char *label, struct node *node, struct property *prop, struct marker *mark) argument
340 check_duplicate_label_node(struct check *c, struct node *dt, struct node *node) argument
348 check_duplicate_label_prop(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
456 fixup_phandle_references(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
480 fixup_path_references(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
516 fixup_addr_size_cells(struct check *c, struct node *dt, struct node *node) argument
540 check_reg_format(struct check *c, struct node *dt, struct node *node) argument
569 check_ranges_format(struct check *c, struct node *dt, struct node *node) argument
613 check_avoid_default_addr_size(struct check *c, struct node *dt, struct node *node) argument
637 check_obsolete_chosen_interrupt_controller(struct check *c, struct node *dt) argument
738 struct node *dt = bi->dt; local
[all...]
/freebsd-11.0-release/contrib/apr/include/arch/unix/
H A Dapr_arch_poll_private.h44 #define HAS_SOCKETS(dt) (dt == APR_POLL_SOCKET) ? 1 : 0
45 #define HAS_PIPES(dt) (dt == APR_POLL_FILE) ? 1 : 0
/freebsd-11.0-release/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Dam33xx.h8 #include <dt-bindings/pinctrl/omap.h>
H A Ddm814x.h8 #include <dt-bindings/pinctrl/omap.h>
/freebsd-11.0-release/sys/sys/
H A Dclock.h94 void fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc, struct timespec *tsp);
/freebsd-11.0-release/tests/sys/acl/
H A D01.sh57 MNT=`mktemp -dt acltools`

Completed in 2911 milliseconds

12345