Home
last modified time | relevance | path

Searched defs:nd (Results 1 – 25 of 50) sorted by relevance

12

/third_party/ntfs-3g/include/ntfs-3g/
Ddevice.h48 #define test_ndev_flag(nd, flag) test_bit(ND_##flag, (nd)->d_state) argument
49 #define set_ndev_flag(nd, flag) set_bit(ND_##flag, (nd)->d_state) argument
50 #define clear_ndev_flag(nd, flag) clear_bit(ND_##flag, (nd)->d_state) argument
52 #define NDevOpen(nd) test_ndev_flag(nd, Open) argument
53 #define NDevSetOpen(nd) set_ndev_flag(nd, Open) argument
54 #define NDevClearOpen(nd) clear_ndev_flag(nd, Open) argument
56 #define NDevReadOnly(nd) test_ndev_flag(nd, ReadOnly) argument
57 #define NDevSetReadOnly(nd) set_ndev_flag(nd, ReadOnly) argument
58 #define NDevClearReadOnly(nd) clear_ndev_flag(nd, ReadOnly) argument
60 #define NDevDirty(nd) test_ndev_flag(nd, Dirty) argument
[all …]
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/
Dwifi-esp32.c77 lws_netdev_wifi_connect_plat(lws_netdev_instance_t *nd, const char *ssid, in lws_netdev_wifi_connect_plat()
198 lws_netdev_wifi_scan_plat(lws_netdev_instance_t *nd) in lws_netdev_wifi_scan_plat()
215 lws_netdev_wifi_event_plat(struct lws_netdev_instance *nd, lws_usec_t timestamp, in lws_netdev_wifi_event_plat()
431 lws_netdev_wifi_configure_plat(struct lws_netdev_instance *nd, in lws_netdev_wifi_configure_plat()
438 lws_netdev_wifi_up_plat(struct lws_netdev_instance *nd) in lws_netdev_wifi_up_plat()
466 lws_netdev_wifi_down_plat(struct lws_netdev_instance *nd) in lws_netdev_wifi_down_plat()
/third_party/nghttp2/tests/
Dnghttp2_pq_test.c131 node *nd = (node *)item; in node_update() local
146 node *nd; in test_nghttp2_pq_update() local
180 node *nd = (node *)nghttp2_pq_top(pq); in check_nodes() local
/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_dump.cc62 void PrintNodeOutputType(std::ostringstream &buffer, const AnfNodePtr &nd) { in PrintNodeOutputType()
91 void PrintNodeInputType(std::ostringstream &buffer, const AnfNodePtr &nd) { in PrintNodeInputType()
110 void PrintInputAndOutputInferType(std::ostringstream &buffer, const AnfNodePtr &nd) { in PrintInputAndOutputInferType()
248 void DumpOperands(const AnfNodePtr &nd, OrderedMap<AnfNodePtr, int32_t> *para_map, in DumpOperands()
385 void DumpShape(const AnfNodePtr &nd, const FuncGraphPtr &sub_graph, const std::shared_ptr<SubGraphI… in DumpShape()
405 void DumpCNode(const CNodePtr &nd, const FuncGraphPtr &sub_graph, OrderedMap<AnfNodePtr, int32_t> *… in DumpCNode()
489 for (const auto &nd : nodes) { in DumpIRInSubgraph() local
Ddraw.cc67 for (auto &nd : nodes) { in DrawNodes() local
95 for (auto &nd : nodes) { in DrawValueNodes() local
123 for (auto &nd : nodes) { in DrawEdges() local
/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/ir_fusion/
Dmul_add_fusion_test.cc41 for (auto nd : fg->execution_order()) { in TEST_F() local
65 for (auto nd : fg->execution_order()) { in TEST_F() local
/third_party/boost/libs/numeric/ublas/test/tensor/
Dtest_einstein_notation.cpp87 auto const nd = ( A.extents().at(0) * (A.extents().at(0)+1) / 2 ); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
113 auto const nd = ( A.extents().at(0) * (A.extents().at(0)+1) / 2 ); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
/third_party/python/Modules/
D_testbuffer.c65 #define ND_IS_CONSUMER(nd) \ argument
178 ndbuf_push(NDArrayObject *nd, ndbuf_t *elt) in ndbuf_push()
187 ndbuf_delete(NDArrayObject *nd, ndbuf_t *elt) in ndbuf_delete()
201 ndbuf_pop(NDArrayObject *nd) in ndbuf_pop()
210 NDArrayObject *nd; in ndarray_new() local
243 ndarray_init_staticbuf(PyObject *exporter, NDArrayObject *nd, int flags) in ndarray_init_staticbuf()
658 ndarray_as_list(NDArrayObject *nd) in ndarray_as_list()
1264 ndarray_push_base(NDArrayObject *nd, PyObject *items, in ndarray_push_base()
1282 NDArrayObject *nd = (NDArrayObject *)self; in ndarray_init() local
1348 NDArrayObject *nd = (NDArrayObject *)self; in ndarray_push() local
[all …]
/third_party/boost/libs/python/src/numpy/
Dndarray.cpp239 int nd = len(shape); in zeros() local
246 ndarray zeros(int nd, Py_intptr_t const * shape, dtype const & dt) in zeros()
254 int nd = len(shape); in empty() local
261 ndarray empty(int nd, Py_intptr_t const * shape, dtype const & dt) in empty()
/third_party/boost/boost/python/numpy/
Dndarray.hpp45 int nd; member
261 int nd, in from_object()
280 int nd, in from_object()
Dinvoke_matching.hpp122 void invoke_matching_nd(int nd, Function f) in invoke_matching_nd()
/third_party/boost/boost/random/
Dnormal_distribution.hpp335 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, normal_distribution, nd) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
342 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, normal_distribution, nd) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
/third_party/glib/glib/dirent/
Ddirent.c63 _TDIR *nd; in _topendir() local
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/op/
Dscale_tensorrt.cc75 bool nd = false; in AddInnerOp() local
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c110 struct ndmsg *nd; in rops_handle_POLLIN_netlink() local
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c263 struct nameidata nd; in lookup_bdev() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Deliminate_redundant_op.cc95 auto nd = (*pass_vector)[idx].first; in ProcessMatchedNodes() local
/third_party/glib/glib/pcre/
Dpcre_dfa_exec.c1380 int nd; in internal_dfa_exec() local
1637 int nd; in internal_dfa_exec() local
1903 int nd; in internal_dfa_exec() local
/third_party/musl/porting/liteos_a/user/src/network/
Dent.c38 static struct netdata *nd = NULL; variable
/third_party/glib/glib/tests/
Dgdatetime.c983 #define TEST_ADD_MONTHS(y,m,d,a,ny,nm,nd) G_STMT_START { \ in test_GDateTime_add_months() argument
1008 #define TEST_ADD_DAYS(y,m,d,a,ny,nm,nd) G_STMT_START { \ in test_GDateTime_add_days() argument
1031 #define TEST_ADD_WEEKS(y,m,d,a,ny,nm,nd) G_STMT_START { \ in test_GDateTime_add_weeks() argument
1051 #define TEST_ADD_HOURS(y,m,d,h,mi,s,a,ny,nm,nd,nh,nmi,ns) G_STMT_START { \ in test_GDateTime_add_hours() argument
1072 #define TEST_ADD_FULL(y,m,d,h,mi,s,ay,am,ad,ah,ami,as,ny,nm,nd,nh,nmi,ns) G_STMT_START { \ in test_GDateTime_add_full() argument
/third_party/boost/boost/graph/
Dread_dimacs.hpp66 char nd; /* source (s) or sink (t) */ in read_dimacs_max_flow_internal() local
/third_party/ltp/testcases/kernel/mem/lib/
Dmem.c602 static void gather_node_cpus(char *cpus, long nd) in gather_node_cpus()
635 void write_cpusets(const struct tst_cgroup_group *cg, long nd) in write_cpusets()
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dinftrees.c329 uInt nd, /* number of distance codes */ in inflate_trees_dynamic()
/third_party/skia/third_party/externals/freetype/src/gzip/
Dinftrees.c329 uInt nd, /* number of distance codes */ in inflate_trees_dynamic()
/third_party/freetype/src/gzip/
Dinftrees.c329 uInt nd, /* number of distance codes */ in inflate_trees_dynamic()

12