/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 458 return new PGOInstrumentationUseLegacyPass(Filename.str(), IsCS); in createPGOInstrumentationUseLegacyPass() 495 (IsCritical ? "c" : " ") + " W=" + Twine(Weight)).str(); in infoString() 509 return (Twine("Index=") + Twine(Index)).str(); in infoString() 677 std::string OrigName = F.getName().str(); in renameComdatFunction() 679 Twine(F.getName() + "." + Twine(FunctionHash)).str(); in renameComdatFunction() 682 FuncName = Twine(FuncName + "." + Twine(FunctionHash)).str(); in renameComdatFunction() 699 Twine(OrigComdat->getName() + "." + Twine(FunctionHash)).str(); in renameComdatFunction() 707 std::string OrigGAName = GA->getName().str(); in renameComdatFunction() 893 .str(); in infoString() 923 return (Twine(BBInfo::infoString()) + " Count=" + Twine(CountValue)).str(); in infoString() [all...] |
/third_party/python/Lib/test/ |
H A D | test_grammar.py | 306 self.assertIn("was never closed", str(cm.exception)) 343 var2: [int, str] 355 check_syntax_error(self, "x: int: str") 382 st: str = "Hello" 405 s: str = "attr" 409 self.assertEqual(C.__annotations__, {'_C__foo': int, 's': str}) 425 attr: str 434 self.assertEqual(C.__annotations__, {"attr" : str}) 452 {1: 2, 'x': int, 'y': str, 'f': typing.Tuple[int, int], 'u': int | float}) 480 exec('X: int; Z: str [all...] |
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_pc.c | 3118 static int __init parport_init_mode_setup(char *str) in parport_init_mode_setup() argument 3121 str); in parport_init_mode_setup() 3123 if (!strcmp(str, "spp")) in parport_init_mode_setup() 3125 if (!strcmp(str, "ps2")) in parport_init_mode_setup() 3127 if (!strcmp(str, "epp")) in parport_init_mode_setup() 3129 if (!strcmp(str, "ecp")) in parport_init_mode_setup() 3131 if (!strcmp(str, "ecpepp")) in parport_init_mode_setup() 3217 static int __init parport_setup(char *str) in parport_setup() argument 3223 if (!str || !*str || (*st in parport_setup() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ras.c | 252 char str[65]; in amdgpu_ras_debugfs_ctrl_parse_data() local 266 memset(str, 0, sizeof(str)); in amdgpu_ras_debugfs_ctrl_parse_data() 269 if (copy_from_user(str, buf, s)) in amdgpu_ras_debugfs_ctrl_parse_data() 272 if (sscanf(str, "disable %32s", block_name) == 1) in amdgpu_ras_debugfs_ctrl_parse_data() 274 else if (sscanf(str, "enable %32s %8s", block_name, err) == 2) in amdgpu_ras_debugfs_ctrl_parse_data() 276 else if (sscanf(str, "inject %32s %8s", block_name, err) == 2) in amdgpu_ras_debugfs_ctrl_parse_data() 278 else if (strstr(str, "retire_page") != NULL) in amdgpu_ras_debugfs_ctrl_parse_data() 280 else if (str[0] && str[ in amdgpu_ras_debugfs_ctrl_parse_data() [all...] |
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | parport_pc.c | 3186 static int __init parport_init_mode_setup(char *str) in parport_init_mode_setup() argument 3189 str); in parport_init_mode_setup() 3191 if (!strcmp(str, "spp")) in parport_init_mode_setup() 3193 if (!strcmp(str, "ps2")) in parport_init_mode_setup() 3195 if (!strcmp(str, "epp")) in parport_init_mode_setup() 3197 if (!strcmp(str, "ecp")) in parport_init_mode_setup() 3199 if (!strcmp(str, "ecpepp")) in parport_init_mode_setup() 3285 static int __init parport_setup(char *str) in parport_setup() argument 3291 if (!str || !*str || (*st in parport_setup() [all...] |
/third_party/backends/tools/ |
H A D | sane-desc.c | 579 get_token (const char *str, char **string_const) in get_token() argument 584 str = sanei_config_skip_whitespace (str); in get_token() 586 if (*str == '"') in get_token() 588 start = ++str; in get_token() 589 while (*str && (*str != '"' || *(str - 1) == '\\')) in get_token() 590 ++str; in get_token() 591 len = str in get_token() [all...] |
/applications/standard/settings/cj/settings/src/ |
H A D | cj_settings.cpp | 38 char* TransformFromString(std::string str, int32_t* ret) in TransformFromString() argument 40 int64_t len = str.size() + 1; in TransformFromString() 46 *ret = memcpy_s(retValue, len, str.c_str(), len); in TransformFromString()
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | macro_gen.cpp | 25 const std::string &MacroGen::ToUpperString(std::string &str) in ToUpperString() argument 27 for (char &c : str) { in ToUpperString() 31 return str; in ToUpperString()
|
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | arm-charlcd.c | 208 static void charlcd_4bit_print(struct charlcd *lcd, int line, const char *str) in charlcd_4bit_print() argument 229 for (i = 0; i < strlen(str) && i < 0x28; i++) in charlcd_4bit_print() 230 charlcd_4bit_char(lcd, str[i]); in charlcd_4bit_print()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kvm_asm.h | 278 str \vcpu, [\ctxt, #HOST_CONTEXT_VCPU] 305 str x18, [\ctxt, #CPU_XREG_OFFSET(18)] 327 str \tmp, [\ctxt, #CPU_SP_EL0_OFFSET]
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | sleep.S | 144 str r7, [r6] 148 str r8, [r6] 166 str r5, [r4]
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-ftrace.S | 70 str lr, [sp, #-8]! @ store LR as PC and make space for CPSR/OLD_R0, 75 str r0, [sp, #8] @ write r0 as OLD_R0 over previous LR 77 str lr, [sp, #-4]! @ store previous LR as LR
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | kgdb.c | 345 int kgdb_ll_trap(int cmd, const char *str, in kgdb_ll_trap() argument 350 .str = str, in kgdb_ll_trap()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | setup.c | 93 char str[sizeof(hwcap_str) + 16]; in dump_cpu_info() local 97 sprintf(str + p, "%s ", hwcap_str[i]); in dump_cpu_info() 102 pr_info("CPU%d Features: %s\n", cpu, str); in dump_cpu_info()
|
/kernel/linux/linux-5.10/arch/sh/drivers/pci/ |
H A D | pci-sh7780.c | 68 const char *str; member 123 pci_arbiter_errors[i].str, addr); in sh7780_pci_err_irq() 136 pci_interrupt_errors[i].str, addr); in sh7780_pci_err_irq()
|
/kernel/linux/linux-5.10/arch/s390/lib/ |
H A D | spinlock.c | 32 static int __init spin_retry_setup(char *str) in spin_retry_setup() argument 34 spin_retry = simple_strtoul(str, &str, 0); in spin_retry_setup()
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfphw.S | 22 .macro DBGSTR, str 30 1: .ascii KERN_DEBUG "VFP: \str\n" 36 .macro DBGSTR1, str, arg 45 1: .ascii KERN_DEBUG "VFP: \str\n" 51 .macro DBGSTR3, str, arg1, arg2, arg3 62 1: .ascii KERN_DEBUG "VFP: \str\n" 141 str r11, [r10, #VFP_CPU] 149 str r10, [r3, r11, lsl #2] @ update the vfp_current_hw_state pointer 174 str r2, [sp, #S_PC] @ mode it's two 16-bit instructions,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_param.c | 171 const char *str; member 209 if (ent->str[0] != '\0') in ixgb_validate_option() 210 pr_info("%s\n", ent->str); in ixgb_validate_option()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | param.c | 157 char *str; member 199 if (ent->str[0] != '\0') in e1000_validate_option() 201 ent->str); in e1000_validate_option()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | kgdb.c | 324 int kgdb_ll_trap(int cmd, const char *str, in kgdb_ll_trap() argument 329 .str = str, in kgdb_ll_trap()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | kvm_asm.h | 315 str \vcpu, [\ctxt, #HOST_CONTEXT_VCPU] 343 str x18, [\ctxt, #CPU_XREG_OFFSET(18)] 365 str \tmp, [\ctxt, #CPU_SP_EL0_OFFSET]
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-ftrace.S | 67 str lr, [sp, #-8]! @ store LR as PC and make space for CPSR/OLD_R0, 72 str r0, [sp, #8] @ write r0 as OLD_R0 over previous LR 74 str lr, [sp, #-4]! @ store previous LR as LR
|
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | sleep.S | 145 str r7, [r6] 149 str r8, [r6] 167 str r5, [r4]
|
/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | spinlock.c | 32 static int __init spin_retry_setup(char *str) in spin_retry_setup() argument 34 spin_retry = simple_strtoul(str, &str, 0); in spin_retry_setup()
|
/kernel/linux/linux-6.6/arch/sh/drivers/pci/ |
H A D | pci-sh7780.c | 68 const char *str; member 123 pci_arbiter_errors[i].str, addr); in sh7780_pci_err_irq() 136 pci_interrupt_errors[i].str, addr); in sh7780_pci_err_irq()
|