Home
last modified time | relevance | path

Searched refs:entry_times (Results 1 – 12 of 12) sorted by relevance

/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmEditEntry.c1226 entry_times -> date = 0; in fetchEntryTimes()
1227 entry_times -> start_time = 0; in fetchEntryTimes()
1228 entry_times -> end_time = 0; in fetchEntryTimes()
1229 entry_times -> duration = 0; in fetchEntryTimes()
1282 entry_times -> duration = 0; in fetchEntryTimes()
1284 entry_times -> end_time = entry_times -> start_time; in fetchEntryTimes()
1285 TimAddMinutes( &entry_times -> end_time, entry_times -> duration ); in fetchEntryTimes()
1310 ENTRY_TIMES_REC entry_times; in fetchEntryValues() local
2222 ENTRY_TIMES_REC entry_times; in writeEntryDate() local
2244 if( entry_times.date > 0 ) { in writeEntryDate()
[all …]
/dports/lang/php73/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_cfg.c811 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
823 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
824 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
825 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
832 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
833 entry_times[i] = time++; in zend_cfg_identify_loops()
888 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
910 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/www/php73-opcache/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_cfg.c811 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
823 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
824 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
825 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
832 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
833 entry_times[i] = time++; in zend_cfg_identify_loops()
888 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
910 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/www/mod_php81/php-8.1.1/Zend/Optimizer/
H A Dzend_cfg.c803 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
815 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
816 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
817 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
824 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
825 entry_times[i] = time++; in zend_cfg_identify_loops()
880 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
906 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/lang/php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_cfg.c800 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
812 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
813 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
814 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
821 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
822 entry_times[i] = time++; in zend_cfg_identify_loops()
877 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
903 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/lang/php81/php-8.1.1/Zend/Optimizer/
H A Dzend_cfg.c803 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
815 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
816 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
817 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
824 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
825 entry_times[i] = time++; in zend_cfg_identify_loops()
880 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
906 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/lang/php74/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_cfg.c786 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
798 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
799 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
800 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
807 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
808 entry_times[i] = time++; in zend_cfg_identify_loops()
863 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
885 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/www/php80-opcache/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_cfg.c800 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
812 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
813 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
814 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
821 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
822 entry_times[i] = time++; in zend_cfg_identify_loops()
877 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
903 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/www/php74-opcache/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_cfg.c786 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
798 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
799 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
800 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
807 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
808 entry_times[i] = time++; in zend_cfg_identify_loops()
863 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
885 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/www/mod_php73/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_cfg.c811 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
823 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
824 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
825 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
832 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
833 entry_times[i] = time++; in zend_cfg_identify_loops()
888 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
910 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/www/mod_php74/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_cfg.c786 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
798 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
799 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
800 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
807 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
808 entry_times[i] = time++; in zend_cfg_identify_loops()
863 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
885 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
/dports/www/mod_php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_cfg.c800 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
812 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
813 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
814 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
821 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
822 entry_times[i] = time++; in zend_cfg_identify_loops()
877 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
903 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()