Searched refs:ty2 (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/x11vnc/ |
D | userinput.c | 1191 int tx1, ty1, tx2, ty2; in do_bdpush() local 1219 ty2 = attr.y + attr.height; in do_bdpush() 1228 frame = sraRgnCreateRect(tx1, ty1, tx2, ty2); in do_bdpush() 1246 ty2 = rect.y2; in do_bdpush() 1250 if (nabs(ty2-ty1) <= bdskinny) { in do_bdpush() 1267 if (bdy < ty1 || ty2 <= bdy) { in do_bdpush() 1275 ty2 -= coff_y; in do_bdpush() 1281 ty2 -= off_y; in do_bdpush() 1284 direct_fb_copy(tx1, ty1, tx2, ty2, 1); in do_bdpush() 1288 if (db > 1) fprintf(stderr, " BDP(%d,%d-%d,%d) dt: %.4f\n", tx1, ty1, tx2, ty2, dt); in do_bdpush() [all …]
|
/external/llvm/docs/ |
D | LangRef.rst | 5357 <result> = extractelement <n x <ty>> <val>, <ty2> <idx> ; yields <ty> 5397 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <n x <ty>> 6205 <result> = trunc <ty> <value> to <ty2> ; yields ty2 6210 The '``trunc``' instruction truncates its operand to the type ``ty2``. 6218 larger than the bit size of the destination type, ``ty2``. Equal sized 6225 and converts the remaining bits to ``ty2``. Since the source size must 6247 <result> = zext <ty> <value> to <ty2> ; yields ty2 6252 The '``zext``' instruction zero extends its operand to type ``ty2``. 6260 smaller than the bit size of the destination type, ``ty2``. 6266 until it reaches the size of the destination type, ``ty2``. [all …]
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 638 let ty2 = function_type i8_type [| i8_type; i64_type |] in 648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 384 !327 = !MDGlobalVariable(name: "ty2", line: 31, isLocal: true, isDefinition: true, scope: null, fil…
|
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 3241 Int offset2, IRType ty2 ) in getAliasingRelation_IC() argument 3247 maxoff2 = minoff2 + sizeofIRType(ty2) - 1; in getAliasingRelation_IC()
|