Home
last modified time | relevance | path

Searched refs:n_tmp (Results 1 – 25 of 86) sorted by relevance

1234

/dports/french/med/med-4.0.0/src/2.3.6/ci/
H A DMEDnFam.c34 int n_tmp; in MEDnFam() local
51 n_tmp = 0; in MEDnFam()
52 _MEDnObjets(fid,chemin,&n_tmp); in MEDnFam()
53 n = (med_int ) n_tmp; in MEDnFam()
58 n_tmp = 0; in MEDnFam()
59 if ((ret =_MEDnObjets(fid,stockage,&n_tmp)) == 0) { in MEDnFam()
61 n += (med_int ) n_tmp; in MEDnFam()
67 n_tmp = 0; in MEDnFam()
68 if ((ret =_MEDnObjets(fid,stockage,&n_tmp)) == 0) { in MEDnFam()
70 n += (med_int ) n_tmp; in MEDnFam()
H A DMEDnAttribut.c34 int n_tmp; in MEDnAttribut() local
64 n_tmp = 0; in MEDnAttribut()
65 if ((ret =_MEDnObjets(fid,stockage,&n_tmp)) == 0) in MEDnAttribut()
66 nfammai = (med_int ) n_tmp; in MEDnAttribut()
H A DMEDnGroupe.c34 int n_tmp; in MEDnGroupe() local
64 n_tmp = 0; in MEDnGroupe()
65 if ((ret =_MEDnObjets(fid,stockage,&n_tmp)) == 0) in MEDnGroupe()
66 nfammai = (med_int ) n_tmp; in MEDnGroupe()
H A DMEDfamInfo.c38 int n_tmp; in MEDfamInfo() local
70 n_tmp = 0; in MEDfamInfo()
71 if ((ret =_MEDnObjets(fid,stockage,&n_tmp)) == 0) in MEDfamInfo()
72 nfammai = (med_int ) n_tmp; in MEDfamInfo()
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A Dmail.c45 static char n_tmp [MAXPATH]; variable
74 str_printf(n_tmp, sizeof(n_tmp), "%s/%08ld.tmp", news_dir, n); in mail_open()
76 n_file = fopen(n_tmp, W_MODE); in mail_open()
78 logit("$Can't create mail file %s", n_tmp); in mail_open()
107 return n_tmp; in mail_name()
162 err = rename(n_tmp, n_name); in mail_close()
164 logit("$Can't rename mail file %s to %s", n_tmp, n_name); in mail_close()
166 n_tmp[0] = 0; in mail_close()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dmail.c42 static char n_tmp[MAXPATH]; variable
68 str_printf(n_tmp, sizeof(n_tmp), "%s/%08ld.tmp", news_dir, n); in mail_open()
70 n_file = fopen(n_tmp, W_MODE); in mail_open()
72 fglog("$Can't create mail file %s", n_tmp); in mail_open()
125 if (rename(n_tmp, n_name) == ERROR) in mail_close()
126 fglog("$Can't rename mail file %s to %s", n_tmp, n_name); in mail_close()
128 n_tmp[0] = 0; in mail_close()
/dports/security/hexl/hexl-1.2.3/hexl/eltwise/
H A Deltwise-reduce-mod-avx512.hpp37 uint64_t n_tmp = n; in EltwiseReduceModAVX512() local
62 uint64_t n_mod_8 = n_tmp % 8; in EltwiseReduceModAVX512()
68 n_tmp -= n_mod_8; in EltwiseReduceModAVX512()
176 uint64_t n_tmp = n; in EltwiseMontReduceModAVX512() local
179 uint64_t n_mod_8 = n_tmp % 8; in EltwiseMontReduceModAVX512()
191 n_tmp -= n_mod_8; in EltwiseMontReduceModAVX512()
201 for (size_t i = 0; i < n_tmp; i += 8) { in EltwiseMontReduceModAVX512()
258 uint64_t n_tmp = n; in EltwiseMontgomeryFormAVX512() local
261 uint64_t n_mod_8 = n_tmp % 8; in EltwiseMontgomeryFormAVX512()
272 n_tmp -= n_mod_8; in EltwiseMontgomeryFormAVX512()
[all …]
/dports/math/cppad/CppAD-20210000.8/example/multi_thread/bthread/
H A Da11c_bthread.cpp90 size_t n_tmp = n; in a11c() local
93 worker[0].setup(n_tmp, a_tmp, b_tmp); in a11c()
95 { n_tmp = n + 1; in a11c()
99 n_tmp = n_total - j * n + 1; in a11c()
101 worker[j].setup(n_tmp, a_tmp, b_tmp); in a11c()
/dports/math/mfem/mfem-4.3/fem/
H A Dconduitdatacollection.cpp226 Node n_tmp; in BlueprintMeshToMesh() local
238 n_tmp[c_name].set_external(c_vals); in BlueprintMeshToMesh()
244 c_vals.to_double_array(n_tmp[c_name]); in BlueprintMeshToMesh()
253 n_tmp["z"].set(DataType::c_double(num_verts)); in BlueprintMeshToMesh()
259 n_tmp["y"].set(DataType::c_double(num_verts)); in BlueprintMeshToMesh()
263 blueprint::mcarray::to_interleaved(n_tmp, in BlueprintMeshToMesh()
561 Node n_tmp; in BlueprintFieldToGridFunction() local
573 n_tmp[c_name].set_external(c_vals); in BlueprintFieldToGridFunction()
579 c_vals.to_double_array(n_tmp[c_name]); in BlueprintFieldToGridFunction()
585 blueprint::mcarray::to_contiguous(n_tmp, in BlueprintFieldToGridFunction()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/tpm_stdll/
H A Dtpm_openssl.c207 const BIGNUM *n_tmp, *p_tmp; local
214 RSA_get0_key(rsa, &n_tmp, NULL, NULL);
215 if ((*size_n = BN_bn2bin(n_tmp, n)) <= 0) {
/dports/net/mpich2/mpich2-1.5/src/mpi/topo/
H A Ddims_create.c64 int n_tmp, n_root; in MPIR_Factor() local
71 n_tmp = n; in MPIR_Factor()
73 while (n_tmp) { in MPIR_Factor()
75 n_tmp >>= 1; in MPIR_Factor()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Dwinduni.c780 char *n_tmp = ""; in wind_MultiByteToWideChar() local
783 iret = iconv_onechar (cd, (ICONV_CONST char *) mb, p_tmp, 32, & n_mb, & n_tmp); in wind_MultiByteToWideChar()
791 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_MultiByteToWideChar()
853 char *n_tmp = ""; in wind_WideCharToMultiByte() local
856 iret = iconv_onechar (cd, (ICONV_CONST char *) u, p_tmp, 32, &n_u, & n_tmp); in wind_WideCharToMultiByte()
864 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_WideCharToMultiByte()
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Dwinduni.c780 char *n_tmp = ""; in wind_MultiByteToWideChar() local
783 iret = iconv_onechar (cd, (ICONV_CONST char *) mb, p_tmp, 32, & n_mb, & n_tmp); in wind_MultiByteToWideChar()
791 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_MultiByteToWideChar()
853 char *n_tmp = ""; in wind_WideCharToMultiByte() local
856 iret = iconv_onechar (cd, (ICONV_CONST char *) u, p_tmp, 32, &n_u, & n_tmp); in wind_WideCharToMultiByte()
864 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_WideCharToMultiByte()
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Dwinduni.c780 char *n_tmp = ""; in wind_MultiByteToWideChar() local
783 iret = iconv_onechar (cd, (ICONV_CONST char *) mb, p_tmp, 32, & n_mb, & n_tmp); in wind_MultiByteToWideChar()
791 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_MultiByteToWideChar()
853 char *n_tmp = ""; in wind_WideCharToMultiByte() local
856 iret = iconv_onechar (cd, (ICONV_CONST char *) u, p_tmp, 32, &n_u, & n_tmp); in wind_WideCharToMultiByte()
864 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_WideCharToMultiByte()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Dwinduni.c780 char *n_tmp = ""; in wind_MultiByteToWideChar() local
783 iret = iconv_onechar (cd, (ICONV_CONST char *) mb, p_tmp, 32, & n_mb, & n_tmp); in wind_MultiByteToWideChar()
791 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_MultiByteToWideChar()
853 char *n_tmp = ""; in wind_WideCharToMultiByte() local
856 iret = iconv_onechar (cd, (ICONV_CONST char *) u, p_tmp, 32, &n_u, & n_tmp); in wind_WideCharToMultiByte()
864 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_WideCharToMultiByte()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A Dwinduni.c780 char *n_tmp = ""; in wind_MultiByteToWideChar() local
783 iret = iconv_onechar (cd, (ICONV_CONST char *) mb, p_tmp, 32, & n_mb, & n_tmp); in wind_MultiByteToWideChar()
791 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_MultiByteToWideChar()
853 char *n_tmp = ""; in wind_WideCharToMultiByte() local
856 iret = iconv_onechar (cd, (ICONV_CONST char *) u, p_tmp, 32, &n_u, & n_tmp); in wind_WideCharToMultiByte()
864 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_WideCharToMultiByte()
/dports/devel/binutils/binutils-2.37/binutils/
H A Dwinduni.c780 char *n_tmp = ""; in wind_MultiByteToWideChar() local
783 iret = iconv_onechar (cd, (ICONV_CONST char *) mb, p_tmp, 32, & n_mb, & n_tmp); in wind_MultiByteToWideChar()
791 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_MultiByteToWideChar()
853 char *n_tmp = ""; in wind_WideCharToMultiByte() local
856 iret = iconv_onechar (cd, (ICONV_CONST char *) u, p_tmp, 32, &n_u, & n_tmp); in wind_WideCharToMultiByte()
864 size_t l_tmp = (size_t) (n_tmp - p_tmp); in wind_WideCharToMultiByte()
/dports/math/scilab/scilab-6.1.1/scilab/modules/parameters/src/c/
H A Dparameters.c124 int m_tmp = 0, n_tmp = 0; in getIntInPList() local
133 … _SciErr = getMatrixOfDoubleInList(_pvCtx, _piAddress, pos_label + 1, &m_tmp, &n_tmp, &tmp_dbl); in getIntInPList()
271 int m_tmp = 0, n_tmp = 0; in getDoubleInPList() local
280 … _SciErr = getMatrixOfDoubleInList(_pvCtx, _piAddress, pos_label + 1, &m_tmp, &n_tmp, &tmp_values); in getDoubleInPList()
542 int m_tmp = 0, n_tmp = 0; in getColVectorOfIntInPList() local
553 … _SciErr = getMatrixOfDoubleInList(_pvCtx, _piAddress, pos_label + 1, &m_tmp, &n_tmp, &tmp_dbl); in getColVectorOfIntInPList()
556 *_piSize = m_tmp * n_tmp; in getColVectorOfIntInPList()
713 int m_tmp = 0, n_tmp = 0; in getColVectorOfDoubleInPList() local
727 … _SciErr = getMatrixOfDoubleInList(_pvCtx, _piAddress, pos_label + 1, &m_tmp, &n_tmp, &tmp_values); in getColVectorOfDoubleInPList()
730 *_piSize = m_tmp * n_tmp; in getColVectorOfDoubleInPList()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/FileFormats/
H A DBlowfishKeyProvider.cs419 var n_tmp = new uint[64]; in CalcKey()
447 CalcBigNum(n_tmp, n1, n1, n4_len); in CalcKey()
449 CalcBigNum(n1, n_tmp, n2, n4_len); in CalcKey()
451 MoveBigNum(n1, n_tmp, n4_len); in CalcKey()
455 InitBigNum(n_tmp, 0, n4_len); in CalcKey()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/postprocess/
H A Dpp_init.c115 ppq->n_tmp = (curpos > 2 ? 2 : 1); in pp_init()
150 for (i = 0; i < ppq->n_tmp; i++) { in pp_free_fbos()
268 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp, in pp_init_fbos()
285 for (i = 0; i < ppq->n_tmp; i++) { in pp_init_fbos()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/postprocess/
H A Dpp_init.c115 ppq->n_tmp = (curpos > 2 ? 2 : 1); in pp_init()
150 for (i = 0; i < ppq->n_tmp; i++) { in pp_free_fbos()
268 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp, in pp_init_fbos()
285 for (i = 0; i < ppq->n_tmp; i++) { in pp_init_fbos()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/postprocess/
H A Dpp_init.c115 ppq->n_tmp = (curpos > 2 ? 2 : 1); in pp_init()
150 for (i = 0; i < ppq->n_tmp; i++) { in pp_free_fbos()
268 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp, in pp_init_fbos()
285 for (i = 0; i < ppq->n_tmp; i++) { in pp_init_fbos()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/postprocess/
H A Dpp_init.c115 ppq->n_tmp = (curpos > 2 ? 2 : 1); in pp_init()
150 for (i = 0; i < ppq->n_tmp; i++) { in pp_free_fbos()
268 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp, in pp_init_fbos()
285 for (i = 0; i < ppq->n_tmp; i++) { in pp_init_fbos()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/postprocess/
H A Dpp_init.c115 ppq->n_tmp = (curpos > 2 ? 2 : 1); in pp_init()
150 for (i = 0; i < ppq->n_tmp; i++) { in pp_free_fbos()
268 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp, in pp_init_fbos()
285 for (i = 0; i < ppq->n_tmp; i++) { in pp_init_fbos()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/postprocess/
H A Dpp_init.c115 ppq->n_tmp = (curpos > 2 ? 2 : 1); in pp_init()
150 for (i = 0; i < ppq->n_tmp; i++) { in pp_free_fbos()
268 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp, in pp_init_fbos()
285 for (i = 0; i < ppq->n_tmp; i++) { in pp_init_fbos()

1234