Home
last modified time | relevance | path

Searched defs:is_primed (Results 1 – 4 of 4) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/deps/rcheevos/src/rcheevos/
H A Dtrigger.c117 char is_primed; in rc_evaluate_trigger() local
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DgcodeExport.h69 bool is_primed; //!< Whether this extruder has currently already been primed in this print member
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/coremodules/simulation/
H A Dsumo.py851 def get_cml(self, is_primed=True): argument
/dports/devel/libe/e-releases-0.11.0/e/
H A Dnwf_hash_map.h91 static inline bool is_primed(type t) { return reinterpret_cast<uintptr_t>(t) & 1; } in is_primed() function