Searched refs:dl (Results 176 - 200 of 311) sorted by relevance

1234567891011>>

/external/zlib/src/
H A Ddeflate.h73 } dl; member in struct:ct_data_s
78 #define Dad dl.dad
79 #define Len dl.len
/external/libppp/src/
H A Dradius.c401 bundle = r->cx.auth->physical->dl->bundle;
486 bundle = r->cx.auth->physical->dl->bundle;
868 slot = p->dl->bundle->iface->index;
871 slot = p->dl->bundle->unit;
1025 if (Enabled(authp->physical->dl->bundle, OPT_NAS_IP_ADDRESS) &&
1035 if (Enabled(authp->physical->dl->bundle, OPT_NAS_IDENTIFIER) &&
1096 radius_Account(struct radius *r, struct radacct *ac, struct datalink *dl, argument
1139 strncpy(ac->user_name, dl->peer.authname, sizeof ac->user_name);
1146 dl->bundle->cfg.auth.name, (long)getpid(),
1147 dl
[all...]
H A Dlcp.c337 memcpy(&lcp->want_callback, &p->dl->cfg.callback,
546 if (p && p->dl->state == DATALINK_CBCP)
1110 if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(op)) &&
1113 E164ok(&p->dl->cfg.callback, opt->data + 1, sz))) {
1122 } else if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) &&
1126 } else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_CBCP)) {
1129 } else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_E164)) {
1132 } else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) {
1210 } else if (opt->hdr.len < sizeof p->dl->peer.enddisc.address + 3 &&
1212 p->dl
[all...]
H A Dlog.c172 log_WritePrompts(struct datalink *dl, const char *fmt,...) argument
179 if (prompt_IsTermMode(p, dl))
185 log_SetTtyCommandMode(struct datalink *dl) argument
190 if (prompt_IsTermMode(p, dl))
/external/icu4c/i18n/
H A Dnfsubs.cpp1091 DigitList dl; local
1092 dl.set(number);
1093 dl.roundFixedPoint(20); // round to 20 fraction digits.
1094 dl.reduce(); // Removes any trailing zeros.
1097 for (int32_t didx = dl.getCount()-1; didx>=dl.getDecimalAt(); didx--) {
1106 int64_t digit = didx>=0 ? dl.getDigit(didx) - '0' : 0;
1163 DigitList dl; local
1191 dl.append((char)('0' + digit));
1204 result = dl
[all...]
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp356 DebugLoc dl; // FIXME: this is nowhere local
385 TII->InsertBranch(*this, TBB, 0, Cond, dl);
396 TII->InsertBranch(*this, FBB, 0, Cond, dl);
399 TII->InsertBranch(*this, TBB, 0, Cond, dl);
423 TII->InsertBranch(*this, TBB, 0, Cond, dl);
432 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
436 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
439 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl);
641 DebugLoc dl; // FIXME: this is nowhere local
750 MF->getTarget().getInstrInfo()->InsertBranch(*NMBB, Succ, NULL, Cond, dl);
[all...]
H A DBranchFolding.cpp463 DebugLoc dl; // FIXME: this is nowhere local
470 TII->InsertBranch(*CurMBB, SuccBB, NULL, Cond, dl);
476 SmallVector<MachineOperand, 0>(), dl);
925 DebugLoc dl; // FIXME: this is nowhere local
929 TII->InsertBranch(*PBB, (TBB == IBB) ? FBB : TBB, 0, NewCond, dl);
1102 DebugLoc dl = getBranchDebugLoc(PrevBB); local
1106 TII->InsertBranch(PrevBB, PriorTBB, 0, PriorCond, dl);
1160 DebugLoc dl = getBranchDebugLoc(PrevBB); local
1162 TII->InsertBranch(PrevBB, PriorTBB, 0, PriorCond, dl);
1174 DebugLoc dl local
1212 DebugLoc dl = getBranchDebugLoc(PrevBB); local
1242 DebugLoc dl = getBranchDebugLoc(*MBB); local
1256 DebugLoc dl = getBranchDebugLoc(*MBB); local
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp616 DebugLoc dl, const TargetInstrInfo &TII,
626 BuildMI(MBB, MBBI, dl, TII.get(AArch64::MOVZxii), ScratchReg)
632 BuildMI(MBB, MBBI, dl, TII.get(AArch64::MOVKxii), ScratchReg)
640 BuildMI(MBB, MBBI, dl, TII.get(AArch64::MOVKxii), ScratchReg)
648 BuildMI(MBB, MBBI, dl, TII.get(AArch64::MOVKxii), ScratchReg)
656 BuildMI(MBB, MBBI, dl, TII.get(AddOp), DstReg)
682 BuildMI(MBB, MBBI, dl, TII.get(LowOp), DstReg)
692 BuildMI(MBB, MBBI, dl, TII.get(HighOp), DstReg)
700 DebugLoc dl, const TargetInstrInfo &TII,
703 emitRegUpdate(MBB, MI, dl, TI
614 emitRegUpdate(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, DebugLoc dl, const TargetInstrInfo &TII, unsigned DstReg, unsigned SrcReg, unsigned ScratchReg, int64_t NumBytes, MachineInstr::MIFlag MIFlags) argument
699 emitSPUpdate(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, DebugLoc dl, const TargetInstrInfo &TII, unsigned ScratchReg, int64_t NumBytes, MachineInstr::MIFlag MIFlags) argument
[all...]
H A DAArch64ISelDAGToDAG.cpp178 DebugLoc dl = Node->getDebugLoc(); local
203 return CurDAG->getMachineNode(MOVOpcode, dl, DestType,
212 ResNode = CurDAG->getMachineNode(MOVOpcode, dl, MOVType,
217 ResNode = CurDAG->getMachineNode(TargetOpcode::SUBREG_TO_REG, dl,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp500 DebugLoc dl = getDebugLoc(); local
501 if (G && !dl.isUnknown()) {
503 Scope(dl.getScope(G->getMachineFunction().getFunction()->getContext()));
510 OS << ':' << dl.getLine();
511 if (dl.getCol() != 0)
512 OS << ':' << dl.getCol();
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h383 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
389 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
394 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
H A DThumb2ITBlockPass.cpp168 DebugLoc dl = MI->getDebugLoc(); local
181 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII->get(ARM::t2IT))
/external/valgrind/main/VEX/priv/
H A Dhost_s390_disasm.c401 UInt dh, dl, x, b; local
404 dl = va_arg(args, UInt);
408 p = dxb_operand(p, (dh << 12) | dl, x, b, 1 /* signed_displacement */);
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestHoveringTank.java129 DirectionalLight dl = new DirectionalLight();
130 dl.setColor(new ColorRGBA(1.0f, 0.94f, 0.8f, 1f).multLocal(1.3f));
131 dl.setDirection(new Vector3f(-0.5f, -0.3f, -0.3f).normalizeLocal());
132 rootNode.addLight(dl);
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainTestCollision.java176 DirectionalLight dl = new DirectionalLight();
177 dl.setDirection(new Vector3f(1, -0.5f, -0.1f).normalizeLocal());
178 dl.setColor(new ColorRGBA(0.50f, 0.40f, 0.50f, 1.0f));
179 rootNode.addLight(dl);
/external/libvpx/libvpx/vp8/common/x86/
H A Diwalsh_sse2.asm41 paddw xmm4, xmm0 ;dl+cl a1+b1 aka op[4] op[0]
70 paddw xmm5, xmm4 ;dl+cl a1+b1 aka op[4] op[0]
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp120 DebugLoc dl) const {
121 MachineInstrBuilder MIB = BuildMI(MF, dl, get(SP::DBG_VALUE))
352 DebugLoc dl; local
354 BuildMI(FirstMBB, MBBI, dl, get(SP::GETPCX), GlobalBaseReg);
/external/openssl/crypto/dso/
H A Ddso_dlfcn.c436 static int dladdr(void *address, Dl_info *dl) argument
439 v = _rld_new_interface(_RLD_DLADDR,address,dl);
/external/qemu-pc-bios/bochs/bios/
H A Dnotes16 dl (bit 0) --> bit 4 # drive number
/external/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp394 DebugLoc dl = MBBI->getDebugLoc(); local
405 BuildMI(MBB, MBBI, dl, TII.get(MBlaze::ADD), MBlaze::R1)
409 BuildMI(MBB, MBBI, dl, TII.get(MBlaze::LWI), MBlaze::R19)
415 BuildMI(MBB, MBBI, dl, TII.get(MBlaze::LWI), MBlaze::R15)
424 BuildMI(MBB, MBBI, dl, TII.get(MBlaze::ADDIK), MBlaze::R1)
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp338 DebugLoc dl = I->getDebugLoc(); local
344 BuildMI(MBB, I, dl, Mfc1Tdd, DstReg).addReg(SubReg);
352 DebugLoc dl = I->getDebugLoc(); local
357 BuildMI(MBB, I, dl, Mtc1Tdd, TRI.getSubReg(DstReg, Mips::sub_fpeven))
359 BuildMI(MBB, I, dl, Mtc1Tdd, TRI.getSubReg(DstReg, Mips::sub_fpodd))
/external/openssl/crypto/bn/
H A Dbn_lib.c799 common length ( basicall, min(len(a),len(b)) ), and dl, which is the
804 int cl, int dl)
809 if (dl < 0)
811 for (i=dl; i<0; i++)
817 if (dl > 0)
819 for (i=dl; i>0; i--)
803 bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
/external/quake/quake/src/QW/client/
H A Dgl_rmain.c710 dlight_t *dl; local
742 dl = &cl_dlights[lnum];
743 if (!dl->radius)
745 if (!dl->radius)
747 if (dl->die < cl.time)
750 VectorSubtract (currententity->origin, dl->origin, dist);
751 add = dl->radius - Length(dist);
H A Dr_main.c631 dlight_t *dl; local
662 dl = &cl_dlights[lnum];
663 if (!dl->radius)
665 if (!dl->radius)
667 if (dl->die < cl.time)
670 VectorSubtract (currententity->origin, dl->origin, dist);
671 add = dl->radius - Length(dist);
/external/quake/quake/src/WinQuake/
H A Dr_main.cpp614 dlight_t *dl; local
645 dl = &cl_dlights[lnum];
646 if (!dl->radius)
648 if (!dl->radius)
650 if (dl->die < cl.time)
653 VectorSubtract (currententity->origin, dl->origin, dist);
654 add = dl->radius - Length(dist);

Completed in 529 milliseconds

1234567891011>>