Home
last modified time | relevance | path

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

12345678910>>...12

/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_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/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.c440 input_data_mixed_float (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_float() argument
445 gfloat *in = (gfloat *) _in; in input_data_mixed_float()
457 input_data_mixed_double (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_double() argument
462 gdouble *in = (gdouble *) _in; in input_data_mixed_double()
474 input_data_mixed_int32_max (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_int32_max() argument
478 gint32 *in = (gint32 *) _in; in input_data_mixed_int32_max()
491 input_data_mixed_int24_max (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_int24_max() argument
500 gint32 value = GST_READ_UINT24_BE (_in); in input_data_mixed_int24_max()
502 gint32 value = GST_READ_UINT24_LE (_in); in input_data_mixed_int24_max()
507 _in += 3; in input_data_mixed_int24_max()
[all …]
/third_party/boost/boost/gil/io/
Ddevice.hpp331 : _in( in ) in istream_device()
341 return _in.get(); in getc_unchecked()
348 io_error_if( ( ch = _in.get() ) == EOF in getc()
362 _in.peek(); in read()
363 std::streamsize c = _in.readsome( reinterpret_cast< char* >( data ) in read()
370 } while( count && _in ); in read()
411 _in.seekg( count in seek()
427 std::istream& _in; member in boost::gil::detail::istream_device
/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 _…
DHelloWorld.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 _…
DReturnColorFromMain.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 _…
DStaticSwitchWithFallthroughA.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 _…
DStaticSwitchWithBreak.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 _…
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dcoreboot_tables.h270 #define UNPACK_CB64(_in) \ argument
271 ((((u64) _in.hi) << 32) | _in.lo)
/third_party/mingw-w64/mingw-w64-headers/include/
Dwindns.h44 #define INLINE_WORD_FLIP(out,in) { WORD _in = (in); (out) = (_in << 8) | (_in >> 8); }
47 …E_DWORD_FLIP(out,in) { DWORD _in = (in); (out) = ((_in << 8) & 0x00ff0000) | (_in << 24) | ((_in >…
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dserial_sh.h247 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
264 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
273 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
424 #define sci_in(port, reg) sci_##reg##_in(port)
/third_party/eudev/src/shared/
Dsiphash24.c56 void siphash24(uint8_t out[8], const void *_in, size_t inlen, const uint8_t k[16]) in siphash24() argument
67 const u8 *in = _in; in siphash24()

12345678910>>...12