Home
last modified time | relevance | path

Searched refs:PT_NAME (Results 1 – 18 of 18) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/hl/c++/examples/
H A DptExampleFL.cpp26 const char* PT_NAME("/examplePacketTable"); variable
60 FL_PacketTable ptable(fileID, plistID, PT_NAME, H5T_NATIVE_INT, 100); in main()
/dports/science/hdf5/hdf5-1.10.6/hl/c++/examples/
H A DptExampleFL.cpp26 const char* PT_NAME("/examplePacketTable"); variable
60 FL_PacketTable ptable(fileID, plistID, PT_NAME, H5T_NATIVE_INT, 100); in main()
/dports/science/hdf5-18/hdf5-1.8.21/hl/test/
H A Dtest_packet.c31 #define PT_NAME "Test Packet Table" macro
189 table = H5PTcreate_fl(fid, PT_NAME, part_t, (hsize_t)100, -1); in test_create_close()
225 table = H5PTopen(fid, PT_NAME); in test_open()
261 table = H5PTopen(fid, PT_NAME); in test_append()
328 table = H5PTopen(fid, PT_NAME); in test_read()
389 table = H5PTopen(fid, PT_NAME); in test_get_next()
887 if((id=H5PTopen(fid, PT_NAME))<0) in test_error()
/dports/science/hdf5/hdf5-1.10.6/hl/test/
H A Dtest_packet.c31 #define PT_NAME "Test Packet Table" macro
189 table = H5PTcreate_fl(fid, PT_NAME, part_t, (hsize_t)100, -1); in test_create_close()
225 table = H5PTopen(fid, PT_NAME); in test_open()
261 table = H5PTopen(fid, PT_NAME); in test_append()
328 table = H5PTopen(fid, PT_NAME); in test_read()
389 table = H5PTopen(fid, PT_NAME); in test_get_next()
887 if((id=H5PTopen(fid, PT_NAME))<0) in test_error()
/dports/mail/neomutt/neomutt-20211029/ncrypt/
H A Dpgppacket.h50 PT_NAME, ///< Name Packet enumerator
/dports/security/signing-party/signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f/keyanalyze/pgpring/
H A Dpgppacket.h43 PT_NAME, /* Name Packet */ enumerator
H A Dpgppubring.c649 else if (last_pt == PT_NAME && uid) in pgp_parse_keyblock()
655 case PT_NAME: in pgp_parse_keyblock()
753 else if (pt == PT_NAME) in pgpring_find_candidates()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dpgppacket.h43 PT_NAME, /* Name Packet */ enumerator
H A Dpgppubring.c677 else if (last_pt == PT_NAME && uid) in pgp_parse_keyblock()
683 case PT_NAME: in pgp_parse_keyblock()
788 else if (pt == PT_NAME) in pgpring_find_candidates()
/dports/net/rtpproxy/rtpproxy-2.1.1/modules/acct_csv/
H A Drtpp_acct_csv.c139 #define PT_NAME "rtpa_pt_last" macro
140 #define PT_NM_O PT_NAME SFX_INO
141 #define PT_NM_A PT_NAME SFX_INA
/dports/graphics/tumble/tumble-0.36/
H A Dpdf_prim.h34 PT_NAME, enumerator
H A Dpdf_prim.c242 struct pdf_obj *obj = pdf_new_obj (PT_NAME); in pdf_new_name()
426 case PT_NAME: in pdf_compare_obj()
632 case PT_NAME: in pdf_write_obj()
/dports/misc/vifm/vifm-0.11/src/
H A Dmacros.c48 PT_NAME, /* Last path component, i.e. file name. */
380 : (flist_custom_active(view) ? PT_REL : PT_NAME);
430 case PT_NAME:
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/paride/
H A Dpt.c109 #define PT_NAME "pt" macro
122 static char *name = PT_NAME;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/paride/
H A Dpt.c109 #define PT_NAME "pt" macro
122 static char *name = PT_NAME;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/paride/
H A Dpt.c109 #define PT_NAME "pt" macro
122 static char *name = PT_NAME;
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemantio.c72 #define PT_NAME 7 macro
739 if (PTS(PT_FILE) && PTS(PT_NAME)) in semantio()
753 if (PTV(PT_NAME)) in semantio()
754 (void)add_io_arg(PTARG(PT_NAME)); in semantio()
1826 PT_SET(PT_NAME); in semantio()
1830 chk_expr(RHS(3), PT_NAME, DT_NCHAR); in semantio()
1832 chk_expr(RHS(3), PT_NAME, DT_CHAR); in semantio()
/dports/biology/bbmap/bbmap/current/tax/
H A DTaxServer.java1676 map.put("pt_name", PT_NAME);
2334 public static final int PT_GI=GI+PT_BIT, PT_NAME=NAME+PT_BIT, PT_TAXID=TAXID+PT_BIT,