Searched defs:dt (Results 26 - 50 of 63) sorted by relevance

123

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DRegionInfo.cpp55 Region(BasicBlock *Entry, BasicBlock *Exit, RegionInfo* RInfo, DominatorTree *dt, Region *Parent) argument
H A DInstructionSimplify.cpp49 Query(const DataLayout *td, const TargetLibraryInfo *tli, const DominatorTree *dt) argument
H A DScalarEvolutionExpander.cpp681 explicit LoopCompare(DominatorTree &dt) : DT(dt) {} argument
/freebsd-10.0-release/sbin/fsck_msdosfs/
H A Ddir.c136 struct dirTodoNode *dt; local
147 freeDirTodo(struct dirTodoNode *dt) argument
/freebsd-10.0-release/sbin/routed/
H A Dmain.c110 time_t dt; local
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddbuf.h137 } dt; member in struct:dbuf_dirty_record
/freebsd-10.0-release/sys/dev/usb/input/
H A Dums.c194 int32_t dt = 0; local
733 ums_put_queue(struct ums_softc *sc, int32_t dx, int32_t dy, int32_t dz, int32_t dt, int32_t buttons) argument
[all...]
/freebsd-10.0-release/contrib/dtc/
H A Dchecks.c125 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) argument
144 static int run_check(struct check *c, struct node *dt) argument
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
272 check_node_name_chars(struct check *c, struct node *dt, struct node *node) argument
283 check_node_name_format(struct check *c, struct node *dt, struct node *node) argument
292 check_property_name_chars(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
310 check_duplicate_label(struct check *c, struct node *dt, const char *label, struct node *node, struct property *prop, struct marker *mark) argument
336 check_duplicate_label_node(struct check *c, struct node *dt, struct node *node) argument
344 check_duplicate_label_prop(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
452 fixup_phandle_references(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
476 fixup_path_references(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
512 fixup_addr_size_cells(struct check *c, struct node *dt, struct node *node) argument
536 check_reg_format(struct check *c, struct node *dt, struct node *node) argument
565 check_ranges_format(struct check *c, struct node *dt, struct node *node) argument
609 check_avoid_default_addr_size(struct check *c, struct node *dt, struct node *node) argument
633 check_obsolete_chosen_interrupt_controller(struct check *c, struct node *dt) argument
734 struct node *dt = bi->dt; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dddg.c157 dep_data_type dt = (mem_access_insn_p (src_node->insn) local
626 create_ddg_edge(ddg_node_ptr src, ddg_node_ptr dest, dep_type t, dep_data_type dt, int l, int d) argument
H A Dsched-deps.c2134 check_dep_status(enum reg_note dt, ds_t ds, bool relaxed_p) argument
H A Dtree-vectorizer.c1638 vect_is_simple_use(tree operand, loop_vec_info loop_vinfo, tree *def_stmt, tree *def, enum vect_def_type *dt) argument
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c859 unsigned int dt; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp252 PromoteMem2Reg(const std::vector<AllocaInst*> &A, DominatorTree &dt, argument
/freebsd-10.0-release/sys/mips/nlm/hal/
H A Dpic.h258 nlm_pic_write_irt(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int dt, int db, int dte) argument
/freebsd-10.0-release/sys/sparc64/pci/
H A Dpsycho.c1103 sabre_dmamap_sync(bus_dma_tag_t dt, bus_dmamap_t map, bus_dmasync_op_t op) argument
H A Dschizo.c1156 schizo_dmamap_sync(bus_dma_tag_t dt, bus_dmamap_t map, bus_dmasync_op_t op) argument
1218 ichip_dmamap_sync(bus_dma_tag_t dt, bus_dmamap_t map, bus_dmasync_op_t op) argument
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Diommu.c702 iommu_dvma_vallocseg(bus_dma_tag_t dt, struct iommu_state *is, bus_dmamap_t map, argument
748 iommu_dvmamem_alloc(bus_dma_tag_t dt, void **vaddr, int flags, argument
787 iommu_dvmamem_free(bus_dma_tag_t dt, voi argument
797 iommu_dvmamap_create(bus_dma_tag_t dt, int flags, bus_dmamap_t *mapp) argument
840 iommu_dvmamap_destroy(bus_dma_tag_t dt, bus_dmamap_t map) argument
854 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
969 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
1095 iommu_dvmamap_complete(bus_dma_tag_t dt, bus_dmamap_t map, bus_dma_segment_t *segs, int nsegs, int error) argument
1115 iommu_dvmamap_unload(bus_dma_tag_t dt, bus_dmamap_t map) argument
1129 iommu_dvmamap_sync(bus_dma_tag_t dt, bus_dmamap_t map, bus_dmasync_op_t op) argument
[all...]
/freebsd-10.0-release/usr.bin/ncal/
H A Dncal.c73 date dt; /* Last day of Julian calendar */ member in struct:djswitch
195 date dt; local
542 date dt; local
768 date dt; /* handy date */ local
859 date dt; /* handy date */ local
981 date dt; local
[all...]
/freebsd-10.0-release/usr.bin/pr/
H A Dpr.c1265 nxtfile(int argc, char **argv, const char **fname, char *buf, int dt) argument
/freebsd-10.0-release/usr.sbin/traceroute6/
H A Dtraceroute6.c1118 double dt; local
/freebsd-10.0-release/contrib/diff/src/
H A Ddiff3.c927 enum diff_type dt; local
/freebsd-10.0-release/contrib/mdocml/
H A Dmdoc_validate.c769 enum mdoc_disp dt; local
[all...]
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c1259 register double dt; local
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dremote.c711 struct timeval up, dt; local
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_io.h443 struct ctl_ha_msg_dt dt; member in union:ctl_ha_msg

Completed in 411 milliseconds

123