HomeSort by relevance Sort by last modified time
    Searched full:llsize (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGen/
complex-convert.c 8 // * "char" and "long long" are of different lengths (CHSIZE and LLSIZE).
28 // CHECK: i[[LLSIZE:[0-9]+]]
32 // CHECK: alloca i[[LLSIZE]], align [[LLALIGN:[0-9]+]]
47 // CHECK-NEXT: %[[VAR5:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }, { i[[LLSIZE]], i[[LLSIZE]] }* %[[CSLL:[A-Za-z0-9.]+]], i{{[0-9]+}} 0, i{{[0-9]+}} 0
48 // CHECK-NEXT: %[[VAR6:[A-Za-z0-9.]+]] = load i[[LLSIZE]], i[[LLSIZE]]* %[[VAR5]]
49 // CHECK-NEXT: %[[VAR7:[A-Za-z0-9.]+]] = trunc i[[LLSIZE]] %[[VAR6]] to i[[CHSIZE]
    [all...]
  /external/zopfli/src/zopfli/
blocksplitter.c 115 size_t llsize; member in struct:SplitCostContext
152 size_t llsize, const size_t* lz77splitpoints,
161 for (i = 0; i < llsize; i++) {
189 llsize: the size of the LL77 data, which is the size of the done array here.
199 size_t llsize, const unsigned char* done,
207 size_t end = i == npoints ? llsize - 1 : splitpoints[i];
221 size_t llsize, size_t maxblocks,
230 if (llsize < 10) return; /* This code fails on tiny files. */
232 done = (unsigned char*)malloc(llsize);
234 for (i = 0; i < llsize; i++) done[i] = 0
    [all...]
blocksplitter.h 41 llsize: size of litlens and dists
47 size_t llsize, size_t maxblocks,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java 263 final int llSize = ll.size();
271 for (int i = 0; i < llSize; i++) {
326 final int llSize = ll.size();
335 for (int i = 0; i < llSize; i++) {
340 extraElement == al.get(llSize)
341 && extraElement2 == al.get(llSize + 1));
575 final int llSize = ll.size();
576 for (int i = 0; i < llSize; i++)
578 .get(llSize - i - 1), ll.get(i));
696 final int llSize = ll.size()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pdh.h 442 PDH_FUNCTION PdhGetLogFileSize(PDH_HLOG hLog,LONGLONG *llSize);
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]

Completed in 432 milliseconds