Searched refs:aint (Results 1 – 14 of 14) sorted by relevance
/external/openssl/crypto/x509v3/ |
D | v3_utl.c | 162 ASN1_INTEGER *aint; in s2i_ASN1_INTEGER() local 191 aint = BN_to_ASN1_INTEGER(bn, NULL); in s2i_ASN1_INTEGER() 193 if (!aint) { in s2i_ASN1_INTEGER() 197 if (isneg) aint->type |= V_ASN1_NEG; in s2i_ASN1_INTEGER() 198 return aint; in s2i_ASN1_INTEGER() 201 int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint, in X509V3_add_value_int() argument 206 if(!aint) return 1; in X509V3_add_value_int() 207 if(!(strtmp = i2s_ASN1_INTEGER(NULL, aint))) return 0; in X509V3_add_value_int() 234 int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint) in X509V3_get_value_int() argument 241 *aint = itmp; in X509V3_get_value_int()
|
D | x509v3.h | 626 int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint); 644 int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint, 646 char * i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, ASN1_INTEGER *aint); 648 char * i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint); 649 char * i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint);
|
D | v3_cpols.c | 342 ASN1_INTEGER *aint; in nref_nos() local 348 if(!(aint = s2i_ASN1_INTEGER(NULL, cnf->name))) { in nref_nos() 352 if(!sk_ASN1_INTEGER_push(nnums, aint)) goto merr; in nref_nos()
|
/external/valgrind/main/memcheck/tests/ |
D | vcpu_fbench.c | 383 double aint(x) in aint() function 410 x -= (aint(x / twopi) * twopi); 445 x = x - (aint(x / twopi) * twopi); /* roundoff on add of PI/2 */ 514 y = aint(x / 0.5);
|
/external/valgrind/main/perf/ |
D | fbench.c | 379 double aint(x) in aint() function 406 x -= (aint(x / twopi) * twopi); 441 x = x - (aint(x / twopi) * twopi); /* roundoff on add of PI/2 */ 510 y = aint(x / 0.5);
|
/external/bison/lib/ |
D | obstack.h | 345 # define obstack_int_grow_fast(OBSTACK,aint) \ argument 348 *(int *) __o1->next_free = (aint); \ 462 # define obstack_int_grow_fast(h,aint) \ argument 463 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint))
|
/external/openssl/include/openssl/ |
D | x509v3.h | 626 int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint); 644 int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint, 646 char * i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, ASN1_INTEGER *aint); 648 char * i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint); 649 char * i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint);
|
/external/freetype/src/psaux/ |
D | afmparse.c | 564 FT_Int* aint ) in afm_parser_read_int() argument 573 *aint = val.u.i; in afm_parser_read_int()
|
/external/chromium/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 1143 // it-aint-cool.com
|
/external/dropbear/libtomcrypt/ |
D | changes | 203 …t to the rotate macros (tested on an IBM PPC 405) and LTC_FAST macros (it aint fast but it's faste…
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 480 aint Ant
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 32992 Fix typo - "aint with this library" -> "along with this library".
|
D | ChangeLog-2010-12-06 | 114708 …* rendering/RenderSVGRoot.cpp: Fix typo in license s/aint/along. Need to touch this file in order …
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 55811 http://www.mcwilliams.com/books/aint/404.htm 55812 http://www.mcwilliams.com/books/aint/405.htm 55813 http://www.mcwilliams.com/books/aint/507.htm
|