/third_party/ffmpeg/libavdevice/ |
H A D | dshow_pin.c | 27 DECLARE_QUERYINTERFACE(pin, DShowPin, 29 DECLARE_ADDREF(pin, DShowPin) in DECLARE_ADDREF() 30 DECLARE_RELEASE(pin, DShowPin) in DECLARE_ADDREF() 32 long WINAPI 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 WINAPI 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 WINAPI ff_dshow_pin_ConnectedTo(DShowPin *this, IPin **pin) in ff_dshow_pin_ConnectedTo() argument 157 ff_dshow_pin_QueryInternalConnections(DShowPin *this, IPin **pin, unsigned long *npin) ff_dshow_pin_QueryInternalConnections() argument 256 DShowPin *pin = (DShowPin *) ((uint8_t *) this - imemoffset); DECLARE_DESTROY() local 262 DShowPin *pin = (DShowPin *) ((uint8_t *) this - imemoffset); ff_dshow_meminputpin_AddRef() local 268 DShowPin *pin = (DShowPin *) ((uint8_t *) this - imemoffset); ff_dshow_meminputpin_Release() local 291 DShowPin *pin = (DShowPin *) ((uint8_t *) this - imemoffset); ff_dshow_meminputpin_Receive() local 378 DShowPin *pin = (DShowPin *) ((uint8_t *) this - imemoffset); ff_dshow_meminputpin_Destroy() local [all...] |
H A D | dshow_enumpins.c | 37 ff_dshow_pin_AddRef(this->pin); in DECLARE_ADDREF() 38 *pins = (IPin *) this->pin; in DECLARE_ADDREF() 51 if (n) /* Any skip will always fall outside of the only valid pin. */ in ff_dshow_enumpins_Skip() 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)
|
H A D | dshow_filter.c | 95 new = ff_dshow_enumpins_Create(this->pin, this); in ff_dshow_filter_EnumPins() 102 long WINAPI 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()
|
H A D | fbdev_enc.c | 103 const uint8_t *pin; in fbdev_write_packet() local 131 pin = pkt->data; in fbdev_write_packet() 141 pin -= fbdev->xoffset * bytes_per_pixel; in fbdev_write_packet() 158 pin -= fbdev->yoffset * src_line_size; in fbdev_write_packet() 171 memcpy(pout, pin, bytes_to_copy); in fbdev_write_packet() 173 pin += src_line_size; in fbdev_write_packet()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-plugins.c | 40 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 in lws_plat_dlopen() [all...] |
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-plugins.c | 42 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 in lws_plat_dlopen() 140 protocol_plugin_cb(struct lws_plugin *pin, void *each_user) protocol_plugin_cb() argument [all...] |
/third_party/libsnd/src/ALAC/ |
H A D | dp_enc.c | 80 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/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
H A D | p2p_connect.py | 19 print(" -a <addr> [-p <pin>] [-g <go_intent>] \ ") 25 print(" -p = pin number (8 digits)") 66 global pin 79 pin,wps_method,go_intent): 86 self.pin = pin 155 # Display requires a pin, and a go intent of 15 157 if (self.pin != None): 158 self.p2p_connect_arguements.update({'pin':self.pin}) 228 pin = None global() variable in P2P_Connect [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/ |
H A D | p2p_connect.py | 19 print(" -a <addr> [-p <pin>] [-g <go_intent>] \ ") 25 print(" -p = pin number (8 digits)") 66 global pin 79 pin,wps_method,go_intent): 86 self.pin = pin 155 # Display requires a pin, and a go intent of 15 157 if (self.pin != None): 158 self.p2p_connect_arguements.update({'pin':self.pin}) 228 pin = None global() variable in P2P_Connect [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_value_test.cpp | 55 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_non in TEST_F() [all...] |
H A D | sfn_valuefactory_test.cpp | 64 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_cha in TEST_F() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ra_coalesce.cpp | 63 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 in chunks_interference() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | wps-ap-cli | 18 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/ |
H A D | wps-ap-cli | 18 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/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_ra.cpp | 238 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()
|
H A D | sfn_valuefactory.cpp | 267 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() [all...] |
H A D | sfn_instr_alu.cpp | 136 if (r->pin() == pin_array) { in update_uses() 151 if (m_dest->pin() == pin_array) { in update_uses() 234 if (!has_alu_flag(alu_write) && m_dest->pin() != pin_none) in do_print() 235 os << "@" << m_dest->pin(); in do_print() 301 if (m_dest->pin() == pin_fully) in can_propagate_src() 304 if (m_dest->pin() == pin_chan) in can_propagate_src() 305 return src_reg->pin() == pin_none || in can_propagate_src() 306 (src_reg->pin() == pin_chan && in can_propagate_src() 309 return m_dest->pin() == pin_none || m_dest->pin() in can_propagate_src() 659 auto pin = pin_chan; split() local 1807 auto pin = pin_for_components(alu); emit_alu_b2x() local 1831 auto pin = pin_for_components(alu); emit_alu_op1() local 1871 auto pin = pin_for_components(alu); emit_alu_op2() local 1913 auto pin = pin_for_components(alu); emit_alu_op3() local 2185 Pin pin = nir_dest_num_components(alu.dest.dest) == 1 ? pin_free : pin_none; emit_alu_i2orf2_b1() local 2206 auto pin = pin_for_components(alu); emit_alu_comb_with_zero() local 2341 auto pin = pin_for_components(alu); emit_alu_trans_op1_eg() local 2377 auto pin = pin_for_components(alu); emit_alu_f2i32_or_u32_eg() local 2397 auto pin = pin_for_components(alu); emit_alu_trans_op1_cayman() local 2433 auto pin = pin_for_components(alu); emit_alu_trans_op2_eg() local [all...] |
H A D | sfn_virtualvalues.cpp | 43 std::ostream& operator << (std::ostream& os, Pin pin) in operator <<() argument 46 switch (pin) { in operator <<() 61 VirtualValue::VirtualValue(int sel, int chan, Pin pin): in VirtualValue() argument 62 m_sel(sel), m_chan(chan), m_pins(pin) in VirtualValue() 65 ASSERT_OR_THROW(m_sel < virtual_register_base || pin != pin_fully, "Register is virtual but pinned to sel"); in VirtualValue() 173 Register::Register(int sel, int chan, Pin pin): 174 VirtualValue(sel, chan, pin) 262 if (pin() != pin_none) 263 os << "@" << pin(); 339 RegisterVec4::RegisterVec4(int sel, bool is_ssa, const Swizzle& swz, Pin pin) [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_registrar.c | 82 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, *pre in wps_free_pins() local 762 struct wps_uuid_pin *pin; wps_registrar_invalidate_unused() local 785 wps_registrar_add_pin(struct wps_registrar *reg, const u8 *addr, const u8 *uuid, const u8 *pin, size_t pin_len, int timeout) wps_registrar_add_pin() argument 839 wps_registrar_remove_pin(struct wps_registrar *reg, struct wps_uuid_pin *pin) wps_registrar_remove_pin() argument 857 struct wps_uuid_pin *pin, *prev; wps_registrar_expire_pins() local 884 struct wps_uuid_pin *pin, *prev; wps_registrar_invalidate_wildcard_pin() local 912 struct wps_uuid_pin *pin, *prev; wps_registrar_invalidate_pin() local 931 struct wps_uuid_pin *pin, *found = NULL; wps_registrar_get_pin() local 992 struct wps_uuid_pin *pin; wps_registrar_unlock_pin() local 1407 const u8 *pin; wps_get_dev_password() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_registrar.c | 83 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, *pre in wps_free_pins() local 763 struct wps_uuid_pin *pin; wps_registrar_invalidate_unused() local 786 wps_registrar_add_pin(struct wps_registrar *reg, const u8 *addr, const u8 *uuid, const u8 *pin, size_t pin_len, int timeout) wps_registrar_add_pin() argument 840 wps_registrar_remove_pin(struct wps_registrar *reg, struct wps_uuid_pin *pin) wps_registrar_remove_pin() argument 858 struct wps_uuid_pin *pin, *prev; wps_registrar_expire_pins() local 885 struct wps_uuid_pin *pin, *prev; wps_registrar_invalidate_wildcard_pin() local 913 struct wps_uuid_pin *pin, *prev; wps_registrar_invalidate_pin() local 932 struct wps_uuid_pin *pin, *found = NULL; wps_registrar_get_pin() local 993 struct wps_uuid_pin *pin; wps_registrar_unlock_pin() local 1385 const u8 *pin; wps_get_dev_password() local [all...] |
/third_party/jerryscript/targets/mbedos5/tools/ |
H A D | generate_pins.py | 115 return [pin.name for pin in node.type.values.enumerators] 151 lengths = ',\n '.join(str(len(pin)) for pin in pins) 165 magic_strings = ',\n '.join('"' + pin + '"' for pin in pins)
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_aio.rs | 5 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(AioWrit in error() [all...] |
/third_party/rust/crates/pin-utils/src/ |
H A D | projection.rs | 17 /// use std::pin::Pin; 44 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( 60 /// non-pin reference to the struct field. It is up to the programmer to ensure 68 /// use std::pin::Pin; 87 /// [`Pin`]: core::pin::Pin 93 self: $crate::core_reexport::pin::Pin<&'__a mut Self> 96 &mut $crate::core_reexport::pin::Pin::get_unchecked_mut(self).$f
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wps_supplicant.h | 35 const char *pin, int p2p_group, u16 dev_pw_id); 39 const char *pin, struct wps_new_ap_settings *settings); 53 const char *uuid, const char *pin); 56 const char *pin); 60 const char *pin, struct wps_new_ap_settings *settings);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wps_supplicant.h | 35 const char *pin, int p2p_group, u16 dev_pw_id); 39 const char *pin, struct wps_new_ap_settings *settings); 53 const char *uuid, const char *pin); 56 const char *pin); 60 const char *pin, struct wps_new_ap_settings *settings);
|