Home
last modified time | relevance | path

Searched refs:c_level (Results 1 – 25 of 116) sorted by relevance

12345

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/data/
H A Dllx_c_hrm_function.sql26 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(1, 5,'EXECBOARD', …
27 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(2, 10, 'MANAGDIR',…
28 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(3, 15, 'ACCOUNTMAN…
29 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(4, 20, 'ENGAGDIR',…
30 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(5, 25, 'DIRECTOR',…
31 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(6, 30, 'PROJMANAG'…
32 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(7, 35, 'DEPHEAD', …
33 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(8, 40, 'SECRETAR',…
34 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(9, 45, 'EMPLOYEE',…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/data/
H A Dllx_c_hrm_function.sql26 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(1, 5,'EXECBOARD', …
27 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(2, 10, 'MANAGDIR',…
28 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(3, 15, 'ACCOUNTMAN…
29 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(4, 20, 'ENGAGDIR',…
30 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(5, 25, 'DIRECTOR',…
31 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(6, 30, 'PROJMANAG'…
32 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(7, 35, 'DEPHEAD', …
33 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(8, 40, 'SECRETAR',…
34 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(9, 45, 'EMPLOYEE',…
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dsubdiv1.c36 hf_type *c, hf_type *d, int c_level) in re_calc() argument
47 lag = MAX(1,MIN(7,8-c_level)); // Best, better with level_factor = 1 in re_calc()
57 …_type *hf_buf, int max_x, int max_y, int x0, int y0, int x1, int y1, int c_level, subdiv1_opt *opt… in calc_midx_midy() argument
72 if ((!opt->top_random) && (c_level == 0)) { in calc_midx_midy()
81 MAX(MINLAG,(MIN(MAXLAG,c_level - opt->roughness - 1))) ); in calc_midx_midy()
92 hf_buf +( (y1%max_y) * max_x) + (x1%max_x),c_level); in calc_midx_midy()
98 int c_level, in calc_x_y() argument
126 MAX(MINLAG,(MIN(MAXLAG,c_level - opt->roughness - 1))) ); in calc_x_y()
138 hf_buf +( mid_y * max_x) + x_1, c_level ); in calc_x_y()
150 MAX(MINLAG,(MIN(MAXLAG,c_level - opt->roughness - 1))) ); in calc_x_y()
[all …]
H A Dsubdiv2.c46 hf_long *c, hf_long *d, int c_level) in re_calc_2() argument
74 void smooth_midpoints (hf_struct_type *hf, int x0, int y0, int x1, int y1, int c_level, hf_long *hf… in smooth_midpoints() argument
93 c_level); in smooth_midpoints()
98 hfl +VECTORIZE(x_1,mid_y,hf->max_x), c_level ); in smooth_midpoints()
104 hfl +VECTORIZE(mid_x,mid_y,hf->max_x), c_level ); in smooth_midpoints()
107 void calc_midx_midy_2( hf_struct_type *hf, int x0, int y0, int x1, int y1, int c_level, subdiv2_opt… in calc_midx_midy_2() argument
140 val = avrg OP_HF_2 calc_r (c_level, froughness, opt->distribution); in calc_midx_midy_2()
150 int c_level, in calc_x_y_2() argument
182 val = avrg OP_HF_2 calc_r (c_level, froughness,opt->distribution); in calc_x_y_2()
197 val = avrg OP_HF_2 calc_r (c_level, froughness, opt->distribution); in calc_x_y_2()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxdcolor.c296 (pdevc->colors.colored.c_level[0] != 0) | in gx_complete_rgb_halftone()
297 ((pdevc->colors.colored.c_level[1] != 0) << 1) | in gx_complete_rgb_halftone()
298 ((pdevc->colors.colored.c_level[2] != 0) << 2); in gx_complete_rgb_halftone()
304 pdevc->colors.colored.c_level[3] = 0; in gx_complete_rgb_halftone()
314 (pdevc->colors.colored.c_level[0] != 0) | in gx_complete_cmyk_halftone()
315 ((pdevc->colors.colored.c_level[1] != 0) << 1) | in gx_complete_cmyk_halftone()
316 ((pdevc->colors.colored.c_level[2] != 0) << 2) | in gx_complete_cmyk_halftone()
317 ((pdevc->colors.colored.c_level[3] != 0) << 3); in gx_complete_cmyk_halftone()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxdcolor.c296 (pdevc->colors.colored.c_level[0] != 0) | in gx_complete_rgb_halftone()
297 ((pdevc->colors.colored.c_level[1] != 0) << 1) | in gx_complete_rgb_halftone()
298 ((pdevc->colors.colored.c_level[2] != 0) << 2); in gx_complete_rgb_halftone()
304 pdevc->colors.colored.c_level[3] = 0; in gx_complete_rgb_halftone()
314 (pdevc->colors.colored.c_level[0] != 0) | in gx_complete_cmyk_halftone()
315 ((pdevc->colors.colored.c_level[1] != 0) << 1) | in gx_complete_cmyk_halftone()
316 ((pdevc->colors.colored.c_level[2] != 0) << 2) | in gx_complete_cmyk_halftone()
317 ((pdevc->colors.colored.c_level[3] != 0) << 3); in gx_complete_cmyk_halftone()
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/wine/
H A Dmodule.c647 static int c_level=0; variable
654 …fprintf(stderr,"%*sComponentCall: %s flags=0x%X size=%d what=%d %s\n",3*c_level,"",name,params-… in dump_component()
656 …fprintf(stderr,"%*sComponentCall: %s flags=0x%X size=%d what=0x%X %s\n",3*c_level,"",name,param… in dump_component()
659 fprintf(stderr,"%*s param[%d] = 0x%X\n",3*c_level,"",i,params->params[i]); in dump_component()
661 ++c_level; in dump_component()
663 --c_level; in dump_component()
666 fprintf(stderr,"%*s return=0x%X\n",3*c_level,"",ret); in dump_component()
668 fprintf(stderr,"%*s return=%d\n",3*c_level,"",ret); in dump_component()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxcht.c82 memcpy( psdc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
83 pdevc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
115 !memcmp(pdevc1->colors.colored.c_level, in gx_dc_ht_colored_equal()
116 pdevc2->colors.colored.c_level, in gx_dc_ht_colored_equal()
117 num_comp * sizeof(pdevc1->colors.colored.c_level[0])); in gx_dc_ht_colored_equal()
226 memcmp( pdevc->colors.colored.c_level, in gx_dc_ht_colored_write()
227 psdc->colors.colored.c_level, in gx_dc_ht_colored_write()
441 enc_u_getw(devc.colors.colored.c_level[i], pdata); in gx_dc_ht_colored_read()
443 devc.colors.colored.c_level[i] = 0; in gx_dc_ht_colored_read()
815 uint r = pdc->colors.colored.c_level[i];\
[all …]
H A Dgsdcolor.h154 (pdc)->colors.colored.c_level[i] = (l))
281 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
385 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxcht.c82 memcpy( psdc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
83 pdevc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
115 !memcmp(pdevc1->colors.colored.c_level, in gx_dc_ht_colored_equal()
116 pdevc2->colors.colored.c_level, in gx_dc_ht_colored_equal()
117 num_comp * sizeof(pdevc1->colors.colored.c_level[0])); in gx_dc_ht_colored_equal()
226 memcmp( pdevc->colors.colored.c_level, in gx_dc_ht_colored_write()
227 psdc->colors.colored.c_level, in gx_dc_ht_colored_write()
441 enc_u_getw(devc.colors.colored.c_level[i], pdata); in gx_dc_ht_colored_read()
443 devc.colors.colored.c_level[i] = 0; in gx_dc_ht_colored_read()
815 uint r = pdc->colors.colored.c_level[i];\
[all …]
H A Dgsdcolor.h154 (pdc)->colors.colored.c_level[i] = (l))
281 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
385 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxcht.c85 memcpy( psdc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
86 pdevc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
118 !memcmp(pdevc1->colors.colored.c_level, in gx_dc_ht_colored_equal()
119 pdevc2->colors.colored.c_level, in gx_dc_ht_colored_equal()
120 num_comp * sizeof(pdevc1->colors.colored.c_level[0])); in gx_dc_ht_colored_equal()
228 memcmp( pdevc->colors.colored.c_level, in gx_dc_ht_colored_write()
229 psdc->colors.colored.c_level, in gx_dc_ht_colored_write()
443 enc_u_getw(devc.colors.colored.c_level[i], pdata); in gx_dc_ht_colored_read()
445 devc.colors.colored.c_level[i] = 0; in gx_dc_ht_colored_read()
850 uint r = pdc->colors.colored.c_level[i];\
[all …]
H A Dgsdcolor.h161 (pdc)->colors.colored.c_level[i] = (l))
288 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
387 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxcht.c85 memcpy( psdc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
86 pdevc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
118 !memcmp(pdevc1->colors.colored.c_level, in gx_dc_ht_colored_equal()
119 pdevc2->colors.colored.c_level, in gx_dc_ht_colored_equal()
120 num_comp * sizeof(pdevc1->colors.colored.c_level[0])); in gx_dc_ht_colored_equal()
228 memcmp( pdevc->colors.colored.c_level, in gx_dc_ht_colored_write()
229 psdc->colors.colored.c_level, in gx_dc_ht_colored_write()
443 enc_u_getw(devc.colors.colored.c_level[i], pdata); in gx_dc_ht_colored_read()
445 devc.colors.colored.c_level[i] = 0; in gx_dc_ht_colored_read()
850 uint r = pdc->colors.colored.c_level[i];\
[all …]
H A Dgsdcolor.h161 (pdc)->colors.colored.c_level[i] = (l))
288 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
387 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxcht.c85 memcpy( psdc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
86 pdevc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
118 !memcmp(pdevc1->colors.colored.c_level, in gx_dc_ht_colored_equal()
119 pdevc2->colors.colored.c_level, in gx_dc_ht_colored_equal()
120 num_comp * sizeof(pdevc1->colors.colored.c_level[0])); in gx_dc_ht_colored_equal()
228 memcmp( pdevc->colors.colored.c_level, in gx_dc_ht_colored_write()
229 psdc->colors.colored.c_level, in gx_dc_ht_colored_write()
443 enc_u_getw(devc.colors.colored.c_level[i], pdata); in gx_dc_ht_colored_read()
445 devc.colors.colored.c_level[i] = 0; in gx_dc_ht_colored_read()
848 uint r = pdc->colors.colored.c_level[i]; in set_plane_color()
[all …]
H A Dgsdcolor.h153 (pdc)->colors.colored.c_level[i] = (l))
273 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
373 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxcht.c85 memcpy( psdc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
86 pdevc->colors.colored.c_level, in gx_dc_ht_colored_save_dc()
118 !memcmp(pdevc1->colors.colored.c_level, in gx_dc_ht_colored_equal()
119 pdevc2->colors.colored.c_level, in gx_dc_ht_colored_equal()
120 num_comp * sizeof(pdevc1->colors.colored.c_level[0])); in gx_dc_ht_colored_equal()
228 memcmp( pdevc->colors.colored.c_level, in gx_dc_ht_colored_write()
229 psdc->colors.colored.c_level, in gx_dc_ht_colored_write()
443 enc_u_getw(devc.colors.colored.c_level[i], pdata); in gx_dc_ht_colored_read()
445 devc.colors.colored.c_level[i] = 0; in gx_dc_ht_colored_read()
848 uint r = pdc->colors.colored.c_level[i]; in set_plane_color()
[all …]
H A Dgsdcolor.h153 (pdc)->colors.colored.c_level[i] = (l))
273 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
373 uint c_level[GX_DEVICE_COLOR_MAX_COMPONENTS]; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/kernel/
H A Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \ argument
11 leaf->level = c_level; \
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/kernel/
H A Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \ argument
11 leaf->level = c_level; \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/kernel/
H A Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \ argument
11 leaf->level = c_level; \
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/migration/
H A D3.8.0-3.9.0.sql172 c_level smallint DEFAULT 0 NOT NULL, field
176 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(1, 5, 'EXECBOARD'…
177 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(2, 10, 'MANAGDIR',…
178 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(3, 15, 'ACCOUNTMAN…
179 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(4, 20, 'ENGAGDIR',…
180 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(5, 25, 'DIRECTOR',…
181 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(6, 30, 'PROJMANAG'…
182 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(7, 35, 'DEPHEAD', …
183 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(8, 40, 'SECRETAR',…
184 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(9, 45, 'EMPLOYEE',…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/migration/
H A D3.8.0-3.9.0.sql172 c_level smallint DEFAULT 0 NOT NULL, field
176 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(1, 5, 'EXECBOARD'…
177 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(2, 10, 'MANAGDIR',…
178 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(3, 15, 'ACCOUNTMAN…
179 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(4, 20, 'ENGAGDIR',…
180 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(5, 25, 'DIRECTOR',…
181 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(6, 30, 'PROJMANAG'…
182 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(7, 35, 'DEPHEAD', …
183 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(8, 40, 'SECRETAR',…
184 INSERT INTO llx_c_hrm_function (rowid, pos, code, label, c_level, active) VALUES(9, 45, 'EMPLOYEE',…
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/
H A Dmodule.c699 static int c_level=0; variable
705 …fprintf(stderr,"%*sComponentCall: %s flags=0x%X size=%d what=0x%X %s\n",3*c_level,"",name,param… in dump_component()
708 fprintf(stderr,"%*s param[%d] = 0x%X\n",3*c_level,"",i,params->params[i]); in dump_component()
710 ++c_level; in dump_component()
712 --c_level; in dump_component()
715 fprintf(stderr,"%*s return=0x%X\n",3*c_level,"",ret); in dump_component()
717 fprintf(stderr,"%*s return=%d\n",3*c_level,"",ret); in dump_component()

12345