HomeSort by relevance Sort by last modified time
    Searched refs:aint (Results 1 - 9 of 9) sorted by null

  /external/valgrind/memcheck/tests/
vcpu_fbench.c 381 /* aint(x) Return integer part of number. Truncates towards 0 */
383 double aint(x) 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/perf/
fbench.c 377 /* aint(x) Return integer part of number. Truncates towards 0 */
379 double aint(x) 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/boringssl/src/crypto/x509v3/
v3_utl.c 226 ASN1_INTEGER *aint; local
260 aint = BN_to_ASN1_INTEGER(bn, NULL);
262 if (!aint) {
267 aint->type |= V_ASN1_NEG;
268 return aint;
271 int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint,
276 if (!aint)
278 if (!(strtmp = i2s_ASN1_INTEGER(NULL, aint)))
307 int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint)
314 *aint = itmp
    [all...]
v3_cpols.c 387 ASN1_INTEGER *aint;
393 if (!(aint = s2i_ASN1_INTEGER(NULL, cnf->name))) {
397 if (!sk_ASN1_INTEGER_push(nnums, aint))
403 ASN1_INTEGER_free(aint);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 350 # define obstack_int_grow_fast(OBSTACK,aint) \
353 *(int *) __o1->next_free = (aint); \
468 # define obstack_int_grow_fast(h,aint) \
469 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint))
  /toolchain/binutils/binutils-2.27/include/
obstack.h 367 # define obstack_int_grow_fast(OBSTACK, aint) \
371 *(int *) __p1 = (aint); \
489 # define obstack_int_grow_fast(h, aint) \
490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 389 # define obstack_int_grow_fast(OBSTACK,aint) \
392 *(int *) __o1->next_free = (aint); \
505 # define obstack_int_grow_fast(h,aint) \
  /external/boringssl/src/include/openssl/
x509v3.h 629 OPENSSL_EXPORT int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint);
645 OPENSSL_EXPORT int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint,
647 OPENSSL_EXPORT char * i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, ASN1_INTEGER *aint);
649 OPENSSL_EXPORT char * i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint);
650 OPENSSL_EXPORT char * i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint);
  /external/freetype/src/psaux/
afmparse.c 569 FT_Int* aint )
578 *aint = val.u.i;

Completed in 692 milliseconds