HomeSort by: relevance | last modified time | path
    Searched refs:used (Results 1 - 25 of 1774) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_026.c 8 /* expect+1: warning: cannot initialize extern declaration 'used' [26] */
9 extern int used = 1; variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
msym-bp-2.c 18 void __attribute__ ((used))
msym-bp-shl-main-2.c 18 static void __attribute__ ((used))
msym-lang.c 18 static int __attribute__ ((used))
symtab-search-order-1.c 18 static int __attribute__ ((used)) static_global = 23;
list-ambiguous1.c 29 static void __attribute__ ((used)) ambiguous_fun (void) {}
31 static int __attribute__ ((used)) ambiguous_var;
list-ambiguous0.c 26 static void __attribute__ ((used)) ambiguous_fun (void) {}
28 static int __attribute__ ((used)) ambiguous_var;
msym-bp.c 18 static void __attribute__ ((used))
msym-lang-main.c 18 static int __attribute__ ((used))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
msym-bp-2.c 18 void __attribute__ ((used))
msym-bp-shl-main-2.c 18 static void __attribute__ ((used))
msym-lang.c 18 static int __attribute__ ((used))
symtab-search-order-1.c 18 static int __attribute__ ((used)) static_global = 23;
list-ambiguous0.c 26 static void __attribute__ ((used)) ambiguous_fun (void) {}
28 static int __attribute__ ((used)) ambiguous_var;
list-ambiguous1.c 29 static void __attribute__ ((used)) ambiguous_fun (void) {}
31 static int __attribute__ ((used)) ambiguous_var;
msym-bp.c 18 static void __attribute__ ((used))
msym-lang-main.c 18 static int __attribute__ ((used))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-symbol-3.c 18 /* A global 'rr' -- used for testing that lookup_static_symbols does
20 int __attribute__ ((used)) rr = 107;
py-symbol-2.c 18 static int __attribute__ ((used)) rr = 99; /* line of other rr */
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_clamp.c 22 * This is used to ensure that leading zero digits are
23 * trimed and the leading "used" digit will be non-zero
30 /* decrease used while the most significant digit is
33 while (a->used > 0 && a->dp[a->used - 1] == 0) {
34 --(a->used);
37 /* reset the sign flag if used == 0 */
38 if (a->used == 0) {
bn_mp_shrink.c 24 int used = 1; local
26 if(a->used > 0)
27 used = a->used;
29 if (a->alloc != used) {
30 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * used)) == NULL) {
34 a->alloc = used;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-symbol-2.c 18 static int __attribute__ ((used)) rr = 99; /* line of other rr */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
drtstuff.c 31 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
36 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_preinit.cc 23 __attribute__((section(".preinit_array"), used))
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_preinit.cc 20 __attribute__((section(".preinit_array"), used))

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>