/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
cert.c | 51 BIGNUM *btmp; local 54 btmp = b; 56 btmp = BN_new(); 58 if (!btmp) 61 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0)) 63 if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) 71 BN_free(btmp);
|
/external/libopus/silk/float/ |
LTP_analysis_filter_FLP.c | 46 silk_float Btmp[ LTP_ORDER ]; 57 Btmp[ i ] = B[ k * LTP_ORDER + i ]; 65 LTP_res_ptr[ i ] -= Btmp[ j ] * x_lag_ptr[ LTP_ORDER / 2 - j ];
|
/art/test/533-regression-debugphi/smali/ |
TestCase.smali | 31 if-nez p2, :Btmp 34 :Btmp
|
/external/boringssl/src/crypto/x509v3/ |
v3_utl.c | 248 char *btmp; local 249 if (!(btmp = value->value)) 251 if (!strcmp(btmp, "TRUE") || !strcmp(btmp, "true") 252 || !strcmp(btmp, "Y") || !strcmp(btmp, "y") 253 || !strcmp(btmp, "YES") || !strcmp(btmp, "yes")) { 256 } else if (!strcmp(btmp, "FALSE") || !strcmp(btmp, "false" [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
Time.c | 231 tmcomp(const struct tm * const atmp, const struct tm * const btmp)
235 if ((result = (atmp->tm_year - btmp->tm_year)) == 0 &&
236 (result = (atmp->tm_mon - btmp->tm_mon)) == 0 &&
237 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 &&
238 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 &&
239 (result = (atmp->tm_min - btmp->tm_min)) == 0)
240 result = atmp->tm_sec - btmp->tm_sec;
|
/external/boringssl/src/crypto/x509/ |
a_strex.c | 580 BIO *btmp; local 582 btmp = BIO_new_fp(fp, BIO_NOCLOSE); 583 if (!btmp) 585 ret = X509_NAME_print(btmp, nm, indent); 586 BIO_free(btmp);
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/ |
arm_neon.h | 2638 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable 3273 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable 3324 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable 4632 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable 4678 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ |
arm_neon.h | 2638 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable 3273 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable 3324 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable 4632 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable 4678 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/ |
arm_neon.h | 2638 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable 3273 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable 3324 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable 4632 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable 4678 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable [all...] |
/external/boringssl/src/crypto/conf/ |
conf.c | 523 char btmp[DECIMAL_SIZE(eline) + 1]; local 714 BIO_snprintf(btmp, sizeof btmp, "%ld", eline); 715 ERR_add_error_data(2, "line ", btmp);
|
/external/icu/icu4c/source/tools/tzcode/ |
localtime.c | 173 const struct tm * btmp); [all...] |
/bionic/libc/tzcode/ |
localtime.c | [all...] |
/external/libdrm/nouveau/ |
pushbuf.c | 400 struct nouveau_bufctx *bctx, *btmp; local 427 DRMLISTFOREACHENTRYSAFE(bctx, btmp, &nvpb->bctx_list, head) {
|
/external/openssh/ |
config.h | [all...] |
loginrec.c | 29 * The btmp logging code is derived from login.c from util-linux and is under [all...] |
configure.ac | 682 AC_DEFINE([USE_BTMP], [1], [Use btmp to log bad logins]) 736 AC_DEFINE([_PATH_BTMP], ["/var/log/btmp"], [log for bad login attempts]) 737 AC_DEFINE([USE_BTMP], [1], [Use btmp to log bad logins]) 752 AC_DEFINE([_PATH_BTMP], ["/var/log/btmp"], [log for bad login attempts]) [all...] |
config.h.in | [all...] |
configure | [all...] |
/external/valgrind/memcheck/ |
mc_translate.c | [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/ |
libsupc++.a | [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/lib64/ |
libsupc++.a | [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/ |
libsupc++.a | [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/libx32/ |
libsupc++.a | [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/ |
libsupc++.a | [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/ |
libsupc++.a | [all...] |