Searched defs:dl (Results 1 - 25 of 138) sorted by relevance

123456

/freebsd-10.1-release/lib/libc/iconv/
H A Dcitrus_db.h63 _citrus_db_locator_init(struct _citrus_db_locator *dl) argument
H A Dcitrus_db.c98 _citrus_db_lookup(struct _citrus_db *db, struct _citrus_region *key, struct _citrus_region *data, struct _citrus_db_locator *dl) argument
181 _citrus_db_lookup_by_string(struct _citrus_db *db, const char *key, struct _citrus_region *data, struct _citrus_db_locator *dl) argument
192 _citrus_db_lookup8_by_string(struct _citrus_db *db, const char *key, uint8_t *rval, struct _citrus_db_locator *dl) argument
212 _citrus_db_lookup16_by_string(struct _citrus_db *db, const char *key, uint16_t *rval, struct _citrus_db_locator *dl) argument
235 _citrus_db_lookup32_by_string(struct _citrus_db *db, const char *key, uint32_t *rval, struct _citrus_db_locator *dl) argument
258 _citrus_db_lookup_string_by_string(struct _citrus_db *db, const char *key, const char **rdata, struct _citrus_db_locator *dl) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp38 DebugLoc dl = DebugLoc(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DThumb2RegisterInfo.cpp34 emitLoadConstPool(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned SubIdx, int Val, ARMCC::CondCodes Pred, unsigned PredReg, unsigned MIFlags) const argument
H A DARMSelectionDAGInfo.cpp29 ARMSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, argument
143 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
H A DThumb2InstrInfo.cpp213 emitT2RegPlusImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned BaseReg, int NumBytes, ARMCC::CondCodes Pred, unsigned PredReg, const ARMBaseInstrInfo &TII, unsigned MIFlags) argument
H A DThumb1FrameLowering.cpp59 DebugLoc dl = Old->getDebugLoc(); local
95 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
37 emitSPUpdate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, const TargetInstrInfo &TII, DebugLoc dl, const Thumb1RegisterInfo &MRI, int NumBytes, unsigned MIFlags = MachineInstr::NoFlags) argument
240 DebugLoc dl = MBBI->getDebugLoc(); local
[all...]
H A DThumb1RegisterInfo.cpp64 emitLoadConstPool(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned SubIdx, int Val, ARMCC::CondCodes Pred, unsigned PredReg, unsigned MIFlags) const argument
90 emitThumbRegPlusImmInReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned BaseReg, int NumBytes, bool CanChangeCC, const TargetInstrInfo &TII, const ARMBaseRegisterInfo& MRI, unsigned MIFlags = MachineInstr::NoFlags) argument
167 emitThumbRegPlusImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned BaseReg, int NumBytes, const TargetInstrInfo &TII, const ARMBaseRegisterInfo& MRI, unsigned MIFlags) argument
301 emitThumbConstant(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, unsigned DestReg, int Imm, const TargetInstrInfo &TII, const Thumb1RegisterInfo& MRI, DebugLoc dl) argument
[all...]
H A DThumb2ITBlockPass.cpp169 DebugLoc dl = MI->getDebugLoc(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, argument
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Dppc64-fp.c98 DFtype dh, dl; local
110 DFtype dh, dl; local
/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp142 DebugLoc dl = OldBranch->getDebugLoc(); local
H A DMSP430RegisterInfo.cpp113 DebugLoc dl = MI.getDebugLoc(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp156 DebugLoc dl = OldBranch->getDebugLoc(); local
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, argument
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, SDLoc dl, argument
90 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, argument
104 EmitTargetCodeForMemcmp(SelectionDAG &DAG, SDLoc dl, argument
118 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc dl, SDValue Chain, argument
145 EmitTargetCodeForStrcmp(SelectionDAG &DAG, SDLoc dl, argument
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl, argument
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl, argument
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) : argument
H A DSelectionDAGDumper.cpp504 DebugLoc dl = getDebugLoc(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp36 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
83 DebugLoc dl = MBBI->getDebugLoc(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp43 DebugLoc dl = (MBBI != MBB.end()) ? MBBI->getDebugLoc() : DebugLoc(); local
89 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
148 DebugLoc dl = MBBI->getDebugLoc(); local
[all...]
H A DSparcRegisterInfo.cpp158 DebugLoc dl = MI.getDebugLoc(); local
95 replaceFI(MachineFunction &MF, MachineBasicBlock::iterator II, MachineInstr &MI, DebugLoc dl, unsigned FIOperandNum, int Offset, unsigned FramePtr) argument
[all...]
/freebsd-10.1-release/lib/libc/net/
H A Dgetifaddrs.c93 struct sockaddr_dl *dl; local
[all...]
/freebsd-10.1-release/usr.sbin/nvram/
H A Dnvram.c64 struct deletelist *dl; local
[all...]
/freebsd-10.1-release/usr.sbin/ppp/
H A Darp.c236 struct sockaddr_dl *dl; local
/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_mul.c82 bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
226 bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
[all...]
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c228 struct disklabel dl; local

Completed in 242 milliseconds

123456