Searched refs:Routine (Results 1 – 25 of 69) sorted by relevance
123
23 Routine::Routine() in Routine() function in rr::Routine28 void Routine::bind() in bind()33 void Routine::unbind() in unbind()43 Routine::~Routine() in ~Routine()
20 class Routine class23 Routine();25 virtual ~Routine();
38 Routine *routine = nullptr; in TEST()78 Routine *routine = nullptr; in TEST()115 Routine *routine = nullptr; in TEST()175 Routine *routine = nullptr; in TEST()224 Routine *routine = nullptr; in TEST()267 Routine *routine = nullptr; in TEST()394 Routine *routine = nullptr; in TEST()459 Routine *routine = nullptr; in TEST()550 Routine *routine = nullptr; in TEST()635 Routine *routine = nullptr; in TEST()[all …]
27 class LLVMRoutine : public Routine57 class LLVMRoutine : public Routine
29 class Routine;56 Routine *acquireRoutine(const char *name, bool runOptimizations = true);
17 #### Routine: check_dtb - check that target.dtb exists on boot partition27 #### Routine: check_ramdisk - check that uInitrd exists on boot partition38 #### Routine: boot_fit - check that env $boardname is set and boot proper config of ITB image51 #### Routine: setboot_uimg - prepare env to boot uImage60 #### Routine: setboot_zimg - prepare env to boot zImage69 #### Routine: boot_img - boot the kernel after env setup75 #### Routine: autoboot - choose proper boot path
429 Routine *vertexRoutine;430 Routine *setupRoutine;431 Routine *pixelRoutine;443 Routine *vertexRoutine;444 Routine *setupRoutine;445 Routine *pixelRoutine;
27 class RoutineCache : public LRUCache<State, Routine>41 …RoutineCache<State>::RoutineCache(int n, const char *precache) : LRUCache<State, Routine>(n), prec… in RoutineCache()
147 Routine *SetupProcessor::routine(const State &state) in routine()149 Routine *routine = routineCache->query(state); in routine()
82 Routine *routine(const State &state);
462 Routine *vertexRoutine;463 Routine *setupRoutine;464 Routine *pixelRoutine;476 Routine *vertexRoutine;477 Routine *setupRoutine;478 Routine *pixelRoutine;
226 Routine *SetupProcessor::routine(const State &state) in routine()228 Routine *routine = routineCache->query(state); in routine()
94 Routine *routine(const State &state);
33 Routine *getRoutine();43 Routine *routine;
57 static Routine *copyRoutine(const BlitState &state);93 Routine *blitRoutine;
73 rr::Routine* vertexRoutine;74 rr::Routine* fragmentRoutine;
23 class Routine;
52 REM Routine for installing v100 toolchain.63 REM Routine for installing v110 toolchain.80 REM Routine for installing v120 toolchain.97 REM Routine for installing v140 toolchain.
51 virtual void Routine();
53 virtual void Routine() = 0;
49 void Routine() override;
46 ### Routine and Function<>48 …y compiled functions and methods. Reactor's ```Routine``` class encapsulates a routine. Deleting a…61 The Routine is obtained and materialized by "calling" the ```Function<>``` object to give it a name:64 Routine *routine = function("one");76 …Routine``` objects are lightweight and merely provide storage and lifetime management of generated…