Home
last modified time | relevance | path

Searched refs:p_line (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Dyuy2_i420.c148 *p_y++ = *p_line++; p_line++; \ in VIDEO_FILTER_WRAPPER()
149 *p_y++ = *p_line++; p_line++ in VIDEO_FILTER_WRAPPER()
165 *p_y++ = *p_line++; *p_u++ = *p_line++; \ in VIDEO_FILTER_WRAPPER()
166 *p_y++ = *p_line++; *p_v++ = *p_line++ in VIDEO_FILTER_WRAPPER()
219 *p_y++ = *p_line++; p_line++; \ in YVYU_I420()
220 *p_y++ = *p_line++; p_line++ in YVYU_I420()
236 *p_y++ = *p_line++; *p_v++ = *p_line++; \ in YVYU_I420()
237 *p_y++ = *p_line++; *p_u++ = *p_line++ in YVYU_I420()
290 *p_u++ = *p_line++; p_line++; \ in UYVY_I420()
291 *p_v++ = *p_line++; p_line++ in UYVY_I420()
[all …]
H A Di422_yuy2.h37 : "r" (p_line), "r" (p_y), \
40 p_line += 16; p_y += 8; \
92 p_line += 16; p_y += 8; \
105 *(uint64_t*)p_line = (uint64_t)mm2; \
107 *(uint64_t*)(p_line+8) = (uint64_t)mm0;
116 *(uint64_t*)p_line = (uint64_t)mm2; \
118 *(uint64_t*)(p_line+8) = (uint64_t)mm0;
127 *(uint64_t*)p_line = (uint64_t)mm2; \
129 *(uint64_t*)(p_line+8) = (uint64_t)mm1;
145 : "r" (p_line), "r" (p_y), \
[all …]
H A Dyuy2_i422.c121 uint8_t *p_line = p_source->p->p_pixels; in VIDEO_FILTER_WRAPPER() local
141 *p_y++ = *p_line++; *p_u++ = *p_line++; \ in VIDEO_FILTER_WRAPPER()
142 *p_y++ = *p_line++; *p_v++ = *p_line++ in VIDEO_FILTER_WRAPPER()
152 p_line += i_source_margin; in VIDEO_FILTER_WRAPPER()
165 uint8_t *p_line = p_source->p->p_pixels; in YVYU_I422() local
185 *p_y++ = *p_line++; *p_v++ = *p_line++; \ in YVYU_I422()
186 *p_y++ = *p_line++; *p_u++ = *p_line++ in YVYU_I422()
196 p_line += i_source_margin; in YVYU_I422()
229 *p_u++ = *p_line++; *p_y++ = *p_line++; \ in UYVY_I422()
230 *p_v++ = *p_line++; *p_y++ = *p_line++ in UYVY_I422()
[all …]
H A Di422_yuy2.c166 uint8_t *p_line = p_dest->p->p_pixels; in VIDEO_FILTER_WRAPPER() local
202 p_line += i_dest_margin; in VIDEO_FILTER_WRAPPER()
220 p_line += i_dest_margin; in VIDEO_FILTER_WRAPPER()
247 p_line += i_dest_margin; in VIDEO_FILTER_WRAPPER()
263 uint8_t *p_line = p_dest->p->p_pixels; in I422_YVYU() local
299 p_line += i_dest_margin; in I422_YVYU()
317 p_line += i_dest_margin; in I422_YVYU()
344 p_line += i_dest_margin; in I422_YVYU()
396 p_line += i_dest_margin; in I422_UYVY()
414 p_line += i_dest_margin; in I422_UYVY()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.h122 void set_marked(int p_line, bool p_marked) { text.write[p_line].marked = p_marked; } in set_marked() argument
123 bool is_marked(int p_line) const { return text[p_line].marked; } in is_marked() argument
125 bool is_bookmark(int p_line) const { return text[p_line].bookmark; } in is_bookmark() argument
127 bool is_breakpoint(int p_line) const { return text[p_line].breakpoint; } in is_breakpoint() argument
128 void set_hidden(int p_line, bool p_hidden) { text.write[p_line].hidden = p_hidden; } in set_hidden() argument
129 bool is_hidden(int p_line) const { return text[p_line].hidden; } in is_hidden() argument
130 void set_safe(int p_line, bool p_safe) { text.write[p_line].safe = p_safe; } in set_safe() argument
131 bool is_safe(int p_line) const { return text[p_line].safe; } in is_safe() argument
141 bool has_info_icon(int p_line) const { return text[p_line].has_info; } in has_info_icon() argument
142 const Ref<Texture> &get_info_icon(int p_line) const { return text[p_line].info_icon; } in get_info_icon() argument
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.h122 void set_marked(int p_line, bool p_marked) { text.write[p_line].marked = p_marked; } in set_marked() argument
123 bool is_marked(int p_line) const { return text[p_line].marked; } in is_marked() argument
125 bool is_bookmark(int p_line) const { return text[p_line].bookmark; } in is_bookmark() argument
127 bool is_breakpoint(int p_line) const { return text[p_line].breakpoint; } in is_breakpoint() argument
128 void set_hidden(int p_line, bool p_hidden) { text.write[p_line].hidden = p_hidden; } in set_hidden() argument
129 bool is_hidden(int p_line) const { return text[p_line].hidden; } in is_hidden() argument
130 void set_safe(int p_line, bool p_safe) { text.write[p_line].safe = p_safe; } in set_safe() argument
131 bool is_safe(int p_line) const { return text[p_line].safe; } in is_safe() argument
141 bool has_info_icon(int p_line) const { return text[p_line].has_info; } in has_info_icon() argument
142 const Ref<Texture> &get_info_icon(int p_line) const { return text[p_line].info_icon; } in get_info_icon() argument
[all …]
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dtext-node.c220 GList *p_line, *p_node; in gl_text_node_lines_expand() local
226 for (p_line = lines; p_line != NULL; p_line = p_line->next) { in gl_text_node_lines_expand()
230 p_node = (GList *)p_line->data; in gl_text_node_lines_expand()
301 GList *p_line, *line, *p_node; in gl_text_node_lines_dup() local
304 for (p_line = src_lines; p_line != NULL; p_line = p_line->next) in gl_text_node_lines_dup()
325 GList *p_line, *p_node; in gl_text_node_lines_free() local
328 for (p_line = *lines; p_line != NULL; p_line = p_line->next) in gl_text_node_lines_free()
336 g_list_free ((GList *) p_line->data); in gl_text_node_lines_free()
337 p_line->data = NULL; in gl_text_node_lines_free()
351 GList *p_line, *p_node; in gl_text_node_lines_print() local
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Derror_macros.cpp71 void _err_print_error(const char *p_function, const char *p_file, int p_line, const char *p_error, … in _err_print_error() argument
72 _err_print_error(p_function, p_file, p_line, p_error, "", p_type); in _err_print_error()
75 void _err_print_error(const char *p_function, const char *p_file, int p_line, const String &p_error… in _err_print_error() argument
76 _err_print_error(p_function, p_file, p_line, p_error.utf8().get_data(), "", p_type); in _err_print_error()
81 …OS::get_singleton()->print_error(p_function, p_file, p_line, p_error, p_message, (Logger::ErrorTyp… in _err_print_error()
87 l->errfunc(l->userdata, p_function, p_file, p_line, p_error, p_message, p_type); in _err_print_error()
95 _err_print_error(p_function, p_file, p_line, p_error.utf8().get_data(), p_message, p_type); in _err_print_error()
99 _err_print_error(p_function, p_file, p_line, p_error, p_message.utf8().get_data(), p_type); in _err_print_error()
103 …_err_print_error(p_function, p_file, p_line, p_error.utf8().get_data(), p_message.utf8().get_data(… in _err_print_error()
110 _err_print_error(p_function, p_file, p_line, err.utf8().get_data(), p_message); in _err_print_index_error()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/
H A Derror_macros.cpp71 void _err_print_error(const char *p_function, const char *p_file, int p_line, const char *p_error, … in _err_print_error() argument
72 _err_print_error(p_function, p_file, p_line, p_error, "", p_type); in _err_print_error()
75 void _err_print_error(const char *p_function, const char *p_file, int p_line, const String &p_error… in _err_print_error() argument
76 _err_print_error(p_function, p_file, p_line, p_error.utf8().get_data(), "", p_type); in _err_print_error()
81 …OS::get_singleton()->print_error(p_function, p_file, p_line, p_error, p_message, (Logger::ErrorTyp… in _err_print_error()
87 l->errfunc(l->userdata, p_function, p_file, p_line, p_error, p_message, p_type); in _err_print_error()
95 _err_print_error(p_function, p_file, p_line, p_error.utf8().get_data(), p_message, p_type); in _err_print_error()
99 _err_print_error(p_function, p_file, p_line, p_error, p_message.utf8().get_data(), p_type); in _err_print_error()
103 …_err_print_error(p_function, p_file, p_line, p_error.utf8().get_data(), p_message.utf8().get_data(… in _err_print_error()
110 _err_print_error(p_function, p_file, p_line, err.utf8().get_data(), p_message); in _err_print_index_error()
[all …]
/dports/devel/z88dk/z88dk/src/z80asm/dev/z80pack-1.21/z80asm/
H A Dz80aout.c76 p_line = 3;
85 p_line += 2;
134 p_line++;
137 p_line++;
163 p_line++;
176 p_line = j = 0;
184 p_line += 1;
191 p_line = 0;
206 p_line = i = j = 0;
212 p_line += 1;
[all …]
/dports/emulators/z80pack/z80pack-1.37/z80asm/
H A Dz80aout.c83 p_line = 3; in lst_header()
92 p_line += 2; in lst_attl()
141 p_line++; in lst_line()
144 p_line++; in lst_line()
170 p_line++; in lst_line()
184 p_line = j = 0; in lst_sym()
192 p_line += 1; in lst_sym()
200 p_line = 0; in lst_sym()
216 p_line = i = j = 0; in lst_sort_sym()
222 p_line += 1; in lst_sort_sym()
[all …]
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/includes/
H A Dpcltrace.lib.php173 TrFctStart($p_file, $p_line, $p_name, $p_param, $p_message);
201 $g_pcl_trace_entries[$i]['line'] = $p_line;
213 $g_pcl_trace_entries[$i]['line'] = $p_line;
236 TrFctEnd($p_file, $p_line, $p_return, $p_message);
276 $g_pcl_trace_entries[$i]['line'] = $p_line;
287 $g_pcl_trace_entries[$i]['line'] = $p_line;
303 TrFctMessage($p_file, $p_line, $p_level, $p_message);
325 $g_pcl_trace_entries[$i]['line'] = $p_line;
341 TrMessage($p_file, $p_line, $p_level, $p_message);
343 function TrMessage($p_file, $p_line, $p_level, $p_message="") argument
[all …]
/dports/devel/sunpromake/schily-2021-09-18/patch/
H A Dpch.c126 char **op_line = p_line; in grow_hunkmax()
140 p_line = (char **) realloc((char *)p_line, hunkmax * sizeof (char *)); in grow_hunkmax()
149 p_line = op_line; in grow_hunkmax()
534 free(p_line[p_end]); in another_hunk()
805 if (p_line[p_end]) in another_hunk()
820 free(p_line[p_end]); in another_hunk()
837 p_line[filldst] = p_line[filldst+1]; in another_hunk()
872 p_line[filldst] = p_line[fillsrc]; in another_hunk()
1227 tp_line = p_line; in pch_swap()
1239 p_line = tp_line; in pch_swap()
[all …]
/dports/devel/smake/schily-2021-09-18/patch/
H A Dpch.c126 char **op_line = p_line; in grow_hunkmax()
140 p_line = (char **) realloc((char *)p_line, hunkmax * sizeof (char *)); in grow_hunkmax()
149 p_line = op_line; in grow_hunkmax()
534 free(p_line[p_end]); in another_hunk()
805 if (p_line[p_end]) in another_hunk()
820 free(p_line[p_end]); in another_hunk()
837 p_line[filldst] = p_line[filldst+1]; in another_hunk()
872 p_line[filldst] = p_line[fillsrc]; in another_hunk()
1227 tp_line = p_line; in pch_swap()
1239 p_line = tp_line; in pch_swap()
[all …]
/dports/devel/sccs/schily-2021-09-18/patch/
H A Dpch.c126 char **op_line = p_line; in grow_hunkmax()
140 p_line = (char **) realloc((char *)p_line, hunkmax * sizeof (char *)); in grow_hunkmax()
149 p_line = op_line; in grow_hunkmax()
534 free(p_line[p_end]); in another_hunk()
805 if (p_line[p_end]) in another_hunk()
820 free(p_line[p_end]); in another_hunk()
837 p_line[filldst] = p_line[filldst+1]; in another_hunk()
872 p_line[filldst] = p_line[fillsrc]; in another_hunk()
1227 tp_line = p_line; in pch_swap()
1239 p_line = tp_line; in pch_swap()
[all …]
/dports/devel/schilybase/schily-2021-09-18/patch/
H A Dpch.c126 char **op_line = p_line; in grow_hunkmax()
140 p_line = (char **) realloc((char *)p_line, hunkmax * sizeof (char *)); in grow_hunkmax()
149 p_line = op_line; in grow_hunkmax()
534 free(p_line[p_end]); in another_hunk()
805 if (p_line[p_end]) in another_hunk()
820 free(p_line[p_end]); in another_hunk()
837 p_line[filldst] = p_line[filldst+1]; in another_hunk()
872 p_line[filldst] = p_line[fillsrc]; in another_hunk()
1227 tp_line = p_line; in pch_swap()
1239 p_line = tp_line; in pch_swap()
[all …]
/dports/net/rscsi/schily-2021-09-18/patch/
H A Dpch.c126 char **op_line = p_line; in grow_hunkmax()
140 p_line = (char **) realloc((char *)p_line, hunkmax * sizeof (char *)); in grow_hunkmax()
149 p_line = op_line; in grow_hunkmax()
534 free(p_line[p_end]); in another_hunk()
805 if (p_line[p_end]) in another_hunk()
820 free(p_line[p_end]); in another_hunk()
837 p_line[filldst] = p_line[filldst+1]; in another_hunk()
872 p_line[filldst] = p_line[fillsrc]; in another_hunk()
1227 tp_line = p_line; in pch_swap()
1239 p_line = tp_line; in pch_swap()
[all …]
/dports/archivers/star/schily-2021-09-18/patch/
H A Dpch.c126 char **op_line = p_line; in grow_hunkmax()
140 p_line = (char **) realloc((char *)p_line, hunkmax * sizeof (char *)); in grow_hunkmax()
149 p_line = op_line; in grow_hunkmax()
534 free(p_line[p_end]); in another_hunk()
805 if (p_line[p_end]) in another_hunk()
820 free(p_line[p_end]); in another_hunk()
837 p_line[filldst] = p_line[filldst+1]; in another_hunk()
872 p_line[filldst] = p_line[fillsrc]; in another_hunk()
1227 tp_line = p_line; in pch_swap()
1239 p_line = tp_line; in pch_swap()
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/patch/
H A Dpch.c126 char **op_line = p_line; in grow_hunkmax()
140 p_line = (char **) realloc((char *)p_line, hunkmax * sizeof (char *)); in grow_hunkmax()
149 p_line = op_line; in grow_hunkmax()
534 free(p_line[p_end]); in another_hunk()
805 if (p_line[p_end]) in another_hunk()
820 free(p_line[p_end]); in another_hunk()
837 p_line[filldst] = p_line[filldst+1]; in another_hunk()
872 p_line[filldst] = p_line[fillsrc]; in another_hunk()
1227 tp_line = p_line; in pch_swap()
1239 p_line = tp_line; in pch_swap()
[all …]
/dports/editors/ved/schily-2021-09-18/patch/
H A Dpch.c126 char **op_line = p_line; in grow_hunkmax()
140 p_line = (char **) realloc((char *)p_line, hunkmax * sizeof (char *)); in grow_hunkmax()
149 p_line = op_line; in grow_hunkmax()
534 free(p_line[p_end]); in another_hunk()
805 if (p_line[p_end]) in another_hunk()
820 free(p_line[p_end]); in another_hunk()
837 p_line[filldst] = p_line[filldst+1]; in another_hunk()
872 p_line[filldst] = p_line[fillsrc]; in another_hunk()
1227 tp_line = p_line; in pch_swap()
1239 p_line = tp_line; in pch_swap()
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/patch/
H A Dpch.c126 char **op_line = p_line; in grow_hunkmax()
140 p_line = (char **) realloc((char *)p_line, hunkmax * sizeof (char *)); in grow_hunkmax()
149 p_line = op_line; in grow_hunkmax()
534 free(p_line[p_end]); in another_hunk()
805 if (p_line[p_end]) in another_hunk()
820 free(p_line[p_end]); in another_hunk()
837 p_line[filldst] = p_line[filldst+1]; in another_hunk()
872 p_line[filldst] = p_line[fillsrc]; in another_hunk()
1227 tp_line = p_line; in pch_swap()
1239 p_line = tp_line; in pch_swap()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccscvt.c549 if (pkt->p_line[0] != CTLCHAR)
551 switch (pkt->p_line[1]) {
558 del_ab(pkt->p_line, &dt, pkt);
593 putline(pkt, &pkt->p_line[1]);
638 if (pkt->p_line[0] != CTLCHAR)
640 switch (pkt->p_line[1]) {
651 del_ab(pkt->p_line, &dt, pkt);
682 (pkt->p_line[2] == '_') &&
684 (pkt->p_line[4] == ' ')) {
685 pkt->p_line[2] = CTLCHAR;
[all …]
/dports/devel/smake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccscvt.c549 if (pkt->p_line[0] != CTLCHAR)
551 switch (pkt->p_line[1]) {
558 del_ab(pkt->p_line, &dt, pkt);
593 putline(pkt, &pkt->p_line[1]);
638 if (pkt->p_line[0] != CTLCHAR)
640 switch (pkt->p_line[1]) {
651 del_ab(pkt->p_line, &dt, pkt);
682 (pkt->p_line[2] == '_') &&
684 (pkt->p_line[4] == ' ')) {
685 pkt->p_line[2] = CTLCHAR;
[all …]
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccscvt.c549 if (pkt->p_line[0] != CTLCHAR)
551 switch (pkt->p_line[1]) {
558 del_ab(pkt->p_line, &dt, pkt);
593 putline(pkt, &pkt->p_line[1]);
638 if (pkt->p_line[0] != CTLCHAR)
640 switch (pkt->p_line[1]) {
651 del_ab(pkt->p_line, &dt, pkt);
682 (pkt->p_line[2] == '_') &&
684 (pkt->p_line[4] == ' ')) {
685 pkt->p_line[2] = CTLCHAR;
[all …]
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccscvt.c549 if (pkt->p_line[0] != CTLCHAR)
551 switch (pkt->p_line[1]) {
558 del_ab(pkt->p_line, &dt, pkt);
593 putline(pkt, &pkt->p_line[1]);
638 if (pkt->p_line[0] != CTLCHAR)
640 switch (pkt->p_line[1]) {
651 del_ab(pkt->p_line, &dt, pkt);
682 (pkt->p_line[2] == '_') &&
684 (pkt->p_line[4] == ' ')) {
685 pkt->p_line[2] = CTLCHAR;
[all …]

12345678910>>...23