Searched defs:ir (Results 1 - 25 of 235) sorted by last modified time

12345678910

/external/valgrind/coregrind/
H A Dm_libcproc.c568 Int ir, zzz; local
575 ir = VG_(sigaction)(VKI_SIGCHLD, &sa, &saved_sa);
576 vg_assert(ir == 0);
581 ir = VG_(sigaction)(VKI_SIGCHLD, &sa2, NULL);
582 vg_assert(ir == 0);
H A Dm_libcsignal.c467 Int i, ir; local
484 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked);
485 vg_assert(ir == 0);
510 ir = VG_(sigaction)(i, &sa, &saved_sa);
511 vg_assert(ir == 0);
533 ir = VG_(sigaction)(i, &saved_sa2, NULL);
534 vg_assert(ir == 0);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c6436 struct vki_ifreq *ir = (struct vki_ifreq *)ARG3; local
6437 PRE_MEM_READ( "ioctl(SIOCETHTOOL)", (Addr)ir, sizeof(struct vki_ifreq) );
6438 PRE_MEM_RASCIIZ( "ioctl(SIOCETHTOOL)", (Addr)ir->vki_ifr_name );
6439 PRE_MEM_READ( "ioctl(SIOCETHTOOL)", (Addr)ir->vki_ifr_data, sizeof(vki_u32) );
6440 PRINT("SIOCETHTOOL( 0x%x )", *(vki_u32 *)ir->vki_ifr_data );
6441 switch ( *(vki_u32 *)ir->vki_ifr_data ) {
6444 (Addr)ir->vki_ifr_data, sizeof(struct vki_ethtool_cmd) );
6448 (Addr)ir->vki_ifr_data, sizeof(struct vki_ethtool_cmd) );
6452 (Addr)ir->vki_ifr_data, sizeof(struct vki_ethtool_drvinfo) );
6456 (Addr)ir
7729 struct vki_hci_inquiry_req* ir = (struct vki_hci_inquiry_req*)ARG3; local
9335 struct vki_ifreq *ir = (struct vki_ifreq *)ARG3; local
10233 struct vki_hci_inquiry_req* ir = (struct vki_hci_inquiry_req*)ARG3; local
[all...]
/external/valgrind/VEX/priv/
H A Dhost_s390_isel.c679 HReg ir = s390_isel_int_expr(env, irrm); local
684 addInstr(env, s390_insn_alu(4, S390_ALU_SUB, mode, s390_opnd_reg(ir)));
757 HReg ir = s390_isel_int_expr(env, irrm); local
761 addInstr(env, s390_insn_move(4, mode, ir));
764 addInstr(env, s390_insn_alu(4, S390_ALU_XOR, mode, s390_opnd_reg(ir)));
/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.h65 tensorflow::uint32* ir = reinterpret_cast<tensorflow::uint32*>(r); local
66 p[0] = (ir[0] << 16) & 0xffff0000;
67 p[1] = ir[0] & 0xffff0000;
68 p[2] = (ir[1] << 16) & 0xffff0000;
69 p[3] = ir[1] & 0xffff0000;
78 tensorflow::uint32* ir = reinterpret_cast<tensorflow::uint32*>(r); local
79 p[0] = (ir[2] << 16) & 0xffff0000;
80 p[1] = ir[2] & 0xffff0000;
81 p[2] = (ir[3] << 16) & 0xffff0000;
82 p[3] = ir[
136 const tensorflow::uint32* ir = local
148 const tensorflow::uint32* ir = local
[all...]
/external/syslinux/core/fs/ntfs/
H A Dntfs.c730 struct ntfs_idx_root *ir; local
760 ir = (struct ntfs_idx_root *)((uint8_t *)attr +
762 ie = (struct ntfs_idx_entry *)((uint8_t *)&ir->index +
763 ir->index.entries_offset);
768 (uint8_t *)&ir->index + ir->index.index_len ||
770 (uint8_t *)&ir->index + ir->index.index_len)
1027 struct ntfs_idx_root *ir; local
1057 ir
[all...]
/external/syslinux/com32/cmenu/libmenu/
H A Ddes.c245 my_u_int32_t *p, *il, *ir, *fl, *fr;
311 *(ir = &ip_maskr[k][i]) = 0L;
320 *ir |= bits32[obit - 32];
330 *(ir = &key_perm_maskr[k][i]) = 0L;
339 *ir |= bits28[obit - 28];
343 *(ir = &comp_maskr[k][i]) = 0L;
352 *ir |= bits24[obit - 24];
403 my_u_int32_t *ir; local
407 *(ir = &common[k][i]) = 0L;
412 *ir |
481 my_u_int32_t *ir; local
523 my_u_int32_t *ir; local
[all...]
/external/syslinux/com32/lib/libpng/
H A Dpngrtran.c498 int ir, ig, ib; local
503 for (ir = 0; ir < num_red; ir++)
505 /* int dr = abs(ir - r); */
506 int dr = ((ir > r) ? ir - r : r - ir);
507 int index_r = (ir << (PNG_DITHER_BLUE_BITS +
/external/syslinux/com32/lib/syslinux/
H A Dinitramfs.c39 struct initramfs *ir; local
41 ir = calloc(sizeof(*ir), 1);
42 if (!ir)
45 ir->prev = ir->next = ir;
46 return ir;
/external/syslinux/com32/libupload/
H A Dctime.c18 com32sys_t ir, d0, d1, t0; local
22 memset(&ir, 0, sizeof ir);
24 ir.eax.b[1] = 0x04;
25 __intcall(0x1A, &ir, &d0);
27 memset(&ir, 0, sizeof ir);
28 ir.eax.b[1] = 0x02;
29 __intcall(0x1A, &ir, &t0);
31 memset(&ir,
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
H A DViewInflater.java264 public static XmlPullParser getXml(Reader ir) throws XmlPullParserException { argument
266 xml.setInput(ir);
/external/skqp/src/sksl/
H A DSkSLIRGenerator.cpp20 #include "ir/SkSLBinaryExpression.h"
21 #include "ir/SkSLBoolLiteral.h"
22 #include "ir/SkSLBreakStatement.h"
23 #include "ir/SkSLConstructor.h"
24 #include "ir/SkSLContinueStatement.h"
25 #include "ir/SkSLDiscardStatement.h"
26 #include "ir/SkSLDoStatement.h"
27 #include "ir/SkSLEnum.h"
28 #include "ir/SkSLExpressionStatement.h"
29 #include "ir/SkSLFiel
61 AutoSymbolTable(IRGenerator* ir) argument
78 AutoLoopLevel(IRGenerator* ir) argument
92 AutoSwitchLevel(IRGenerator* ir) argument
[all...]
/external/skqp/tests/
H A DAAClipTest.cpp127 SkIRect ir; local
128 path.getBounds().round(&ir);
129 rgn->setPath(path, SkRegion(ir));
337 const SkIRect ir = SkIRect::MakeLTRB(10, -10, 50, 90); local
339 clip.op(ir, SkRegion::kIntersect_Op);
349 SkIRect ir = { 0, 0, 10, 10 }; local
353 r.set(ir);
355 SkRasterClip rc0(ir);
356 SkRasterClip rc1(ir);
357 SkRasterClip rc2(ir);
[all...]
H A DImageTest.cpp163 const SkIRect ir = SkIRect::MakeXYWH(5, 5, 10, 10); local
178 decoded = SkImage::MakeFromEncoded(origEncoded, &ir);
180 assert_equal(reporter, image, &ir, decoded.get());
/external/skqp/tools/
H A DSkRandomScalerContext.cpp108 const SkIRect ir = devPath.getBounds().roundOut(); local
110 if (ir.isEmpty() || !ir.is16Bit()) {
117 glyph->fLeft = ir.fLeft;
118 glyph->fTop = ir.fTop;
119 glyph->fWidth = SkToU16(ir.width());
120 glyph->fHeight = SkToU16(ir.height());
/external/skqp/src/core/
H A DSkCanvas.cpp961 SkIRect ir; local
965 r.roundOut(&ir);
967 ir = clipBounds;
971 if (!ir.intersect(clipBounds)) {
979 SkASSERT(!ir.isEmpty());
983 fMCRec->fRasterClip.setRect(ir);
984 fDeviceClipBounds = qr_clip_bounds(ir);
988 *intersection = ir;
1099 SkIRect ir; local
1100 if (!this->clipRectBounds(bounds, saveLayerFlags, &ir, imageFilte
2192 SkIRect ir = SkIRect::MakeXYWH(SkScalarRoundToInt(pt.x()), SkScalarRoundToInt(pt.y()), w, h); local
[all...]
H A DSkClipStack.h342 void clipDevRect(const SkIRect& ir, SkClipOp op) { argument
344 r.set(ir);
H A DSkDraw.cpp789 SkIRect ir = bbox.roundOut(); local
790 if (fRC->quickReject(ir)) {
794 SkDeviceLooper looper(fDst, *fRC, ir, paint.isAntiAlias());
H A DSkMaskCache.cpp111 SkIRect ir; local
112 rects[0].roundOut(&ir);
121 fSizes[3] = SkSize{rects[0].x() - ir.x(), rects[0].y() - ir.y()};
H A DSkRasterClip.cpp65 SkIRect ir; local
70 ir = devBounds;
75 ir = doAA ? devRect.roundOut() : devRect.round();
78 this->opIRect(ir, op);
88 SkIRect ir; local
93 ir = devBounds;
98 ir = bounds.roundOut();
102 return this->opIRect(ir, op);
387 SkIRect ir; local
388 devRect.round(&ir);
[all...]
H A DSkScalerContext.cpp142 const SkIRect ir = devPath.getBounds().roundOut(); local
144 if (ir.isEmpty() || !ir.is16Bit()) {
147 glyph->fLeft = ir.fLeft;
148 glyph->fTop = ir.fTop;
149 glyph->fWidth = SkToU16(ir.width());
150 glyph->fHeight = SkToU16(ir.height());
H A DSkScan.cpp68 SkIRect ir; local
70 r.round(&ir);
71 SkScan::FillIRect(ir, clip, blitter);
H A DSkScan_AAAPath.cpp137 MaskAdditiveBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds,
205 SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, bool isInverse) {
206 SkASSERT(canHandleRect(ir));
212 fMask.fBounds = ir;
213 fMask.fRowBytes = ir.width();
216 fY = ir.fTop - 1;
219 fClipRect = ir;
279 RunBasedAdditiveBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds,
375 SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, bool isInverse) {
380 // We use the clip bounds instead of the ir, sinc
204 MaskAdditiveBlitter( SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, bool isInverse) argument
[all...]
H A DSkScan_AntiPath.cpp41 BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
74 BaseSuperBlitter::BaseSuperBlitter(SkBlitter* realBlit, const SkIRect& ir, argument
80 // We use the clip bounds instead of the ir, since we may be asked to
84 if (!sectBounds.intersect(ir, clipBounds)) {
105 SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds,
151 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, argument
153 : BaseSuperBlitter(realBlitter, ir, clipBounds, isInverse)
397 MaskSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect&, bool isInverse);
435 MaskSuperBlitter::MaskSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
437 : BaseSuperBlitter(realBlitter, ir, clipBound
[all...]
H A DSkScan_DAAPath.cpp157 SkIRect ir = path.getBounds().roundOut(); local
166 int rectTop = ir.fBottom; // the rect is initialized to be empty as top = bot
167 int rectBot = ir.fBottom;
199 rectTop = rectBot = ir.fBottom;
321 void SkScan::DAAFillPath(const SkPath& path, SkBlitter* blitter, const SkIRect& ir, argument
323 bool containedInClip = clipBounds.contains(ir);
329 SkIRect clippedIR = ir;

Completed in 562 milliseconds

12345678910