HomeSort by relevance Sort by last modified time
    Searched full:used (Results 51 - 75 of 64207) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/optimize/info/
package.html 3 and class members, which can then be used for optimization.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
lastlog.h 1 /* This header file is used in 4.3BSD to define `struct lastlog',
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
socketvar.h 1 /* This header is used on many systems but for GNU we have everything
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
lastlog.h 1 /* This header file is used in 4.3BSD to define `struct lastlog',
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socketvar.h 1 /* This header is used on many systems but for GNU we have everything
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
lastlog.h 1 /* This header file is used in 4.3BSD to define `struct lastlog',
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socketvar.h 1 /* This header is used on many systems but for GNU we have everything
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion31.txt 2 name : The mandatory name used in referring to this item.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/
historyFilterUrls.html 4 <title>Most popular urls that you used during this hour in the last two months.</title>
11 <h2>Most used urls:</h2>
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p17-crash.cpp 3 // this used to crash due to templ<int>'s dtor not being marked as used by the
  /external/clang/test/SemaCXX/
type-traits-incomplete.cpp 6 __is_pod(S); // expected-error{{incomplete type 'S' used in type trait expression}}
7 __is_pod(S[]); // expected-error{{incomplete type 'S' used in type trait expression}}
warn-unused-attribute.cpp 17 Test used; local
19 used.use();
warn-unused-value.cpp 53 struct Used {
54 Used();
55 Used(int);
56 Used(int, int);
64 Used();
65 Used(1);
66 Used(1, 1);
  /external/dropbear/libtommath/
bn_mp_clamp.c 20 * This is used to ensure that leading zero digits are
21 * trimed and the leading "used" digit will be non-zero
28 /* decrease used while the most significant digit is
31 while (a->used > 0 && a->dp[a->used - 1] == 0) {
32 --(a->used);
35 /* reset the sign flag if used == 0 */
36 if (a->used == 0) {
bn_mp_div_2.c 24 if (b->alloc < a->used) {
25 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
30 oldused = b->used;
31 b->used = a->used;
36 tmpa = a->dp + b->used - 1;
39 tmpb = b->dp + b->used - 1;
43 for (x = b->used - 1; x >= 0; x--) {
55 tmpb = b->dp + b->used;
56 for (x = b->used; x < oldused; x++)
    [all...]
bn_mp_mul.c 26 if (MIN (a->used, b->used) >= TOOM_MUL_CUTOFF) {
32 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) {
39 * The fast multiplier can be used if the output will
43 int digs = a->used + b->used + 1;
47 MIN(a->used, b->used) <=
59 c->sign = (c->used > 0) ? neg : MP_ZPOS
    [all...]
bn_mp_cmp_mag.c 25 if (a->used > b->used) {
29 if (a->used < b->used) {
34 tmpa = a->dp + (a->used - 1);
37 tmpb = b->dp + (a->used - 1);
40 for (n = 0; n < a->used; ++n, --tmpa, --tmpb) {
  /external/iptables/extensions/
libipt_ECN.man 2 It can only be used in the mangle table.
5 Remove all ECN bits from the TCP header. Of course, it can only be used
  /external/llvm/test/Verifier/
llvm.compiler_used-invalid-type.ll 3 @llvm.compiler.used = appending global [1 x i32] [i32 0], section "llvm.metadata"
6 ; CHECK-NEXT: [1 x i32]* @llvm.compiler.used
llvm.used-invalid-init2.ll 4 @llvm.used = appending global [2 x i8*] [i8* @a, i8* null], section "llvm.metadata"
6 ; CHECK: invalid llvm.used member
llvm.used-invalid-type.ll 3 @llvm.used = appending global [1 x i32] [i32 0], section "llvm.metadata"
6 ; CHECK-NEXT: [1 x i32]* @llvm.used
llvm.used-invalid-type2.ll 2 @llvm.used = appending global i32 0, section "llvm.metadata"
5 ; CHECK-NEXT: i32* @llvm.used
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
WriteListener.java 4 * The <class>WriteListener</class> is used to get the offset of
5 * a box before writing the box. This can be used if a box written
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
recall2.sed 2 # if they are used in an address, so that the matcher does not
4 # them if they are then used in a substitution.
  /external/clang/test/CodeGenCXX/
extern-c.cpp 44 __attribute__((used)) static int internal_var;
45 __attribute__((used)) static int internal_fn() { return 0; }
47 __attribute__((used)) static int duplicate_internal_var;
48 __attribute__((used)) static int duplicate_internal_fn() { return 0; }
51 __attribute__((used)) static int duplicate_internal_var;
52 __attribute__((used)) static int duplicate_internal_fn() { return 0; }
55 // CHECK: @llvm.used = appending global {{.*}} @internal_var {{.*}} @internal_fn

Completed in 1293 milliseconds

1 23 4 5 6 7 8 91011>>