Home
last modified time | relevance | path

Searched refs:intel_list (Results 1 – 14 of 14) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dnpair_full_bin_ghost_intel.cpp120 int * _noalias const intel_list = buffers->intel_list(list); in fbi() local
232 in(intel_list:length(0) alloc_if(0) free_if(0)) \ in fbi()
299 int * _noalias neighptr = intel_list + ct; in fbi()
552 firstneigh[i] = intel_list + ct; in fbi()
557 neighptr = intel_list + ct; in fbi()
588 firstneigh[0] = intel_list; in fbi()
H A Dnpair_intel.cpp125 int * _noalias const intel_list = buffers->intel_list(list); in bin_newton() local
224 in(intel_list:length(0) alloc_if(0) free_if(0)) \ in bin_newton()
303 int * _noalias neighptr = intel_list + ct; in bin_newton()
682 firstneigh[i] = intel_list + ct; in bin_newton()
720 neighptr = intel_list + ct; in bin_newton()
736 neighptr = intel_list + ct; in bin_newton()
838 firstneigh[0] = intel_list; in bin_newton()
H A Dintel_buffers.h154 inline int * intel_list(const NeighList * /*list*/) { return _list_alloc; } in intel_list() function
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/
H A DMakefile.am64 intel_list.h \
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/pilotfile/
H A Dpilotfile.h115 SCP_vector<index_list_t> intel_list; variable
H A Dcsg.cpp108 intel_list.push_back(ilist); in csg_read_info()
479 list_size = (int)intel_list.size(); in csg_read_techroom()
484 if (intel_list[idx].index >= 0) { in csg_read_techroom()
486 Intel_info[intel_list[idx].index].flags |= IIF_IN_TECH_DATABASE; in csg_read_techroom()
488 Intel_info[intel_list[idx].index].flags &= ~IIF_IN_TECH_DATABASE; in csg_read_techroom()
494 intel_list[idx].name.c_str())); in csg_read_techroom()
1394 intel_list.clear(); in csg_close()
H A Dpilotfile_convert.h193 SCP_vector<index_list_t> intel_list; member
H A Dcsg_convert.cpp223 csg->intel_list.push_back( ilist ); in csg_import_ships_weapons()
680 } else if ( csg->intel_list.size() != csg->intel_techroom.size() ) { in csg_import()
726 list_size = (int)csg->intel_list.size(); in csg_export_info()
730 cfwrite_string_len(csg->intel_list[idx].name.c_str(), cfp); in csg_export_info()
H A Dplr.cpp781 intel_list.clear(); in plr_close()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/pilotfile/
H A Dpilotfile.h88 SCP_vector<index_list_t> intel_list; variable
H A Dcsg.cpp94 intel_list.push_back(ilist); in csg_read_info()
449 list_size = (int)intel_list.size(); in csg_read_techroom()
454 if (intel_list[idx].index >= 0) { in csg_read_techroom()
455 Intel_info[intel_list[idx].index].flags |= IIF_IN_TECH_DATABASE; in csg_read_techroom()
1297 intel_list.clear(); in csg_close()
H A Dpilotfile_convert.h236 SCP_vector<index_list_t> intel_list; member
H A Dcsg_convert.cpp221 csg->intel_list.push_back( ilist ); in csg_import_ships_weapons()
674 } else if ( csg->intel_list.size() != csg->intel_techroom.size() ) { in csg_import()
717 list_size = (int)csg->intel_list.size(); in csg_export_info()
721 cfwrite_string_len(csg->intel_list[idx].name.c_str(), cfp); in csg_export_info()
H A Dplr.cpp760 intel_list.clear(); in plr_close()