HomeSort by relevance Sort by last modified time
    Searched refs:safe (Results 1 - 25 of 46) sorted by null

1 2

  /bootable/recovery/minzip/
Android.mk 13 external/safe-iop/include
  /external/openssl/crypto/asn1/
asn_pack.c 89 unsigned char *safe, *p; local
95 if (!(safe = OPENSSL_malloc (safelen))) {
99 p = safe;
103 if (buf) *buf = safe;
104 return safe;
  /external/quake/quake/src/WinQuake/
wq.bat 3 if x%1==xsafe goto safe
15 echo wq safe: very likely to run, but may be slower
36 :safe label
common.cpp 1084 qboolean safe; local
1107 safe = false;
1113 if (!Q_strcmp ("-safe", argv[com_argc]))
1114 safe = true;
1117 if (safe)
1119 // force all the safe-mode switches. Note that we reserved extra space in
1199 FIXME: make this buffer size safe someday
    [all...]
  /external/openssl/apps/
prime.c 67 int safe=0; local
90 else if(!strcmp(*argv,"-safe"))
91 safe=1;
133 BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL);
  /external/openssl/crypto/bn/
bn_depr.c 68 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe,
84 if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
bn_prime.c 159 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe,
181 if (safe)
197 if (!safe)
205 /* for "safe prime" generation,
223 /* We have a safe prime test pass */
bn.h 525 BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe,
537 int BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 55 int safe; member in struct:__anon5868
67 while ( ! SDL_EventLock.safe ) {
121 SDL_EventLock.safe = 1;
130 safe flag will be set, meaning that the other thread can go
131 about it's business. The safe flag is reset before the V,
133 it's not safe to interfere with the event thread.
136 SDL_EventLock.safe = 0;
168 SDL_EventLock.safe = 0;
  /dalvik/libdex/
Android.mk 39 external/safe-iop/include
  /external/kernel-headers/original/linux/
compiler.h 9 # define __safe __attribute__((safe))
  /libcore/luni/src/main/java/java/math/
NativeBN.java 157 public static native boolean BN_generate_prime_ex(int ret, int bits, boolean safe,
159 // int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe,
  /ndk/build/core/
default-build-commands.mk 72 # It is thus safe to use --strip-unneeded, which is only dangerous
main.mk 98 # clean up environment, just to be safe
  /dalvik/vm/arch/arm/
CallOldABI.S 139 @ safe to load two items out of argv even if we're at the end.
  /external/bluetooth/glib/glib/
gmessages.c 28 * MT safe
628 /* Not thread-safe, but doesn't matter if we print the warning twice
833 gboolean safe; local
856 safe = *(p + 1) == '\n';
860 safe = CHAR_IS_SAFE (wc);
863 if (!safe)
  /external/stlport/
configure 75 for a not thread safe version with this option.
configure.bat 68 if "%1" == "--not-thread-safe" goto opt_st
161 echo context. If you don't need this you can ask for a not thread safe version with
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 206 "It is safe to delete.\n" % __file__)
  /external/quake/quake/src/QW/client/
common.c 1154 qboolean safe; local
1157 safe = false;
1163 if (!Q_strcmp ("-safe", argv[com_argc]))
1164 safe = true;
1167 if (safe)
1169 // force all the safe-mode switches. Note that we reserved extra space in
1240 FIXME: make this buffer size safe someday
    [all...]
  /external/openssl/include/openssl/
bn.h 525 BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe,
537 int BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add,
    [all...]
  /libcore/luni/src/main/native/
NativeBN.cpp 503 static jboolean NativeBN_BN_generate_prime_ex(JNIEnv* env, jclass, BIGNUM* ret, int bits, jboolean safe,
506 return BN_generate_prime_ex(ret, bits, safe, add, rem, reinterpret_cast<BN_GENCB*>(cb));
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 504 BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe,
516 int BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 59 code is multi-thread safe by default. If it is set to 0, then do
179 #include <safe-ctype.h>
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 59 code is multi-thread safe by default. If it is set to 0, then do
179 #include <safe-ctype.h>

Completed in 1610 milliseconds

1 2