Home
last modified time | relevance | path

Searched refs:T_LONG (Results 1 – 25 of 2380) sorted by relevance

12345678910>>...96

/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dsexhead1.h33 &idummy, H_INT, T_LONG, "%5d"},
35 &idummy, H_INT, T_LONG, "%5d"},
47 &thecat.currext, H_INT, T_LONG, "%3d"},
49 &thecat.next, H_INT, T_LONG, "3d"},
51 &thefield1.width, H_INT, T_LONG, "%10d"},
53 &thefield1.height, H_INT, T_LONG, "%10d"},
57 &thefield1.bitpix, H_INT, T_LONG, "%3d"},
113 &thefield1.backw, H_INT, T_LONG, "%5d"},
131 &thecat.ndetect, H_INT, T_LONG, "%9d"},
133 &thecat.ntotal, H_INT, T_LONG, "%9d"},
[all …]
H A Dsexhead.h21 &thecat.currext, H_INT, T_LONG, "%3d"},
23 &thecat.next, H_INT, T_LONG, "3d"},
41 &thecat.ndetect, H_INT, T_LONG, "%9d"},
43 &thecat.ntotal, H_INT, T_LONG, "%9d"},
45 &thecat.nparam, H_INT, T_LONG, "%3d"},
55 &prefs.filter_flag, H_BOOL, T_LONG, "%1s"},
63 &prefs.ext_minarea, H_INT, T_LONG, "%5d"},
69 &prefs.clean_flag, H_BOOL, T_LONG, "%1s"},
97 &thefield1.backw, H_INT, T_LONG, "%5d"},
99 &thefield1.backh, H_INT, T_LONG, "%5d"},
[all …]
H A Dparam.h23 &outobj.number, H_INT, T_LONG, "%10d", "",
212 &outobj.npix, H_INT, T_LONG, "%9d", "pixel**2",
215 &outobj.fdnpix, H_INT, T_LONG, "%9d", "pixel**2",
219 &outobj.xmin, H_INT, T_LONG, "%10d", "pixel",
222 &outobj.ymin, H_INT, T_LONG, "%10d", "pixel",
225 &outobj.xmax, H_INT, T_LONG, "%10d", "pixel",
228 &outobj.ymax, H_INT, T_LONG, "%10d", "pixel",
232 &outobj.peakx, H_INT, T_LONG, "%10d", "pixel",
235 &outobj.peaky, H_INT, T_LONG, "%10d", "pixel",
660 outobj.imaflag, H_INT, T_LONG, "%9u", "",
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Dbasic.c240 case T_LONG | T_INT: in basic_types_get_declarator()
241 case T_LONG: return bti[BT_LONG].pDecl; in basic_types_get_declarator()
242 case T_LONG | T_SIGNED | T_INT: in basic_types_get_declarator()
243 case T_LONG | T_SIGNED: return bti[BT_SIGNED_LONG].pDecl; in basic_types_get_declarator()
244 case T_LONG | T_UNSIGNED | T_INT: in basic_types_get_declarator()
245 case T_LONG | T_UNSIGNED: return bti[BT_UNSIGNED_LONG].pDecl; in basic_types_get_declarator()
247 case T_LONG | T_LONGLONG | T_INT: in basic_types_get_declarator()
248 case T_LONG | T_LONGLONG: return bti[BT_LONG_LONG].pDecl; in basic_types_get_declarator()
249 case T_LONG | T_LONGLONG | T_SIGNED | T_INT: in basic_types_get_declarator()
251 case T_LONG | T_LONGLONG | T_UNSIGNED | T_INT: in basic_types_get_declarator()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DvectorSupport.cpp210 case T_LONG: return Op_AddL; in vop2ideal()
222 case T_LONG: return Op_SubL; in vop2ideal()
234 case T_LONG: return Op_MulL; in vop2ideal()
246 case T_LONG: return Op_DivL; in vop2ideal()
258 case T_LONG: return Op_MinL; in vop2ideal()
270 case T_LONG: return Op_MaxL; in vop2ideal()
282 case T_LONG: return Op_AbsL; in vop2ideal()
315 case T_LONG: return Op_OrL; in vop2ideal()
381 case T_LONG: // fall-through in vop2ideal()
393 case T_LONG: // fall-through in vop2ideal()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DvectorSupport.cpp102 case T_LONG: // fall-through in init_payload_element()
187 case T_LONG: return Op_AddL; in vop2ideal()
199 case T_LONG: return Op_SubL; in vop2ideal()
211 case T_LONG: return Op_MulL; in vop2ideal()
223 case T_LONG: return Op_DivL; in vop2ideal()
235 case T_LONG: return Op_MinL; in vop2ideal()
247 case T_LONG: return Op_MaxL; in vop2ideal()
259 case T_LONG: return Op_AbsL; in vop2ideal()
282 case T_LONG: return Op_AndL; in vop2ideal()
292 case T_LONG: return Op_OrL; in vop2ideal()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp293 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
294 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
306 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
314 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
315 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
316 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
317 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
381 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
385 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp293 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
294 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
306 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
314 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
315 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
316 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
317 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
381 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
385 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp293 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
294 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
306 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
314 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
315 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
316 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
317 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
381 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
385 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp293 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
294 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
306 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
314 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
315 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
316 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
317 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
381 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
385 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp293 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
294 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
306 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
314 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
315 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
316 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
317 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
381 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
385 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecodes.cpp293 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
294 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
306 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
314 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
315 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
316 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
317 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
381 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
385 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp293 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
294 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
306 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
314 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
315 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
316 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
317 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
381 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
385 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp293 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
294 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
306 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
314 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
315 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
316 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
317 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
381 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
385 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp307 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
308 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
320 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
328 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
329 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
330 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
345 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
395 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
399 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp307 def(_lconst_0 , "lconst_0" , "b" , NULL , T_LONG , 2, false); in initialize()
308 def(_lconst_1 , "lconst_1" , "b" , NULL , T_LONG , 2, false); in initialize()
320 def(_lload , "lload" , "bi" , "wbii" , T_LONG , 2, false); in initialize()
328 def(_lload_0 , "lload_0" , "b" , NULL , T_LONG , 2, false); in initialize()
329 def(_lload_1 , "lload_1" , "b" , NULL , T_LONG , 2, false); in initialize()
330 def(_lload_2 , "lload_2" , "b" , NULL , T_LONG , 2, false); in initialize()
331 def(_lload_3 , "lload_3" , "b" , NULL , T_LONG , 2, false); in initialize()
345 def(_laload , "laload" , "b" , NULL , T_LONG , 0, true ); in initialize()
395 def(_ladd , "ladd" , "b" , NULL , T_LONG , -2, false); in initialize()
399 def(_lsub , "lsub" , "b" , NULL , T_LONG , -2, false); in initialize()
[all …]
/dports/astro/sextractor/sextractor-2.5.0/src/fits/
H A Dfitshead.c104 if (fitsread(tab->headbuf, "BITPIX ", &tab->bitpix, H_INT, T_LONG) in readbasic_head()
110 if (fitsread(tab->headbuf, "NAXIS ", &tab->naxis, H_INT, T_LONG) in readbasic_head()
133 fitsread(tab->headbuf, "PCOUNT ", &tab->pcount, H_INT, T_LONG); in readbasic_head()
135 fitsread(tab->headbuf, "GCOUNT ", &tab->gcount, H_INT, T_LONG); in readbasic_head()
139 fitsread(tab->headbuf, "TFIELDS ", &tab->tfields, H_INT, T_LONG); in readbasic_head()
160 fitsread(tab->headbuf, "BITSGN ", &tab->bitsgn, H_INT, T_LONG); in readbasic_head()
262 case T_LONG: in readbintabparam_head()
373 fitswrite(tab->headbuf, "NAXIS1 ", &naxis1, H_INT, T_LONG); in update_head()
386 fitswrite(tab->headbuf, "NAXIS2 ", &n, H_INT, T_LONG); in update_head()
590 case T_LONG: t = 'J'; in tformof()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dvectornode.cpp112 return (bt == T_LONG ? Op_MinV : 0); in opcode()
127 return (bt == T_LONG ? Op_MaxV : 0); in opcode()
242 case T_LONG: in replicate_opcode()
320 case T_LONG: in is_vector_rotate_supported()
549 case T_LONG: in scalar2vector()
658 case T_LONG: in make()
694 case T_LONG: in binary_tree_pack()
1050 case T_LONG: in make_reduction_input()
1078 case T_LONG: in make_reduction_input()
1093 case T_LONG: in make_reduction_input()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/btyacc/
H A Dgrammar.dot183 q0 -> q20 [label="T_LONG"];
257 q34 -> q20 [label="T_LONG"];
323 q48 -> q20 [label="T_LONG"];
368 q53 -> q20 [label="T_LONG"];
408 q62 -> q20 [label="T_LONG"];
451 q72 -> q20 [label="T_LONG"];
490 q73 -> q20 [label="T_LONG"];
536 q83 -> q20 [label="T_LONG"];
573 q87 -> q20 [label="T_LONG"];
626 q94 -> q20 [label="T_LONG"];
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.dot183 q0 -> q20 [label="T_LONG"];
257 q34 -> q20 [label="T_LONG"];
323 q48 -> q20 [label="T_LONG"];
368 q53 -> q20 [label="T_LONG"];
408 q62 -> q20 [label="T_LONG"];
451 q72 -> q20 [label="T_LONG"];
490 q73 -> q20 [label="T_LONG"];
536 q83 -> q20 [label="T_LONG"];
573 q87 -> q20 [label="T_LONG"];
626 q94 -> q20 [label="T_LONG"];
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java42 public static final BasicType T_LONG = new BasicType(); field in BasicType
66 T_LONG.setType(db.lookupIntConstant("T_LONG").intValue()); in initialize()
107 return T_LONG.getType(); in getTLong()
162 } else if (i == T_LONG.getType()) { in intToBasicType()
163 return T_LONG; in intToBasicType()
190 case 'J': return T_LONG; in charToBasicType()
223 } else if (type == T_LONG.getType()) { in getName()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java42 public static final BasicType T_LONG = new BasicType(); field in BasicType
66 T_LONG.setType(db.lookupIntConstant("T_LONG").intValue()); in initialize()
107 return T_LONG.getType(); in getTLong()
162 } else if (i == T_LONG.getType()) { in intToBasicType()
163 return T_LONG; in intToBasicType()
190 case 'J': return T_LONG; in charToBasicType()
223 } else if (type == T_LONG.getType()) { in getName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java42 public static final BasicType T_LONG = new BasicType(); field in BasicType
66 T_LONG.setType(db.lookupIntConstant("T_LONG").intValue()); in initialize()
107 return T_LONG.getType(); in getTLong()
162 } else if (i == T_LONG.getType()) { in intToBasicType()
163 return T_LONG; in intToBasicType()
190 case 'J': return T_LONG; in charToBasicType()
223 } else if (type == T_LONG.getType()) { in getName()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java41 public static final BasicType T_LONG = new BasicType(); field in BasicType
65 T_LONG.setType(db.lookupIntConstant("T_LONG").intValue()); in initialize()
106 return T_LONG.getType(); in getTLong()
161 } else if (i == T_LONG.getType()) { in intToBasicType()
162 return T_LONG; in intToBasicType()
189 case 'J': return T_LONG; in charToBasicType()
222 } else if (type == T_LONG.getType()) { in getName()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java41 public static final BasicType T_LONG = new BasicType(); field in BasicType
65 T_LONG.setType(db.lookupIntConstant("T_LONG").intValue()); in initialize()
106 return T_LONG.getType(); in getTLong()
161 } else if (i == T_LONG.getType()) { in intToBasicType()
162 return T_LONG; in intToBasicType()
189 case 'J': return T_LONG; in charToBasicType()
222 } else if (type == T_LONG.getType()) { in getName()

12345678910>>...96