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

1 2 3 4 5 6

  /external/clang/test/Modules/Inputs/merge-decl-order/
a.h 1 namespace N { struct SA { friend struct foo; }; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 11 const auto *SA = cast<AMDGPUFlatWorkGroupSizeAttr>(A);
12 OS << " " << SA->getMin();
13 OS << " " << SA->getMax();
17 const auto *SA = cast<AMDGPUNumSGPRAttr>(A);
18 OS << " " << SA->getNumSGPR();
22 const auto *SA = cast<AMDGPUNumVGPRAttr>(A);
23 OS << " " << SA->getNumVGPR();
27 const auto *SA = cast<AMDGPUWavesPerEUAttr>(A);
28 OS << " " << SA->getMin();
29 OS << " " << SA->getMax()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 11 const auto *SA = cast<AMDGPUFlatWorkGroupSizeAttr>(A);
12 OS << " " << SA->getMin();
13 OS << " " << SA->getMax();
17 const auto *SA = cast<AMDGPUNumSGPRAttr>(A);
18 OS << " " << SA->getNumSGPR();
22 const auto *SA = cast<AMDGPUNumVGPRAttr>(A);
23 OS << " " << SA->getNumVGPR();
27 const auto *SA = cast<AMDGPUWavesPerEUAttr>(A);
28 OS << " " << SA->getMin();
29 OS << " " << SA->getMax()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
AttrPCHWrite.inc 11 const auto *SA = cast<AMDGPUFlatWorkGroupSizeAttr>(A);
12 Record.push_back(SA->isInherited());
15 Record.push_back(SA->getMin());
16 Record.push_back(SA->getMax());
20 const auto *SA = cast<AMDGPUNumSGPRAttr>(A);
21 Record.push_back(SA->isInherited());
24 Record.push_back(SA->getNumSGPR());
28 const auto *SA = cast<AMDGPUNumVGPRAttr>(A);
29 Record.push_back(SA->isInherited());
32 Record.push_back(SA->getNumVGPR())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
AttrPCHWrite.inc 11 const auto *SA = cast<AMDGPUFlatWorkGroupSizeAttr>(A);
12 Record.push_back(SA->isInherited());
15 Record.push_back(SA->getMin());
16 Record.push_back(SA->getMax());
20 const auto *SA = cast<AMDGPUNumSGPRAttr>(A);
21 Record.push_back(SA->isInherited());
24 Record.push_back(SA->getNumSGPR());
28 const auto *SA = cast<AMDGPUNumVGPRAttr>(A);
29 Record.push_back(SA->isInherited());
32 Record.push_back(SA->getNumVGPR())
    [all...]
  /external/clang/test/SemaCXX/
empty-class-layout.cpp 4 #define SA(n, p) int a##n[(p) ? 1 : -1]
9 SA(0, sizeof(A) == 4);
12 SA(1, sizeof(B) == 1);
15 SA(2, sizeof(C) == 4);
22 SA(3, sizeof(G) == 2);
29 SA(4, sizeof(I) == 2);
34 SA(5, sizeof(J) == 3);
43 SA(6, sizeof(S1) == 24);
48 SA(7, sizeof(S2) == 24);
56 SA(8, sizeof(S4) == 2)
    [all...]
class-layout.cpp 5 #define SA(n, p) int a##n[(p) ? 1 : -1]
12 SA(0, sizeof(A) == 8);
18 SA(1, sizeof(B) == 12);
27 SA(2, sizeof(C) == 8);
33 SA(3, sizeof(D) == 8);
40 SA(4, sizeof(E) == 5);
46 SA(5, sizeof(F) == 6);
51 SA(6, sizeof(H) == 1);
58 SA(6_1, sizeof(I) == 5);
64 SA(7, sizeof(A) == 1);
    [all...]
  /external/libdivsufsort/lib/
divsufsort.c 38 sort_typeBstar(const sauchar_t *T, saidx_t *SA,
59 type B* suffixes into the array SA. */
66 SA[--m] = i;
94 PAb = SA + n - m; ISAb = SA + m;
97 SA[--BUCKET_BSTAR(c0, c1)] = i;
100 SA[--BUCKET_BSTAR(c0, c1)] = m - 1;
105 buf = SA + m, bufsize = (n - (2 * m)) / tmp;
128 sssort(T, PAb, SA + k, SA + l
    [all...]
utils.c 53 bw_transform(const sauchar_t *T, sauchar_t *U, saidx_t *SA,
66 if((A = SA) == NULL) {
102 if(SA == NULL) {
159 /* Checks the suffix array SA of the string T. */
161 sufcheck(const sauchar_t *T, const saidx_t *SA,
170 if((T == NULL) || (SA == NULL) || (n < 0)) {
181 if((SA[i] < 0) || (n <= SA[i])) {
184 " SA[%" PRIdSAIDX_T "]=%" PRIdSAIDX_T "\n",
185 n - 1, i, SA[i])
    [all...]
  /external/llvm/lib/MC/
MCObjectWriter.cpp 28 const MCSymbol &SA = A->getSymbol();
30 if (SA.isUndefined() || SB.isUndefined())
33 if (!SA.getFragment() || !SB.getFragment())
36 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, SB, InSet);
  /external/libdivsufsort/android_include/
divsufsort.h 70 * @param SA[0..n-1] The output array of suffixes.
76 divsufsort(const sauchar_t *T, saidx_t *SA, saidx_t n);
103 * @param SA[0..n-1] The suffix array. (can be NULL)
111 saidx_t *SA /* can NULL */,
132 * @param SA[0..n-1] The input suffix array.
139 sufcheck(const sauchar_t *T, const saidx_t *SA, saidx_t n, saint_t verbose);
147 * @param SA[0..SAsize-1] The input suffix array.
156 const saidx_t *SA, saidx_t SAsize,
163 * @param SA[0..SAsize-1] The input suffix array.
172 const saidx_t *SA, saidx_t SAsize
    [all...]
divsufsort64.h 70 * @param SA[0..n-1] The output array of suffixes.
76 divsufsort64(const sauchar_t *T, saidx64_t *SA, saidx64_t n);
103 * @param SA[0..n-1] The suffix array. (can be NULL)
111 saidx64_t *SA /* can NULL */,
132 * @param SA[0..n-1] The input suffix array.
139 sufcheck64(const sauchar_t *T, const saidx64_t *SA, saidx64_t n, saint_t verbose);
147 * @param SA[0..SAsize-1] The input suffix array.
156 const saidx64_t *SA, saidx64_t SAsize,
163 * @param SA[0..SAsize-1] The input suffix array.
172 const saidx64_t *SA, saidx64_t SAsize
    [all...]
  /external/clang/test/Parser/
cxx-using-declaration.cpp 6 struct SA { int V; };
11 using typename A::SA;
17 SA x; //Still needs handling.
  /prebuilts/ndk/r11/sources/android/support/src/musl-multibyte/
mbrtowc.c 29 if (*s-SA > SB-SA) goto ilseq;
30 c = bittab[*s++-SA]; n--;
mbtowc.c 21 if (*s-SA > SB-SA) goto ilseq;
22 c = bittab[*s++-SA];
mbsrtowcs.c 39 if (*s-SA > SB-SA) break;
40 c = bittab[*s++-SA];
73 if (*s-SA > SB-SA) break;
74 c = bittab[*s++-SA];
internal.h 22 #define SA 0xc2u
  /prebuilts/ndk/r13/sources/android/support/src/musl-multibyte/
mbrtowc.c 29 if (*s-SA > SB-SA) goto ilseq;
30 c = bittab[*s++-SA]; n--;
mbtowc.c 21 if (*s-SA > SB-SA) goto ilseq;
22 c = bittab[*s++-SA];
mbsrtowcs.c 39 if (*s-SA > SB-SA) break;
40 c = bittab[*s++-SA];
73 if (*s-SA > SB-SA) break;
74 c = bittab[*s++-SA];
internal.h 22 #define SA 0xc2u
  /device/linaro/bootloader/edk2/ShellPkg/Application/ShellExecTestApp/
SA.inf 33 SA.c
  /external/libdivsufsort/examples/
sasearch.c 61 "sasearch, a simple SA-based full-text search tool, version %s\n",
72 saidx_t *SA;
113 SA = (saidx_t *)malloc((size_t)n * sizeof(saidx_t));
114 if((T == NULL) || (SA == NULL)) {
130 /* Open the SA file for reading. */
142 if(fread(SA, sizeof(saidx_t), (size_t)n, fp) != (size_t)n) {
155 SA, (saidx_t)n, &left);
157 fprintf(stdout, "%" PRIdSAIDX_T "\n", SA[left + i]);
161 free(SA);
suftest.c 73 saidx_t *SA;
129 SA = (saidx_t *)malloc((size_t)n * sizeof(saidx_t));
130 if((T == NULL) || (SA == NULL)) {
149 if(divsufsort(T, SA, (saidx_t)n) != 0) {
157 if(sufcheck(T, SA, (saidx_t)n, 1) != 0) { exit(EXIT_FAILURE); }
160 free(SA);
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
construct_type.pass.cpp 42 using SA = std::scoped_allocator_adaptor<Outer, Inner>;
48 SA A(O, I);
75 using SA = std::scoped_allocator_adaptor<Outer, Inner>;
81 SA A(O, I);
87 SA::inner_allocator_type&, int&, int const&, int&&>(O, ptr)));
108 using SA = std::scoped_allocator_adaptor<Outer, Inner>;
114 SA A(O, I);
121 SA::inner_allocator_type&>(O, ptr)));

Completed in 663 milliseconds

1 2 3 4 5 6