HomeSort by relevance Sort by last modified time
    Searched defs:lli (Results 1 - 2 of 2) 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/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-open.c 311 HB_UShort* lli; local
327 lli = f->LookupListIndex;
336 lli[n] = GET_UShort();

Completed in 840 milliseconds