Home
last modified time | relevance | path

Searched refs:pin (Results 1 – 25 of 263) sorted by relevance

1234567891011

/third_party/ffmpeg/libavdevice/
Ddshow_pin.c27 DECLARE_QUERYINTERFACE(pin, DShowPin,
29 DECLARE_ADDREF(pin, DShowPin) in DECLARE_ADDREF() argument
30 DECLARE_RELEASE(pin, DShowPin) in DECLARE_ADDREF()
32 long ff_dshow_pin_Connect(DShowPin *this, IPin *pin, const AM_MEDIA_TYPE *type) in DECLARE_ADDREF()
34 dshowdebug("ff_dshow_pin_Connect(%p, %p, %p)\n", this, pin, type); in DECLARE_ADDREF()
38 long ff_dshow_pin_ReceiveConnection(DShowPin *this, IPin *pin, in ff_dshow_pin_ReceiveConnection() argument
44 if (!pin) in ff_dshow_pin_ReceiveConnection()
58 IPin_AddRef(pin); in ff_dshow_pin_ReceiveConnection()
59 this->connectedto = pin; in ff_dshow_pin_ReceiveConnection()
78 long ff_dshow_pin_ConnectedTo(DShowPin *this, IPin **pin) in ff_dshow_pin_ConnectedTo() argument
[all …]
Ddshow_enumpins.c37 ff_dshow_pin_AddRef(this->pin); in DECLARE_ADDREF()
38 *pins = (IPin *) this->pin; in DECLARE_ADDREF()
67 new = ff_dshow_enumpins_Create(this->pin, this->filter); in ff_dshow_enumpins_Clone()
75 static int ff_dshow_enumpins_Setup(DShowEnumPins *this, DShowPin *pin, DShowFilter *filter) in ff_dshow_enumpins_Setup() argument
86 this->pin = pin; in ff_dshow_enumpins_Setup()
97 DECLARE_CREATE(enumpins, DShowEnumPins, ff_dshow_enumpins_Setup(this, pin, filter),
98 DShowPin *pin, DShowFilter *filter)
Ddshow_filter.c95 new = ff_dshow_enumpins_Create(this->pin, this); in ff_dshow_filter_EnumPins()
102 long ff_dshow_filter_FindPin(DShowFilter *this, const wchar_t *id, IPin **pin) in ff_dshow_filter_FindPin() argument
107 if (!id || !pin) in ff_dshow_filter_FindPin()
110 found = this->pin; in ff_dshow_filter_FindPin()
113 *pin = (IPin *) found; in ff_dshow_filter_FindPin()
172 this->pin = ff_dshow_pin_Create(this); in ff_dshow_filter_Setup()
182 ff_dshow_pin_Release(this->pin); in ff_dshow_filter_Cleanup()
/third_party/libwebsockets/lib/plat/unix/
Dunix-plugins.c40 struct lws_plugin *pin; in lws_plat_dlopen() local
89 pin = *pplugin; in lws_plat_dlopen()
90 while (pin) { in lws_plat_dlopen()
91 if (!strcmp(pin->hdr->name, hdr->name)) in lws_plat_dlopen()
93 pin = pin->list; in lws_plat_dlopen()
100 pin = lws_malloc(sizeof(*pin), __func__); in lws_plat_dlopen()
101 if (!pin) in lws_plat_dlopen()
104 pin->list = *pplugin; in lws_plat_dlopen()
105 *pplugin = pin; in lws_plat_dlopen()
107 pin->u.l = l; in lws_plat_dlopen()
[all …]
/third_party/libwebsockets/lib/plat/windows/
Dwindows-plugins.c42 struct lws_plugin *pin; in lws_plat_dlopen() local
91 pin = *pplugin; in lws_plat_dlopen()
92 while (pin) { in lws_plat_dlopen()
93 if (!strcmp(pin->hdr->name, hdr->name)) in lws_plat_dlopen()
95 pin = pin->list; in lws_plat_dlopen()
102 pin = lws_malloc(sizeof(*pin), __func__); in lws_plat_dlopen()
103 if (!pin) in lws_plat_dlopen()
106 pin->list = *pplugin; in lws_plat_dlopen()
107 *pplugin = pin; in lws_plat_dlopen()
109 pin->u.lib = lib; in lws_plat_dlopen()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
Dp2p_connect.py66 global pin
79 pin,wps_method,go_intent): argument
86 self.pin = pin
157 if (self.pin != None):
158 self.p2p_connect_arguements.update({'pin':self.pin})
171 if (self.pin != None):
172 self.p2p_connect_arguements.update({'pin':self.pin})
188 if (self.pin != None):
193 if (self.pin != None):
228 pin = None variable
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
Dp2p_connect.py66 global pin
79 pin,wps_method,go_intent): argument
86 self.pin = pin
157 if (self.pin != None):
158 self.p2p_connect_arguements.update({'pin':self.pin})
171 if (self.pin != None):
172 self.p2p_connect_arguements.update({'pin':self.pin})
188 if (self.pin != None):
193 if (self.pin != None):
228 pin = None variable
[all …]
/third_party/libsnd/src/ALAC/
Ddp_enc.c80 int32_t * pin ; in pc_block() local
128 pin = in + j - 1 ; in pc_block()
130 b0 = top - pin [0] ; in pc_block()
131 b1 = top - pin [-1] ; in pc_block()
132 b2 = top - pin [-2] ; in pc_block()
133 b3 = top - pin [-3] ; in pc_block()
215 pin = in + j - 1 ; in pc_block()
217 b0 = top - (*pin--) ; in pc_block()
218 b1 = top - (*pin--) ; in pc_block()
219 b2 = top - (*pin--) ; in pc_block()
[all …]
/third_party/rust/crates/pin-utils/
DREADME.md1 # pin-utils
5 …https://travis-ci.com/rust-lang-nursery/pin-utils.svg?branch=master)](https://travis-ci.com/rust-l…
6 [![Crates.io](https://img.shields.io/crates/v/pin-utils.svg)](https://crates.io/crates/pin-utils)
8 [Documentation](https://docs.rs/pin-utils)
16 pin-utils = "0.1.0-alpha.4"
25 The current version of pin-utils requires Rust 1.33 or later.
41 for inclusion in pin-utils by you, as defined in the Apache-2.0 license, shall be
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_value_test.cpp55 EXPECT_EQ(reg.pin(), pin_fully); in TEST_F()
62 EXPECT_EQ(reg2.pin(), pin_fully); in TEST_F()
79 EXPECT_EQ(reg.pin(), pin_none); in TEST_F()
86 EXPECT_EQ(reg2.pin(), pin_none); in TEST_F()
115 EXPECT_EQ(reg_with_buffer_addr.pin(), pin_none); in TEST_F()
123 EXPECT_EQ(baddr->pin(), pin_none); in TEST_F()
173 EXPECT_EQ(elm0->pin(), pin_array); in TEST_F()
182 EXPECT_EQ(elm1->pin(), pin_array); in TEST_F()
196 EXPECT_EQ(elm_indirect->pin(), pin_array); in TEST_F()
200 EXPECT_EQ(elm_addr->pin(), pin_none); in TEST_F()
[all …]
Dsfn_valuefactory_test.cpp64 EXPECT_EQ(dest_value->pin(), pin_none); in TEST_F()
71 EXPECT_EQ(value->pin(), pin_none); in TEST_F()
95 EXPECT_EQ(value->pin(), pin_none); in TEST_F()
122 EXPECT_EQ(regx->pin(), pin_array); in TEST_F()
126 EXPECT_EQ(regy->pin(), pin_array); in TEST_F()
167 EXPECT_EQ(regx->pin(), pin_array); in TEST_F()
175 EXPECT_EQ(regy->pin(), pin_array); in TEST_F()
189 EXPECT_EQ(dest_value->pin(), pin_chan); in TEST_F()
194 EXPECT_EQ(value->pin(), pin_chan); in TEST_F()
208 EXPECT_EQ(dest_value->pin(), pin_chan); in TEST_F()
[all …]
/third_party/rust/crates/pin-utils/src/
Dprojection.rs44 self: $crate::core_reexport::pin::Pin<&'__a mut Self>
45 ) -> $crate::core_reexport::pin::Pin<&'__a mut $t> {
47 $crate::core_reexport::pin::Pin::map_unchecked_mut(
93 self: $crate::core_reexport::pin::Pin<&'__a mut Self>
96 &mut $crate::core_reexport::pin::Pin::get_unchecked_mut(self).$f
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_coalesce.cpp63 c->pin = v->pin_gpr; in create_chunk()
86 c1->pin = sel_chan(c1->pin.sel(), c2->pin.chan()); in unify_chunks()
91 c1->pin = sel_chan(c2->pin.sel(), c1->pin.chan()); in unify_chunks()
116 c1->pin.chan() != c2->pin.chan()) in chunks_interference()
120 c1->pin.sel() != c2->pin.sel()) in chunks_interference()
206 sblog << " REG = " << c->pin.sel(); in dump_chunk()
209 sblog << " CHAN = " << c->pin.chan(); in dump_chunk()
301 unsigned cs = c->is_chan_pinned() ? c->pin.chan() : 0; in color_chunks()
311 rs = c->pin.sel(); in color_chunks()
396 c->pin = color; in color_chunk()
[all …]
/third_party/rust/crates/cxx/macro/src/
Dtokens.rs35 if let Some((pin, langle, _rangle)) = pin_tokens { in to_tokens()
36 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
63 if let Some((pin, langle, _rangle)) = pin_tokens { in to_tokens()
64 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
/third_party/libcoap/
DHOWTO.pkcs1151 softhsm2-util --init-token --slot 0 --label "token-0" --pin 1234 --so-pin 4321
56 --set-so-pin 4321 --id cc00 --mark-trusted "pkcs11:token=token-0"
62 --pin 1234 --token "token-0"
67 pkcs11-tool --module $LIBSOFTHSM --pin 1234 \
75 --pin 1234 --token "token-0"
80 pkcs11-tool --module $LIBSOFTHSM --pin 1234 \
87 --pin 1234 --token-label "token-0"
93 coap-server -C 'pkcs11:token=token-0;id=%cc%00?pin-value=1234' \
94 -c 'pkcs11:token=token-0;id=%aa%01?pin-value=1234' \
95 -j 'pkcs11:token=token-0;id=%aa%00?pin-value=1234' -v9
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuefactory.cpp267 RegisterVec4 ValueFactory::temp_vec4(Pin pin, const RegisterVec4::Swizzle &swizzle) in temp_vec4() argument
271 if (pin == pin_free) in temp_vec4()
272 pin = pin_chan; in temp_vec4()
277 vec4[i] = new Register( sel, swizzle[i], pin); in temp_vec4()
281 return RegisterVec4(vec4[0], vec4[1], vec4[2], vec4[3], pin); in temp_vec4()
284 RegisterVec4 ValueFactory::dest_vec4(const nir_dest& dst, Pin pin) in dest_vec4() argument
286 if (pin != pin_group && pin != pin_chgr) in dest_vec4()
287 pin = pin_chan; in dest_vec4()
289 PRegister x = dest(dst, 0, pin); in dest_vec4()
290 PRegister y = dest(dst, 1, pin); in dest_vec4()
[all …]
Dsfn_ra.cpp238 auto pin = entry.m_register->pin(); in register_allocation() local
240 if (pin == pin_group || pin == pin_chgr) in register_allocation()
249 if (pin == pin_fully || pin == pin_array) { in register_allocation()
253 } else if (pin == pin_group || pin == pin_chgr) { in register_allocation()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dwps-ap-cli18 read pin
19 cpin=`$CLI wps_check_pin "$pin" | tail -1`
26 cpin=`echo "$pin" | sed "s/[^1234567890]//g"`
34 echo "Invalid PIN: $pin"
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dwps-ap-cli18 read pin
19 cpin=`$CLI wps_check_pin "$pin" | tail -1`
26 cpin=`echo "$pin" | sed "s/[^1234567890]//g"`
34 echo "Invalid PIN: $pin"
/third_party/rust/crates/cxx/tests/ui/
Dpin_mut_opaque.stderr1 error: mutable reference to C++ type requires a pin -- use Pin<&mut Opaque>
7 error: mutable reference to C++ type requires a pin -- use Pin<&mut CxxString>
13 error: mutable reference to C++ type requires a pin -- use Pin<&mut CxxVector<...>>
25 error: mutable reference to opaque C++ type requires a pin -- use `self: Pin<&mut Opaque>`
31 error: mutable reference to opaque C++ type requires a pin -- use `self: Pin<&mut Opaque>`
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.h69 GstCapturePinMediaType *gst_dshow_new_pin_mediatype (IPin * pin);
72 GstCapturePinMediaType * gst_dshow_new_pin_mediatype_from_enum_mediatypes (IPin * pin,
76 GstCapturePinMediaType *gst_dshow_new_pin_mediatype_from_streamcaps (IPin * pin,
88 PIN_DIRECTION pindir, IPin ** pin);
107 gboolean gst_dshow_is_pin_connected (IPin *pin);
/third_party/rust/crates/nix/test/sys/
Dtest_aio.rs5 pin::Pin,
81 let mut aiof = Box::pin(AioFsync::new( in error()
98 let mut aiof = Box::pin(AioFsync::new( in ok()
147 Box::pin(AioRead::new(fd, 2, &mut rbuf, 0, SigevNotify::SigevNone)); in cancel()
168 let mut aior = Box::pin(AioRead::new( in error()
190 let mut aior = Box::pin(AioRead::new( in ok()
276 let mut aior = Box::pin(AioReadv::new( in ok()
331 let mut aiow = Box::pin(AioWrite::new( in cancel()
361 let mut aiow = Box::pin(AioWrite::new( in ok()
419 let mut aiow = Box::pin(AioWrite::new( in error()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowutil.cpp34 IPinPtr pin; in gst_dshow_get_pin_from_filter() local
42 while (enumpins->Next (1, &pin, NULL) == S_OK) in gst_dshow_get_pin_from_filter()
45 hres = pin->QueryDirection (&pindirtmp); in gst_dshow_get_pin_from_filter()
47 return pin; in gst_dshow_get_pin_from_filter()
49 pin.Release(); in gst_dshow_get_pin_from_filter()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_registrar.c82 u8 *pin; member
92 static void wps_free_pin(struct wps_uuid_pin *pin) in wps_free_pin() argument
94 bin_clear_free(pin->pin, pin->pin_len); in wps_free_pin()
95 os_free(pin); in wps_free_pin()
99 static void wps_remove_pin(struct wps_uuid_pin *pin) in wps_remove_pin() argument
101 dl_list_del(&pin->list); in wps_remove_pin()
102 wps_free_pin(pin); in wps_remove_pin()
108 struct wps_uuid_pin *pin, *prev; in wps_free_pins() local
109 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list) in wps_free_pins()
110 wps_remove_pin(pin); in wps_free_pins()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_registrar.c83 u8 *pin; member
93 static void wps_free_pin(struct wps_uuid_pin *pin) in wps_free_pin() argument
95 bin_clear_free(pin->pin, pin->pin_len); in wps_free_pin()
96 os_free(pin); in wps_free_pin()
100 static void wps_remove_pin(struct wps_uuid_pin *pin) in wps_remove_pin() argument
102 dl_list_del(&pin->list); in wps_remove_pin()
103 wps_free_pin(pin); in wps_remove_pin()
109 struct wps_uuid_pin *pin, *prev; in wps_free_pins() local
110 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list) in wps_free_pins()
111 wps_remove_pin(pin); in wps_free_pins()
[all …]

1234567891011