Home
last modified time | relevance | path

Searched defs:nc (Results 1 – 25 of 5492) sorted by relevance

12345678910>>...220

/dports/editors/chexedit/hexedit-0.9.7/src/
H A Dedit.c267 unsigned char nc = (getHexValue (in) << 4) | in over_write() local
276 unsigned char nc = (filebuffer (offset) & M_0xF0) | in over_write() local
286 unsigned char nc = (filebuffer (offset) & M_0xF0) | in over_write() local
305 unsigned char nc = (getHexValue (in) << 4) | in over_write() local
314 unsigned char nc = (filebuffer (offset) & M_0xF0) | in over_write() local
337 unsigned char nc = (filebuffer (offset) & M_0xF0) | in over_write() local
364 unsigned char nc = (getHexValue (in) << 4) | in over_write() local
373 unsigned char nc = (filebuffer (offset) & M_0xF0) | in over_write() local
383 unsigned char nc = (filebuffer (offset) & M_0xF0) | in over_write() local
402 unsigned char nc = (getHexValue (in) << 4) | in over_write() local
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A DNcpp.cpp17 NotCurses nc{ nopts }; variable
32 NotCurses nc{ nopts }; variable
42 NotCurses nc{ nopts }; variable
54 NotCurses nc{ nopts }; variable
60 NotCurses nc{ nopts }; variable
66 NotCurses nc{ nopts }; variable
76 NotCurses nc{ nopts }; variable
89 NotCurses nc{ nopts }; variable
/dports/cad/qelectrotech/qet-0.7.0/sources/autoNum/
H A Dnumerotationcontextcommands.cpp214 NumerotationContext UnitNum::next (const NumerotationContext &nc, const int i) const { in next() argument
222 NumerotationContext UnitNum::previous(const NumerotationContext &nc, const int i) const { in previous() argument
245 NumerotationContext UnitFNum::next (const NumerotationContext &nc, const int i) const { in next() argument
279 NumerotationContext TenNum::next (const NumerotationContext &nc, const int i) const { in next() argument
287 NumerotationContext TenNum::previous(const NumerotationContext &nc, const int i) const { in previous() argument
313 NumerotationContext TenFNum::next (const NumerotationContext &nc, const int i) const { in next() argument
321 NumerotationContext TenFNum::previous(const NumerotationContext &nc, const int i) const { in previous() argument
353 NumerotationContext HundredNum::next (const NumerotationContext &nc, const int i) const { in next() argument
423 NumerotationContext StringNum::next (const NumerotationContext &nc, const int i) const { in next() argument
487 NumerotationContext FolioNum::next (const NumerotationContext &nc, const int i) const { in next() argument
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/
H A DMakeAllFigures.m31 nc = 3; variable
34 nc = 3; variable
37 nc = 3; variable
40 nc = 3; variable
43 nc = 2; variable
46 nc = 2; variable
49 nc = 2; variable
52 nc = 2; variable
55 nc = 1; variable
H A Dpltorg.m25 nc = 0; variable
31 nc = 1; variable
35 nc = 1; variable
39 nc = 1; variable
43 nc = 2; variable
47 nc = 2; variable
51 nc = 2; variable
55 nc = 3; variable
59 nc = 3; variable
63 nc = 3; variable
[all …]
/dports/math/fxt/fxt/src/aux2/attic/
H A Darith2d.h14 inline Type sum(const Type *const*f, ulong nr, ulong nc) in sum()
25 inline Type sum_of_squares(const Type *const*f, ulong nr, ulong nc) in sum_of_squares()
36 inline void negate(Type **f, ulong nr, ulong nc) in negate()
44 inline void add_val(Type **f, ulong nr, ulong nc, Type s) in add_val()
52 inline void subtract_val(Type **f, ulong nr, ulong nc, Type s) in subtract_val()
60 inline void multiply_val(Type **f, ulong nr, ulong nc, Type s) in multiply_val()
69 inline void add(Type **f, ulong nr, ulong nc, const Type *const*g) in add()
77 inline void subtract(Type **f, ulong nr, ulong nc, const Type *const*g) in subtract()
85 inline void multiply(Type **f, ulong nr, ulong nc, const Type *const*g) in multiply()
94 inline void divide(Type **f, ulong nr, ulong nc, const Type *const*g) in divide()
H A Drotate2d.h14 void rotate_up(Type **f, ulong nr, ulong nc, ulong s) in rotate_up()
27 void rotate_down(Type **f, ulong nr, ulong nc, ulong s) in rotate_down()
40 void rotate_vert(Type **f, ulong nr, ulong nc, long s) in rotate_vert()
49 void rotate_left(Type **f, ulong nr, ulong nc, ulong s) in rotate_left()
59 void rotate_right(Type **f, ulong nr, ulong nc, ulong s) in rotate_right()
69 void rotate_horiz(Type **f, ulong nr, ulong nc, long s) in rotate_horiz()
78 void rotate_vh(Type **f, ulong nr, ulong nc, long vert, long horiz) in rotate_vh()
86 void zero2center(Type **f, ulong nr, ulong nc) in zero2center()
H A Dshift2d.h14 void shift_left(Type **f, ulong nr, ulong nc, ulong s) in shift_left()
24 void shift_right(Type **f, ulong nr, ulong nc, ulong s) in shift_right()
34 void shift_horiz(Type **f, ulong nr, ulong nc, long s) in shift_horiz()
46 void shift_up(Type **f, ulong nr, ulong nc, ulong s) in shift_up()
59 void shift_down(Type **f, ulong nr, ulong nc, ulong s) in shift_down()
72 void shift_vert(Type **f, ulong nr, ulong nc, long s) in shift_vert()
84 void shift_vh(Type **f, ulong nr, ulong nc, long vert, long horiz) in shift_vh()
/dports/mail/neomutt/neomutt-20211029/debug/
H A Dnotify.c159 static void notify_dump_account(struct NotifyCallback *nc) in notify_dump_account()
168 static void notify_dump_color(struct NotifyCallback *nc) in notify_dump_color()
195 static void notify_dump_command(struct NotifyCallback *nc) in notify_dump_command()
205 static void notify_dump_config(struct NotifyCallback *nc) in notify_dump_config()
216 static void notify_dump_context(struct NotifyCallback *nc) in notify_dump_context()
227 static void notify_dump_email(struct NotifyCallback *nc) in notify_dump_email()
238 static void notify_dump_global(struct NotifyCallback *nc) in notify_dump_global()
243 static void notify_dump_mailbox(struct NotifyCallback *nc) in notify_dump_mailbox()
252 static void notify_dump_window_state(struct NotifyCallback *nc) in notify_dump_window_state()
288 static void notify_dump_window_focus(struct NotifyCallback *nc) in notify_dump_window_focus()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DRenderingAttributesStructure.java72 NodeComponentRetained nc = (NodeComponentRetained)m.args[0]; in processMessages() local
98 NodeComponentRetained nc = (NodeComponentRetained)m.args[0]; in processMessages() local
113 NodeComponentRetained nc = (NodeComponentRetained)m.args[0]; in processMessages() local
130 NodeComponentRetained nc = (NodeComponentRetained)m.args[0]; in processMessages() local
146 NodeComponentRetained nc = (NodeComponentRetained)m.args[0]; in processMessages() local
209 NodeComponentRetained nc = (NodeComponentRetained)m.args[0]; in updateObject() local
216 NodeComponentRetained nc = (NodeComponentRetained)m.args[0]; in updateObject() local
220 NodeComponentRetained nc = (NodeComponentRetained)m.args[0]; in updateObject() local
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/src/waffle/nacl/
H A Dnacl_container.cpp52 nacl_container_dtor(waffle::nacl_container *nc) in nacl_container_dtor()
67 nacl_container *nc = new nacl_container; in nacl_container_ctor() local
76 nacl_container_context_init(waffle::nacl_container *nc, struct nacl_config *cfg) in nacl_container_context_init()
144 nacl_container_teardown(nacl_container *nc) in nacl_container_teardown()
150 nacl_container_context_init(struct nacl_container *nc, struct nacl_config *cfg) in nacl_container_context_init()
157 nacl_container_context_fini(struct nacl_container *nc) in nacl_container_context_fini()
170 nacl_container_window_resize(struct nacl_container *nc, int32_t width, int32_t height) in nacl_container_window_resize()
196 nacl_container_context_makecurrent(nacl_container *nc, bool release) in nacl_container_context_makecurrent()
209 nacl_container_swapbuffere(nacl_container *nc) in nacl_container_swapbuffere()
/dports/emulators/qemu/qemu-6.2.0/net/
H A Dnet.c212 NetClientState *nc; in assign_name() local
271 NetClientState *nc; in qemu_new_net_client() local
287 NetClientState *nc; in qemu_new_net_control_client() local
458 NetClientState *nc; in qemu_foreach_nic() local
838 NetClientState *nc; in qemu_find_netdev() local
854 NetClientState *nc; in qemu_find_net_clients_except() local
1030 NetClientState *nc; in net_client_init1() local
1190 NetClientState *nc; in qmp_netdev_del() local
1263 NetClientState *nc; in qmp_query_rx_filter() local
1339 NetClientState *nc; in colo_notify_filters_event() local
[all …]
/dports/textproc/docbook2mdoc/docbook2mdoc-1.1.0/
H A Ddocbook2mdoc.c167 struct pnode *nc, *nn; in pnode_printrefnamediv() local
312 struct pnode *nc; in pnode_printmathfenced() local
336 struct pnode *nc; in pnode_printmath() local
443 struct pnode *nc; in pnode_printarg() local
484 struct pnode *nc; in pnode_printgroup() local
640 struct pnode *nc; in pnode_printlink() local
813 struct pnode *nc; in pnode_printrow() local
827 struct pnode *nc; in pnode_printtgroup1() local
870 struct pnode *nc; in pnode_printtgroup() local
897 struct pnode *nc; in pnode_printlist() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/net/
H A Dnet.c211 NetClientState *nc; in assign_name() local
268 NetClientState *nc; in qemu_new_net_client() local
439 NetClientState *nc; in qemu_foreach_nic() local
819 NetClientState *nc; in qemu_find_netdev() local
835 NetClientState *nc; in qemu_find_net_clients_except() local
1011 NetClientState *nc; in net_client_init1() local
1171 NetClientState *nc; in qmp_netdev_del() local
1244 NetClientState *nc; in qmp_query_rx_filter() local
1320 NetClientState *nc; in colo_notify_filters_event() local
1340 NetClientState *nc; in qmp_set_link() local
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/net/
H A Dnet.c212 NetClientState *nc; in assign_name() local
269 NetClientState *nc; in qemu_new_net_client() local
440 NetClientState *nc; in qemu_foreach_nic() local
820 NetClientState *nc; in qemu_find_netdev() local
836 NetClientState *nc; in qemu_find_net_clients_except() local
1012 NetClientState *nc; in net_client_init1() local
1172 NetClientState *nc; in qmp_netdev_del() local
1245 NetClientState *nc; in qmp_query_rx_filter() local
1321 NetClientState *nc; in colo_notify_filters_event() local
1341 NetClientState *nc; in qmp_set_link() local
[all …]
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/collection/
H A Dchi_squared.py12 def __init__(self, df, nc): argument
15 def _pdf(self, x, df, nc): argument
21 def _cdf(self, x, df, nc): argument
24 def _ppf(self, qloc, df, nc): argument
28 def _lower(self, df, nc): argument
31 def _upper(self, df, nc): argument
68 def __init__(self, df=1, nc=1, scale=1, shift=0): argument
H A Df.py11 def __init__(self, dfn, dfd, nc): argument
17 def _pdf(self, x, dfn, dfd, nc): argument
28 def _cdf(self, x, dfn, dfd, nc): argument
31 def _ppf(self, q, dfn, dfd, nc): argument
34 def _lower(self, dfn, dfd, nc): argument
37 def _upper(self, dfn, dfd, nc): argument
76 def __init__(self, n=2, m=10, nc=0, shift=0, scale=1): argument
/dports/science/py-netCDF4/netcdf4-python-1.5.7rel/examples/
H A Dmpi_example.py13 nc = Dataset('parallel_test.nc', 'w', parallel=True, comm=MPI.COMM_WORLD, variable
25 nc = Dataset('parallel_test.nc', parallel=True, comm=MPI.COMM_WORLD, variable
30 nc = Dataset('parallel_test.nc', 'a',parallel=True, comm=MPI.COMM_WORLD, variable
37 nc = Dataset('parallel_test.nc', parallel=True) variable
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/normalize/
H A Dnorm.h52 inline void Norm_Enable(NormalizerConfig* nc, NormFlags nf) in Norm_Enable()
57 inline void Norm_Disable(NormalizerConfig* nc, NormFlags nf) in Norm_Disable()
62 inline void Norm_Set(NormalizerConfig* nc, NormFlags nf, bool enable) in Norm_Set()
70 inline bool Norm_IsEnabled(const NormalizerConfig* nc, NormFlags nf) in Norm_IsEnabled()
75 inline void Norm_TcpPassOption(NormalizerConfig* nc, uint8_t opt) in Norm_TcpPassOption()
81 inline void Norm_TcpDropOption(NormalizerConfig* nc, uint8_t opt) in Norm_TcpDropOption()
87 inline bool Norm_TcpIsOptional(const NormalizerConfig* nc, uint8_t opt) in Norm_TcpIsOptional()
/dports/emulators/qemu5/qemu-5.2.0/net/
H A Dnet.c210 NetClientState *nc; in assign_name() local
267 NetClientState *nc; in qemu_new_net_client() local
438 NetClientState *nc; in qemu_foreach_nic() local
794 NetClientState *nc; in qemu_find_netdev() local
810 NetClientState *nc; in qemu_find_net_clients_except() local
1137 NetClientState *nc; in qmp_netdev_del() local
1199 NetClientState *nc; in qmp_query_rx_filter() local
1282 NetClientState *nc; in colo_notify_filters_event() local
1302 NetClientState *nc; in qmp_set_link() local
1347 NetClientState *nc; in net_vm_change_state_handler() local
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dname_constraints.c122 struct name_constraints_node_st *nc, *prev; in _gnutls_extract_name_constraints() local
255 name_constraints_node_st *nc, *nc2, *t, *tmp, *dest = NULL, *prev = NULL; in _gnutls_name_constraints_intersect() local
402 name_constraints_node_st *nc, *nc2; in _gnutls_name_constraints_append() local
453 gnutls_x509_name_constraints_t nc, in gnutls_x509_crt_get_name_constraints()
527 int name_constraints_add(gnutls_x509_name_constraints_t nc, in name_constraints_add()
668 gnutls_x509_name_constraints_t nc, in gnutls_x509_crt_set_name_constraints()
843 unsigned check_unsupported_constraint(gnutls_x509_name_constraints_t nc, in check_unsupported_constraint()
870 unsigned check_dns_constraints(gnutls_x509_name_constraints_t nc, in check_dns_constraints()
922 unsigned check_email_constraints(gnutls_x509_name_constraints_t nc, in check_email_constraints()
974 unsigned check_ip_constraints(gnutls_x509_name_constraints_t nc, in check_ip_constraints()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/net/
H A Dnet.c214 NetClientState *nc; in assign_name() local
271 NetClientState *nc; in qemu_new_net_client() local
431 NetClientState *nc; in qemu_foreach_nic() local
787 NetClientState *nc; in qemu_find_netdev() local
803 NetClientState *nc; in qemu_find_net_clients_except() local
1018 NetClientState *nc; in net_init_pcap() local
1431 NetClientState *nc; in qmp_netdev_del() local
1498 NetClientState *nc; in qmp_query_rx_filter() local
1581 NetClientState *nc; in colo_notify_filters_event() local
1601 NetClientState *nc; in qmp_set_link() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/lib/
H A Dtest_nexthop_iter.c81 static void nexthop_chain_add_top(struct nexthop_chain *nc) in nexthop_chain_add_top()
112 static void start_recursive_chain(struct nexthop_chain *nc, struct nexthop *nh) in start_recursive_chain()
119 static void nexthop_chain_add_recursive(struct nexthop_chain *nc) in nexthop_chain_add_recursive()
138 static void nexthop_chain_add_recursive_level(struct nexthop_chain *nc) in nexthop_chain_add_recursive_level()
167 static void nexthop_chain_clear(struct nexthop_chain *nc) in nexthop_chain_clear()
175 static void nexthop_chain_free(struct nexthop_chain *nc) in nexthop_chain_free()
189 static void nexthop_chain_verify_iter(struct nexthop_chain *nc) in nexthop_chain_verify_iter()
211 struct nexthop_chain *nc; in test_run_first() local
267 struct nexthop_chain *nc; in test_run_prng() local
/dports/net/frr7/frr-frr-7.5.1/tests/lib/
H A Dtest_nexthop_iter.c81 static void nexthop_chain_add_top(struct nexthop_chain *nc) in nexthop_chain_add_top()
112 static void start_recursive_chain(struct nexthop_chain *nc, struct nexthop *nh) in start_recursive_chain()
119 static void nexthop_chain_add_recursive(struct nexthop_chain *nc) in nexthop_chain_add_recursive()
138 static void nexthop_chain_add_recursive_level(struct nexthop_chain *nc) in nexthop_chain_add_recursive_level()
167 static void nexthop_chain_clear(struct nexthop_chain *nc) in nexthop_chain_clear()
175 static void nexthop_chain_free(struct nexthop_chain *nc) in nexthop_chain_free()
189 static void nexthop_chain_verify_iter(struct nexthop_chain *nc) in nexthop_chain_verify_iter()
211 struct nexthop_chain *nc; in test_run_first() local
267 struct nexthop_chain *nc; in test_run_prng() local
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/net/
H A Dnet.c209 NetClientState *nc; in assign_name() local
266 NetClientState *nc; in qemu_new_net_client() local
426 NetClientState *nc; in qemu_foreach_nic() local
782 NetClientState *nc; in qemu_find_netdev() local
798 NetClientState *nc; in qemu_find_net_clients_except() local
1189 NetClientState *nc; in qmp_netdev_del() local
1253 NetClientState *nc; in qmp_query_rx_filter() local
1336 NetClientState *nc; in colo_notify_filters_event() local
1356 NetClientState *nc; in qmp_set_link() local
1401 NetClientState *nc; in net_vm_change_state_handler() local
[all …]

12345678910>>...220