Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/external/elfutils/tests/
Dtest-nlist.c45 struct nlist nl[6] = in main() local
57 if (nlist (".libs/test-nlist", nl) != 0 in main()
58 && nlist ("./test-nlist", nl) != 0) in main()
64 for (cnt = 0; nl[cnt].n_name != NULL; ++cnt) in main()
74 cnt, nl[cnt].n_name, in main()
75 cnt, nl[cnt].n_value, in main()
76 cnt, nl[cnt].n_scnum, in main()
77 cnt, nl[cnt].n_type, in main()
78 cnt, nl[cnt].n_sclass, in main()
79 cnt, nl[cnt].n_numaux); in main()
[all …]
/external/elfutils/libelf/
Dnlist.c81 nlist (const char *filename, struct nlist *nl) in nlist() argument
194 while (nl->n_name != NULL && nl->n_name[0] != '\0') in nlist()
200 search.str = nl->n_name; in nlist()
201 found = nlist_fshash_find (table, nl->n_name, 0, &search); in nlist()
206 nl->n_value = found->sym.st_value; in nlist()
207 nl->n_scnum = found->sym.st_shndx; in nlist()
208 nl->n_type = GELF_ST_TYPE (found->sym.st_info); in nlist()
210 nl->n_sclass = 0; in nlist()
211 nl->n_numaux = 0; in nlist()
216 nl->n_value = 0; in nlist()
[all …]
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp126 formatted_raw_ostream& nl(formatted_raw_ostream &Out, int delta = 0);
165 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) { in nl() function in CppWriter
470 nl(Out); in printAttributes()
472 Out << '{'; in(); nl(Out); in printAttributes()
473 Out << "SmallVector<AttributeWithIndex, 4> Attrs;"; nl(Out); in printAttributes()
474 Out << "AttributeWithIndex PAWI;"; nl(Out); in printAttributes()
516 nl(Out); in printAttributes()
518 nl(Out); in printAttributes()
521 nl(Out); in printAttributes()
522 out(); nl(Out); in printAttributes()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
DASN1Dump.java55 String nl = System.getProperty("line.separator"); in _dumpAsString() local
75 buf.append(nl); in _dumpAsString()
87 buf.append(nl); in _dumpAsString()
123 buf.append(nl); in _dumpAsString()
129 buf.append(nl); in _dumpAsString()
143 buf.append(nl); in _dumpAsString()
153 buf.append(nl); in _dumpAsString()
172 buf.append(nl); in _dumpAsString()
182 buf.append(nl); in _dumpAsString()
196 … buf.append(indent + "ObjectIdentifier(" + ((ASN1ObjectIdentifier)obj).getId() + ")" + nl); in _dumpAsString()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DFunctionPattern.java106 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
109 if (null != nl) in execute()
113 while (DTM.NULL != (n = nl.nextNode())) in execute()
127 nl.detach(); in execute()
150 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
153 if (null != nl) in execute()
157 while (DTM.NULL != (n = nl.nextNode())) in execute()
169 nl.detach(); in execute()
193 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
196 if (null != nl) in execute()
[all …]
/external/linux-tools-perf/config/
Dutilities.mak8 # nl-escape
10 # Usage: escape = $(call nl-escape[,escape])
16 nl-escape = $(or $(1),m822df3020w6a44id34bt574ctac44eb9f4n)
18 # escape-nl
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
30 # $(call unescape-nl...)
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
34 # unescape-nl
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
38 # See escape-nl.
[all …]
/external/openssl/crypto/bn/
Dbn_mont.c181 int nl,max,i; in BN_from_montgomery_word() local
184 nl=n->top; in BN_from_montgomery_word()
185 if (nl == 0) { ret->top=0; return(1); } in BN_from_montgomery_word()
187 max=(2*nl); /* carry is stored separately */ in BN_from_montgomery_word()
206 fprintf(stderr,"word BN_from_montgomery_word %d * %d\n",nl,nl); in BN_from_montgomery_word()
208 for (carry=0, i=0; i<nl; i++, rp++) in BN_from_montgomery_word()
221 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1); in BN_from_montgomery_word()
224 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2); in BN_from_montgomery_word()
226 v = (v+carry+rp[nl])&BN_MASK2; in BN_from_montgomery_word()
227 carry |= (v != rp[nl]); in BN_from_montgomery_word()
[all …]
/external/blktrace/btt/
Dplat.c25 long nl; member
38 pp->nl = 0; in plat_alloc()
62 pp->first_ts + (delta / 2), pp->tl / pp->nl); in plat_free()
77 pp->nl = 1; in plat_x2c()
83 pp->first_ts + (delta / 2), pp->tl / pp->nl); in plat_x2c()
86 pp->nl = 1; in plat_x2c()
90 pp->nl += 1; in plat_x2c()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DBCRSAPrivateCrtKey.java229 String nl = System.getProperty("line.separator"); in toString() local
231 buf.append("RSA Private CRT Key").append(nl); in toString()
232 buf.append(" modulus: ").append(this.getModulus().toString(16)).append(nl); in toString()
233 … buf.append(" public exponent: ").append(this.getPublicExponent().toString(16)).append(nl); in toString()
234 … buf.append(" private exponent: ").append(this.getPrivateExponent().toString(16)).append(nl); in toString()
235 buf.append(" primeP: ").append(this.getPrimeP().toString(16)).append(nl); in toString()
236 buf.append(" primeQ: ").append(this.getPrimeQ().toString(16)).append(nl); in toString()
237 … buf.append(" primeExponentP: ").append(this.getPrimeExponentP().toString(16)).append(nl); in toString()
238 … buf.append(" primeExponentQ: ").append(this.getPrimeExponentQ().toString(16)).append(nl); in toString()
239 … buf.append(" crtCoefficient: ").append(this.getCrtCoefficient().toString(16)).append(nl); in toString()
DBCRSAPublicKey.java123 String nl = System.getProperty("line.separator"); in toString() local
125 buf.append("RSA Public Key").append(nl); in toString()
126 buf.append(" modulus: ").append(this.getModulus().toString(16)).append(nl); in toString()
127 … buf.append(" public exponent: ").append(this.getPublicExponent().toString(16)).append(nl); in toString()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCERSAPrivateCrtKey.java229 String nl = System.getProperty("line.separator"); in toString() local
231 buf.append("RSA Private CRT Key").append(nl); in toString()
232 buf.append(" modulus: ").append(this.getModulus().toString(16)).append(nl); in toString()
233 … buf.append(" public exponent: ").append(this.getPublicExponent().toString(16)).append(nl); in toString()
234 … buf.append(" private exponent: ").append(this.getPrivateExponent().toString(16)).append(nl); in toString()
235 buf.append(" primeP: ").append(this.getPrimeP().toString(16)).append(nl); in toString()
236 buf.append(" primeQ: ").append(this.getPrimeQ().toString(16)).append(nl); in toString()
237 … buf.append(" primeExponentP: ").append(this.getPrimeExponentP().toString(16)).append(nl); in toString()
238 … buf.append(" primeExponentQ: ").append(this.getPrimeExponentQ().toString(16)).append(nl); in toString()
239 … buf.append(" crtCoefficient: ").append(this.getCrtCoefficient().toString(16)).append(nl); in toString()
DX509CRLObject.java389 String nl = System.getProperty("line.separator"); in toString() local
392 nl); in toString()
394 .append(nl); in toString()
396 .append(nl); in toString()
398 .append(nl); in toString()
400 .append(nl); in toString()
405 new String(Hex.encode(sig, 0, 20))).append(nl); in toString()
411 new String(Hex.encode(sig, i, 20))).append(nl); in toString()
416 new String(Hex.encode(sig, i, sig.length - i))).append(nl); in toString()
428 buf.append(" Extensions: ").append(nl); in toString()
[all …]
DX509CRLEntryObject.java240 String nl = System.getProperty("line.separator"); in toString() local
242 buf.append(" userCertificate: ").append(this.getSerialNumber()).append(nl); in toString()
243 buf.append(" revocationDate: ").append(this.getRevocationDate()).append(nl); in toString()
244 buf.append(" certificateIssuer: ").append(this.getCertificateIssuer()).append(nl); in toString()
253 buf.append(" crlEntryExtensions:").append(nl); in toString()
268 … buf.append(CRLReason.getInstance(DEREnumerated.getInstance(dIn.readObject()))).append(nl); in toString()
272 … buf.append("Certificate issuer: ").append(GeneralNames.getInstance(dIn.readObject())).append(nl); in toString()
277 … buf.append(" value = ").append(ASN1Dump.dumpAsString(dIn.readObject())).append(nl); in toString()
283 buf.append(" value = ").append("*****").append(nl); in toString()
288 buf.append(nl); in toString()
DX509CertificateObject.java646 String nl = System.getProperty("line.separator"); in toString() local
648 buf.append(" [0] Version: ").append(this.getVersion()).append(nl); in toString()
649 buf.append(" SerialNumber: ").append(this.getSerialNumber()).append(nl); in toString()
650 buf.append(" IssuerDN: ").append(this.getIssuerDN()).append(nl); in toString()
651 buf.append(" Start Date: ").append(this.getNotBefore()).append(nl); in toString()
652 buf.append(" Final Date: ").append(this.getNotAfter()).append(nl); in toString()
653 buf.append(" SubjectDN: ").append(this.getSubjectDN()).append(nl); in toString()
654 buf.append(" Public Key: ").append(this.getPublicKey()).append(nl); in toString()
655 buf.append(" Signature Algorithm: ").append(this.getSigAlgName()).append(nl); in toString()
659 buf.append(" Signature: ").append(new String(Hex.encode(sig, 0, 20))).append(nl); in toString()
[all …]
DJCERSAPublicKey.java125 String nl = System.getProperty("line.separator"); in toString() local
127 buf.append("RSA Public Key").append(nl); in toString()
128 buf.append(" modulus: ").append(this.getModulus().toString(16)).append(nl); in toString()
129 … buf.append(" public exponent: ").append(this.getPublicExponent().toString(16)).append(nl); in toString()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DKeyManager.java62 XNodeSet nl = null; in getNodeSetDTMByKey() local
84 nl = kt.getNodeSetDTMByKey(name, ref); in getNodeSetDTMByKey()
86 if (nl != null) in getNodeSetDTMByKey()
96 if ((null == nl) &&!foundDoc /* && m_needToBuildKeysTable */) in getNodeSetDTMByKey()
108 nl = kt.getNodeSetDTMByKey(name, ref); in getNodeSetDTMByKey()
113 return nl; in getNodeSetDTMByKey()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypedBlock.java98 public void setStackMap(int st, TypeData[] stack, int nl, TypeData[] locals) in setStackMap() argument
103 numLocals = nl; in setStackMap()
112 int nl = localsTypes.length; in resetNumLocals() local
113 while (nl > 0 && localsTypes[nl - 1] == TypeTag.TOP) { in resetNumLocals()
114 if (nl > 1) { in resetNumLocals()
115 TypeData td = localsTypes[nl - 2]; in resetNumLocals()
120 --nl; in resetNumLocals()
123 numLocals = nl; in resetNumLocals()
/external/chromium/net/base/
Dssl_false_start_blacklist.txt176 app.audit-navigator.nl
178 applicaties.tln.nl
235 autodiscover.nimbus.nl
238 autoradiostore.nl
243 awvn.nl
253 babyfoonstore.nl
286 beamercenter.nl
345 blurayspelershop.nl
349 bodycareshop.nl
356 boormachinestore.nl
[all …]
/external/aac/libFDK/src/
Dmdct.cpp201 int fl = *pfl, nl = *pnl; in imdct_adapt_parameters() local
219 if (nl - window_diff > 0 ) { in imdct_adapt_parameters()
240 nl -= window_diff; in imdct_adapt_parameters()
245 *pnl = nl; in imdct_adapt_parameters()
265 INT nl, nr; in imdct_block() local
270 nl = (tl - fl)>>1; in imdct_block()
277 imdct_adapt_parameters(hMdct, &fl, &nl, tl, wls, noOutSamples); in imdct_block()
335 hMdct->ov_offset += fl/2 + nl; in imdct_block()
338 nrSamples += fl/2 + nl; in imdct_block()
358 for (i=0; i<nl; i++) { in imdct_block()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp78 template <> notlit ft(notlit nl) { return nl; } in ft() argument
80 template <> constexpr char ft(char nl); // expected-error {{constexpr declaration of 'ft<char>' fol…
81 template <> constexpr int gt(int nl) { return nl; } in gt() argument
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncCount.java58 DTMIterator nl = m_arg0.asIterator(xctxt, xctxt.getCurrentNode()); in execute() local
59 int i = nl.getLength(); in execute()
60 nl.detach(); in execute()
/external/aac/libAACenc/src/
Dtransform.cpp122 int tl, fl, nl, fr, nr; in FDKaacEnc_Transform_Real() local
166 nl = (tl - fl)>>1; in FDKaacEnc_Transform_Real()
175 for (i=0; i<nl ; i++) in FDKaacEnc_Transform_Real()
187 tmp0 = fMultDiv2((FIXP_PCM)timeData[i+nl], pLeftWindowPart[i].v.im); in FDKaacEnc_Transform_Real()
188 …mdctData[(tl/2)+i+nl] = fMultSubDiv2(tmp0, (FIXP_PCM)timeData[tl-nl-i-1], pLeftWindowPart[i].v.re); in FDKaacEnc_Transform_Real()
/external/openssl/crypto/asn1/
Dasn1_par.c118 int nl,hl,j,r; in asn1_parse2() local
204 nl=0; in asn1_parse2()
299 if (!nl) in asn1_parse2()
310 nl=1; in asn1_parse2()
385 if (!nl) in asn1_parse2()
394 nl=1; in asn1_parse2()
397 if (!nl) in asn1_parse2()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
DPemWriter.java30 String nl = System.getProperty("line.separator"); in PemWriter() local
31 if (nl != null) in PemWriter()
33 nlLength = nl.length(); in PemWriter()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncKey.java118 XNodeSet nl = in execute() local
122 nl.setRoot(xctxt.getCurrentNode(), xctxt); in execute()
126 upi.addIterator(nl); in execute()

12345678910>>...17