/third_party/rust/crates/regex/regex-syntax/src/hir/literal/ |
H A D | mod.rs | 440 pub fn add(&mut self, lit: Literal) -> bool { in add() functions 450 /// Returns false if the character class was too big to add. 458 /// Returns false if the character class was too big to add. 495 /// Returns false if the byte class was too big to add. 570 // If the literal is cut, then we'll never add in class_exceeds_limits() 634 lits.add(Literal::empty()); in prefixes() 710 lits.add(Literal::empty()); in suffixes() 764 lits2.add(Literal::empty()); in repeat_zero_or_more_literals()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 274 /// [`core::ops::Add`]: struct.BigNumRef.html#method.add 424 /// * `add`/`rem`: If `add` is set to `Some(add)`, `p % add == rem` will hold, where `p` is the 446 add: Option<&BigNumRef>, in generate_prime() 454 add.map(|n| n.as_ptr()).unwrap_or(ptr::null_mut()), in generate_prime() 1279 fn add(self, oth: &BigNumRef) -> BigNum { in add() functions 1286 delegate!(Add, add);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBindPointTests.cpp | 240 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 241 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 260 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms() 280 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(rgen.str())) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 318 programCollection.glslSources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 352 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 357 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms() 399 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 708 programCollection.spirvAsmSources.add("vert") in initPrograms() 711 programCollection.spirvAsmSources.add("frag") in initPrograms() 1019 programCollection.spirvAsmSources.add("comp") in initPrograms() 1162 programCollection.spirvAsmSources.add("comp") in initPrograms() 1168 Below test does not add anything new. The main purpose of this test is to show that both PhysicalStorageBuffer
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationUserDefinedIO.cpp | 534 // Arrays of structures are disallowed, add struct cases only if not arrayed variable in UserDefinedIOTest() 653 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 685 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms() 726 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms() 742 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
|
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | lantiq_gswip.c | 610 static int gswip_add_single_port_br(struct gswip_priv *priv, int port, bool add) in gswip_add_single_port_br() argument 627 vlan_active.valid = add; in gswip_add_single_port_br() 634 if (!add) in gswip_add_single_port_br() 963 /* If this bridge is not programmed yet, add a Active VLAN table in gswip_vlan_add_unaware() 1031 /* If this bridge is not programmed yet, add a Active VLAN table in gswip_vlan_add_aware() 1336 const unsigned char *addr, u16 vid, bool add) in gswip_port_fdb() 1367 mac_bridge.val[0] = add ? BIT(port) : 0; /* port map */ in gswip_port_fdb() 1369 mac_bridge.valid = add; in gswip_port_fdb() 1335 gswip_port_fdb(struct dsa_switch *ds, int port, const unsigned char *addr, u16 vid, bool add) gswip_port_fdb() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | lib82596.c | 1058 static void print_eth(unsigned char *add, char *str) in print_eth() argument 1061 add, add + 6, add, add[12], add[13], str); in print_eth() 1260 * only add to the cmd queue when the CU is stopped. in i596_interrupt()
|
H A D | 82596.c | 1107 static void print_eth(unsigned char *add, char *str) in print_eth() argument 1110 add, add + 6, add, add[12], add[13], str); in print_eth()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
H A D | tc35815.c | 1133 static void print_eth(const u8 *add) in print_eth() argument 1135 printk(KERN_DEBUG "print_eth(%p)\n", add); in print_eth() 1137 add + 6, add, add[12], add[13]); in print_eth() 1303 /*add to ring */ in tc35815_send_packet()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l3_main.c | 223 bool add) in qeth_l3_modify_ip() 228 rc = add ? qeth_l3_add_ip(card, addr) : qeth_l3_delete_ip(card, addr); in qeth_l3_modify_ip() 592 int qeth_l3_modify_rxip_vipa(struct qeth_card *card, bool add, const u8 *ip, in qeth_l3_modify_rxip_vipa() argument 604 return qeth_l3_modify_ip(card, &addr, add); in qeth_l3_modify_rxip_vipa() 607 int qeth_l3_modify_hsuid(struct qeth_card *card, bool add) in qeth_l3_modify_hsuid() argument 618 return qeth_l3_modify_ip(card, &addr, add); in qeth_l3_modify_hsuid() 222 qeth_l3_modify_ip(struct qeth_card *card, struct qeth_ipaddr *addr, bool add) qeth_l3_modify_ip() argument
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.h | 822 /* add context bitmasks */ 2472 unsigned long drop, unsigned long add) in xhci_decode_ctrl_ctx() 2488 if (add) { in xhci_decode_ctrl_ctx() 2490 (add & SLOT_FLAG) ? " slot":"", in xhci_decode_ctrl_ctx() 2491 (add & EP0_FLAG) ? " ep0":""); in xhci_decode_ctrl_ctx() 2492 add &= ~(SLOT_FLAG | EP0_FLAG); in xhci_decode_ctrl_ctx() 2493 for_each_set_bit(bit, &add, 32) in xhci_decode_ctrl_ctx() 2471 xhci_decode_ctrl_ctx(char *str, unsigned long drop, unsigned long add) xhci_decode_ctrl_ctx() argument
|
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | lantiq_gswip.c | 644 static int gswip_add_single_port_br(struct gswip_priv *priv, int port, bool add) in gswip_add_single_port_br() argument 661 vlan_active.valid = add; in gswip_add_single_port_br() 668 if (!add) in gswip_add_single_port_br() 986 /* If this bridge is not programmed yet, add a Active VLAN table in gswip_vlan_add_unaware() 1054 /* If this bridge is not programmed yet, add a Active VLAN table in gswip_vlan_add_aware() 1358 const unsigned char *addr, u16 vid, bool add) in gswip_port_fdb() 1389 mac_bridge.val[0] = add ? BIT(port) : 0; /* port map */ in gswip_port_fdb() 1391 mac_bridge.valid = add; in gswip_port_fdb() 1357 gswip_port_fdb(struct dsa_switch *ds, int port, const unsigned char *addr, u16 vid, bool add) gswip_port_fdb() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 1106 static void print_eth(unsigned char *add, char *str) in print_eth() argument 1109 add, add + 6, add, add[12], add[13], str); in print_eth()
|
H A D | lib82596.c | 1057 static void print_eth(unsigned char *add, char *str) in print_eth() argument 1060 add, add + 6, add, add[12], add[13], str); in print_eth() 1259 * only add to the cmd queue when the CU is stopped. in i596_interrupt()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.h | 825 /* add context bitmasks */ 2504 unsigned long drop, unsigned long add) in xhci_decode_ctrl_ctx() 2520 if (add) { in xhci_decode_ctrl_ctx() 2522 (add & SLOT_FLAG) ? " slot":"", in xhci_decode_ctrl_ctx() 2523 (add & EP0_FLAG) ? " ep0":""); in xhci_decode_ctrl_ctx() 2524 add &= ~(SLOT_FLAG | EP0_FLAG); in xhci_decode_ctrl_ctx() 2525 for_each_set_bit(bit, &add, 32) in xhci_decode_ctrl_ctx() 2503 xhci_decode_ctrl_ctx(char *str, unsigned long drop, unsigned long add) xhci_decode_ctrl_ctx() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 429 /* add this subframe's headers' length to the tx_cmd */ in iwl_txq_gen2_build_amsdu() 453 /* re -add the WiFi header */ in iwl_txq_gen2_build_amsdu() 1267 cmd.new.u.add.tfdq_dram_addr = cpu_to_le64(txq->dma_addr); in iwl_txq_dyn_alloc() 1268 cmd.new.u.add.bc_dram_addr = cpu_to_le64(txq->bc_tbl.dma); in iwl_txq_dyn_alloc() 1269 cmd.new.u.add.cb_size = cpu_to_le32(TFD_QUEUE_CB_SIZE(size)); in iwl_txq_dyn_alloc() 1270 cmd.new.u.add.flags = cpu_to_le32(flags); in iwl_txq_dyn_alloc() 1271 cmd.new.u.add.sta_mask = cpu_to_le32(sta_mask); in iwl_txq_dyn_alloc() 1272 cmd.new.u.add.tid = tid; in iwl_txq_dyn_alloc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/ |
H A D | tc35815.c | 1134 static void print_eth(const u8 *add) in print_eth() argument 1136 printk(KERN_DEBUG "print_eth(%p)\n", add); in print_eth() 1138 add + 6, add, add[12], add[13]); in print_eth() 1304 /*add to ring */ in tc35815_send_packet()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l3_main.c | 221 bool add) in qeth_l3_modify_ip() 226 rc = add ? qeth_l3_add_ip(card, addr) : qeth_l3_delete_ip(card, addr); in qeth_l3_modify_ip() 591 int qeth_l3_modify_rxip_vipa(struct qeth_card *card, bool add, const u8 *ip, in qeth_l3_modify_rxip_vipa() argument 603 return qeth_l3_modify_ip(card, &addr, add); in qeth_l3_modify_rxip_vipa() 606 int qeth_l3_modify_hsuid(struct qeth_card *card, bool add) in qeth_l3_modify_hsuid() argument 617 return qeth_l3_modify_ip(card, &addr, add); in qeth_l3_modify_hsuid() 220 qeth_l3_modify_ip(struct qeth_card *card, struct qeth_ipaddr *addr, bool add) qeth_l3_modify_ip() argument
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 721 self.installed_app.add(app_file) 769 self.pushed_hap_file.add(os.path.join( 785 self.pushed_hap_file.add(push_dest) 852 part_set.add(item.get("component", "")) 888 subsystem.add(value) 892 part.add(
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateTimePatternGenerator.java | 62 // TODO add hack to fix months for CJK, as per bug ticket 1099 209 // some languages didn't add mm:ss or HH:mm, so put in a hack to compute that from the short time. in consumeShortTimePattern() 724 // in #13183 just add b/B to skeleton, no longer need to set special flags in mapSkeletonMetacharacters() 743 flags.add(DTPGflags.SKELETON_USES_CAP_J); in mapSkeletonMetacharacters() 802 * @param pattern Pattern to add. 1158 output.add(pattern); in getRedundants() 1175 output.add(pattern); in getRedundants() 1500 cldrAvailableFormatKeys.add(key); in setAvailableFormat() 1757 items.add(buffer.toString()); in set() 1766 items.add(ne in addVariable() [all...] |
H A D | TimeZoneFormat.java | 2036 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern() 2058 items.add(text.toString()); in parseOffsetPattern() 2063 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern() 2077 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern() 2093 items.add(text.toString()); in parseOffsetPattern() 2098 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern() 2118 //TODO This code will be obsoleted once we add hour-minute-second pattern data in CLDR 2138 //TODO This code will be obsoleted once we add hour pattern data in CLDR
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 59 # Not a frozenset so that we can add aliases for simpler subsequent testing. 179 _ignored_properties.add(pname) # Remember to ignore this new name spelling. 478 _ignored_properties.add(alias) 479 _ignored_properties.add(NormPropName(alias)) 490 # We add some in support of runtime API, even if we do not write 492 # We add others just to represent UCD data that contributes to 585 prop[2].add(short_name) 619 short_script_names.add(script) 902 and add new ones.""" 1119 # Otherwise, add "unassigne [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateTimePatternGenerator.java | 62 // TODO add hack to fix months for CJK, as per bug ticket 1099 182 // some languages didn't add mm:ss or HH:mm, so put in a hack to compute that from the short time. in consumeShortTimePattern() 685 // in #13183 just add b/B to skeleton, no longer need to set special flags in mapSkeletonMetacharacters() 704 flags.add(DTPGflags.SKELETON_USES_CAP_J); in mapSkeletonMetacharacters() 755 * @param pattern Pattern to add. 1048 output.add(pattern); in getRedundants() 1065 output.add(pattern); in getRedundants() 1365 cldrAvailableFormatKeys.add(key); in setAvailableFormat() 1629 items.add(buffer.toString()); in set() 1638 items.add(ne in addVariable() [all...] |
H A D | TimeZoneFormat.java | 1966 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern() 1988 items.add(text.toString()); in parseOffsetPattern() 1993 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern() 2007 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern() 2023 items.add(text.toString()); in parseOffsetPattern() 2028 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern() 2048 //TODO This code will be obsoleted once we add hour-minute-second pattern data in CLDR 2068 //TODO This code will be obsoleted once we add hour pattern data in CLDR
|