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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.cycles/
mod1.d 5 shared int x;
6 shared static this()
mod3.d 5 shared int x;
6 shared static this()
  /src/external/gpl3/gcc/dist/libgcc/config/nvptx/
mgomp.c 1 /* Define shared memory arrays for -msoft-stack and -muniform-simt.
30 void *__nvptx_stacks[32] __attribute__((shared,nocommon));
31 unsigned __nvptx_uni[32] __attribute__((shared,nocommon));
  /src/external/gpl3/gcc.old/dist/libgcc/config/nvptx/
mgomp.c 1 /* Define shared memory arrays for -msoft-stack and -muniform-simt.
30 void *__nvptx_stacks[32] __attribute__((shared,nocommon));
31 unsigned __nvptx_uni[32] __attribute__((shared,nocommon));
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
lib_13414.d 0 shared void function() sharedStaticDtorHook;
2 shared void function() staticDtorHook;
3 shared static ~this() { sharedStaticDtorHook(); }
  /src/external/gpl2/gettext/dist/autoconf-lib-link/tests/
rpath-3aaa 8 build1_configure_flags=--disable-shared
9 build2_configure_flags=--disable-shared
10 build3_configure_flags=--disable-shared
rpath-3aba 9 build1_configure_flags=--disable-shared
10 build2_configure_flags=--disable-shared
11 build3_configure_flags=--disable-shared
rpath-3baa 10 build1_configure_flags=--disable-shared
11 build2_configure_flags=--disable-shared
12 build3_configure_flags=--disable-shared
rpath-3bba 11 build1_configure_flags=--disable-shared
12 build2_configure_flags=--disable-shared
13 build3_configure_flags=--disable-shared
rpath-1a 7 build1_configure_flags=--disable-shared
rpath-2aaa 7 build1_configure_flags=--disable-shared
8 build2_configure_flags=--disable-shared
rpath-2aba 8 build1_configure_flags=--disable-shared
9 build2_configure_flags=--disable-shared
rpath-2baa 9 build1_configure_flags=--disable-shared
10 build2_configure_flags=--disable-shared
rpath-2bba 10 build1_configure_flags=--disable-shared
11 build2_configure_flags=--disable-shared
rpath-3aab 4 # With dependencies: a static library depending on a shared library,
9 build2_configure_flags=--disable-shared
10 build3_configure_flags=--disable-shared
rpath-3aae 5 # and a shared library depending on both.
8 build1_configure_flags=--disable-shared
9 build2_configure_flags=--disable-shared
rpath-3abb 4 # With dependencies: a static library depending on a shared library,
10 build2_configure_flags=--disable-shared
11 build3_configure_flags=--disable-shared
rpath-3abe 5 # and a shared library depending on both.
9 build1_configure_flags=--disable-shared
10 build2_configure_flags=--disable-shared
rpath-3bab 4 # With dependencies: a static library depending on a shared library,
11 build2_configure_flags=--disable-shared
12 build3_configure_flags=--disable-shared
rpath-3bbb 4 # With dependencies: a static library depending on a shared library,
12 build2_configure_flags=--disable-shared
13 build3_configure_flags=--disable-shared
rpath-2aab 4 # With dependencies: a static library depending on a shared library.
8 build2_configure_flags=--disable-shared
rpath-2abb 4 # With dependencies: a static library depending on a shared library.
9 build2_configure_flags=--disable-shared
rpath-2bab 4 # With dependencies: a static library depending on a shared library.
10 build2_configure_flags=--disable-shared
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
null_allocator.d 25 //size_t goodAllocSize(size_t n) shared const
28 void[] allocate(size_t) shared { return null; }
30 void[] alignedAllocate(size_t, uint) shared { return null; }
32 void[] allocateAll() shared { return null; }
38 bool expand(ref void[] b, size_t s) shared
41 bool reallocate(ref void[] b, size_t) shared
44 bool alignedReallocate(ref void[] b, size_t, uint) shared
47 Ternary owns(const void[]) shared const { return Ternary.no; }
51 Ternary resolveInternalPointer(const void*, ref void[]) shared const
57 bool deallocate(void[] b) shared { assert(b is null); return true;
    [all...]
  /src/usr.bin/make/unit-tests/
dotwait.exp 17 shared.0
18 shared.0
19 shared.1.99
20 shared.1.99
21 shared.2.1
22 shared.2.1
23 shared.2.99
24 shared.2.99

Completed in 16 milliseconds

1 2 3 4 5 6 7 8 91011>>