Home
last modified time | relevance | path

Searched defs:prof (Results 51 – 75 of 1448) sorted by relevance

12345678910>>...58

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/msgbus/
H A Dmsgbus_profile.c37 char *prof; in _e_msgbus_profile_set_cb() local
57 const char *prof; in _e_msgbus_profile_get_cb() local
98 char *prof; in _e_msgbus_profile_add_cb() local
112 char *prof; in _e_msgbus_profile_delete_cb() local
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/contrib/
H A Dlog_usage.py13 def log_usage_version(filename, prof): argument
69 prof = AsterProfil() variable
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/contrib/
H A Dlog_usage.py13 def log_usage_version(filename, prof): argument
69 prof = AsterProfil() variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainMaterialGeneratorA.cpp468 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt) in generateVertexProgram()
488 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt) in generateFragmentProgram()
507const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outSt… in generateVertexProgramSource()
525const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outSt… in generateFragmentProgramSource()
542const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, const HighLevelGpuProgramPtr& pr… in defaultVpParams()
583const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, const HighLevelGpuProgramPtr& pr… in defaultFpParams()
674 const SM2Profile* prof, const MaterialPtr& mat, const Terrain* terrain, bool compositeMap) in updateParams()
699const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, const GpuProgramParametersShared… in updateVpParams()
727const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, const GpuProgramParametersShared… in updateFpParams()
754 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt) in getVertexProgramName()
[all …]
H A DOgreTerrainMaterialShaderHelperHLSL.cpp39 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt) in createVertexProgram()
69 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt) in createFragmentProgram()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainMaterialGeneratorA.cpp463 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt) in generateVertexProgram()
484 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt) in generateFragmentProgram()
502 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringStream& outStream) in generateVertexProgramSource()
520 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringStream& outStream) in generateFragmentProgramSource()
537const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, const HighLevelGpuProgramPtr& pr… in defaultVpParams()
578const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, const HighLevelGpuProgramPtr& pr… in defaultFpParams()
670 const SM2Profile* prof, const MaterialPtr& mat, const Terrain* terrain, bool compositeMap) in updateParams()
695const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, const GpuProgramParametersShared… in updateVpParams()
723const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, const GpuProgramParametersShared… in updateFpParams()
750 const SM2Profile* prof, const Terrain* terrain, TechniqueType tt) in getVertexProgramName()
[all …]
/dports/devel/orc/orc-0.4.31/orc-test/
H A Dorcprofile.c60 orc_profile_init (OrcProfile *prof) in orc_profile_init()
89 orc_profile_stop_handle (OrcProfile *prof) in orc_profile_stop_handle()
125 orc_profile_get_ave_std (OrcProfile *prof, double *ave_p, double *std_p) in orc_profile_get_ave_std()
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Dvtune.c73 codeanalyst_shutdown (MonoProfiler *prof) in codeanalyst_shutdown()
79 method_jit_done (MonoProfiler *prof, MonoMethod *method, MonoJitInfo* jinfo) in method_jit_done()
139 code_buffer_new (MonoProfiler *prof, void *buffer, int size, MonoProfilerCodeBufferType type, void … in code_buffer_new()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/kalign/src/kalign2/
H A Dkalign2_profile.c201 void smooth_gaps(float* prof,int len,int window,float strength) in smooth_gaps()
229 void increase_gaps(float* prof,int len,int window,float strength) in increase_gaps()
292 void set_gap_penalties2(float* prof,int len,int nsip,int window,float strength) in set_gap_penalties2()
357 float* make_profile2(float* prof, int* seq,int len,float** subm) in make_profile2()
427 float* make_wu_profile(float* prof,float* wu,int len) in make_wu_profile()
452 float* make_feature_profile(float* prof,struct feature* f,int len,struct feature_matrix* fm) in make_feature_profile()
482 float* make_profile(float* prof, int* seq,int len, float** subm) in make_profile()
537 float* dna_make_profile(float* prof, int* seq,int len,float** subm) in dna_make_profile()
1045 void dna_set_gap_penalties(float* prof,int len,int nsip,float strength,int nsip_c) in dna_set_gap_penalties()
1087 void set_gap_penalties(float* prof,int len,int nsip,float strength,int nsip_c) in set_gap_penalties()
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/client/
H A Dcalcul_handler.py46 def __init__(self, prof): argument
120 def __init__(self, run, host, filename=None, prof=None, pid=None, **kwargs): argument
178 def change_datas(self, prof): argument
189 def change_results(self, prof): argument
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/client/
H A Dcalcul_handler.py46 def __init__(self, prof): argument
120 def __init__(self, run, host, filename=None, prof=None, pid=None, **kwargs): argument
178 def change_datas(self, prof): argument
189 def change_results(self, prof): argument
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dbench.py33 def aunique_benchmark(lib, prof): argument
62 def match_benchmark(lib, prof, query=None, album_id=None): argument
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Overlay/src/
H A DOgreOverlaySystem.cpp46 Ogre::Profiler* prof = Ogre::Profiler::getSingletonPtr(); in OverlaySystem() local
57 Ogre::Profiler* prof = Ogre::Profiler::getSingletonPtr(); in ~OverlaySystem() local
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/etc/plugins/
H A Divanoe.py43 def change_batch_parameters(serv, prof): argument
74 def change_command_line(prof): argument
103 def _get_cpu_parameters(prof): argument
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/etc/plugins/
H A Divanoe.py43 def change_batch_parameters(serv, prof): argument
74 def change_command_line(prof): argument
103 def _get_cpu_parameters(prof): argument
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/filters/
H A Dfilter-nv-face-tracking.cpp232 auto prof = _profile_capture_realloc->track(); in async_track() local
242 auto prof = _profile_capture_copy->track(); in async_track() local
274 auto prof = _profile_ar_realloc->track(); in async_track() local
310 auto prof = _profile_ar_copy->track(); in async_track() local
339 auto prof = _profile_ar_transfer->track(); in async_track() local
356 auto prof = _profile_ar_run->track(); in async_track() local
377 auto prof = _profile_ar_calc->track(); in async_track() local
536 auto prof = _profile_capture->track(); in video_render() local
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsubr_prof.c250 #define PC_TO_INDEX(pc, prof) \ argument
270 struct uprof *prof; in addupc_intr() local
303 struct uprof *prof; in addupc_task() local
/dports/graphics/ogre3d/ogre-1.11.6/Components/Overlay/src/
H A DOgreOverlaySystem.cpp53 Ogre::Profiler* prof = Ogre::Profiler::getSingletonPtr(); in OverlaySystem() local
67 Ogre::Profiler* prof = Ogre::Profiler::getSingletonPtr(); in ~OverlaySystem() local
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/wizard/
H A Dpage_020.c24 _profile_content_get(char *prof, Evas_Object *obj, const char *part) in _profile_content_get()
56 _profile_text_get(char *prof, Evas_Object *obj EINA_UNUSED, const char *part) in _profile_text_get()
100 char *prof; in wizard_page_show() local
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/base/
H A Djas_cm.c114 #define fwdpxformseq(prof, intent) \ argument
119 #define revpxformseq(prof, intent) \ argument
124 #define simpxformseq(prof, intent) \ argument
129 #define gampxformseq(prof) ((prof)->pxformseqs[SEQGAM]) argument
147 jas_cmprof_t *prof; in jas_cmprof_createfromclrspc() local
176 jas_cmprof_t *prof; in jas_cmprof_createsycc() local
245 jas_cmprof_t *prof; in jas_cmprof_createfromiccprof() local
314 jas_cmprof_t *prof; in jas_cmprof_create() local
324 void jas_cmprof_destroy(jas_cmprof_t *prof) in jas_cmprof_destroy()
338 jas_cmprof_t *jas_cmprof_copy(jas_cmprof_t *prof) in jas_cmprof_copy()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djas_cm.c114 #define fwdpxformseq(prof, intent) \ argument
119 #define revpxformseq(prof, intent) \ argument
124 #define simpxformseq(prof, intent) \ argument
129 #define gampxformseq(prof) ((prof)->pxformseqs[SEQGAM]) argument
147 jas_cmprof_t *prof; in jas_cmprof_createfromclrspc() local
176 jas_cmprof_t *prof; in jas_cmprof_createsycc() local
245 jas_cmprof_t *prof; in jas_cmprof_createfromiccprof() local
314 jas_cmprof_t *prof; in jas_cmprof_create() local
324 void jas_cmprof_destroy(jas_cmprof_t *prof) in jas_cmprof_destroy()
338 jas_cmprof_t *jas_cmprof_copy(jas_cmprof_t *prof) in jas_cmprof_copy()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dev/profile/
H A Dprofile.c222 profile_probe_t *prof = pcpu->profc_probe; in profile_fire() local
236 profile_probe_t *prof = arg; in profile_tick() local
246 profile_probe_t *prof; in profile_create() local
406 profile_probe_t *prof = parg; in profile_destroy() local
419 profile_probe_t *prof = arg; in profile_online() local
449 profile_probe_t *prof = parg; in profile_enable() local
482 profile_probe_t *prof = parg; in profile_disable() local
/dports/games/widelands/widelands-build21/src/map_io/
H A Dmap_objective_packet.cc35 Profile prof; in read_objective_data() local
70 Profile prof; in write_objective_data() local
/dports/games/awele/awele/
H A Dawelewish.c61 int prof , level , cp ,n ; in computer_play() local
83 int prof , level , cp , n ; in computer_rand_play() local
106 int prof , cp , oldcp ; in human_play() local
/dports/devel/bullet/bullet3-3.21/examples/MultiThreadedDemo/
H A DCommonRigidBodyMTBase.cpp156 ProfileHelper prof(Profiler::kRecordSolverSetup); in solveGroupCacheFriendlySetup() local
162 ProfileHelper prof(Profiler::kRecordSolverIterations); in solveGroupCacheFriendlyIterations() local
168 ProfileHelper prof(Profiler::kRecordSolverFinish); in solveGroupCacheFriendlyFinish() local
174 ProfileHelper prof(Profiler::kRecordSolverTotal); in solveGroup() local
194 ProfileHelper prof(Profiler::kRecordDispatchAllCollisionPairs); in dispatchAllCollisionPairs() local
204 ProfileHelper prof(Profiler::kRecordDispatchIslands); in myParallelIslandDispatch() local

12345678910>>...58