Home
last modified time | relevance | path

Searched refs:_in (Results 1 – 25 of 269) sorted by relevance

1234567891011

/third_party/python/Lib/multiprocessing/dummy/
Dconnection.py41 _in, _out = Queue(), Queue()
42 address.put((_out, _in))
43 return Connection(_in, _out)
53 def __init__(self, _in, _out): argument
55 self._in = _in
57 self.recv = self.recv_bytes = _in.get
60 if self._in.qsize() > 0:
64 with self._in.not_empty:
65 self._in.not_empty.wait(timeout)
66 return self._in.qsize() > 0
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.c399 input_data_mixed_float (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_float() argument
404 gfloat *in = (gfloat *) _in; in input_data_mixed_float()
416 input_data_mixed_double (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_double() argument
421 gdouble *in = (gdouble *) _in; in input_data_mixed_double()
433 input_data_mixed_int32_max (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_int32_max() argument
437 gint32 *in = (gint32 *) _in; in input_data_mixed_int32_max()
450 input_data_mixed_int24_max (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_int24_max() argument
459 gint32 value = GST_READ_UINT24_BE (_in); in input_data_mixed_int24_max()
461 gint32 value = GST_READ_UINT24_LE (_in); in input_data_mixed_int24_max()
466 _in += 3; in input_data_mixed_int24_max()
[all …]
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdeclib.c164 copy_samples_16_m (vorbis_sample_t * _out, vorbis_sample_t ** _in, in copy_samples_16_m() argument
168 ogg_int32_t **in = (ogg_int32_t **) _in; in copy_samples_16_m()
177 copy_samples_16_s (vorbis_sample_t * _out, vorbis_sample_t ** _in, in copy_samples_16_s() argument
181 ogg_int32_t **in = (ogg_int32_t **) _in; in copy_samples_16_s()
191 copy_samples_16 (vorbis_sample_t * _out, vorbis_sample_t ** _in, guint samples, in copy_samples_16() argument
195 ogg_int32_t **in = (ogg_int32_t **) _in; in copy_samples_16()
/third_party/skia/tests/sksl/shared/
DNoFragCoordsPos.metal11 vertex Outputs vertexMain(Inputs _in [[stage_in]], uint sk_VertexID [[vertex_id]], uint sk_Instance…
14 _out.sk_Position = _in.pos;
DNoFragCoordsPosRT.metal14 vertex Outputs vertexMain(Inputs _in [[stage_in]], constant Uniforms& _uniforms [[buffer(0)]], uint…
17 _out.sk_Position = _in.pos;
DOssfuzz29085.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DOssfuzz26167.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DDerivativesUnused.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DOssfuzz26759.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DDiscard.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DOssfuzz28904.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DOssfuzz29494.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DDeadDoWhileLoop.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DReturnColorFromMain.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DConstArray.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DHelloWorld.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DStaticSwitchWithBreak.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DStaticSwitchWithBreakInsideBlock.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DOssfuzz28794.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DOssfuzz37466.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DStaticSwitchWithFallthroughA.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DStaticSwitchWithFallthroughB.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
DInstanceID.metal11 vertex Outputs vertexMain(Inputs _in [[stage_in]], uint sk_VertexID [[vertex_id]], uint sk_Instance…
DVertexID.metal11 vertex Outputs vertexMain(Inputs _in [[stage_in]], uint sk_VertexID [[vertex_id]], uint sk_Instance…
/third_party/skia/tests/sksl/metal/
DCastHalf4ToMat2x2.metal9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…

1234567891011