HomeSort by relevance Sort by last modified time
    Searched defs:nl (Results 1 - 25 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
expanded_nl.mk 3 define nl macro
8 $(nl)
  /external/syslinux/com32/lib/
memset.c 13 size_t nl = n >> 2; local
15 : "+c" (nl), "+D" (q)
memcpy.c 13 size_t nl = n >> 2; local
14 asm volatile ("cld ; rep ; movsl ; movl %3,%0 ; rep ; movsb":"+c" (nl),
  /external/syslinux/memdisk/
memset.c 13 size_t nl = n >> 2; local
15 : "+c" (nl), "+D" (q)
memcpy.c 13 size_t nl = n >> 2; local
14 asm volatile ("cld ; rep ; movsl ; movl %3,%0 ; rep ; movsb":"+c" (nl),
  /prebuilts/go/darwin-x86/src/cmd/vet/
buildtag.go 16 nl = []byte("\n")
26 lines := bytes.SplitAfter(data, nl)
15 nl = []byte("\\n") var
  /prebuilts/go/linux-x86/src/cmd/vet/
buildtag.go 16 nl = []byte("\n")
26 lines := bytes.SplitAfter(data, nl)
15 nl = []byte("\\n") var
  /external/elfutils/tests/
test-nlist.c 37 struct nlist nl[6] = local
49 if (nlist (".libs/test-nlist", nl) != 0
50 && nlist ("./test-nlist", nl) != 0)
56 for (cnt = 0; nl[cnt].n_name != NULL; ++cnt)
60 printf ("nl[%d].n_name = \"%s\"\n"
61 "nl[%d].n_value = %ld\n"
62 "nl[%d].n_scnum = %d\n"
63 "nl[%d].n_type = %u\n"
64 "nl[%d].n_sclass = %d\n"
65 "nl[%d].n_numaux = %d\n\n"
    [all...]
  /external/libnetfilter_conntrack/examples/
nfct-mnl-event.c 44 struct mnl_socket *nl; local
48 nl = mnl_socket_open(NETLINK_NETFILTER);
49 if (nl == NULL) {
54 if (mnl_socket_bind(nl, NF_NETLINK_CONNTRACK_NEW |
63 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
76 mnl_socket_close(nl);
nfexp-mnl-event.c 44 struct mnl_socket *nl; local
48 nl = mnl_socket_open(NETLINK_NETFILTER);
49 if (nl == NULL) {
54 if (mnl_socket_bind(nl, NF_NETLINK_CONNTRACK_EXP_NEW |
63 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
76 mnl_socket_close(nl);
nfct-mnl-create.c 14 struct mnl_socket *nl; local
22 nl = mnl_socket_open(NETLINK_NETFILTER);
23 if (nl == NULL) {
28 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
32 portid = mnl_socket_get_portid(nl);
65 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len);
71 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
76 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
83 mnl_socket_close(nl);
nfct-mnl-del.c 14 struct mnl_socket *nl; local
22 nl = mnl_socket_open(NETLINK_NETFILTER);
23 if (nl == NULL) {
28 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
32 portid = mnl_socket_get_portid(nl);
60 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len);
66 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
71 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
78 mnl_socket_close(nl);
nfct-mnl-dump.c 31 struct mnl_socket *nl; local
38 nl = mnl_socket_open(NETLINK_NETFILTER);
39 if (nl == NULL) {
44 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
48 portid = mnl_socket_get_portid(nl);
60 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len);
66 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
71 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
78 mnl_socket_close(nl);
nfct-mnl-flush.c 14 struct mnl_socket *nl; local
21 nl = mnl_socket_open(NETLINK_NETFILTER);
22 if (nl == NULL) {
27 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
31 portid = mnl_socket_get_portid(nl);
43 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len);
49 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
54 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
61 mnl_socket_close(nl);
nfct-mnl-get.c 33 struct mnl_socket *nl; local
41 nl = mnl_socket_open(NETLINK_NETFILTER);
42 if (nl == NULL) {
47 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
51 portid = mnl_socket_get_portid(nl);
79 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len);
85 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
90 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
97 mnl_socket_close(nl);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 38 struct nl_sock *nl; member in struct:dhd_netlink_info
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncCount.java 47 // DTMIterator nl = m_arg0.asIterator(xctxt, xctxt.getCurrentNode());
53 // while (DTM.NULL != nl.nextNode())
57 // nl.detach();
58 DTMIterator nl = m_arg0.asIterator(xctxt, xctxt.getCurrentNode()); local
59 int i = nl.getLength();
60 nl.detach();
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldNodeChangeEventTest.java 55 MockNodeChangeListener nl = new MockNodeChangeListener() { local
81 pref.addNodeChangeListener(nl);
83 nl.waitForEvent();
84 assertEquals(1, nl.getAdded());
85 assertTrue(nl.getAddResult());
86 nl.reset();
88 nl.waitForEvent();
89 assertEquals(1, nl.getRemoved());
90 assertTrue(nl.getRemoveResult());
91 nl.reset()
103 MockNodeChangeListener nl = new MockNodeChangeListener() { local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
FunctionPattern.java 106 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); local
109 if (null != nl)
113 while (DTM.NULL != (n = nl.nextNode()))
125 // nl.detach();
127 nl.detach();
150 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); local
153 if (null != nl)
157 while (DTM.NULL != (n = nl.nextNode()))
169 nl.detach();
193 DTMIterator nl = m_functionExpr.asIterator(xctxt, context) local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fvwrite.c 54 char *nl; local
167 nl = memchr((void *)p, '\n', len);
168 nldist = nl ? nl + 1 - p : len + 1;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fvwrite.c 69 char *nl; local
114 uio->uio_resid = 0; // Just in case it went negative such as when NL is expanded to CR NL
192 nl = memchr((void *)p, '\n', len); // Divide the string at the first '\n'
193 nldist = (int)(nl ? nl + 1 - p : len + 1);
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyManager.java 62 XNodeSet nl = null; local
84 nl = kt.getNodeSetDTMByKey(name, ref);
86 if (nl != null)
96 if ((null == nl) &&!foundDoc /* && m_needToBuildKeysTable */)
108 nl = kt.getNodeSetDTMByKey(name, ref);
113 return nl;
  /external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 144 NodeIterator nl = selectNodeIterator(contextNode, str, namespaceNode); local
147 return nl.nextNode();
XPathAPI.java 89 NodeIterator nl = selectNodeIterator(contextNode, str, namespaceNode); local
92 return nl.nextNode();
  /external/blktrace/btt/
plat.c 25 long nl; member in struct:plat_info
38 pp->nl = 0;
62 pp->first_ts + (delta / 2), pp->tl / pp->nl);
77 pp->nl = 1;
83 pp->first_ts + (delta / 2), pp->tl / pp->nl);
86 pp->nl = 1;
90 pp->nl += 1;

Completed in 2337 milliseconds

1 2 3 4 5 6 7 8 91011>>