/third_party/ffmpeg/libavformat/ |
H A D | mxfdec.c | 2461 MXFMCASubDescriptor *group = (MXFMCASubDescriptor*)mxf->metadata_sets[k]; in find_mca_link_id() local 2462 if (group->meta.type == type && !memcmp(&group->mca_link_id, mca_link_id, 16)) in find_mca_link_id() 2463 return group; in find_mca_link_id() 2505 MXFMCASubDescriptor *group = find_mca_link_id(mxf, SoundfieldGroupLabelSubDescriptor, &label->soundfield_group_link_id); in parse_mca_labels() local 2506 if (group) { in parse_mca_labels() 2507 channel_language = group->language; in parse_mca_labels() 2508 if (!channel_language && group->group_of_soundfield_groups_link_id_count) { in parse_mca_labels() 2510 group->group_of_soundfield_groups_link_id_refs); in parse_mca_labels()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 133 /* Configure default/group WEP keys for static WEP */ 195 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid group cipher %d for " in wpa_supplicant_set_wpa_none_key() 892 * group operating channel. Enable Probe Request frame reporting for in wpa_supplicant_set_state() 1191 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group " in wpa_supplicant_suites_from_ai() 1378 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected cipher suites: group %d " in wpa_supplicant_set_suites() 1383 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected mgmt group cipher %d", in wpa_supplicant_set_suites() 1407 "WPA: AP group 0x%x network profile group 0x%x; available group 0x%x", in wpa_supplicant_set_suites() 1411 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select group " in wpa_supplicant_set_suites() 2876 u16 group; wpas_populate_assoc_ies() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 155 /* Configure default/group WEP keys for static WEP */ 225 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid group cipher %d for " in wpa_supplicant_set_wpa_none_key() 1035 * group operating channel. Enable Probe Request frame reporting for in wpa_supplicant_set_state() 1369 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group " in wpa_supplicant_suites_from_ai() 1428 "WPA: using MGMT group cipher AES-128-CMAC"); in wpas_set_mgmt_group_cipher() 1432 "WPA: using MGMT group cipher BIP-GMAC-128"); in wpas_set_mgmt_group_cipher() 1436 "WPA: using MGMT group cipher BIP-GMAC-256"); in wpas_set_mgmt_group_cipher() 1440 "WPA: using MGMT group cipher BIP-CMAC-256"); in wpas_set_mgmt_group_cipher() 1443 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: not using MGMT group cipher"); in wpas_set_mgmt_group_cipher() 1605 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected cipher suites group in wpa_supplicant_set_suites() 3403 u16 group; global() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 583 int group, int alg_idx, int mcam_index) in rvu_npc_update_flowkey_alg_idx() 595 if (group != DEFAULT_RSS_CONTEXT_GROUP) in rvu_npc_update_flowkey_alg_idx() 618 action.index = group; in rvu_npc_update_flowkey_alg_idx() 582 rvu_npc_update_flowkey_alg_idx(struct rvu *rvu, u16 pcifunc, int nixlf, int group, int alg_idx, int mcam_index) rvu_npc_update_flowkey_alg_idx() argument
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fsntfs.c | 1819 const struct SID *group = Add2Ptr(sd, sd_group); in is_sd_valid() local 1824 if (group->Revision != 1) in is_sd_valid() 1827 if (sd_group + sid_length(group) > len) in is_sd_valid()
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pfc-r8a7740.c | 3507 const struct r8a7740_portcr_group *group = in r8a7740_pin_to_portcr() local 3510 if (pin <= group->end_pin) in r8a7740_pin_to_portcr() 3511 return group->offset + pin; in r8a7740_pin_to_portcr()
|
/third_party/glfw/src/ |
H A D | x11_window.c | 1174 _glfw.x11.xkb.group = ((XkbEvent*) event)->state.group; in processEvent() 2917 scancode, _glfw.x11.xkb.group, 0); in _glfwGetScancodeNameX11()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Calendar.java | 5284 * may be thought of as an array of groups. Each group is an array of 5288 * unset, then the line fails to match. Within a group, the line with 5300 * <p>If all lines of a group contain at least one unset field, then no 5301 * line will match, and the group as a whole will fail to match. In 5302 * that case, the next group will be processed. If all groups fail to 5310 int[][] group = precedenceTable[g]; in resolveFields() 5313 for (int l=0; l<group.length; ++l) { in resolveFields() 5314 int[] line= group[l]; in resolveFields()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Calendar.java | 5038 * may be thought of as an array of groups. Each group is an array of 5042 * unset, then the line fails to match. Within a group, the line with 5054 * <p>If all lines of a group contain at least one unset field, then no 5055 * line will match, and the group as a whole will fail to match. In 5056 * that case, the next group will be processed. If all groups fail to 5063 int[][] group = precedenceTable[g]; in resolveFields() 5066 for (int l=0; l<group.length; ++l) { in resolveFields() 5067 int[] line= group[l]; in resolveFields()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 921 int lchown_path(pathname_t * name, uid_t owner, gid_t group) in lchown_path() argument 927 rval = lchown(name->path, owner, group); in lchown_path() 932 rval = lchown_path(&newname, owner, group); in lchown_path()
|
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/ |
H A D | ittnotify_bindings.rs | 297 #[doc = " API from this group provides control over collection and analysis of Intel Processor Trace (Intel PT) data"] 447 #[doc = " @name group of functions is used for performance measurement tools"] 484 #[doc = " @name group of functions is used for correctness checking tools"] 854 #[doc = " Heap group"] 1315 #[doc = " Regions group"] 1709 #[doc = "< \"A is sibling of B\" means that A and B were created as a group"] 2387 #[doc = "< Name of the track group"] 2391 #[doc = "< Type of the track group"] 2481 #[doc = "< Name of the track group"] 2483 #[doc = "< Parent group t [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 1839 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "layered")); 1916 group->addChild(viewTypeMainGroup.release()); 1919 return group.release();
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 1839 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "layered", "Layered rendering tests.")); 1908 group->addChild(viewTypeMainGroup.release()); 1911 return group.release();
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 173 // Nothing to do here. We don't need to record the definition of the group; we'll just have in robustBufferAccess() 180 uint32_t group = insn.word(1); in robustBufferAccess() local 181 auto const &groupDecorations = decorations[group]; in robustBufferAccess() 182 auto const &descriptorGroupDecorations = descriptorDecorations[group]; in robustBufferAccess() 185 // Remaining operands are targets to apply the group to. in robustBufferAccess() 1475 // Apply a decoration group to this set of decorations in Apply()
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 2610 base = ip2num(m.group(1)) 2611 mask = m.group(2) 2613 mask = 8 * (m.group(1).count('.') + 1)
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 2085 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName); 2086 parent->addChild(group); 2111 group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_ndis.c | 650 * Report PAE group address as the "BSSID" for wired in wpa_driver_ndis_get_bssid() 1529 int pairwise = 0, group = 0; in wpa_driver_ndis_event_auth() local 1548 group = 1; in wpa_driver_ndis_event_auth() 1550 if (pairwise || group) { in wpa_driver_ndis_event_auth() 2787 wpa_printf(MSG_DEBUG, "NDIS: Failed to add PAE group address " in ndis_add_multicast()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 1158 * wpas_dbus_signal_p2p_group_removed - Signals P2P group was removed 1330 * Sends signal to notify that a peer P2P Device is requesting group owner 1407 static int match_group_where_peer_is_client(struct p2p_group *group, in match_group_where_peer_is_client() argument 1414 if (!p2p_group_is_client_connected(group, data->info->p2p_device_addr)) in match_group_where_peer_is_client() 1417 cfg = p2p_group_get_config(group); in match_group_where_peer_is_client() 1465 * wpas_dbus_signal_p2p_group_started - Signals P2P group has 1466 * started. Emitted when a group is successfully started 1471 * @persistent: 0 - non persistent group, 1 - persistent group 1472 * @ip: When group rol [all...] |
H A D | dbus_new_handlers_p2p.c | 70 * Convenience function to create and return an invalid persistent group error. 77 "There is no such persistent group in this P2P device."); in wpas_dbus_error_persistent_group_unknown() 358 * A persistent group Object Path is defined meaning we want in wpas_dbus_handler_p2p_group_add() 359 * to re-invoke a persistent group. in wpas_dbus_handler_p2p_group_add() 381 /* Get the SSID structure from the persistent group id */ in wpas_dbus_handler_p2p_group_add() 390 "Failed to reinvoke a persistent group"); in wpas_dbus_handler_p2p_group_add() 666 * wpas_dbus_handler_p2p_cancel - Cancel P2P group formation 737 * A group ID is defined meaning we want to re-invoke a in wpas_dbus_handler_p2p_invite() 738 * persistent group in wpas_dbus_handler_p2p_invite() 760 /* Get the SSID structure from the persistent group i in wpas_dbus_handler_p2p_invite() 1828 match_group_where_peer_is_client(struct p2p_group *group, void *user_data) match_group_where_peer_is_client() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 2101 void addChildVariants (deqp::gles2::TestCaseGroup* group) in addChildVariants() argument 2140 group->addChild(new CaseType(group->getContext(), config)); in addChildVariants()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_ndis.c | 650 * Report PAE group address as the "BSSID" for wired in wpa_driver_ndis_get_bssid() 1541 int pairwise = 0, group = 0; in wpa_driver_ndis_event_auth() local 1560 group = 1; in wpa_driver_ndis_event_auth() 1562 if (pairwise || group) { in wpa_driver_ndis_event_auth() 2799 wpa_printf(MSG_DEBUG, "NDIS: Failed to add PAE group address " in ndis_add_multicast()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 1257 * wpas_dbus_signal_p2p_group_removed - Signals P2P group was removed 1429 * Sends signal to notify that a peer P2P Device is requesting group owner 1506 static int match_group_where_peer_is_client(struct p2p_group *group, in match_group_where_peer_is_client() argument 1513 if (!p2p_group_is_client_connected(group, data->info->p2p_device_addr)) in match_group_where_peer_is_client() 1516 cfg = p2p_group_get_config(group); in match_group_where_peer_is_client() 1564 * wpas_dbus_signal_p2p_group_started - Signals P2P group has 1565 * started. Emitted when a group is successfully started 1570 * @persistent: 0 - non persistent group, 1 - persistent group 1571 * @ip: When group rol [all...] |
H A D | dbus_new_handlers_p2p.c | 78 * Convenience function to create and return an invalid persistent group error. 85 "There is no such persistent group in this P2P device."); in wpas_dbus_error_persistent_group_unknown() 399 * A persistent group Object Path is defined meaning we want in wpas_dbus_handler_p2p_group_add() 400 * to re-invoke a persistent group. in wpas_dbus_handler_p2p_group_add() 422 /* Get the SSID structure from the persistent group id */ in wpas_dbus_handler_p2p_group_add() 432 "Failed to reinvoke a persistent group"); in wpas_dbus_handler_p2p_group_add() 714 * wpas_dbus_handler_p2p_cancel - Cancel P2P group formation 781 /* Capture the interface name for the group first */ in wpas_dbus_handler_p2p_invite() 788 * A group ID is defined meaning we want to re-invoke a in wpas_dbus_handler_p2p_invite() 789 * persistent group in wpas_dbus_handler_p2p_invite() 1881 match_group_where_peer_is_client(struct p2p_group *group, void *user_data) match_group_where_peer_is_client() argument [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 3228 if (hdev->group == HID_GROUP_LOGITECH_27MHZ_DEVICE || in hidpp_report_fixup() 3840 if (id->group == HID_GROUP_LOGITECH_DJ_DEVICE) in hidpp_probe() 3843 if (id->group == HID_GROUP_LOGITECH_27MHZ_DEVICE && in hidpp_probe() 3848 if (id->group == HID_GROUP_LOGITECH_27MHZ_DEVICE && in hidpp_probe() 3869 hid_warn(hdev, "Cannot allocate sysfs group for %s\n", in hidpp_probe()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2192 * be removed concurrently since we're holding the group mutex. in arm_smmu_attach_dev() 2408 struct iommu_group *group; in arm_smmu_device_group() local 2416 group = pci_device_group(dev); in arm_smmu_device_group() 2418 group = generic_device_group(dev); in arm_smmu_device_group() 2420 return group; in arm_smmu_device_group()
|