HomeSort by relevance Sort by last modified time
    Searched defs:lli (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
shift.c 50 long long int lli; local
51 lli = INT_MIN << 2; // expected-warning {{bits to represent, but 'int' only has}}
52 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2);
  /external/valgrind/main/exp-ptrcheck/tests/
partial.c 8 int* x5 = malloc(5); long long int lli, *lli7 = malloc(7); local
43 lli = * lli7; // ok if --partial-loads-ok=yes see XXX below
  /external/harfbuzz/src/
harfbuzz-open.c 311 HB_UShort* lli; local
327 lli = f->LookupListIndex;
336 lli[n] = GET_UShort();

Completed in 75 milliseconds