HomeSort by: relevance | last modified time | path
    Searched defs:ll2 (Results 1 - 6 of 6) sorted by relevancy

  /src/games/adventure/
subr.c 302 int ll1, ll2; local
343 ll2 = tkk->tloc;
350 l16: newloc = ll2; /* newloc=location */
376 if (tkk->tloc != ll2 || tkk->conditions != ll1)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gnu_vector.c 53 longlong2 ll2 = {1, 2}; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gnu_vector.c 53 longlong2 ll2 = {1, 2}; variable
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_intrinsics.h 350 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
351 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 1940 const line_label *ll2 = (const line_label *)p2; local
1941 int column_cmp = compare (ll1->m_column, ll2->m_column);
1947 return -compare (ll1->m_state_idx, ll2->m_state_idx);
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 1891 const line_label *ll2 = (const line_label *)p2; local
1892 int column_cmp = compare (ll1->m_column, ll2->m_column);
1898 return -compare (ll1->m_state_idx, ll2->m_state_idx);

Completed in 21 milliseconds