Home
last modified time | relevance | path

Searched refs:tdtype (Results 1 – 25 of 27) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DTypedefGen.java263 SymtabEntry tdtype = Util.typeOf (td.type ()); in read() local
264 …if (tdtype instanceof SequenceEntry || tdtype instanceof PrimitiveEntry || tdtype instanceof Strin… in read()
265 index = ((JavaGenerator)tdtype.generator ()).read (index, indent, name, tdtype, stream); in read()
266 … else if (tdtype instanceof InterfaceEntry && tdtype.fullName ().equals ("org/omg/CORBA/Object")) in read()
269 …stream.println (indent + name + " = " + Util.helperName (tdtype, true) + ".read (istream);"); // <… in read()
310 SymtabEntry tdtype = Util.typeOf (td.type ()); in write() local
311 …if (tdtype instanceof SequenceEntry || tdtype instanceof PrimitiveEntry || tdtype instanceof Strin… in write()
312 index = ((JavaGenerator)tdtype.generator ()).write (index, indent, name, tdtype, stream); in write()
313 … else if (tdtype instanceof InterfaceEntry && tdtype.fullName ().equals ("org/omg/CORBA/Object")) in write()
316 …stream.println (indent + Util.helperName (tdtype, true) + ".write (ostream, " + name + ");"); // <… in write()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DTypedefGen.java263 SymtabEntry tdtype = Util.typeOf (td.type ()); in read() local
264 …if (tdtype instanceof SequenceEntry || tdtype instanceof PrimitiveEntry || tdtype instanceof Strin… in read()
265 index = ((JavaGenerator)tdtype.generator ()).read (index, indent, name, tdtype, stream); in read()
266 … else if (tdtype instanceof InterfaceEntry && tdtype.fullName ().equals ("org/omg/CORBA/Object")) in read()
269 …stream.println (indent + name + " = " + Util.helperName (tdtype, true) + ".read (istream);"); // <… in read()
310 SymtabEntry tdtype = Util.typeOf (td.type ()); in write() local
311 …if (tdtype instanceof SequenceEntry || tdtype instanceof PrimitiveEntry || tdtype instanceof Strin… in write()
312 index = ((JavaGenerator)tdtype.generator ()).write (index, indent, name, tdtype, stream); in write()
313 … else if (tdtype instanceof InterfaceEntry && tdtype.fullName ().equals ("org/omg/CORBA/Object")) in write()
316 …stream.println (indent + Util.helperName (tdtype, true) + ".write (ostream, " + name + ");"); // <… in write()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kadmin/dbutil/
H A Dtabdump.c65 struct tdtype { struct
103 static struct tdtype tdtypes[] = {
117 struct tdtype *tdtype; member
552 ret = args->tdtype->princ_fn(args, name, entry); in tditer()
561 setup_args(struct rec_args *args, struct tdtype *tdtype, in setup_args() argument
568 args->tdtype = tdtype; in setup_args()
583 rectype = tdtype->rectype; in setup_args()
591 if (!opts->omitheader && writeheader(rh, tdtype->fieldnames) < 0) in setup_args()
/dports/security/krb5/krb5-1.19.2/src/kadmin/dbutil/
H A Dtabdump.c65 struct tdtype { struct
103 static struct tdtype tdtypes[] = {
117 struct tdtype *tdtype; member
552 ret = args->tdtype->princ_fn(args, name, entry); in tditer()
561 setup_args(struct rec_args *args, struct tdtype *tdtype, in setup_args() argument
568 args->tdtype = tdtype; in setup_args()
583 rectype = tdtype->rectype; in setup_args()
591 if (!opts->omitheader && writeheader(rh, tdtype->fieldnames) < 0) in setup_args()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllassem_common.cpp157 emit_init(DTYPE tdtype, ISZ_T tconval, ISZ_T *addr, ISZ_T *repeat_cnt, in emit_init() argument
171 switch ((int)tdtype) { in emit_init()
378 assert(tdtype > 0, "emit_init:bad dinit rec", tdtype, ERR_Severe); in emit_init()
379 size_of_item = size_of(tdtype); in emit_init()
386 switch (DTY(tdtype)) { in emit_init()
438 if (DTY(tdtype) != TY_PTR && DTY(tdtype) != TY_STRUCT) { in emit_init()
455 switch (DTY(tdtype)) { in emit_init()
584 if (is_empty_typedef(tdtype)) { in emit_init()
623 interr("emit_init:bad dt", tdtype, ERR_Severe); in emit_init()
626 if (DTY(tdtype) != TY_PTR) in emit_init()
H A Dllassem_common.h59 void emit_init(DTYPE tdtype, ISZ_T tconval, ISZ_T *addr, ISZ_T *repeat_cnt,
H A Dllassem.cpp554 DTYPE tdtype; in get_struct_from_dsrt() local
626 if (tdtype == DINIT_LOC || tdtype == DINIT_SLOC) { in get_struct_from_dsrt()
631 if (tdtype == DINIT_SECT || tdtype == DINIT_DATASECT) { in get_struct_from_dsrt()
760 assert(tdtype > 0, "dinits:bad dinit rec", tdtype, ERR_Severe); in get_struct_from_dsrt()
1245 DTYPE tdtype; in process_dsrt() local
1296 if (tdtype == DINIT_LOC || tdtype == DINIT_SLOC) { in process_dsrt()
1300 if (tdtype == DINIT_SECT || tdtype == DINIT_DATASECT) { in process_dsrt()
1309 if ((((int)tdtype) >= 0) && (DTY(tdtype) == TY_STRUCT) && in process_dsrt()
2656 int tdtype; in dinits() local
2676 tdtype = p->dtype; in dinits()
[all …]
H A Dcgmain.h56 char *gen_llvm_vconstant(const char *ctype, int sptr, DTYPE tdtype, int flags);
H A Dcgmain.cpp12185 gen_vconstant(const char *ctype, int sptr, DTYPE tdtype, int flags) in gen_vconstant() argument
12194 vdtype = DTySeqTyElement(tdtype); in gen_vconstant()
12195 vsize = DTyVecLength(tdtype); in gen_vconstant()
12232 gen_llvm_vconstant(const char *ctype, int sptr, DTYPE tdtype, int flags) in gen_llvm_vconstant() argument
12234 return gen_vconstant(ctype, sptr, tdtype, flags); in gen_llvm_vconstant()
12238 gen_constant(SPTR sptr, DTYPE tdtype, INT conval0, INT conval1, int flags) in gen_constant() argument
12258 assert((sptr || tdtype), "gen_constant(): missing arguments", 0, ERR_Fatal); in gen_constant()
12262 dtype = tdtype; in gen_constant()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dvattrf.c161 int32 tdtype, tcount, tsize; in nvsfcain() local
171 tattrname, &tdtype, &tcount, &tsize); in nvsfcain()
174 *dtype = tdtype; in nvsfcain()
/dports/games/xye/xye-0.12.2/src/
H A Dxye.h1115 enum tdtype { td_HORZ,td_VERT,td_SUPER, td_FORCEARROW_UP,td_FORCEARROW_DOWN,td_FORCEARROW_LEFT,td_F… enum
1120 tdtype tt;
1134 tdoor(square* sq,tdtype t,bool up, bool right, bool down, bool left);
H A Dxye_script.cpp1350 tdtype tt; in Load_TrickDoor()
H A Dxye.cpp8031 tdoor::tdoor(square* sq,tdtype t,bool up,bool right, bool down, bool left) in tdoor()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-client.c2263 mongoc_topology_description_type_t tdtype; in _test_mongoc_client_select_server_error() local
2297 tdtype = client->topology->description.type; in _test_mongoc_client_select_server_error()
2298 if (tdtype == MONGOC_TOPOLOGY_SINGLE || tdtype == MONGOC_TOPOLOGY_SHARDED) { in _test_mongoc_client_select_server_error()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dnvme.h1242 __u8 tdtype; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dnvme.h1242 __u8 tdtype; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dnvme.h1242 __u8 tdtype; member
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemfin.c2280 int tsptr, tdtype; in gen_dtio_arglist() local
2294 tdtype = DDTG(DTYPEG(sptr)); in gen_dtio_arglist()
2295 tsptr = getcctmp_sc('d', sem.dtemps++, ST_VAR, tdtype, SC_LOCAL); in gen_dtio_arglist()
H A Dsemutil2.c5896 int tdtype = aclp->ptrdtype; in chk_struct_constructor() local
5897 if (DTY(tdtype) == TY_PTR) { in chk_struct_constructor()
5898 field_dtype = DTY(tdtype + 1); in chk_struct_constructor()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/nvme/host/
H A Dcore.c712 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/nvme/host/
H A Dcore.c712 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/nvme/host/
H A Dcore.c712 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
/dports/www/mattermost-webapp/mattermost/client/
H A D125.912a09fc649c1a484799.js.map1 …le) {\r\n\t\t\titems.push({\r\n\t\t\t\toptions: options.scale,\r\n\t\t\t\tdtype: 'radialLinear',\r…
/dports/www/moodle311/moodle/lib/amd/build/
H A Dchartjs-lazy.min.js.map1 …ns.scale) {\n\t\t\titems.push({\n\t\t\t\toptions: options.scale,\n\t\t\t\tdtype: 'radialLinear',\n…
/dports/www/seahub/seahub-8.0.7-server/media/assets/frontend/static/js/
H A DsysAdmin.chunk.js.map1 …le) {\r\n\t\t\titems.push({\r\n\t\t\t\toptions: options.scale,\r\n\t\t\t\tdtype: 'radialLinear',\r…

12