HomeSort by relevance Sort by last modified time
    Searched refs:iop (Results 26 - 50 of 67) sorted by null

12 3

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 468 InsertBeforeOp iop = (InsertBeforeOp) inserts.get(j); local
469 if ( iop.index == rop.index ) {
472 rewrites.set(iop.instructionIndex, null);
473 rop.text = iop.text.toString() + (rop.text!=null?rop.text.toString():"");
475 else if ( iop.index > rop.index && iop.index <= rop.lastIndex ) {
477 rewrites.set(iop.instructionIndex, null);
515 InsertBeforeOp iop = (InsertBeforeOp)rewrites.get(i); local
520 if ( prevIop.index == iop.index ) { // combine objects
523 iop.text = catOpText(iop.text,prevIop.text)
    [all...]
  /external/blktrace/btt/
seek.c 184 long long seek_dist(struct seeki *sip, struct io *iop)
187 long long start = BIT_START(iop), end = BIT_END(iop);
251 void seeki_add(void *handle, struct io *iop)
254 char rw = IOP_READ(iop) ? 'r' : 'w';
255 long long dist = seek_dist(sip, iop);
256 double tstamp = BIT_TIME(iop->t.time);
257 FILE *fp = IOP_READ(iop) ? sip->rfp : sip->wfp;
  /external/mesa3d/src/mesa/main/tests/
mesa_formats.cpp 103 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \
110 EXPECT_TRUE(i iop 0); \
  /bionic/libc/kernel/uapi/linux/
i2o-dev.h 40 unsigned int iop; member in struct:i2o_cmd_passthru32
44 unsigned int iop; member in struct:i2o_cmd_passthru
48 unsigned int iop; member in struct:i2o_cmd_hrtlct
53 unsigned int iop; member in struct:i2o_cmd_psetget
61 unsigned int iop; member in struct:i2o_sw_xfer
71 unsigned int iop; member in struct:i2o_html
81 unsigned int iop; member in struct:i2o_evt_id
  /external/kernel-headers/original/uapi/linux/
i2o-dev.h 50 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_passthru32
55 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_passthru
60 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_hrtlct
66 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_psetget
75 unsigned int iop; /* IOP unit number * member in struct:i2o_sw_xfer
86 unsigned int iop; \/* IOP unit number *\/ member in struct:i2o_html
98 unsigned int iop; member in struct:i2o_evt_id
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
i2o-dev.h 49 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_passthru32
54 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_passthru
59 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_hrtlct
65 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_psetget
74 unsigned int iop; /* IOP unit number * member in struct:i2o_sw_xfer
85 unsigned int iop; \/* IOP unit number *\/ member in struct:i2o_html
97 unsigned int iop; member in struct:i2o_evt_id
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 504 InsertBeforeOp iop = (InsertBeforeOp)inserts[j];
505 if (iop.index >= rop.index && iop.index <= rop.lastIndex) {
507 rewrites[iop.instructionIndex] = null;
538 InsertBeforeOp iop = (InsertBeforeOp)rewrites[i];
543 if (prevIop.index == iop.index) { // combine objects
546 iop.text = CatOpText(iop.text, prevIop.text);
551 // look for replaces where iop.index is in range; error
555 if (iop.index == rop.index)
    [all...]
  /external/mksh/src/
lex.c 895 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP); local
897 iop->unit = c2 == 2 ? ksh_numdig(dp[1]) : c == '<' ? 0 : 1;
905 iop->ioflag = IOBASH;
907 iop->ioflag = 0;
913 iop->ioflag |= c == c2 ?
915 if (iop->ioflag == IOHERE) {
917 iop->ioflag |= IOSKIP;
919 iop->ioflag |= IOHERESTR;
924 iop->ioflag |= IODUP | ((unsigned int)c == ORD('<') ? IORDUP : 0);
926 iop->ioflag |= (unsigned int)c == ORD('>') ? IOWRITE : IOREAD
    [all...]
exec.c     [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py     [all...]
  /external/syslinux/com32/lib/sys/
file.h 81 const struct input_dev *iop; /* Input operations */ member in struct:file_info
zfile.c 77 fp->iop = &gzip_file_dev;
  /system/core/libpixelflinger/
Android.mk 76 external/safe-iop/include
  /prebuilts/go/darwin-x86/test/
rotate.go 102 iop = [2]func(x, y int64) int64{
145 v = iop[o](v<<l, v>>r)
101 iop = [2]func(x, y int64) int64{ var
  /prebuilts/go/linux-x86/test/
rotate.go 102 iop = [2]func(x, y int64) int64{
145 v = iop[o](v<<l, v>>r)
101 iop = [2]func(x, y int64) int64{ var
  /external/blktrace/btreplay/
btreplay.c 715 struct iocb *iop = &iocbp->iocb; local
723 buf = iop->u.c.buf;
727 assert(iop->u.c.buf);
728 free(iop->u.c.buf);
736 io_prep_pread(iop, iocbp->tip->ofd, buf, n, off);
739 io_prep_pwrite(iop, iocbp->tip->ofd, buf, n, off);
743 iop->data = iocbp;
    [all...]
btrecord.c 273 struct io_pkt iop = { local
283 cur->pkts[cur->hdr.npkts++] = iop; // Struct copy
  /external/v8/src/x64/
assembler-x64.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
ssa.go 746 iop := iselOps[v.Op]
747 ssaGenISEL(s, v, iop.cond, iselRegs[iop.valueIfCond], iselRegs[1-iop.valueIfCond])
757 iop := iselOps[v.Op]
758 ssaGenISEL(s, v, iop.cond, iselRegs[iop.valueIfCond], iselRegs[1-iop.valueIfCond])
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
ssa.go 746 iop := iselOps[v.Op]
747 ssaGenISEL(s, v, iop.cond, iselRegs[iop.valueIfCond], iselRegs[1-iop.valueIfCond])
757 iop := iselOps[v.Op]
758 ssaGenISEL(s, v, iop.cond, iselRegs[iop.valueIfCond], iselRegs[1-iop.valueIfCond])
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 52 if iop(i) != syntax.InstRune || len(i.Rune) != 1 {
58 for iop(i) == syntax.InstRune && len(i.Rune) == 1 && syntax.Flags(i.Arg)&syntax.FoldCase == 0 {
85 func iop(i *syntax.Inst) syntax.InstOp { func
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 52 if iop(i) != syntax.InstRune || len(i.Rune) != 1 {
58 for iop(i) == syntax.InstRune && len(i.Rune) == 1 && syntax.Flags(i.Arg)&syntax.FoldCase == 0 {
85 func iop(i *syntax.Inst) syntax.InstOp { func
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 3401 IROp iop = Iop_INVALID; local
10438 IROp iop = isU ? (isD ? Iop_I64UtoF64 : Iop_I32UtoF32) local
12213 IROp iop = isH ? Iop_Reverse16sIn32_x4 : Iop_Reverse8sIn32_x4; local
12786 IROp iop = isU ? (isF64 ? Iop_I64UtoF64 : Iop_I32UtoF32) local
13812 IROp iop = Iop_INVALID; local
13844 IROp iop = mkMULF(ity); local
14176 IROp iop = iops[ix]; local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
decode.go     [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
decode.go     [all...]

Completed in 4449 milliseconds

12 3