HomeSort by: relevance | last modified time | path
    Searched refs:ty (Results 1 - 25 of 252) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CBindingWrapping.h 19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
20 inline ty *unwrap(ref P) { \
21 return reinterpret_cast<ty*>(P); \
24 inline ref wrap(const ty *P) { \
25 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
  /src/external/apache2/llvm/dist/llvm/utils/
shuffle_select_fuzz_tester.py 38 define internal fastcc {ty} @test({inputs}) noinline nounwind {{
41 ret {ty} {last_name}
55 %v = call fastcc {ty} @test({inputs})
69 %v.{lane} = extractelement {ty} %v, i32 {lane}
114 def __init__(self, name, ty, value = None):
115 self.ty = ty # Type
122 def __init__(self, name, ty, op0, op1, mask):
123 Value.__init__(self, name, ty)
136 shuf_template = ' {name} = shufflevector {ty} {op0}, {ty} {op1}, <{num} x i32> {mask}\n
    [all...]
  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_bsd.c 62 char *ty; local
68 ty = mp->f_fstypename;
74 ty = MNTTAB_TYPE_UFS;
80 ty = MNTTAB_TYPE_NFS;
86 ty = MNTTAB_TYPE_MFS;
91 ty = "unknown";
97 new_mp->mnt_type = xstrdup(ty);
mtab_osf.c 53 char *ty; local
84 ty = MNTTAB_TYPE_UFS;
88 ty = MNTTAB_TYPE_NFS3;
92 ty = MNTTAB_TYPE_NFS;
95 ty = MNTTAB_TYPE_MFS;
98 ty = "unknown";
102 new_mp->mnt_type = xstrdup(ty);
mtab_aix.c 68 char *ty; local
77 ty = MNTTAB_TYPE_UFS;
82 ty = MNTTAB_TYPE_NFS;
90 ty = MNTTAB_TYPE_NFS3;
98 ty = "unknown";
104 new_mp->mnt_type = xstrdup(ty);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
LocInfoType.h 37 LocInfoType(QualType ty, TypeSourceInfo *TInfo)
38 : Type((TypeClass)LocInfo, ty, ty->getDependence()), DeclInfo(TInfo) {
  /src/external/bsd/am-utils/dist/fsinfo/
fsinfo.h 129 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw))
130 #define HEAD(ty, q) ((ty *) q)
132 #define ITER(v, ty, q) for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v)))
133 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/rc4/asm/
rc4-586.pl 78 $ty="edx";
88 &mov ($ty,&DWP(0,$dat,$yy,4));
90 &mov (&DWP(0,$dat,$xx,4),$ty);
91 &add ($ty,$tx);
93 &and ($ty,0xff);
100 &$func ($out,&DWP(0,$dat,$ty,4));
121 &mov ($ty,&DWP(0,$dat,$yy,4));
124 &mov (&DWP(0,$dat,$XX[0],4),$ty);
125 &add (&LB($ty),&LB($tx));
131 &pinsrw ($mm,&DWP(0,$dat,$ty,4),$j)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
rc4-586.pl 78 $ty="edx";
88 &mov ($ty,&DWP(0,$dat,$yy,4));
90 &mov (&DWP(0,$dat,$xx,4),$ty);
91 &add ($ty,$tx);
93 &and ($ty,0xff);
100 &$func ($out,&DWP(0,$dat,$ty,4));
121 &mov ($ty,&DWP(0,$dat,$yy,4));
124 &mov (&DWP(0,$dat,$XX[0],4),$ty);
125 &add (&LB($ty),&LB($tx));
131 &pinsrw ($mm,&DWP(0,$dat,$ty,4),$j)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/rc4/asm/
rc4-586.pl 79 $ty="edx";
89 &mov ($ty,&DWP(0,$dat,$yy,4));
91 &mov (&DWP(0,$dat,$xx,4),$ty);
92 &add ($ty,$tx);
94 &and ($ty,0xff);
101 &$func ($out,&DWP(0,$dat,$ty,4));
122 &mov ($ty,&DWP(0,$dat,$yy,4));
125 &mov (&DWP(0,$dat,$XX[0],4),$ty);
126 &add (&LB($ty),&LB($tx));
132 &pinsrw ($mm,&DWP(0,$dat,$ty,4),$j)
    [all...]
  /src/lib/libm/src/
e_rem_pio2f.h 52 double tx[1],ty[1]; local
77 n = __kernel_rem_pio2(tx,ty,e0,1,0);
78 if(hx<0) {*y = -ty[0]; return -n;}
79 *y = ty[0]; return n;
e_rem_pio2l.h 66 double tx[5],ty[3]; local
129 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
130 t = (long double)ty[2] + ty[1];
131 r = t + ty[0];
132 w = ty[0] - (r - t);
  /src/external/gpl3/gcc/dist/gcc/
gengtype-parse.cc 497 type_p ty;
500 ty = type (&opts, true);
503 ty = create_pointer (ty);
510 return adjust_field_type (ty, 0);
517 type_p ty;
519 ty = absdecl ();
521 return create_type_option (prev, name, ty);
528 type_p ty;
532 ty = absdecl ()
496 type_p ty; local
516 type_p ty; local
527 type_p ty; local
802 type_p ty, dty; local
1071 type_p ty, dty; local
1121 type_p ty, dty; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-parse.cc 490 type_p ty;
493 ty = type (&opts, true);
496 ty = create_pointer (ty);
503 return adjust_field_type (ty, 0);
510 type_p ty;
512 ty = absdecl ();
514 return create_type_option (prev, name, ty);
521 type_p ty;
525 ty = absdecl ()
489 type_p ty; local
509 type_p ty; local
520 type_p ty; local
795 type_p ty, dty; local
1064 type_p ty, dty; local
1114 type_p ty, dty; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_fast_s_mp_mul_digs.c 55 int tx, ty; local
60 ty = MIN(b->used-1, ix);
61 tx = ix - ty;
65 tmpy = b->dp + ty;
68 while (tx++ < a->used && ty-- >= 0) { ... }
70 iy = MIN(a->used-tx, ty+1);
bn_fast_s_mp_mul_high_digs.c 47 int tx, ty, iy; local
51 ty = MIN(b->used-1, ix);
52 tx = ix - ty;
56 tmpy = b->dp + ty;
59 while (tx++ < a->used && ty-- >= 0) { ... }
61 iy = MIN(a->used-tx, ty+1);
bn_fast_s_mp_sqr.c 24 * (ty-tx) so that it never happens. You double all those
47 int tx, ty, iy; local
55 ty = MIN(a->used-1, ix);
56 tx = ix - ty;
60 tmpy = a->dp + ty;
63 while (tx++ < a->used && ty-- >= 0) { ... }
65 iy = MIN(a->used-tx, ty+1);
67 /* now for squaring tx can never equal ty
71 iy = MIN(iy, (ty-tx+1)>>1);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
safe.d 90 if (hasPointers && v.type.toBasetype().ty != Tstruct)
136 if (ttob.ty == Tclass && tfromb.ty == Tclass)
155 if (ttob.ty == Tarray && tfromb.ty == Tsarray) // https://issues.dlang.org/show_bug.cgi?id=12502
158 if (ttob.ty == Tarray && tfromb.ty == Tarray ||
159 ttob.ty == Tpointer && tfromb.ty == Tpointer)
171 if (tfromn.ty == Tvoid && ttobn.isMutable()
    [all...]
chkformat.d 122 if (t.ty != Tint32 && t.ty != Tuns32)
135 if (t.ty != Tint32 && t.ty != Tuns32)
156 if (t.ty != Tint32 && t.ty != Tuns32)
162 if (t.ty != Tint32 && t.ty != Tuns32 && t.ty != Tint8 && t.ty != Tuns8
    [all...]
dcast.d 97 if (t1b.ty == Tclass && tob.ty == Tclass)
128 if (t.ty != Terror && e.type.ty != Terror)
136 //printf("type %p ty %d deco %p\n", type, type.ty, type.deco);
194 Type tx = (tb.ty == Tsarray)
285 if (t.ty == Tpointer)
287 else if (t.ty == Tarray)
289 else if (t.ty == Tsarray
    [all...]
  /src/games/hunt/huntd/
makemaze.c 120 int tx, ty; local
128 tx = ty = 0;
140 ty = y - 2;
144 ty = y + 2;
148 ty = y;
152 ty = y;
155 if (tx < 0 || ty < 0 || tx >= WIDTH || ty >= HEIGHT)
157 if (Maze[ty][tx] == SPACE)
159 Maze[(y + ty) / 2][(x + tx) / 2] = SPACE
    [all...]
  /src/games/hack/
def.trap.h 68 xchar tx,ty; member in struct:trap
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
Address.h 87 ConstantAddress getBitCast(llvm::Type *ty) const {
88 return ConstantAddress(llvm::ConstantExpr::getBitCast(getPointer(), ty),
92 ConstantAddress getElementBitCast(llvm::Type *ty) const {
93 return getBitCast(ty->getPointerTo(getAddressSpace()));
  /src/crypto/external/apache2/openssl/dist/crypto/rc4/
rc4_enc.c 31 register RC4_INT x, y, tx, ty; local
42 d[x] = ty = d[y]; \
44 (out) = d[(tx + ty) & 0xff] ^ (in);
  /src/crypto/external/bsd/openssl/dist/crypto/rc4/
rc4_enc.c 31 register RC4_INT x, y, tx, ty; local
42 d[x]=ty=d[y]; \
44 (out) = d[(tx+ty)&0xff]^ (in);

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011