Home
last modified time | relevance | path

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

123

/external/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()
/external/erofs-utils/lib/
Dnamei.c198 int erofs_namei(struct nameidata *nd, const char *name, unsigned int len) in erofs_namei()
244 static int link_path_walk(const char *name, struct nameidata *nd) in link_path_walk()
275 struct nameidata nd = { .sbi = vi->sbi }; in erofs_ilookup() local
/external/clang/test/SemaCXX/
Dcxx0x-deleted-default-ctor.cpp69 no_default nd; // expected-note {{field 'nd' has a deleted default constructor}} member
77 no_dtor nd; // expected-note {{field 'nd' has a deleted destructor}} member
111 no_default nd; // expected-note {{because field 'nd' has a deleted default constructor}} member
117 no_default nd; // expected-note {{because field 'nd' has a deleted default constructor}} member
Dcopy-assignment.cpp64 D d, nd; in test() local
/external/python/cpython3/Modules/
D_testbuffer.c62 #define ND_IS_CONSUMER(nd) \ argument
175 ndbuf_push(NDArrayObject *nd, ndbuf_t *elt) in ndbuf_push()
184 ndbuf_delete(NDArrayObject *nd, ndbuf_t *elt) in ndbuf_delete()
198 ndbuf_pop(NDArrayObject *nd) in ndbuf_pop()
207 NDArrayObject *nd; in ndarray_new() local
240 ndarray_init_staticbuf(PyObject *exporter, NDArrayObject *nd, int flags) in ndarray_init_staticbuf()
655 ndarray_as_list(NDArrayObject *nd) in ndarray_as_list()
1261 ndarray_push_base(NDArrayObject *nd, PyObject *items, in ndarray_push_base()
1279 NDArrayObject *nd = (NDArrayObject *)self; in ndarray_init() local
1345 NDArrayObject *nd = (NDArrayObject *)self; in ndarray_push() local
[all …]
/external/liblc3/test/
Dmdct_py.c38 int ns = lc3_ns(dt, sr), nd = lc3_nd(dt, sr); in mdct_forward_py() local
64 int ns = lc3_ns(dt, sr), nd = lc3_nd(dt, sr); in mdct_inverse_py() local
Dctypes.h705 int nd = lc3_nd(dt, sr); in from_encoder() local
763 int nd = lc3_nd(dt, sr); in to_encoder() local
801 int nd = lc3_nd(dt, sr); in from_decoder() local
858 int nd = lc3_nd(dt, sr); in to_decoder() local
Dltpf_py.c100 int ns = lc3_ns(dt,sr), nd = 18 * (lc3_ns_4m[sr] / 4); in synthesize_py() local
/external/sdv/vsomeip/third_party/boost/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
/external/python/cpython3/Tools/scripts/
Ddivmod_threshold.py18 def probe_den(nd): argument
/external/rust/android-crates-io/crates/textdistance/src/
Dlib.rs202 let nd = res.ndist(); localVariable
233 let nd = res.ndist(); localVariable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc151 void RemoveNode(NodeDef* nd, GraphDef* graph, NodeMap* node_map) { in RemoveNode()
369 for (const InputDesc& nd : inputs) { in CheckUsesAllocatorAttributes() local
386 for (const InputDesc& nd : inputs) { in CheckExistingScopedAllocator() local
409 for (const InputDesc& nd : inputs) { in CheckInternalDataDependency() local
541 auto& nd = inputs[i]; in ConstructScopedAllocatorNode() local
563 for (auto& nd : inputs) { in ConstructScopedAllocatorNode() local
827 for (auto& nd : ops) { in Rewrite() local
837 for (auto& nd : ops) { in Rewrite() local
/external/ethtool/libmnl/examples/rtnl/
Drtnl-neigh-dump.c106 struct ndmsg *nd; in main() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DYamlPrinter.java76 Node nd = (Node) sn.getValue(node); in output() local
DDotPrinter.java86 Node nd = (Node) sn.getValue(node); in output() local
/external/iw/
Dwowlan.c190 struct nlattr *nd; in wowlan_parse_net_detect() local
391 *nd[NUM_NL80211_ATTR], *tb[NUM_NL80211_ATTR]; in print_wowlan_handler() local
/external/pytorch/aten/src/ATen/native/cuda/
DRandperm.cu82 double nd = static_cast<double>(n); in randperm_out_cuda() local
/external/gemmlowp/test/
Dcorrectness_meta_gemm.cc214 void q_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in q_suite()
228 void f_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in f_suite()
242 void i32_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in i32_suite()
/external/squashfs-tools/kernel/fs/squashfs/
Dnamei.c136 struct nameidata *nd) in squashfs_lookup()
/external/libwebsockets/lib/roles/netlink/
Dops-netlink.c110 struct ndmsg *nd; in rops_handle_POLLIN_netlink() local
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
Demitter_base.cc123 if (const auto* nd = llvm::dyn_cast<clang::NamespaceDecl>(ctx)) { in GetNamespacePath() local
/external/ltp/testcases/kernel/mem/lib/
Dmem.c540 static void gather_node_cpus(char *cpus, long nd) in gather_node_cpus()
573 void write_cpusets(const struct tst_cg_group *cg, long nd) in write_cpusets()
/external/capstone/arch/TMS320C64x/
DTMS320C64xInstPrinter.c186 char st, nd; in printMemOperand() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/skins/highlight/tomorrow/
D_highlight.scss42 .nd { color: $highlight-aqua; } /* Name.Decorator */ class
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/skins/highlight/tomorrow/
D_highlight.scss42 .nd { color: $highlight-aqua; } /* Name.Decorator */ class

123