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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_sol.c 211 uint64_t decl_list[ILO_STATE_SOL_MAX_DECL_COUNT]; local
219 memset(decl_list, 0, sizeof(decl_list[0]) * max_decl_count);
242 decl_list[j] |= (uint64_t) val << (16 * i);
261 memcpy(sol->decl, decl_list, sizeof(sol->decl[0]) * max_decl_count);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 1416 tree decl_list; variable
    [all...]

Completed in 910 milliseconds