Home
last modified time | relevance | path

Searched defs:dl (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_deadlist.c70 dsl_deadlist_load_tree(dsl_deadlist_t *dl) in dsl_deadlist_load_tree()
96 dsl_deadlist_open(dsl_deadlist_t *dl, objset_t *os, uint64_t object) in dsl_deadlist_open()
119 dsl_deadlist_close(dsl_deadlist_t *dl) in dsl_deadlist_close()
182 dle_enqueue(dsl_deadlist_t *dl, dsl_deadlist_entry_t *dle, in dle_enqueue()
198 dle_enqueue_subobj(dsl_deadlist_t *dl, dsl_deadlist_entry_t *dle, in dle_enqueue_subobj()
214 dsl_deadlist_insert(dsl_deadlist_t *dl, const blkptr_t *bp, dmu_tx_t *tx) in dsl_deadlist_insert()
249 dsl_deadlist_add_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx) in dsl_deadlist_add_key()
273 dsl_deadlist_remove_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx) in dsl_deadlist_remove_key()
303 dsl_deadlist_t dl; in dsl_deadlist_regenerate() local
324 dsl_deadlist_clone(dsl_deadlist_t *dl, uint64_t maxtxg, in dsl_deadlist_clone()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeSyncMap.h97 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in get() local
118 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in sync_create_item() local
125 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in sync_create_item() local
135 DbeLinkList<ITEM *> *dl = new DbeLinkList<ITEM *>(item); in sync_create_item() local
149 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in get() local
168 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in sync_create_item() local
175 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in sync_create_item() local
185 DbeLinkList<ITEM *> *dl = new DbeLinkList<ITEM *>(item); in sync_create_item() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeSyncMap.h97 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in get() local
118 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in sync_create_item() local
125 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in sync_create_item() local
135 DbeLinkList<ITEM *> *dl = new DbeLinkList<ITEM *>(item); in sync_create_item() local
149 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in get() local
168 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in sync_create_item() local
175 for (DbeLinkList<ITEM *> *dl = chunk[h]; dl; dl = dl->get_next ()) in sync_create_item() local
185 DbeLinkList<ITEM *> *dl = new DbeLinkList<ITEM *>(item); in sync_create_item() local
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-export.c219 struct volume_group *vg, struct disk_list *dl) in import_vg()
391 int export_extents(struct disk_list *dl, uint32_t lv_num, in export_extents()
430 struct disk_list *dl; in import_pvs() local
475 struct disk_list *dl; in import_lvs() local
493 int export_lvs(struct disk_list *dl, struct volume_group *vg, in export_lvs()
563 struct disk_list *dl; in import_snapshots() local
627 int export_uuids(struct disk_list *dl, struct volume_group *vg) in export_uuids()
650 struct disk_list *dl; in export_numbers() local
662 struct disk_list *dl; in export_pv_act() local
676 struct disk_list *dl; in export_vg_number() local
H A Dformat1.c31 struct disk_list *dl = NULL; in _check_vgs() local
120 struct disk_list *dl; in _build_vg() local
199 struct disk_list *dl = dm_pool_alloc(mem, sizeof(*dl)); in _flatten_pv() local
271 struct disk_list *dl; in _format1_pv_read() local
360 struct disk_list *dl; in _format1_pv_write() local
H A Dlayout.c78 static int _check_vg_limits(struct disk_list *dl) in _check_vg_limits()
101 int calculate_layout(struct disk_list *dl) in calculate_layout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp341 SDLoc dl(N); in PromoteIntRes_BITCAST() local
461 SDLoc dl(N); in PromoteIntRes_BSWAP() local
482 SDLoc dl(N); in PromoteIntRes_BITREVERSE() local
513 SDLoc dl(N); in PromoteIntRes_Constant() local
527 SDLoc dl(N); in PromoteIntRes_CTLZ() local
548 SDLoc dl(N); in PromoteIntRes_CTTZ() local
561 SDLoc dl(N); in PromoteIntRes_EXTRACT_VECTOR_ELT() local
588 SDLoc dl(N); in PromoteIntRes_FP_TO_XINT() local
630 SDLoc dl(N); in PromoteIntRes_FP_TO_XINT_SAT() local
637 SDLoc dl(N); in PromoteIntRes_FP_TO_FP16() local
[all …]
H A DLegalizeTypesGeneric.cpp45 SDLoc dl(N); in ExpandRes_BITCAST() local
214 SDLoc dl(N); in ExpandRes_EXTRACT_VECTOR_ELT() local
252 SDLoc dl(N); in ExpandRes_NormalLoad() local
294 SDLoc dl(N); in ExpandRes_VAARG() local
335 SDLoc dl(N); in ExpandOp_BITCAST() local
377 SDLoc dl(N); in ExpandOp_BUILD_VECTOR() local
413 SDLoc dl(N); in ExpandOp_INSERT_VECTOR_ELT() local
446 SDLoc dl(N); in ExpandOp_SCALAR_TO_VECTOR() local
462 SDLoc dl(N); in ExpandOp_NormalStore() local
511 SDLoc dl(N); in SplitRes_SELECT() local
[all …]
H A DLegalizeVectorTypes.cpp223 SDLoc dl(N); in ScalarizeVecRes_StrictFPOp() local
538 SDLoc dl(N); in ScalarizeVecRes_FP_TO_XINT_SAT() local
794 SDLoc dl(N); in ScalarizeVecOp_STORE() local
1120 SDLoc dl(N); in SplitVecRes_BinOp() local
1136 SDLoc dl(N); in SplitVecRes_TernaryOp() local
1149 SDLoc dl(N); in SplitVecRes_FIX() local
1165 SDLoc dl(N); in SplitVecRes_BITCAST() local
1222 SDLoc dl(N); in SplitVecRes_BUILD_VECTOR() local
1235 SDLoc dl(N); in SplitVecRes_CONCAT_VECTORS() local
1257 SDLoc dl(N); in SplitVecRes_EXTRACT_SUBVECTOR() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h51 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy()
68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
80 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset()
93 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp()
105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr()
130 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp()
150 virtual SDValue EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForSetTag()
/netbsd-src/lib/libc/citrus/
H A Dcitrus_db.c101 struct _citrus_region *data, struct _citrus_db_locator *dl) in _citrus_db_lookup()
188 struct _citrus_db_locator *dl) in _citrus_db_lookup_by_string()
199 uint8_t *rval, struct _citrus_db_locator *dl) in _citrus_db_lookup8_by_string()
219 uint16_t *rval, struct _citrus_db_locator *dl) in _citrus_db_lookup16_by_string()
242 uint32_t *rval, struct _citrus_db_locator *dl) in _citrus_db_lookup32_by_string()
266 struct _citrus_db_locator *dl) in _citrus_db_lookup_string_by_string()
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dwire2str.c482 static int sldns_rr_tcttl_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_rr_tcttl_scan()
1354 int sldns_wire2str_int8_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_int8_scan()
1364 int sldns_wire2str_int16_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_int16_scan()
1374 int sldns_wire2str_int32_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_int32_scan()
1384 int sldns_wire2str_period_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_period_scan()
1394 int sldns_wire2str_tsigtime_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_tsigtime_scan()
1418 int sldns_wire2str_a_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_a_scan()
1431 int sldns_wire2str_aaaa_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_aaaa_scan()
1464 int sldns_wire2str_str_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_str_scan()
1482 int sldns_wire2str_apl_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_apl_scan()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp315 const SDLoc &dl, SelectionDAG &DAG) const { in getInt() argument
364 HexagonTargetLowering::opJoin(const VectorPair &Ops, const SDLoc &dl, in opJoin()
371 HexagonTargetLowering::opSplit(SDValue Vec, const SDLoc &dl, in opSplit()
433 const SDLoc &dl(ElemIdx); in convertToByteIndex() local
448 const SDLoc &dl(Idx); in getIndexInWord32() local
455 HexagonTargetLowering::getByteShuffle(const SDLoc &dl, SDValue Op0, in getByteShuffle()
487 const SDLoc &dl, MVT VecTy, in buildHvxVectorReg()
641 HexagonTargetLowering::createHvxPrefixPred(SDValue PredV, const SDLoc &dl, in createHvxPrefixPred()
734 const SDLoc &dl, MVT VecTy, in buildHvxVectorPred()
807 const SDLoc &dl, MVT ResTy, SelectionDAG &DAG) const { in extractHvxElementReg() argument
[all …]
H A DHexagonISelLowering.cpp173 SelectionDAG &DAG, const SDLoc &dl) { in CreateCopyOfByValArgument()
202 const SDLoc &dl, SelectionDAG &DAG) const { in LowerReturn() argument
348 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerCallResult()
403 SDLoc &dl = CLI.DL; in LowerCall() local
726 SDLoc dl(Op); in LowerREADCYCLECOUNTER() local
751 SDLoc dl(Op); in LowerDYNAMIC_STACKALLOC() local
778 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerFormalArguments()
1032 const SDLoc &dl(Op); in LowerSETCC() local
1095 const SDLoc &dl(Op); in LowerVSELECT() local
1180 SDLoc dl(Op); in LowerRETURNADDR() local
[all …]
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dbsdlabel.c59 struct disklabel *dl = (struct disklabel *)&p[1]; in bsd_getlabel() local
82 dkcksum(struct disklabel *dl) in dkcksum()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp168 SDLoc dl(Op); in LowerSELECT_CC() local
179 SDLoc dl(Op); in LowerSIGN_EXTEND_INREG() local
202 SDLoc dl(Op); in LowerBR_CC() local
225 SDLoc &dl = CLI.DL; in LowerCall() local
371 SDLoc dl, SelectionDAG &DAG, in lowerCallResult()
432 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerFormalArguments()
447 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, in LowerCallArguments()
610 const SDLoc &dl, SelectionDAG &DAG) const { in LowerReturn() argument
717 SDLoc dl(Op); in LowerFRAMEADDR() local
728 SDLoc dl(GN); in LowerGlobalAddress() local
[all …]
H A DARCInstrInfo.cpp283 const DebugLoc &dl, MCRegister DestReg, in copyPhysReg()
299 DebugLoc dl = MBB.findDebugLoc(I); in storeRegToStackSlot() local
327 DebugLoc dl = MBB.findDebugLoc(I); in loadRegFromStackSlot() local
361 DebugLoc dl = MBB.findDebugLoc(MI); in loadImmediate() local
374 const DebugLoc &dl, int *BytesAdded) const { in insertBranch() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp568 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerFormalArguments()
588 SDLoc &dl = CLI.DL; in LowerCall() local
619 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerCCCArguments()
738 const SDLoc &dl, SelectionDAG &DAG) const { in LowerReturn() argument
807 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerCCCCallTo()
935 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerCallResult()
961 SDLoc dl(N); in LowerShifts() local
1022 SDLoc dl(Op); in LowerExternalSymbol() local
1032 SDLoc dl(Op); in LowerBlockAddress() local
1041 ISD::CondCode CC, const SDLoc &dl, SelectionDAG &DAG) { in EmitCMP()
[all …]
/netbsd-src/sys/arch/atari/atari/
H A Ddisksubr.c219 struct disklabel *dl = (struct disklabel *)&p[1]; in bsd_label() local
256 ck_label(struct disklabel *dl, struct cpu_disklabel *cdl) in ck_label()
291 ahdi_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *dl, in ahdi_label()
410 ahdi_to_bsd(struct disklabel *dl, struct ahdi_ptbl *apt) in ahdi_to_bsd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp63 const DebugLoc &dl, unsigned DestReg, in emitThumb1LoadConstPool()
83 const DebugLoc &dl, unsigned DestReg, in emitThumb2LoadConstPool()
105 const DebugLoc &dl, Register DestReg, unsigned SubIdx, int Val, in emitLoadConstPool()
125 const DebugLoc &dl, Register DestReg, Register BaseReg, int NumBytes, in emitThumbRegPlusImmInReg()
187 const DebugLoc &dl, Register DestReg, in emitThumbRegPlusImmediate()
366 DebugLoc dl = MI.getDebugLoc(); in rewriteFrameIndex() local
462 DebugLoc dl = MI.getDebugLoc(); in eliminateFrameIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp48 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
186 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovs()
208 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovsB()
236 SelectionDAG &DAG, const X86Subtarget &Subtarget, const SDLoc &dl, in emitConstantSizeRepmov()
292 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/netbsd-src/distrib/utils/edlabel/
H A Dedlabel.c379 label_read(struct disklabel *dl, char *dn) in label_read()
405 label_print(struct disklabel *dl, char *dn) in label_print()
425 label_modify(struct disklabel *dl, char *dn) in label_modify()
472 label_quit(struct disklabel *dl, char *dn) in label_quit()
502 struct disklabel dl; in main() local
/netbsd-src/usr.sbin/mopd/common/
H A Dfile.c184 GetMopFileInfo(struct dllist * dl) GetMopFileInfo() argument
448 GetElfFileInfo(struct dllist * dl) GetElfFileInfo() argument
664 GetAOutFileInfo(struct dllist * dl) GetAOutFileInfo() argument
873 GetFileInfo(struct dllist * dl) GetFileInfo() argument
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp252 SDLoc dl(GA); in getGlobalAddressWrapper() local
326 SDLoc dl(CP); in LowerConstantPool() local
349 SDLoc dl(Op); in LowerBR_JT() local
498 SDLoc dl(Op); in LowerSTORE() local
543 SDLoc dl(Op); in LowerSMUL_LOHI() local
560 SDLoc dl(Op); in LowerUMUL_LOHI() local
645 SDLoc dl(N); in TryExpandADDWithMul() local
702 SDLoc dl(N); in ExpandADDSUB() local
744 SDLoc dl(Node); in LowerVAARG() local
761 SDLoc dl(Op); in LowerVASTART() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp174 inline SDValue getI16Imm(unsigned Imm, const SDLoc &dl) { in getI16Imm()
180 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { in getI32Imm()
186 inline SDValue getI64Imm(uint64_t Imm, const SDLoc &dl) { in getI64Imm()
191 inline SDValue getSmallIPtrImm(unsigned Imm, const SDLoc &dl) { in getSmallIPtrImm()
381 SDLoc dl(Op); in SelectInlineAsmMemoryOperand() local
438 DebugLoc dl; in getGlobalBaseReg() local
634 SDLoc dl(SN); in selectFrameIndex() local
698 SDLoc dl(ST); in tryTLSXFormStore() local
743 SDLoc dl(LD); in tryTLSXFormLoad() local
781 SDLoc dl(N); in tryBitfieldInsert() local
[all …]

12345678910>>...13