Home
last modified time | relevance | path

Searched defs:ncs (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dselector.cpp58 struct ncselector* ncs = ncselector_create(n, &opts); variable
80 struct ncselector* ncs = ncselector_create(n, &opts); variable
101 struct ncselector* ncs = ncselector_create(n, &opts); variable
122 struct ncselector* ncs = ncselector_create(n, &opts); variable
148 struct ncselector* ncs = ncselector_create(n, &opts); variable
167 struct ncselector* ncs = ncselector_create(n, &opts); variable
195 struct ncselector* ncs = ncselector_create(n, &opts); variable
238 struct ncselector* ncs = ncselector_create(n, &opts); variable
286 struct ncselector* ncs = ncselector_create(n, &opts); variable
/dports/net-im/centerim/centerim-4.22.10/src/
H A Dicqmlist.cc100 void icqlist::fillmenu(verticalmenu *m, contactstatus ncs) { in fillmenu()
127 void icqlist::del(const imcontact &cinfo, contactstatus ncs) { in del()
158 void modelistitem::setstatus(contactstatus ncs) { in setstatus()
/dports/devel/omniORB/omniORB-4.2.4/contrib/Voyager/
H A Dcs-voyager.cc173 omniCodeSet::NCS_W* ncs, in fastMarshalWChar()
181 omniCodeSet::NCS_W* ncs, in fastMarshalWString()
191 omniCodeSet::NCS_W* ncs, in fastUnmarshalWChar()
199 omniCodeSet::NCS_W* ncs, in fastUnmarshalWString()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/texas/
H A Dlab_reorder.F1 subroutine reordertxs(ncs,inx,iny,ncshell,ncfunct,datnuc,datbas) argument
189 subroutine new_old(ncs,inx,iny,ncshell,ncfunct) argument
191 integer ncs local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/texas/
H A Dlab_reorder.F1 subroutine reordertxs(ncs,inx,iny,ncshell,ncfunct,datnuc,datbas) argument
189 subroutine new_old(ncs,inx,iny,ncshell,ncfunct) argument
191 integer ncs local
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/orbcore/
H A Dcs-8bit.cc258 omniCodeSet::NCS_C* ncs, in fastMarshalChar()
270 omniCodeSet::NCS_C* ncs, in fastMarshalString()
299 omniCodeSet::NCS_C* ncs, in fastUnmarshalChar()
311 omniCodeSet::NCS_C* ncs, in fastUnmarshalString()
H A Dcs-UTF-16.cc418 omniCodeSet::NCS_W* ncs, in fastMarshalWChar()
426 omniCodeSet::NCS_W* ncs, in fastMarshalWString()
436 omniCodeSet::NCS_W* ncs, in fastUnmarshalWChar()
444 omniCodeSet::NCS_W* ncs, in fastUnmarshalWString()
H A Dcs-16bit.cc303 omniCodeSet::NCS_W* ncs, in fastMarshalWChar()
335 omniCodeSet::NCS_W* ncs, in fastMarshalWString()
374 omniCodeSet::NCS_W* ncs, in fastUnmarshalWChar()
414 omniCodeSet::NCS_W* ncs, in fastUnmarshalWString()
/dports/textproc/py-pdfminer.six/pdfminer.six-20201018/pdfminer/
H A Dpdfdevice.py57 def render_string(self, textstate, seq, ncs, graphicstate): argument
63 def render_string(self, textstate, seq, ncs, graphicstate): argument
88 rise, dxscale, ncs, graphicstate): argument
109 rise, dxscale, ncs, graphicstate): argument
128 def render_char(self, matrix, font, fontsize, scaling, rise, cid, ncs, argument
143 def render_string(self, textstate, seq, ncs, graphicstate): argument
/dports/graphics/gdchart/gdchart0.11.5dev/
H A Darray_alloc.h19 #define CREATE_ARRAY2( arr, type, nrs, ncs ) type **arr = allocate_array_##type( nrs, ncs ) argument
35 #define CREATE_ARRAY2( arr, type, nrs, ncs ) type arr[ nrs ][ ncs ] argument
/dports/net/measurement-kit/measurement-kit-0.10.14/test/common/
H A Dfcompose.cpp106 class ncs : public std::string, public NonCopyable { class
108 ncs(const char *s) : std::string{s} {} in ncs() function in ncs
115 ncs(ncs &&x) { *this = std::move(x); } in ncs() function in ncs
132 [](ncs &&s, Callback<ncs &&, ncs &&> &&cb) { in __anonbcc268a72102()
/dports/converters/enca/enca-1.19/tools/
H A Dmake_hash.c282 build_alias_list(EncaCharsetRaw *raw, const int ncs, int *total) in build_alias_list()
315 refine_data(EncaCharsetRaw *raw, const int ncs, char **alist, const int nn) in refine_data()
337 create_index_list(EncaCharsetRaw *raw, const int ncs, in create_index_list()
355 print_fine_data(EncaCharsetFine *fine, const int ncs, in print_fine_data()
404 int ncs, nn; in main() local
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/nanoc/
H A Dnanoc.plugin.zsh3 alias ncs='nanoc create-site' alias
/dports/emulators/qemu42/qemu-4.2.1/net/
H A Dvhost-user.c48 static void vhost_user_stop(int queues, NetClientState *ncs[]) in vhost_user_stop()
69 static int vhost_user_start(int queues, NetClientState *ncs[], in vhost_user_start()
226 NetClientState *ncs[MAX_QUEUE_NUM]; in chr_closed_bh() local
255 NetClientState *ncs[MAX_QUEUE_NUM]; in net_vhost_user_event() local
/dports/emulators/qemu/qemu-6.2.0/net/
H A Dvhost-user.c48 static void vhost_user_stop(int queues, NetClientState *ncs[]) in vhost_user_stop()
69 static int vhost_user_start(int queues, NetClientState *ncs[], in vhost_user_start()
241 NetClientState *ncs[MAX_QUEUE_NUM]; in chr_closed_bh() local
274 NetClientState *ncs[MAX_QUEUE_NUM]; in net_vhost_user_event() local
/dports/emulators/qemu60/qemu-6.0.0/net/
H A Dvhost-user.c48 static void vhost_user_stop(int queues, NetClientState *ncs[]) in vhost_user_stop()
69 static int vhost_user_start(int queues, NetClientState *ncs[], in vhost_user_start()
226 NetClientState *ncs[MAX_QUEUE_NUM]; in chr_closed_bh() local
259 NetClientState *ncs[MAX_QUEUE_NUM]; in net_vhost_user_event() local
/dports/emulators/qemu5/qemu-5.2.0/net/
H A Dvhost-user.c48 static void vhost_user_stop(int queues, NetClientState *ncs[]) in vhost_user_stop()
69 static int vhost_user_start(int queues, NetClientState *ncs[], in vhost_user_start()
226 NetClientState *ncs[MAX_QUEUE_NUM]; in chr_closed_bh() local
259 NetClientState *ncs[MAX_QUEUE_NUM]; in net_vhost_user_event() local
/dports/emulators/qemu-utils/qemu-4.2.1/net/
H A Dvhost-user.c48 static void vhost_user_stop(int queues, NetClientState *ncs[]) in vhost_user_stop()
69 static int vhost_user_start(int queues, NetClientState *ncs[], in vhost_user_start()
226 NetClientState *ncs[MAX_QUEUE_NUM]; in chr_closed_bh() local
255 NetClientState *ncs[MAX_QUEUE_NUM]; in net_vhost_user_event() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/net/
H A Dvhost-user.c48 static void vhost_user_stop(int queues, NetClientState *ncs[]) in vhost_user_stop()
69 static int vhost_user_start(int queues, NetClientState *ncs[], in vhost_user_start()
213 NetClientState *ncs[MAX_QUEUE_NUM]; in chr_closed_bh() local
239 NetClientState *ncs[MAX_QUEUE_NUM]; in net_vhost_user_event() local
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/net/
H A Dvhost-user.c48 static void vhost_user_stop(int queues, NetClientState *ncs[]) in vhost_user_stop()
69 static int vhost_user_start(int queues, NetClientState *ncs[], in vhost_user_start()
226 NetClientState *ncs[MAX_QUEUE_NUM]; in chr_closed_bh() local
255 NetClientState *ncs[MAX_QUEUE_NUM]; in net_vhost_user_event() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/net/
H A Dvhost-user.c48 static void vhost_user_stop(int queues, NetClientState *ncs[]) in vhost_user_stop()
69 static int vhost_user_start(int queues, NetClientState *ncs[], in vhost_user_start()
226 NetClientState *ncs[MAX_QUEUE_NUM]; in chr_closed_bh() local
255 NetClientState *ncs[MAX_QUEUE_NUM]; in net_vhost_user_event() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/net/
H A Dvhost-user.c48 static void vhost_user_stop(int queues, NetClientState *ncs[]) in vhost_user_stop()
69 static int vhost_user_start(int queues, NetClientState *ncs[], in vhost_user_start()
227 NetClientState *ncs[MAX_QUEUE_NUM]; in chr_closed_bh() local
260 NetClientState *ncs[MAX_QUEUE_NUM]; in net_vhost_user_event() local
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/codesets/
H A Dcs-UCS-4.cc443 omniCodeSet::NCS_W* ncs, in fastMarshalWChar()
473 omniCodeSet::NCS_W* ncs, in fastMarshalWString()
504 omniCodeSet::NCS_W* ncs, in fastUnmarshalWChar()
562 omniCodeSet::NCS_W* ncs, in fastUnmarshalWString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DChangeCipherSpec.java72 CipherSuite ncs = hc.negotiatedCipherSuite; in produce() local
169 CipherSuite ncs = hc.negotiatedCipherSuite; in consume() local
/dports/emulators/qemu42/qemu-4.2.1/hw/net/
H A Dvhost_net-stub.c35 NetClientState *ncs, in vhost_net_start()
41 NetClientState *ncs, in vhost_net_stop()

12345678910>>...23