Home
last modified time | relevance | path

Searched refs:nrequest (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dneighbor.cpp152 nrequest = maxrequest = 0; in Neighbor()
661 nrequest = 0; in init()
846 nlist = nrequest; in init_pair()
887 for (i = 0; i < nrequest; i++) in init_pair()
1333 if (j < nrequest) { in morph_halffull()
1430 if (j < nrequest) { in morph_copy()
1708 old_nrequest = nrequest; in requests_new2old()
2016 if (nrequest == maxrequest) { in request()
2024 requests[nrequest]->index = nrequest; in request()
2027 nrequest++; in request()
[all …]
H A Dread_dump.cpp272 bigint ReadDump::seek(bigint nrequest, int exact) in seek() argument
295 if (ntimestep >= nrequest) break; in seek()
299 if (ntimestep >= nrequest) break; in seek()
304 if (ntimestep < nrequest) ntimestep = -1; in seek()
305 if (exact && ntimestep != nrequest) ntimestep = -1; in seek()
/dports/databases/db18/db-18.1.40/lang/cxx/
H A Dcxx_channel.cpp75 int DbChannel::send_request(Dbt *request, u_int32_t nrequest, in send_request() argument
83 ret = __os_malloc(dbenv->env, sizeof(DBT) * nrequest, &dbtlist); in send_request()
90 for (i = 0; i < (int)nrequest; i++) in send_request()
93 if ((ret = dbchannel->send_request(dbchannel, dbtlist, nrequest, in send_request()
/dports/databases/db5/db-5.3.28/lang/cxx/
H A Dcxx_channel.cpp75 int DbChannel::send_request(Dbt *request, u_int32_t nrequest, in send_request() argument
83 ret = __os_malloc(dbenv->env, sizeof(DBT) * nrequest, &dbtlist); in send_request()
90 for (i = 0; i < (int)nrequest; i++) in send_request()
93 if ((ret = dbchannel->send_request(dbchannel, dbtlist, nrequest, in send_request()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/internal/
H A DDbChannel.java49nrequest, com.sleepycat.db.DatabaseEntry response, long timeout, int flags) throws com.sleepycat.d… in send_request() argument
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/internal/
H A DDbChannel.java49nrequest, com.sleepycat.db.DatabaseEntry response, long timeout, int flags) throws com.sleepycat.d… in send_request() argument
/dports/science/sparta/sparta-20Oct2021/src/
H A Dread_particles.cpp52 bigint nrequest = input->bnumeric(FLERR,arg[1]); in command() local
79 if (ntimestep >= nrequest) break; in command()
81 if (ntimestep >= nrequest) break; in command()
86 if (ntimestep != nrequest) in command()
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDB_CHANNEL.cs61 …internal int send_request(IntPtr[] request, uint nrequest, DatabaseEntry response, uint timeout, u… in send_request() argument
64 …ret = libdb_csharpPINVOKE.DB_CHANNEL_send_request(swigCPtr, request, nrequest, DBT.getCPtr(Databas… in send_request()
H A DDelegates.cs42 …essageDispatchDelegate(IntPtr dbenv, IntPtr channel, IntPtr request, uint nrequest, uint cb_flags); in BDB_MessageDispatchDelegate() argument
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDB_CHANNEL.cs63 …internal int send_request(IntPtr[] request, uint nrequest, DatabaseEntry response, uint timeout, u… in send_request() argument
66 …ret = libdb_csharpPINVOKE.DB_CHANNEL_send_request(swigCPtr, request, nrequest, DBT.getCPtr(Databas… in send_request()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclThreadAlloc.c98 int nrequest; member
341 cachePtr->buckets[bucket].nrequest += reqsize; in TclpAlloc()
393 cachePtr->buckets[bucket].nrequest -= blockPtr->b_reqsize; in TclpFree()
460 cachePtr->buckets[bucket].nrequest -= blockPtr->b_reqsize; in TclpRealloc()
461 cachePtr->buckets[bucket].nrequest += reqsize; in TclpRealloc()
645 cachePtr->buckets[n].nrequest, in Tcl_GetMemoryInfo()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dfix_omp.cpp308 const int nrequest = neighbor->nrequest; in set_neighbor_omp() local
312 for (int i = 0; i < nrequest; ++i) in set_neighbor_omp()
/dports/security/s2n/s2n-tls-1.1.2/tests/pems/ocsp/
H A DOCSP-TEST.md41 -nrequest 1 \
49 -nrequest 1
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dnpair_skip_intel.cpp59 _full_props = new int[neighbor->nrequest]; in copy_neighbor_info()
60 for (int i = 0; i < neighbor->nrequest; i++) in copy_neighbor_info()
H A Dfix_intel.cpp551 const int nrequest = neighbor->nrequest; in check_neighbor_intel() local
552 for (int i = 0; i < nrequest; ++i) { in check_neighbor_intel()
566 const int nrequest = neighbor->nrequest; in check_neighbor_intel()
567 for (int i = 0; i < nrequest; ++i) in check_neighbor_intel()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dneighbor.cpp179 nrequest = maxrequest = 0; in Neighbor()
515 if (nrequest != old_nrequest) { in init()
520 for (i = 0; i < nrequest; i++) in init()
545 nlist = nrequest; in init()
821 old_nrequest = nrequest; in init()
823 nrequest = maxrequest = 0; in init()
943 if (nrequest == maxrequest) { in request()
950 requests[nrequest] = new NeighRequest(lmp); in request()
951 requests[nrequest]->requestor = requestor; in request()
952 nrequest++; in request()
[all …]
H A Dpair_hybrid.cpp468 for (i = 0; i < neighbor->nrequest; i++) { in init_style()
604 for (i = 0; i < neighbor->nrequest; i++) { in modify_requests()
614 for (j = 0; j < neighbor->nrequest; j++) { in modify_requests()
620 if (j < neighbor->nrequest) irq->otherlist = j; in modify_requests()
H A Dpair_hybrid_overlay.cpp156 for (i = 0; i < neighbor->nrequest; i++) { in modify_requests()
H A Dread_dump.cpp368 bigint ReadDump::seek(bigint nrequest, int exact) in seek() argument
384 if (ntimestep >= nrequest) break; in seek()
387 if (ntimestep >= nrequest) break; in seek()
392 if (ntimestep < nrequest) ntimestep = -1; in seek()
393 if (exact && ntimestep != nrequest) ntimestep = -1; in seek()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/doc/source/figures/
H A Dlte-enb-rrc-states.dot20 INITIAL_RANDOM_ACCESS -> CONTEXT_DESTROYED [label="connection\nrequest\ntimeout"]
/dports/security/gpgme/gpgme-1.15.1/src/
H A Dgpgme-json.c3670 uint32_t nrequest, nresponse; in native_messaging_repl() local
3686 if (es_read (es_stdin, &nrequest, sizeof nrequest, &n)) in native_messaging_repl()
3694 if (n != sizeof nrequest) in native_messaging_repl()
3699 if (nrequest > MAX_REQUEST_SIZE) in native_messaging_repl()
3702 (size_t)nrequest / (1024*1024)); in native_messaging_repl()
3710 request = xtrymalloc (nrequest + 1); in native_messaging_repl()
3715 (size_t)nrequest / (1024*1024)); in native_messaging_repl()
3719 if (es_read (es_stdin, request, nrequest, &n)) in native_messaging_repl()
3725 if (n != nrequest) in native_messaging_repl()
3731 n, (size_t)nrequest); in native_messaging_repl()
/dports/security/gpgme-qt5/gpgme-1.15.1/src/
H A Dgpgme-json.c3670 uint32_t nrequest, nresponse; in native_messaging_repl() local
3686 if (es_read (es_stdin, &nrequest, sizeof nrequest, &n)) in native_messaging_repl()
3694 if (n != sizeof nrequest) in native_messaging_repl()
3699 if (nrequest > MAX_REQUEST_SIZE) in native_messaging_repl()
3702 (size_t)nrequest / (1024*1024)); in native_messaging_repl()
3710 request = xtrymalloc (nrequest + 1); in native_messaging_repl()
3715 (size_t)nrequest / (1024*1024)); in native_messaging_repl()
3719 if (es_read (es_stdin, request, nrequest, &n)) in native_messaging_repl()
3725 if (n != nrequest) in native_messaging_repl()
3731 n, (size_t)nrequest); in native_messaging_repl()
/dports/security/gpgme-cpp/gpgme-1.15.1/src/
H A Dgpgme-json.c3670 uint32_t nrequest, nresponse; in native_messaging_repl() local
3686 if (es_read (es_stdin, &nrequest, sizeof nrequest, &n)) in native_messaging_repl()
3694 if (n != sizeof nrequest) in native_messaging_repl()
3699 if (nrequest > MAX_REQUEST_SIZE) in native_messaging_repl()
3702 (size_t)nrequest / (1024*1024)); in native_messaging_repl()
3710 request = xtrymalloc (nrequest + 1); in native_messaging_repl()
3715 (size_t)nrequest / (1024*1024)); in native_messaging_repl()
3719 if (es_read (es_stdin, request, nrequest, &n)) in native_messaging_repl()
3725 if (n != nrequest) in native_messaging_repl()
3731 n, (size_t)nrequest); in native_messaging_repl()
/dports/security/py-gpgme/gpgme-1.15.1/src/
H A Dgpgme-json.c3670 uint32_t nrequest, nresponse; in native_messaging_repl() local
3686 if (es_read (es_stdin, &nrequest, sizeof nrequest, &n)) in native_messaging_repl()
3694 if (n != sizeof nrequest) in native_messaging_repl()
3699 if (nrequest > MAX_REQUEST_SIZE) in native_messaging_repl()
3702 (size_t)nrequest / (1024*1024)); in native_messaging_repl()
3710 request = xtrymalloc (nrequest + 1); in native_messaging_repl()
3715 (size_t)nrequest / (1024*1024)); in native_messaging_repl()
3719 if (es_read (es_stdin, request, nrequest, &n)) in native_messaging_repl()
3725 if (n != nrequest) in native_messaging_repl()
3731 n, (size_t)nrequest); in native_messaging_repl()
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_method.c1582 __repmgr_send_request(db_channel, request, nrequest, response, timeout, flags) in __repmgr_send_request() argument
1585 u_int32_t nrequest;
1625 return (request_self(env, request, nrequest, response, flags));
1664 request, nrequest, &meta, &iovecs)) != 0) {
1770 request_self(env, request, nrequest, response, flags) in request_self() argument
1773 u_int32_t nrequest;
1809 &db_channel, request, nrequest, DB_REPMGR_NEED_RESPONSE);
2241 __repmgr_send_request_inval(dbchan, request, nrequest, response, timeout, flags) in __repmgr_send_request_inval() argument
2244 u_int32_t nrequest;
2250 COMPQUIET(nrequest, 0);

123456789