Home
last modified time | relevance | path

Searched +defs:code +defs:tn (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/test/MemoryManagement/
H A DTuple_test.cpp88 #define TEST_THROW( code, ExceptType ) \ argument
91 #define TEST_NOTHROW( code ) \ argument
161 Tuple<T,n> tn = tuple<T>(0); in testTuple() local
175 Tuple<T,n> tn = tuple<T>(0,1); in testTuple() local
189 Tuple<T,n> tn = tuple<T>(0,1,2); in testTuple() local
203 Tuple<T,n> tn = tuple<T>(0,1,2,3); in testTuple() local
217 Tuple<T,n> tn = tuple<T>(0,1,2,3,4); in testTuple() local
231 Tuple<T,n> tn = tuple<T>(0,1,2,3,4,5); in testTuple() local
245 Tuple<T,n> tn = tuple<T>(0,1,2,3,4,5,6); in testTuple() local
259 Tuple<T,n> tn = tuple<T>(0,1,2,3,4,5,6,7); in testTuple() local
[all …]
/dports/www/py-spyne/spyne-2.13.16/spyne/util/
H A Dtest.py25 def _start_response(code, headers): argument
68 def show(elt, tn=None, stdout=True): argument
/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A Dtelnet.c247 struct TELNET *tn; in init_telnet() local
272 struct TELNET *tn = (struct TELNET *) conn->data->state.proto.telnet; in negotiate() local
348 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in set_remote_option() local
430 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in rec_will() local
483 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in rec_wont() local
528 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in set_local_option() local
610 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in rec_do() local
896 struct TELNET *tn = (struct TELNET *)data->state.proto.telnet; in suboption() local
965 struct TELNET *tn = (struct TELNET *)data->state.proto.telnet; in telrcv() local
1190 CURLcode code; in telnet_do() local
[all …]
/dports/games/warmux/warmux-11.04/build/symbian/lib/curl/lib/
H A Dtelnet.c246 struct TELNET *tn; in init_telnet() local
271 struct TELNET *tn = (struct TELNET *) conn->data->state.proto.telnet; in negotiate() local
347 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in set_remote_option() local
429 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in rec_will() local
482 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in rec_wont() local
527 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in set_local_option() local
609 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; in rec_do() local
895 struct TELNET *tn = (struct TELNET *)data->state.proto.telnet; in suboption() local
963 struct TELNET *tn = (struct TELNET *)data->state.proto.telnet; in telrcv() local
1181 CURLcode code; in telnet_do() local
[all …]
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dtype.c392 struct type_node *tn; local
431 make_basic_type(int code) {
657 int code; member
928 struct type_node *tn; local
969 struct type_node *tn; local
1198 struct type_node *tn; local
1209 type_without_sign(int code) {
1331 struct type_node *tn; local
/dports/lang/nwcc/nwcc_0.8.3/
H A Dtype.c392 struct type_node *tn; local
431 make_basic_type(int code) {
675 int code; member
968 struct type_node *tn; local
1009 struct type_node *tn; local
1238 struct type_node *tn; local
1249 type_without_sign(int code) {
1371 struct type_node *tn; local
/dports/math/R-cran-BsMD/BsMD/R/
H A DDanielPlot.R2 function (fit, code = FALSE, faclab = NULL, block = FALSE, datax = TRUE, argument
15 tn <- data.frame(x = qnorm(0.5 * ((rank(abs(factor.effects)) - dataframe
73 factor.code, factor.label) {
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/util/
H A Dlndir.c92 int code, char * fmt, ...) in quit()
111 quiterr (code, s) in quiterr() argument
308 char *fn, *tn; local
/dports/x11-toolkits/open-motif/motif-2.3.8/config/util/
H A Dlndir.c93 int code, char * fmt, ...) in quit()
112 quiterr (code, s) in quiterr() argument
309 char *fn, *tn; local
/dports/devel/lndir/lndir-1.0.3/
H A Dlndir.c76 quit (int code, const char * fmt, ...) in quit()
87 quiterr (int code, const char *s) in quiterr()
332 const char *fn, *tn; in main() local
/dports/games/cuyo/cuyo-2.1.0/src/
H A Dprefsdaten.cpp174 char tn[4][9] = {"left", "right", "turn", "down"}; in liesPreferences() local
265 char tn[4][9] = {"left", "right", "turn", "down"}; in schreibPreferences() local
283 void setTaste(int sp, int t, SDLKey code) { mTasten[sp][t] = code; } in setTaste()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/python/ascent_jupyter_bridge/
H A Dconsole_client.py48 def complete(self, code, state): argument
60 …f __init__(self, config, klass=SocketClient, readline_delims="{}[]()=+-/*^~;,# \t\n", prompt='> '):
118 def _process_builtins(self, code): argument
198 def complete(self, code): argument
/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dlibxsmm_xcopy.c131 const unsigned int tn = (0 == kn ? LIBXSMM_MIN(LIBXSMM_XCOPY_TILE_MIN, n) : kn); in libxsmm_matcopy_thread_internal() local
175 const unsigned int tn = (0 == kn ? LIBXSMM_MIN(LIBXSMM_XCOPY_TILE_MIN, n) : kn); in libxsmm_otrans_thread_internal() local
209 unsigned int tm, unsigned int tn, libxsmm_xcopykernel kernel) in libxsmm_matcopy_internal()
214 libxsmm_code_pointer code; in libxsmm_matcopy_internal() local
236 unsigned int tm, unsigned int tn, libxsmm_xcopykernel kernel) in libxsmm_matzero_internal()
247 unsigned int tm, unsigned int tn, libxsmm_xcopykernel kernel) in libxsmm_otrans_internal()
266 unsigned int tm, tn, ts; in libxsmm_matcopy_thread() local
382 unsigned int tn = (unsigned int)(libxsmm_tcopy_nscale * tm); in libxsmm_otrans_thread() local
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_nand.c597 static int set_default_timings(struct octeontx_nfc *tn, in set_default_timings()
617 static int ndf_cmd_queue_free(struct octeontx_nfc *tn) in ndf_cmd_queue_free()
679 static int ndf_build_wait_busy(struct octeontx_nfc *tn) in ndf_build_wait_busy()
693 static bool ndf_dma_done(struct octeontx_nfc *tn) in ndf_dma_done()
705 static int ndf_wait(struct octeontx_nfc *tn) in ndf_wait()
720 static int ndf_wait_idle(struct octeontx_nfc *tn) in ndf_wait_idle()
1443 u8 *code) in octeontx_nand_bch_calculate_ecc_internal()
1894 struct octeontx_nfc *tn = in octeontx_nfc_chip_sizing() local
2033 static int octeontx_nfc_init(struct octeontx_nfc *tn) in octeontx_nfc_init()
2068 struct octeontx_nfc *tn = dev_get_priv(dev); in octeontx_pci_nand_probe() local
[all …]

12345678910>>...12