Home
last modified time | relevance | path

Searched defs:tcode (Results 1 – 25 of 928) sorted by relevance

12345678910>>...38

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/java/
H A Ddefs.cpp30 ftype_t decode_primitive_type(size_t tcode) in decode_primitive_type()
52 const char *primitive_type_name(ftype_t tcode) in primitive_type_name()
/dports/graphics/krita/krita-4.4.8/libs/image/3rdparty/einspline/
H A Dbspline_structs.h30 type_code tcode; member
39 type_code tcode; member
49 type_code tcode; member
63 type_code tcode; member
72 type_code tcode; member
82 type_code tcode; member
97 type_code tcode; member
106 type_code tcode; member
116 type_code tcode; member
131 type_code tcode; member
[all …]
H A Dmulti_bspline_structs.h31 type_code tcode; member
42 type_code tcode; member
53 type_code tcode; member
68 type_code tcode; member
79 type_code tcode; member
90 type_code tcode; member
106 type_code tcode; member
117 type_code tcode; member
130 type_code tcode; member
147 type_code tcode; member
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/einspline/
H A Dbspline_structs.h17 type_code tcode; member
26 type_code tcode; member
36 type_code tcode; member
51 type_code tcode; member
60 type_code tcode; member
70 type_code tcode; member
86 type_code tcode; member
95 type_code tcode; member
105 type_code tcode; member
120 type_code tcode; member
[all …]
H A Dmulti_bspline_structs.h19 type_code tcode; member
31 type_code tcode; member
42 type_code tcode; member
58 type_code tcode; member
70 type_code tcode; member
81 type_code tcode; member
98 type_code tcode; member
110 type_code tcode; member
123 type_code tcode; member
141 type_code tcode; member
[all …]
H A Dmulti_nubspline_structs.h20 type_code tcode; member
32 type_code tcode; member
44 type_code tcode; member
60 type_code tcode; member
72 type_code tcode; member
84 type_code tcode; member
101 type_code tcode; member
113 type_code tcode; member
125 type_code tcode; member
141 type_code tcode; member
[all …]
/dports/lang/ucc/ucc/ucl/
H A Dx86.c17 #define ASM_CODE(opcode, tcode) ((opcode << 2) + tcode - I4) argument
134 static void EmitX87Branch(IRInst inst, int tcode) in EmitX87Branch()
145 static void EmitX87Move(IRInst inst, int tcode) in EmitX87Move()
171 static void EmitX87Assign(IRInst inst, int tcode) in EmitX87Assign()
214 int tcode = TypeCode(inst->ty); in EmitMove() local
324 int tcode= TypeCode(inst->ty); in EmitAssign() local
513 int tcode = TypeCode(inst->ty); in EmitBranch() local
650 int tcode = TypeCode(ty); in PushArgument() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firewire/
H A Dcore.h228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument
229 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument
230 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument
231 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument
232 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument
233 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument
234 #define TCODE_HAS_RESPONSE_DATA(tcode) (((tcode) & 12) != 0) argument
H A Dcore-transaction.c34 #define HEADER_TCODE(tcode) ((tcode) << 4) argument
42 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0) argument
198 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request()
637 int tcode, ext_tcode, data_length; in fw_get_response_length() local
673 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local
841 int tcode, destination, source; in handle_exclusive_region_request() local
870 int tcode, destination, source; in handle_fcp_region_request() local
942 int tcode, tlabel, source, rcode; in fw_core_handle_response() local
1040 int tcode, int destination, int source, int generation, in handle_topology_map()
1085 int tcode, int destination, int source, int generation, in handle_registers()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firewire/
H A Dcore.h228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument
229 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument
230 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument
231 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument
232 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument
233 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument
234 #define TCODE_HAS_RESPONSE_DATA(tcode) (((tcode) & 12) != 0) argument
H A Dcore-transaction.c34 #define HEADER_TCODE(tcode) ((tcode) << 4) argument
42 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0) argument
198 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request()
637 int tcode, ext_tcode, data_length; in fw_get_response_length() local
673 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local
841 int tcode, destination, source; in handle_exclusive_region_request() local
870 int tcode, destination, source; in handle_fcp_region_request() local
942 int tcode, tlabel, source, rcode; in fw_core_handle_response() local
1040 int tcode, int destination, int source, int generation, in handle_topology_map()
1085 int tcode, int destination, int source, int generation, in handle_registers()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firewire/
H A Dcore.h228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument
229 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument
230 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument
231 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument
232 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument
233 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument
234 #define TCODE_HAS_RESPONSE_DATA(tcode) (((tcode) & 12) != 0) argument
H A Dcore-transaction.c34 #define HEADER_TCODE(tcode) ((tcode) << 4) argument
42 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0) argument
198 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request()
637 int tcode, ext_tcode, data_length; in fw_get_response_length() local
673 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local
841 int tcode, destination, source; in handle_exclusive_region_request() local
870 int tcode, destination, source; in handle_fcp_region_request() local
942 int tcode, tlabel, source, rcode; in fw_core_handle_response() local
1040 int tcode, int destination, int source, int generation, in handle_topology_map()
1085 int tcode, int destination, int source, int generation, in handle_registers()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/firewire/motu/
H A Dmotu-transaction.c18 int tcode; in snd_motu_transaction_read() local
34 int tcode; in snd_motu_transaction_write() local
48 int tcode, int destination, int source, in handle_message()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/firewire/motu/
H A Dmotu-transaction.c18 int tcode; in snd_motu_transaction_read() local
34 int tcode; in snd_motu_transaction_write() local
48 int tcode, int destination, int source, in handle_message()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/firewire/motu/
H A Dmotu-transaction.c18 int tcode; in snd_motu_transaction_read() local
34 int tcode; in snd_motu_transaction_write() local
48 int tcode, int destination, int source, in handle_message()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/rpc/
H A Drpc_session.cc40 int32_t tcode = kTVMStr; in SendException() local
58 int32_t tcode = kTVMNullptr; in AsyncCopyToRemote() local
75 int32_t tcode = kTVMNullptr; in AsyncCopyFromRemote() local
90 int32_t tcode = kTVMNullptr; in AsyncStreamWait() local
/dports/math/py-yt/yt-4.0.1/yt/frontends/artio/artio_headers/
H A Dcosmology.h87 #define abox_from_tcode(c,tcode) aBox(c,inv_tCode(c,tcode)) argument
91 #define tphys_from_tcode(c,tcode) tPhys(c,inv_tCode(c,tcode)) argument
92 #define dplus_from_tcode(c,tcode) dPlus(c,inv_tCode(c,tcode)) argument
/dports/devel/z88dk/z88dk/testsuite/
H A DIssue_1260_com.c4 int func(int tcode, int level) { in func()
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/_ffi/_cython/
H A Dfunction.pxi28 int* tcode,
66 cdef inline object make_ret(MXNetValue value, int tcode):
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/_ffi/_cython/
H A Dfunction.pxi28 int* tcode,
66 cdef inline object make_ret(MXNetValue value, int tcode):
/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/work/
H A Dw_log_operations.c40 …nfig *fcfg, const char *turl, const char *tip, const char *iname, const short int tcode, const dou… in Filter()
73 short int ComputeIndics(short int tcode, char tmethod, char *turl, char *tip, char *tstat, char *in… in ComputeIndics()
157 short int tcode, tIndic; in CollectLog() local
454 char READ_RECORD(FILE *Log, time_t *ttime, double *tSeconds, char *tip, short int *tcode, double *t… in READ_RECORD()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dputcoll.c24 int tcode, maxelem, hdutype; in ffpcll() local
110 int tcode; in ffpcnl() local
222 int tcode, descrp, maxelem, hdutype; in ffpclx() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr45865.c14 ix86_get_builtin_type (enum ix86_builtin_type tcode, unsigned int index) in ix86_get_builtin_type()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpr45865.c14 ix86_get_builtin_type (enum ix86_builtin_type tcode, unsigned int index) in ix86_get_builtin_type()

12345678910>>...38