Home
last modified time | relevance | path

Searched refs:in_p (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DImage_process.cpp451 out_p[0] = (in_p[0] + in_p[4] + in_p[row+0] + in_p[row+4])>>2; in R_MipMap()
452 out_p[1] = (in_p[1] + in_p[5] + in_p[row+1] + in_p[row+5])>>2; in R_MipMap()
453 out_p[2] = (in_p[2] + in_p[6] + in_p[row+2] + in_p[row+6])>>2; in R_MipMap()
454 out_p[3] = (in_p[3] + in_p[7] + in_p[row+3] + in_p[row+7])>>2; in R_MipMap()
520 out_p[0] = (in_p[0] + in_p[4] + in_p[row+0] + in_p[row+4] + in R_MipMap3D()
521 in_p[plane+0] + in_p[plane+4] + in_p[plane+row+0] + in_p[plane+row+4] in R_MipMap3D()
523 out_p[1] = (in_p[1] + in_p[5] + in_p[row+1] + in_p[row+5] + in R_MipMap3D()
524 in_p[plane+1] + in_p[plane+5] + in_p[plane+row+1] + in_p[plane+row+5] in R_MipMap3D()
526 out_p[2] = (in_p[2] + in_p[6] + in_p[row+2] + in_p[row+6] + in R_MipMap3D()
527 in_p[plane+2] + in_p[plane+6] + in_p[plane+row+2] + in_p[plane+row+6] in R_MipMap3D()
[all …]
/dports/devel/dyncall/dyncall-1.3/dyncall/
H A Ddyncall_callvm_arm64_apple.c34 static void reset(DCCallVM* in_p) in reset() argument
43 static void deinit(DCCallVM* in_p) in deinit() argument
45 dcFreeMem(in_p); in deinit()
68 static void var_bool (DCCallVM* in_p, DCbool x) { var_i64( in_p, ((DClonglong) x) ); } in var_bool() argument
69 static void var_char (DCCallVM* in_p, DCchar x) { var_i64( in_p, ((DClonglong) x) ); } in var_char() argument
70 static void var_short (DCCallVM* in_p, DCshort x) { var_i64( in_p, ((DClonglong) x) ); } in var_short() argument
71 static void var_int (DCCallVM* in_p, DCint x) { var_i64( in_p, ((DClonglong) x) ); } in var_int() argument
72 static void var_long (DCCallVM* in_p, DClong x) { var_i64( in_p, ((DClonglong) x) ); } in var_long() argument
79 var_double( in_p, (DCdouble) x ); in var_float()
82 var_i64(in_p, (DClonglong) x ); in var_pointer()
[all …]
H A Ddyncall_callvm_arm32_arm_armhf.c52 static void reset(DCCallVM* in_p) in reset() argument
54 DCCallVM_arm32_armhf* p = (DCCallVM_arm32_armhf*)in_p; in reset()
92 static void a_pointer(DCCallVM* in_p, DCpointer x) { a_int(in_p, (DCint) x ); } in a_pointer() argument
94 static void a_float(DCCallVM* in_p, DCfloat x) in a_float() argument
96 DCCallVM_arm32_armhf* p = (DCCallVM_arm32_armhf*)in_p; in a_float()
109 static void a_double(DCCallVM* in_p, DCdouble x) in a_double() argument
116 DCCallVM_arm32_armhf* p = (DCCallVM_arm32_armhf*)in_p; in a_double()
133 static void a_float_ellipsis(DCCallVM* in_p, DCfloat x) in a_float_ellipsis() argument
135 a_int(in_p, *(DCint*)&x); in a_float_ellipsis()
140 a_longlong(in_p, *(DClonglong*)&x); in a_double_ellipsis()
[all …]
H A Ddyncall_callvm_arm64.c35 static void reset(DCCallVM* in_p) in reset() argument
37 DCCallVM_arm64* p = (DCCallVM_arm64*)in_p; in reset()
69 static void a_float(DCCallVM* in_p, DCfloat x) in a_float() argument
71 DCCallVM_arm64* p = (DCCallVM_arm64*)in_p; in a_float()
82 static void a_double(DCCallVM* in_p, DCdouble x) in a_double() argument
84 DCCallVM_arm64* p = (DCCallVM_arm64*)in_p; in a_double()
93 void call(DCCallVM* in_p, DCpointer target) in call() argument
95 DCCallVM_arm64* p = (DCCallVM_arm64*)in_p; in call()
139 static void var_float (DCCallVM* in_p, DCfloat x) { DClonglong tmp = 0; *(DCfloat*)&tmp = x; a_i64… in var_float() argument
140 static void var_double(DCCallVM* in_p, DCdouble x) { a_i64(in_p, *(DClonglong *)&x); } in var_double() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/hsv/src/hsvdetector/
H A Dimp.rs550 |in_p| { in transform()
565 |in_p| { in transform()
580 |in_p| { in transform()
597 |in_p| { in transform()
619 |in_p| { in transform()
634 |in_p| { in transform()
649 |in_p| { in transform()
756 |in_p| { in transform()
773 |in_p| { in transform()
790 |in_p| { in transform()
[all …]
/dports/textproc/p5-Net-IDN-Encode/Net-IDN-Encode-2.500/lib/Net/IDN/
H A DPunycode.xs24 #define utf8_to_uvchr_buf(in_p,in_e,u8) utf8_to_uvchr(in_p,u8); argument
101 while(in_p < in_e) {
104 *re_p++ = *in_p;
107 in_p++;
121 for(in_p = skip_p = in_s; in_p < in_e;) {
127 skip_p = in_p;
132 in_p += u8;
145 for(in_p = skip_p; in_p < in_e;) {
168 in_p += u8;
208 for(in_p = in_s; in_p < in_e; in_p++) {
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/hsv/src/
H A Dhsvutils.rs45 let r = in_p[0] as f32 / 255.0;
46 let g = in_p[1] as f32 / 255.0;
47 let b = in_p[2] as f32 / 255.0;
49 let value: f32 = *in_p
55 - (*in_p
93 let value: f32 = *in_p
99 - (*in_p
133 let c: f32 = in_p[2] * in_p[1];
156 let m = in_p[2] - c;
168 let c: f32 = in_p[2] * in_p[1];
[all …]
/dports/print/hplip/hplip-3.20.6/ip/
H A Dxscale.c329 in_p = src_p; in gray_horiz_scale()
332 in_p[g->in_row_nbytes] = in_p[g->in_row_nbytes-1]; /* dup right pixel */ in gray_horiz_scale()
346 *out_p++ = (w1*in_p[0] + w2*in_p[1]) >> 8; in gray_horiz_scale()
351 in_p += 1; in gray_horiz_scale()
363 *out_p++ = *in_p; in gray_horiz_scale()
426 in_p = src_p; in color_horiz_scale()
447 *out_p++ = (w1*in_p[0] + w2*in_p[3]) >> 8; /* y component */ in color_horiz_scale()
448 *out_p++ = (w1*in_p[1] + w2*in_p[4]) >> 8; /* u component */ in color_horiz_scale()
449 *out_p++ = (w1*in_p[2] + w2*in_p[5]) >> 8; /* v component */ in color_horiz_scale()
454 in_p += 3; in color_horiz_scale()
[all …]
H A Dxjpg_enc.c1443 BYTE *in_p; in copy_in_rows() local
1478 *row_p++ = *in_p; in_p += g->comps_in_pixel; in copy_in_rows()
1479 *row_p++ = *in_p; in_p += g->comps_in_pixel; in copy_in_rows()
1480 *row_p++ = *in_p; in_p += g->comps_in_pixel; in copy_in_rows()
1481 *row_p++ = *in_p; in_p += g->comps_in_pixel; in copy_in_rows()
1491 *row_p++ = *in_p; in_p += inc; in copy_in_rows()
1492 *row_p++ = *in_p; in_p += inc; in copy_in_rows()
1493 *row_p++ = *in_p; in_p += inc; in copy_in_rows()
1494 *row_p++ = *in_p; in_p += inc; in copy_in_rows()
1524 in_p = inbuf_p; in copy_in_rows()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/test/
H A Dtest_client_port.rs193 let in_p = other in client_port_cant_connect_inactive_client() localVariable
220 let in_p = client in client_port_recognizes_already_connected_ports() localVariable
233 client.connect_ports(&out_p, &in_p), in client_port_recognizes_already_connected_ports()
236 in_p.name().to_string(), in client_port_recognizes_already_connected_ports()
259 let in_p = client in client_port_can_disconnect_port_from_all() localVariable
271 in_p.disconnect().unwrap(); in client_port_can_disconnect_port_from_all()
279 let in_p = client in client_port_can_disconnect_ports() localVariable
299 let in_p = client in client_port_can_disconnect_ports_by_name() localVariable
324 let in_p = client in client_port_can_disconnect_unowned_ports() localVariable
349 let in_p = client in client_port_can_get_existing_ports() localVariable
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/x86/
H A Dlpf_common_sse2.h19 static INLINE void highbd_transpose(uint16_t *src[], int in_p, uint16_t *dst[], in highbd_transpose() argument
28 _mm_loadu_si128((__m128i *)(in + 0 * in_p)); // 00 01 02 03 04 05 06 07 in highbd_transpose()
30 _mm_loadu_si128((__m128i *)(in + 1 * in_p)); // 10 11 12 13 14 15 16 17 in highbd_transpose()
32 _mm_loadu_si128((__m128i *)(in + 2 * in_p)); // 20 21 22 23 24 25 26 27 in highbd_transpose()
34 _mm_loadu_si128((__m128i *)(in + 3 * in_p)); // 30 31 32 33 34 35 36 37 in highbd_transpose()
36 _mm_loadu_si128((__m128i *)(in + 4 * in_p)); // 40 41 42 43 44 45 46 47 in highbd_transpose()
38 _mm_loadu_si128((__m128i *)(in + 5 * in_p)); // 50 51 52 53 54 55 56 57 in highbd_transpose()
40 _mm_loadu_si128((__m128i *)(in + 6 * in_p)); // 60 61 62 63 64 65 66 67 in highbd_transpose()
42 _mm_loadu_si128((__m128i *)(in + 7 * in_p)); // 70 71 72 73 74 75 76 77 in highbd_transpose()
127 highbd_transpose(src0, in_p, dest0, out_p, 1); in highbd_transpose8x16()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/base/
H A Dutil.cc82 for (const char* in_p = in_p_begin; in_p < in_p_end; ++in_p) { in ReplaceLfByCrLf() local
83 char c = *in_p; in ReplaceLfByCrLf()
100 for (const char* in_p = in_p_begin; in_p < in_p_end; ++in_p) { in ReplaceCrLfByLf() local
101 char c = *in_p; in ReplaceCrLfByLf()
102 if ((c == '\r') && (in_p + 1 < in_p_end) && (*(in_p + 1) == '\n')) { in ReplaceCrLfByLf()
104 ++in_p; in ReplaceCrLfByLf()
/dports/lang/kawa/kawa-3.1.1/kawa/
H A DDomTermBackend.java22 TtyInPort in_p; field in DomTermBackend
40 && in_p.sigIntHandler != null) in reportEvent()
41 in_p.sigIntHandler.run(); in reportEvent()
62 in_p = (TtyInPort) in run()
80 if (in_p == null) in run()
90 in_p = new TtyInPort(inIn, inPath, outp); in run()
92 in_p.setInDomTerm(true); in run()
93 InPort.setInDefault(in_p); in run()
149 if (in_p != null && setSizeMethod != null) { in setWindowSize()
151 setSizeMethod.invoke(in_p, ncols, nrows); in setWindowSize()
[all …]
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dstring.cpp152 char const* const in_p = in.data(); in to_wstring() local
174 char const* in_p = in.data() + start; in to_wstring()
175 size_t len = mbsnrtowcs(nullptr, &in_p, inlen, 0, &ps); in to_wstring()
185 mbsnrtowcs(out_p, &in_p, inlen, len, &ps); in to_wstring()
303 char const* const in_p = s; in to_wstring_from_utf8() local
314 auto in_p = const_cast<iconv_second_arg_type>(s); in to_wstring_from_utf8()
339 wchar_t const* const in_p = in.data(); in to_string() local
361 wchar_t const* in_p = in.data() + start; in to_string()
362 size_t len = wcsnrtombs(nullptr, &in_p, inlen, 0, &ps); in to_string()
372 wcsnrtombs(out_p, &in_p, inlen, len, &ps); in to_string()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkProjectedTetrahedraMapper.cxx97 PointIterator in_p; in vtkProjectedTetrahedraMapperTransformPoints() local
113 for (i = 0, in_p = in_points, out_p = out_points; i < num_points; in vtkProjectedTetrahedraMapperTransformPoints()
114 i++, in_p += 3, out_p += 3) in vtkProjectedTetrahedraMapperTransformPoints()
118 out_p[row] = ( mat[0*4+row]*in_p[0] + mat[1*4+row]*in_p[1] in vtkProjectedTetrahedraMapperTransformPoints()
119 + mat[2*4+row]*in_p[2] + mat[3*4+row]); in vtkProjectedTetrahedraMapperTransformPoints()
127 for (i = 0, in_p = in_points, out_p = out_points; i < num_points; in vtkProjectedTetrahedraMapperTransformPoints()
128 i++, in_p += 3, out_p += 3) in vtkProjectedTetrahedraMapperTransformPoints()
130 float w = ( mat[0*4+3]*in_p[0] + mat[1*4+3]*in_p[1] in vtkProjectedTetrahedraMapperTransformPoints()
131 + mat[2*4+3]*in_p[2] + mat[3*4+3]); in vtkProjectedTetrahedraMapperTransformPoints()
/dports/news/newsstar/newsstar-1.5.6/src/
H A Dchild.c450 switch (*in_p) in demime_q()
461 in_p += 3; in demime_q()
465 ++in_p; in demime_q()
504 i = *(in_p++); in demime_b()
532 if (in_p == end) in demime_b()
579 const char *in_p; in convert_mime_header() local
591 in_p = line_in; in convert_mime_header()
593 while (*in_p) in convert_mime_header()
609 in_p = token + 2; in convert_mime_header()
616 strncpy(from_charset, in_p, token - in_p); in convert_mime_header()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/
H A Dboxm2_vecf_vector_field.hxx47 const data_t* in_p = input_pts; in compute_transformed_pts() local
50 const vgl_point_3d<double> x((*in_p)[0], in compute_transformed_pts()
51 (*in_p)[1], in compute_transformed_pts()
52 (*in_p)[2]); in compute_transformed_pts()
53 ++in_p; in compute_transformed_pts()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/iff.imageio/
H A Diffinput.cpp160 uint8_t* in_p = &m_buf[0] + (iy * w + x) * m_spec.pixel_bytes(); in read_native_tile() local
165 memcpy(out_p, in_p, tw * m_spec.pixel_bytes()); in read_native_tile()
283 uint8_t* in_p = &in[0]; in readimg() local
286 p += uncompress_rle_channel(p, in_p, tw * th); in readimg()
297 *out_p++ = *in_p++; in readimg()
311 uint8_t* in_p in readimg() local
316 uint8_t* out_p = in_p in readimg()
367 uint8_t* in_p = &in[0]; in readimg() local
381 *out_p++ = *in_p++; in readimg()
400 uint8_t* in_p in readimg() local
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/iff.imageio/
H A Diffinput.cpp160 uint8_t* in_p = &m_buf[0] + (iy * w + x) * m_spec.pixel_bytes(); in read_native_tile() local
165 memcpy(out_p, in_p, tw * m_spec.pixel_bytes()); in read_native_tile()
283 uint8_t* in_p = &in[0]; in readimg() local
286 p += uncompress_rle_channel(p, in_p, tw * th); in readimg()
297 *out_p++ = *in_p++; in readimg()
311 uint8_t* in_p in readimg() local
316 uint8_t* out_p = in_p in readimg()
367 uint8_t* in_p = &in[0]; in readimg() local
381 *out_p++ = *in_p++; in readimg()
400 uint8_t* in_p in readimg() local
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-filter-morphology.cpp89 unsigned char *in_p = in_data + i * (axis == Geom::X ? stridein : BPP); in morphologicalFilter1D() local
117 … while(!vals[p].empty() && !comp(vals[p].back().second, *in_p)) vals[p].pop_back(); // useless in morphologicalFilter1D()
118 vals[p].push_back(std::make_pair(j+wi, *in_p)); in morphologicalFilter1D()
119 ++in_p; in morphologicalFilter1D()
121 if (axis == Geom::Y) in_p += stridein - BPP; in morphologicalFilter1D()
129 … while(!vals[p].empty() && !comp(vals[p].back().second, *in_p)) vals[p].pop_back(); // useless in morphologicalFilter1D()
130 vals[p].push_back(std::make_pair(j+wi, *in_p)); in morphologicalFilter1D()
131 ++in_p; in morphologicalFilter1D()
137 in_p += stridein - BPP; in morphologicalFilter1D()
/dports/net/mpich/mpich-3.4.3/test/mpi/datatype/
H A Dsendrecvt4.c124 unsigned char *in_p = (unsigned char *) inbufs[j], in main() local
129 in_p += jj; in main()
133 in_p[0], in_p[1], in_p[2], in_p[3]); in main()
/dports/x11-fm/librfm/librfm5-5.3.16.4/rodent/
H A Drodent_popup_threads.c61 rodent_thread_multimenu_make(GtkAccelGroup * accel_group, RodentMenuDefinition *in_p){ in rodent_thread_multimenu_make() argument
62 if (!in_p || !in_p->parent_id){ in rodent_thread_multimenu_make()
66 thread_multimenu_make(accel_group, in_p); in rodent_thread_multimenu_make()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkProjectedTetrahedraMapper.cxx104 typename ArrayT::ValueType in_p[3]; in operator ()() local
122 in_points->GetTypedTuple(i, in_p); in operator ()()
125 out_p[row] = ( mat[0*4+row] * in_p[0] + mat[1*4+row] * in_p[1] in operator ()()
126 + mat[2*4+row] * in_p[2] + mat[3*4+row]); in operator ()()
136 in_points->GetTypedTuple(i, in_p); in operator ()()
137 float w = ( mat[0*4+3]*in_p[0] + mat[1*4+3]*in_p[1] in operator ()()
138 + mat[2*4+3]*in_p[2] + mat[3*4+3]); in operator ()()
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkProjectedTetrahedraMapper.cxx106 typename ArrayT::ValueType in_p[3]; in operator ()() local
124 in_points->GetTypedTuple(i, in_p); in operator ()()
127 out_p[row] = (mat[0 * 4 + row] * in_p[0] + mat[1 * 4 + row] * in_p[1] + in operator ()()
128 mat[2 * 4 + row] * in_p[2] + mat[3 * 4 + row]); in operator ()()
138 in_points->GetTypedTuple(i, in_p); in operator ()()
139 float w = (mat[0 * 4 + 3] * in_p[0] + mat[1 * 4 + 3] * in_p[1] + mat[2 * 4 + 3] * in_p[2] + in operator ()()
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/test/
H A Dhec_test.c59 const uint8_t *in_p = (const uint8_t *) &in; in test_32_bit() local
64 out = IMB_HEC_32(mgr, in_p); in test_32_bit()
101 const uint8_t *in_p = (const uint8_t *) &in; in test_64_bit() local
106 out = IMB_HEC_64(mgr, in_p); in test_64_bit()

12345678910>>...46