Searched defs:np (Results 1 - 25 of 98) sorted by relevance

1234

/external/dropbear/libtomcrypt/src/math/
H A Dmulti.c19 int np = 0; local
30 while (np--) {
37 ++np;
/external/clang/test/CXX/special/class.copy/
H A Dp15-inclass.cpp11 NonPOD np; member in struct:PR11418::X
H A Dp15-0x.cpp36 NonPOD np = may_throw<NonPOD>(); member in struct:PR11418::X
/external/valgrind/main/none/tests/linux/
H A Dmremap.c31 char *np; local
35 np = mremap(p, 1024*1024, 256*1024, 0); /* shrink, fixed */
36 if (np == (char *)-1)
38 if (np != p)
39 fprintf(stderr, "shrink, nomove: p=%p np=%p: shrink moved?!\n",
40 p, np);
41 if (np != (char *)-1)
42 munmap(np, 256*1024);
45 np = mremap(p, 1024*1024, 256*1024, MREMAP_MAYMOVE); /* shrink, maymove */
46 if (np
[all...]
/external/aac/libAACenc/src/
H A Daacenc_pns.h101 NOISEPARAMS np; member in struct:__anon73
H A Dnoisedet.cpp148 NOISEPARAMS *np,
164 if (sfb < np->startSfb || sfbWidth < np->minSfbWidth) {
169 if ( (np->detectionAlgorithmFlags & USE_POWER_DISTRIBUTION) && (fuzzyTotal > FL2FXCONST_SGL(0.5f)) ) {
200 testVal = fMultDiv2(testVal, np->powDistPSDcurve[sfb]);
210 if ( (np->detectionAlgorithmFlags & USE_PSYCH_TONALITY) && (fuzzyTotal > FL2FXCONST_SGL(0.5f)) ) {
214 refVal = np->refTonality;
143 FDKaacEnc_noiseDetect(FIXP_DBL *RESTRICT mdctSpectrum, INT *RESTRICT sfbMaxScaleSpec, INT sfbActive, const INT *RESTRICT sfbOffset, FIXP_SGL *RESTRICT noiseFuzzyMeasure, NOISEPARAMS *np, FIXP_SGL *RESTRICT sfbtonality ) argument
H A Dpnsparam.cpp240 AAC_ENCODER_ERROR FDKaacEnc_GetPnsParam(NOISEPARAMS *np, argument
254 np->detectionAlgorithmFlags = IS_LOW_COMLEXITY;
259 np->detectionAlgorithmFlags = 0;
278 np->startSfb = FDKaacEnc_FreqToBandWithRounding( pnsInfo->startFreq,
283 np->detectionAlgorithmFlags |= pnsInfo->detectionAlgorithmFlags;
285 np->refPower = FX_SGL2FX_DBL(pnsInfo->refPower);
286 np->refTonality = FX_SGL2FX_DBL(pnsInfo->refTonality);
287 np->tnsGainThreshold = pnsInfo->tnsGainThreshold;
288 np->tnsPNSGainThreshold = pnsInfo->tnsPNSGainThreshold;
289 np
[all...]
/external/clang/test/SemaCXX/
H A Dc99-variable-length-array-cxx11.cpp7 StillPOD np; member in struct:StillPOD2
H A Dgoto.cpp79 NonPOD np; local
87 NonPOD np; local
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
H A DKexState.java23 public NegotiatedParameters np; field in class:KexState
/external/openssh/openbsd-compat/
H A Dsetenv.c54 const char *np; local
59 for (np = name; *np && *np != '='; ++np)
61 len = np - name;
63 for (np = name, i = len; i && *cp; i--)
64 if (*cp++ != *np++)
/external/bison/lib/
H A Dprintf-parse.c156 const CHAR_T *np; local
158 for (np = cp; *np >= '0' && *np <= '9'; np++)
160 if (*np == '$')
164 for (np = cp; *np >= '0' && *np <= '9'; np
233 const CHAR_T *np; local
290 const CHAR_T *np; local
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dsparcv9cap.c17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
19 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
20 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
25 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num);
27 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
/external/e2fsprogs/intl/
H A Dprintf-parse.c137 const CHAR_T *np; local
139 for (np = cp; *np >= '0' && *np <= '9'; np++)
141 if (*np == '$')
145 for (np = cp; *np >= '0' && *np <= '9'; np
207 const CHAR_T *np; local
264 const CHAR_T *np; local
[all...]
/external/openssl/crypto/
H A Dsparcv9cap.c17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
19 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
20 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
25 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num);
27 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
/external/chromium/webkit/glue/
H A Dcpp_variant_unittest.cc17 void MakeStdString(const NPVariant& np, std::string* std_string) { argument
18 if (np.type == NPVariantType_String) {
20 reinterpret_cast<const char*>(np.value.stringValue.UTF8Characters);
21 (*std_string).assign(chars, np.value.stringValue.UTF8Length);
177 NPVariant np; local
181 cpp.CopyToNPVariant(&np);
182 EXPECT_EQ(cpp.type, np.type);
183 EXPECT_EQ(cpp.value.boolValue, np.value.boolValue);
184 WebBindings::releaseVariantValue(&np);
187 cpp.CopyToNPVariant(&np);
218 NPVariant np; local
[all...]
/external/clang/test/Analysis/
H A Dnullptr.cpp5 char *np = nullptr; local
6 *np = 0; // expected-warning{{Dereference of null pointer}}
24 char *np = nullptr; local
26 int *ip = &(((struct foo *)np)->f);
29 // *np = 0;
34 char *np = nullptr; local
35 if (np != 0)
36 *np = 0; // no-warning
38 if (np != cp)
39 *np
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp15 constexpr std::nullptr_t np = nullptr; variable
26 IP<np> ip5;
44 PM<np> pm5;
55 PMF<np> pmf5;
58 template<std::nullptr_t np> struct NP { // expected-note 2{{template parameter is declared here}}
59 NP<np> *np2;
63 NP<np> np2;
/external/clang/test/CodeGenCXX/
H A Dpod-member-memcpys.cpp22 NonPOD np; member in struct:Basic
29 NonPOD np; member in struct:PODMember
36 NonPOD np; member in struct:PODLikeMember
43 NonPOD np; member in struct:ArrayMember
51 NonPOD np; member in struct:VolatileMember
57 NonPOD np; member in struct:BitfieldMember
67 NonPOD np; member in struct:BitfieldMember2
75 NonPOD np; member in struct:InnerClassMember
84 NonPOD np; member in struct:ReferenceMember
91 NonPOD np; member in struct:PackedMembers
[all...]
/external/javassist/src/main/javassist/expr/
H A DNewExpr.java34 MethodInfo m, String type, int np) {
37 newPos = np;
33 NewExpr(int pos, CodeIterator i, CtClass declaring, MethodInfo m, String type, int np) argument
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DAbstractHeightMap.java430 * by a factor <code>np</code> between 0 and 1
434 * @param np
439 public void smooth(float np) { argument
440 smooth(np, 1);
446 * by a factor <code>np</code> between 0 and 1
450 * @param np
455 public void smooth(float np, int radius) { argument
456 if (np < 0 || np > 1) {
480 float cp = 1 - np;
[all...]
/external/libpcap/bpf/net/
H A Dbpf_filter.c138 register u_char *cp, *np; local
151 np = mtod(m0, u_char *);
155 return (cp[0] << 24) | (np[0] << 16) | (np[1] << 8) | np[2];
158 return (cp[0] << 24) | (cp[1] << 16) | (np[0] << 8) | np[1];
161 return (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | np[0];
/external/skia/tests/
H A DLListTest.cpp295 Iter np = next; np.prev(); local
299 // Similarly, np should match prev unless next originally walked off the tail.
300 REPORTER_ASSERT(reporter, np.get() == prev.get() || NULL == next.get());
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_clip.c229 static int test_cliptest_function( clip_func func, int np, argument
321 if ( np || psize < 4 )
352 int np, psize; local
381 for ( np = 0 ; np < 2 ; np++ ) {
383 clip_func func = clip_tab[np][psize];
384 long *cycles = &(benchmark_tab[np][psize-1]);
386 if ( test_cliptest_function( func, np, psize, cycles ) == 0 ) {
389 cnames[np], psiz
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_asm.c847 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) argument
857 if (ap==bp) return bn_sqr_mont(rp,ap,np,n0p,num);
902 mul_add(c1,np[0],ml,mh,c0);
904 mul_add(c1,ml,np[0],c0);
910 mul_add(c1,np[j],ml,mh,c0);
912 mul_add(c1,ml,np[j],c0);
921 if (tp[num]!=0 || tp[num-1]>=np[num-1])
923 c0 = bn_sub_words(rp,tp,np,num);
941 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
986 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,cons argument
1025 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
[all...]

Completed in 773 milliseconds

1234