/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 3163 static void resume_triggers2string(u32 triggers, char *string, int str_size) in resume_triggers2string() argument 3165 string[0] = '\0'; in resume_triggers2string() 3168 strlcat(string, " UNKNOWN", str_size); in resume_triggers2string() 3173 strlcat(string, " HOST", str_size); in resume_triggers2string() 3176 strlcat(string, " UCAST_RX", str_size); in resume_triggers2string() 3179 strlcat(string, " BCAST_RX", str_size); in resume_triggers2string() 3182 strlcat(string, " WMI_EVT", str_size); in resume_triggers2string() 3185 strlcat(string, " DISCONNECT", str_size); in resume_triggers2string() 3192 char string[100]; in wmi_resume() local 3207 resume_triggers2string(le32_to_cpu(reply.evt.resume_triggers), string, in wmi_resume() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 3164 static void resume_triggers2string(u32 triggers, char *string, int str_size) in resume_triggers2string() argument 3166 string[0] = '\0'; in resume_triggers2string() 3169 strlcat(string, " UNKNOWN", str_size); in resume_triggers2string() 3174 strlcat(string, " HOST", str_size); in resume_triggers2string() 3177 strlcat(string, " UCAST_RX", str_size); in resume_triggers2string() 3180 strlcat(string, " BCAST_RX", str_size); in resume_triggers2string() 3183 strlcat(string, " WMI_EVT", str_size); in resume_triggers2string() 3186 strlcat(string, " DISCONNECT", str_size); in resume_triggers2string() 3193 char string[100]; in wmi_resume() local 3208 resume_triggers2string(le32_to_cpu(reply.evt.resume_triggers), string, in wmi_resume() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alu.cpp | 39 using std::string; 171 const std::map<ECFAluOpCode, std::string> AluInstr::cf_map = { 181 const std::map<AluBankSwizzle, std::string> AluInstr::bank_swizzle_map = { 816 static std::map<std::string, OpDescr> s_alu_map_by_name; 817 static std::map<std::string, OpDescr> s_lds_map_by_name; 821 vector<string> tokens; in from_string() 824 string t; in from_string() 841 string opstr = *t++; in from_string() 842 string deststr = *t++; in from_string() 899 string srcst in from_string() [all...] |
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | emitHelpers-in-only-one-dependency-project.js | 812 declare function f(): string;
946 >>>declare function f(): string;
1141 {"bundle":{"commonSourceDirectory":"..","sourceFiles":["../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"js":{"sections":[{"pos":0,"end":150,"kind":"text"}],"mapHash":"-25671855582-{\"version\":3,\"file\":\"first-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../first_PART1.ts\",\"../first_part2.ts\",\"../first_part3.ts\"],\"names\":[],\"mappings\":\"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,SAAS,uBAAuB,KAAK,CAAC;ACXtC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC\"}","hash":"32906530714-var s = \"Hello, world\";\r\nconsole.log(s);\r\nfunction forfirstfirst_PART1Rest() { }\r\nconsole.log(f());\r\nfunction f() {\r\n return \"JS does hoists\";\r\n}\r\n//# sourceMappingURL=first-output.js.map"},"dts":{"sections":[{"pos":0,"end":208,"kind":"text"}],"mapHash":"22270452542-{\"version\":3,\"file\":\"first-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../first_PART1.ts\",\"../first_part2.ts\",\"../first_part3.ts\"],\"names\":[],\"mappings\":\"AAAA,UAAU,QAAQ;IACd,IAAI,EAAE,GAAG,CAAC;CACb;AAED,QAAA,MAAM,CAAC,iBAAiB,CAAC;AAEzB,UAAU,iBAAiB;IACvB,IAAI,EAAE,GAAG,CAAC;CACb;AAGD,iBAAS,uBAAuB,SAAM;AEXtC,iBAAS,CAAC,WAET\"}","hash":"-27595933529-interface TheFirst {\r\n none: any;\r\n}\r\ndeclare const s = \"Hello, world\";\r\ninterface NoJsForHereEither {\r\n none: any;\r\n}\r\ndeclare function forfirstfirst_PART1Rest(): void;\r\ndeclare function f(): string;\r\n//# sourceMappingURL=first-output.d.ts.map"}},"program":{"fileNames":["../first_part1.ts","../first_part2.ts","../first_part3.ts"],"fileInfos":["-4194720312-interface TheFirst {\r\n none: any;\r\n}\r\n\r\nconst s = \"Hello, world\";\r\n\r\ninterface NoJsForHereEither {\r\n none: any;\r\n}\r\n\r\nconsole.log(s);\r\nfunction forfirstfirst_PART1Rest() { }","4973778178-console.log(f());\r\n","6202806249-function f() {\r\n return \"JS does hoists\";\r\n}"],"options":{"composite":true,"outFile":"./first-output.js"},"outSignature":"-27894059104-interface TheFirst {\r\n none: any;\r\n}\r\ndeclare const s = \"Hello, world\";\r\ninterface NoJsForHereEither {\r\n none: any;\r\n}\r\ndeclare function forfirstfirst_PART1Rest(): void;\r\ndeclare function f(): string;\r\n","latestChangedDtsFile":"./first-output.d.ts"},"version":"FakeTSVersion"}
1169 declare function f(): string;
1201 "hash": "-27595933529-interface TheFirst {\r\n none: any;\r\n}\r\ndeclare const s = \"Hello, world\";\r\ninterface NoJsForHereEither {\r\n none: any;\r\n}\r\ndeclare function forfirstfirst_PART1Rest(): void;\r\ndeclare function f(): string;\r\n//# sourceMappingURL=first-output.d.ts.map", 1220 "outSignature": "-27894059104-interface TheFirst {\r\n none: any;\r\n}\r\ndeclare const s = \"Hello, world\";\r\ninterface NoJsForHereEither {\r\n none: any;\r\n}\r\ndeclare function forfirstfirst_PART1Rest(): void;\r\ndeclare function f(): string;\r\n", 1236 declare function f(): string;
1379 >>>declare function f(): string;
2144 {"bundle":{"commonSourceDirectory":"../..","sourceFiles":["../../third_part1.ts"],"js":{"sections":[{"pos":0,"end":500,"kind":"emitHelpers","data":"typescript:rest"},{"pos":502,"end":652,"kind":"prepend","data":"../../../first/bin/first-output.js","texts":[{"pos":502,"end":652,"kind":"text"}]},{"pos":652,"end":1056,"kind":"prepend","data":"../../../2/second-output.js","texts":[{"pos":652,"end":1056,"kind":"text"}]},{"pos":1056,"end":1092,"kind":"text"}],"mapHash":"-21009818477-{\"version\":3,\"file\":\"third-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../first/first_PART1.ts\",\"../../../first/first_part2.ts\",\"../../../first/first_part3.ts\",\"../../../second/second_part1.ts\",\"../../../second/second_part2.ts\",\"../../third_part1.ts\"],\"names\":[],\"mappings\":\";;;;;;;;;;;AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,SAAS,uBAAuB,KAAK,CAAC;ACXtC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AACD,SAAS,yBAAyB;IAClC,IAAM,KAAiB,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAvC,CAAC,OAAA,EAAK,IAAI,cAAZ,KAAc,CAA2B,CAAC;AAChD,CAAC;ACbD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC\"}","hash":"5285022082-var __rest = (this && this.__rest) || function (s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n};\r\nvar s = \"Hello, world\";\r\nconsole.log(s);\r\nfunction forfirstfirst_PART1Rest() { }\r\nconsole.log(f());\r\nfunction f() {\r\n return \"JS does hoists\";\r\n}\r\nvar N;\r\n(function (N) {\r\n function f() {\r\n console.log('testing');\r\n }\r\n f();\r\n})(N || (N = {}));\r\nfunction forsecondsecond_part1Rest() {\r\n var _a = { a: 10, b: 30, yy: 30 }, b = _a.b, rest = __rest(_a, [\"b\"]);\r\n}\r\nvar C = (function () {\r\n function C() {\r\n }\r\n C.prototype.doSomething = function () {\r\n console.log(\"something got done\");\r\n };\r\n return C;\r\n}());\r\nvar c = new C();\r\nc.doSomething();\r\n//# sourceMappingURL=third-output.js.map"},"dts":{"sections":[{"pos":0,"end":208,"kind":"prepend","data":"../../../first/bin/first-output.d.ts","texts":[{"pos":0,"end":208,"kind":"text"}]},{"pos":208,"end":361,"kind":"prepend","data":"../../../2/second-output.d.ts","texts":[{"pos":208,"end":361,"kind":"text"}]},{"pos":361,"end":380,"kind":"text"}],"mapHash":"5301495744-{\"version\":3,\"file\":\"third-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../../../first/first_PART1.ts\",\"../../../first/first_part3.ts\",\"../../../second/second_part1.ts\",\"../../../second/second_part2.ts\",\"../../third_part1.ts\"],\"names\":[],\"mappings\":\"AAAA,UAAU,QAAQ;IACd,IAAI,EAAE,GAAG,CAAC;CACb;AAED,QAAA,MAAM,CAAC,iBAAiB,CAAC;AAEzB,UAAU,iBAAiB;IACvB,IAAI,EAAE,GAAG,CAAC;CACb;AAGD,iBAAS,uBAAuB,SAAM;ACXtC,iBAAS,CAAC,WAET;ACFD,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;AACD,iBAAS,yBAAyB,SAEjC;ACbD,cAAM,CAAC;IACH,WAAW;CAGd;ACJD,QAAA,IAAI,CAAC,GAAU,CAAC\"}","hash":"-30369240401-interface TheFirst {\r\n none: any;\r\n}\r\ndeclare const s = \"Hello, world\";\r\ninterface NoJsForHereEither {\r\n none: any;\r\n}\r\ndeclare function forfirstfirst_PART1Rest(): void;\r\ndeclare function f(): string;\ [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRasterizationTests.cpp | 184 throw tcu::NotSupportedError(std::string("Render target size must be at least ") + de::toString(m_renderSize) + "x" + de::toString(m_renderSize)); 204 std::map<std::string, std::string> params; 454 const std::string iterationDescription = "Test iteration " + de::toString(m_iteration+1) + " / " + de::toString(m_iterationCount); 574 const std::string iterationDescription = "Test iteration " + de::toString(m_iteration+1) + " / " + de::toString(m_iterationCount); 718 const std::string iterationDescription = "Test iteration " + de::toString(m_iteration+1) + " / " + de::toString(m_iterationCount); 1279 const std::string iterationDescription = "Test iteration " + de::toString(m_iteration+1) + " / " + de::toString(m_iterationCount); 1719 const std::string iterationDescription = "Test iteration " + de::toString(m_iteration+1) + " / " + de::toString(m_iterationCount); 1984 const std::string iterationDescription = "Test iteration " + de::toString(m_iteration+1) + " / " + de::toString(m_iterationCount); 2284 const std::string nam [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 995 const std::string& name, 1002 const std::string& name); 1055 const std::string fragModuleInfix = color ? "-color" in readOneSampleFromMultisampleImage() 1148 bool ColorImagelessTestInstance::verifyBufferInternal (const void* resultData, const tcu::TextureFormat& textureFormat, const tcu::TextureLevel& referenceImage, const std::string& name) in verifyBufferInternal() 1166 bool ColorImagelessTestInstance::verifyBuffer (const UniquePtr<Allocation>& bufAlloc, const VkFormat bufferFormat, const std::string& name, const AspectFlags aspectFlags, const deUint32 sample, const deUint32 subpass) in verifyBuffer() 1579 std::string result; in iterate() 1762 std::string result; in iterate() 1770 const std::string name ("Color" + de::toString(sampleNdx)); in iterate() 2083 std::string result; in iterate() 2097 const std::string nam in iterate() [all...] |
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 1 #include <string.h> 12 #include "v8-version-string.h" 38 // n-api defines JSVM_AUTO_LENGTH as the indicator that a string 231 static std::unordered_map<std::string, std::string> sourceMapUrlMap; 242 static void SetFileToSourceMapMapping(std::string &&file, std::string &&sourceMapUrl) { in SetFileToSourceMapMapping() 252 static std::string GetSourceMapFromFileName(std::string &&file) { in GetSourceMapFromFileName() 348 char* string, in ExternalOneByteStringResource() 347 ExternalOneByteStringResource(JSVM_Env env, char* string, const size_t length, JSVM_Finalize finalizeCallback, void* finalizeHint) ExternalOneByteStringResource() argument 367 ExternalStringResource(JSVM_Env env, char16_t* string, const size_t length, JSVM_Finalize finalizeCallback, void* finalizeHint) ExternalStringResource() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | insn.c | 9 #include <linux/string.h> 11 #include <string.h>
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | nsxfeval.c | 686 no_match = strcmp(hid->string, info->hid); in acpi_ns_get_device_callback() 705 if (strcmp(cid->ids[i].string, info->hid) == 0) { in acpi_ns_get_device_callback()
|
H A D | exoparg1.c | 418 * A store operand is typically a number, string, buffer or lvalue in acpi_ex_opcode_1A_1T_1R() 697 * The type of the base object must be integer, buffer, string, or in acpi_ex_opcode_1A_0T_1R() 713 value = temp_desc->string.length; in acpi_ex_opcode_1A_0T_1R() 851 * This is a deref_of (String). The string is a reference in acpi_ex_opcode_1A_0T_1R() 863 string.pointer, in acpi_ex_opcode_1A_0T_1R()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | assembler.h | 442 /* Utility macro for declaring string literals */ 443 .macro string name:req, string 446 .asciz "\string"
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-arm1020.S | 466 string cpu_arch_name, "armv5t" 467 string cpu_elf_name, "v5"
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-arm1020.S | 466 string cpu_arch_name, "armv5t" 467 string cpu_elf_name, "v5"
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/ |
H A D | fpsimd-test.S | 51 // Print a NUL-terminated string starting at address x0 to stdout 69 // Utility macro to print a literal string 71 .macro puts string 73 .L__puts_literal\@: .string "\string"
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | signal.h | 7 #include <linux/string.h> 127 #include <linux/string.h>
|
H A D | property.h | 50 const char *propname, const char *string); 73 const char *propname, const char *string);
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-probe.c | 17 #include <string.h> 30 #include <linux/string.h>
|
/kernel/linux/linux-5.10/tools/perf/jvmti/ |
H A D | libjvmti.c | 3 #include <linux/string.h> 6 #include <string.h> 152 * append file name, we use loops and not string ops to avoid modifying in copy_class_filename()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | builtin-test.c | 10 #include <string.h> 27 #include <linux/string.h>
|
/kernel/linux/linux-5.10/tools/arch/x86/lib/ |
H A D | insn.c | 9 #include <linux/string.h> 11 #include <string.h>
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | data.c | 4 #include <linux/string.h> 11 #include <string.h>
|
H A D | time-utils.c | 3 #include <string.h> 4 #include <linux/string.h> 75 /* copy original string because we need to modify it */ in split_start_end() 140 /* Split the string and parse each piece, except the last */ in perf_time__parse_strs() 230 /* We can modify this string since the original one is copied */ in percent_slash_split() 341 * Construct a string like "xx%/1" in one_percent_convert() 513 pr_err("Invalid time string\n"); in perf_time__parse_for_ranges_reltime()
|
H A D | thread_map.c | 13 #include <string.h> 15 #include <linux/string.h> 332 * mark the end of the string. in get_comm()
|
/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio_input.c | 233 u.string), in virtinput_probe() 237 u.string), in virtinput_probe()
|
/kernel/linux/linux-6.6/drivers/acpi/x86/ |
H A D | s2idle.c | 153 dev_info.name = obj->string.pointer; in lpi_device_get_constraints_amd() 234 info.name = element->string.pointer; in lpi_device_get_constraints()
|