/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderImageLoadStoreTests.cpp | 781 ShortByteData(int size, const T& value, GLenum internalformat, GLenum format) in ShortByteData() argument 782 : data(size * size, value), datas(size * size * 4), datab(size * size * 4) in ShortByteData() 842 << tcu::TestLog::Message << "GL_MAX_IMAGE_UNITS value is invalid." << tcu::TestLog::EndMessage; in Run() 848 << tcu::TestLog::Message << "GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES value is invalid." in Run() 855 << tcu::TestLog::Message << "GL_MAX_VERTEX_IMAGE_UNIFORMS value is invalid." in Run() 862 << tcu::TestLog::Message << "GL_MAX_FRAGMENT_IMAGE_UNIFORMS value is invalid." in Run() 869 << tcu::TestLog::Message << "GL_MAX_COMBINED_IMAGE_UNIFORMS value is invalid." in Run() 876 << tcu::TestLog::Message << "GL_MAX_COMPUTE_IMAGE_UNIFORMS value is invalid." in Run() 1182 std::string GenFS(GLenum internalformat, const T& value) in GenFS() argument 1188 << TypePrefix<T>() << "vec4" << value << ");" N in GenFS() 1193 GenC(const T& value) GenC() argument 1215 GenCS(GLenum internalformat, const T& value) GenCS() argument 1227 GenC(const T& value) GenC() argument 1397 Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) Read() argument 1539 ReadCS(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) ReadCS() argument 1639 Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) Read() argument 1732 GenC(const T& value) GenC() argument 2305 Read(int target, GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) Read() argument 2522 Read(int target, GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) Read() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 810 ShortByteData(int size, const T& value, GLenum internalformat, GLenum format) in ShortByteData() argument 811 : data(size * size, value), datas(size * size * 4), datab(size * size * 4) in ShortByteData() 871 << tcu::TestLog::Message << "GL_MAX_IMAGE_UNITS value is invalid." << tcu::TestLog::EndMessage; in Run() 877 << tcu::TestLog::Message << "GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES value is invalid." in Run() 884 << tcu::TestLog::Message << "GL_MAX_VERTEX_IMAGE_UNIFORMS value is invalid." in Run() 891 << tcu::TestLog::Message << "GL_MAX_FRAGMENT_IMAGE_UNIFORMS value is invalid." in Run() 898 << tcu::TestLog::Message << "GL_MAX_COMBINED_IMAGE_UNIFORMS value is invalid." in Run() 905 << tcu::TestLog::Message << "GL_MAX_COMPUTE_IMAGE_UNIFORMS value is invalid." in Run() 1216 std::string GenFS(GLenum internalformat, const T& value) in GenFS() argument 1222 << TypePrefix<T>() << "vec4" << value << ");" N in GenFS() 1227 GenC(const T& value) GenC() argument 1249 GenCS(GLenum internalformat, const T& value) GenCS() argument 1261 GenC(const T& value) GenC() argument 1432 Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) Read() argument 1574 ReadCS(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) ReadCS() argument 1675 Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) Read() argument 1768 GenC(const T& value) GenC() argument 2343 Read(int target, GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) Read() argument 2560 Read(int target, GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type) Read() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 407 // This version is sensitive to the initial value in the output buffer. 758 // Filter is a function that returns true if a value should pass, false otherwise. 763 T value; in fillRandomScalars() local 767 value = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars() 768 while (!filter(value)); in fillRandomScalars() 770 typedPtr[offset + ndx] = value; in fillRandomScalars() 795 deInt64 value; in fillRandomInt64sLogDistributed() local 797 value = randomInt64LogDistributed(rnd); in fillRandomInt64sLogDistributed() 798 } while (!filter(value)); in fillRandomInt64sLogDistributed() 799 dst[ndx] = value; in fillRandomInt64sLogDistributed() 803 filterNonNegative(const deInt64 value) filterNonNegative() argument 808 filterPositive(const deInt64 value) filterPositive() argument 813 filterNotZero(const deInt64 value) filterNotZero() argument 3599 } value; global() member 4493 generateIntWidth(int value) generateIntWidth() argument 4496 r << value; generateIntWidth() local 4595 std::stack<std::string> value; generateOpPhiCase5() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 406 // This version is sensitive to the initial value in the output buffer. 757 // Filter is a function that returns true if a value should pass, false otherwise. 762 T value; in fillRandomScalars() local 766 value = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars() 767 while (!filter(value)); in fillRandomScalars() 769 typedPtr[offset + ndx] = value; in fillRandomScalars() 794 deInt64 value; in fillRandomInt64sLogDistributed() local 796 value = randomInt64LogDistributed(rnd); in fillRandomInt64sLogDistributed() 797 } while (!filter(value)); in fillRandomInt64sLogDistributed() 798 dst[ndx] = value; in fillRandomInt64sLogDistributed() 802 filterNonNegative(const deInt64 value) filterNonNegative() argument 807 filterPositive(const deInt64 value) filterPositive() argument 812 filterNotZero(const deInt64 value) filterNotZero() argument 3597 } value; global() member 4491 generateIntWidth(int value) generateIntWidth() argument 4494 r << value; generateIntWidth() local 4593 std::stack<std::string> value; generateOpPhiCase5() local [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink_gt.c | 364 #define IOVR 0x10 /* GPIO value */ 406 static void wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value); 408 static void wr_reg16(struct slgt_info *info, unsigned int addr, __u16 value); 410 static void wr_reg32(struct slgt_info *info, unsigned int addr, __u32 value); 1322 unsigned short value; in set_break() local 1330 value = rd_reg16(info, TCR); in set_break() 1332 value |= BIT6; in set_break() 1334 value &= ~BIT6; in set_break() 1335 wr_reg16(info, TCR, value); in set_break() 2819 * sync pattern is contained in least significant bytes of value 3779 wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value) wr_reg8() argument 3791 wr_reg16(struct slgt_info *info, unsigned int addr, __u16 value) wr_reg16() argument 3803 wr_reg32(struct slgt_info *info, unsigned int addr, __u32 value) wr_reg32() argument [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 65 unsigned int add = credits->value; in smb2_add_credits() 190 credits->value = 0; in smb2_wait_mtu_credits() 200 credits->value = in smb2_wait_mtu_credits() 203 server->credits -= credits->value; in smb2_wait_mtu_credits() 221 if (!credits->value || credits->value == new_val) in smb2_adjust_credits() 224 if (credits->value < new_val) { in smb2_adjust_credits() 226 credits->value, new_val); in smb2_adjust_credits() 235 credits->value - new_val); in smb2_adjust_credits() 239 server->credits += credits->value in smb2_adjust_credits() 999 char *name, *value; move_smb2_ea_to_cifs() local [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | synclink_gt.c | 359 #define IOVR 0x10 /* GPIO value */ 401 static void wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value); 403 static void wr_reg16(struct slgt_info *info, unsigned int addr, __u16 value); 405 static void wr_reg32(struct slgt_info *info, unsigned int addr, __u32 value); 1313 unsigned short value; in set_break() local 1321 value = rd_reg16(info, TCR); in set_break() 1323 value |= BIT6; in set_break() 1325 value &= ~BIT6; in set_break() 1326 wr_reg16(info, TCR, value); in set_break() 2802 * sync pattern is contained in least significant bytes of value 3744 wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value) wr_reg8() argument 3754 wr_reg16(struct slgt_info *info, unsigned int addr, __u16 value) wr_reg16() argument 3764 wr_reg32(struct slgt_info *info, unsigned int addr, __u32 value) wr_reg32() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | qm.c | 1138 * acc_shaper_para_calc() Get the IR value by the qos formula, the return value 2412 * restore vm_pfoff to initial value for mmap() in hisi_qm_uacce_mmap() 3745 pci_err(qm->pdev, "input qos value is error, please set 1~1000!\n"); in qm_get_qos_value() 3805 pci_info(qm->pdev, "the qos value of function%u is set to %lu.\n", in qm_algqos_write() 4279 unsigned long long value = 0; in qm_soft_reset() local 4284 NULL, &value); in qm_soft_reset() 4290 if (value) { in qm_soft_reset() 4291 pci_err(pdev, "Reset step %llu failed!\n", value); in qm_soft_reset() 4366 u32 value; in qm_restart_prepare() local 4397 u32 value; qm_restart_done() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 227 return Operand(Operand::EmbeddedNumber(constant.ToFloat64().value())); in ToImmediate() 270 Register value, RecordWriteMode mode, in OutOfLineRecordWrite() 276 value_(value), in OutOfLineRecordWrite() 554 // If shift value is an immediate, we can call asm_imm, taking the shift value 574 // If shift value is an immediate, we can call asm_imm, taking the shift value 576 // call asm_shl, passing in the negative shift value (treated as right shift). 795 // by an unknown value, and it is safe to continue accessing the frame in AssembleArchInstruction() 817 // Don't overwrite the returned value in AssembleArchInstruction() 269 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand offset, Register value, RecordWriteMode mode, StubCallMode stub_mode, UnwindingInfoWriter* unwinding_info_writer) OutOfLineRecordWrite() argument 965 Register value = i.InputRegister(2); AssembleArchInstruction() local 992 Register value = i.InputRegister(2); AssembleArchInstruction() local [all...] |
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 345 Register value = ip; in Generate_PushArguments() local 350 __ ShiftLeftU64(value, counter, Operand(kSystemPointerSizeLog2)); in Generate_PushArguments() 351 __ LoadU64(value, MemOperand(array, value)); in Generate_PushArguments() 353 __ LoadU64(value, MemOperand(value)); in Generate_PushArguments() 355 __ push(value); in Generate_PushArguments() 558 // Otherwise we do a smi check and fall through to check if the return value in Generate_JSConstructStubGeneric() 610 // -- r2 : the value to pass to the generator in Generate_ResumeGeneratorTrampoline() 614 // Store input value int in Generate_ResumeGeneratorTrampoline() 1123 Register value = scratch1; ReplaceClosureCodeWithOptimizedCode() local 2302 Register value = r1; Generate_AllocateSpaceAndShiftExistingArguments() local [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 20 #include "src/ast/ast-value-factory.h" 433 // pointer compression base, instruction/metadata size value and flags since in HashIsolateForEmbeddedBlob() 884 // TODO(jgruber): Fix all cases in which frames give us a hole value in AppendFrame() 1193 // number value or simply deleting the property. If the inspector in CaptureAndSetErrorStack() 1219 // the Error.stackTraceLimit value was below what was requested via in CaptureAndSetErrorStack() 2387 int start_pos_value = Handle<Smi>::cast(start_pos)->value(); in ThrowInternal() 2393 int end_pos_value = Handle<Smi>::cast(end_pos)->value(); in ThrowInternal() 3137 // This value is increased on both allocations and deallocations. in ThrowInternal() 3992 // old space size with respective threshold value. in ThrowInternal() 4398 void Isolate::SetFeedbackVectorsForProfilingTools(Object value) { in ThrowInternal() argument 4970 RunAtomicsWaitCallback(v8::Isolate::AtomicsWaitEvent event, Handle<JSArrayBuffer> array_buffer, size_t offset_in_bytes, int64_t value, double timeout_in_ms, AtomicsWaitWakeHandle* stop_handle) ThrowInternal() argument 5141 ReportPromiseReject(Handle<JSPromise> promise, Handle<Object> value, v8::PromiseRejectEvent event) ThrowInternal() argument [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 1589 statement("uint spvPackHalf2x16(float2 value)"); in emit_resources() 1591 statement("uint2 Packed = f32tof16(value);"); in emit_resources() 1596 statement("float2 spvUnpackHalf2x16(uint value)"); in emit_resources() 1598 statement("return f16tof32(uint2(value & 0xffff, value >> 16));"); in emit_resources() 1605 statement("uint64_t spvPackUint2x32(uint2 value)"); in emit_resources() 1607 statement("return (uint64_t(value.y) << 32) | uint64_t(value.x);"); in emit_resources() 1611 statement("uint2 spvUnpackUint2x32(uint64_t value)"); in emit_resources() 1614 statement("Unpacked.x = uint(value in emit_resources() 4028 write_access_chain_array(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain) write_access_chain_array() argument 4065 write_access_chain_struct(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain) write_access_chain_struct() argument 4100 write_access_chain_value(uint32_t value, const SmallVector<uint32_t> &composite_chain, bool enclose) write_access_chain_value() argument 4118 write_access_chain(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain) write_access_chain() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 686 static int hostapd_config_parse_key_mgmt(int line, const char *value) in hostapd_config_parse_key_mgmt() argument 691 buf = os_strdup(value); in hostapd_config_parse_key_mgmt() 789 static int hostapd_config_parse_cipher(int line, const char *value) in hostapd_config_parse_cipher() argument 791 int val = wpa_parse_cipher(value); in hostapd_config_parse_cipher() 794 line, value); in hostapd_config_parse_cipher() 976 static int add_r0kh(struct hostapd_bss_config *bss, char *value) in add_r0kh() argument 986 pos = value; in add_r0kh() 1022 static int add_r1kh(struct hostapd_bss_config *bss, char *value) in add_r1kh() argument 1033 pos = value; in add_r1kh() 1417 /* ext(b8) | Length of PLMN List value content in parse_3gpp_cell_net() 2170 add_airtime_weight(struct hostapd_bss_config *bss, char *value) add_airtime_weight() argument 5008 hostapd_set_iface(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *field, char *value) hostapd_set_iface() argument [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 6477 ($value:ident => $($ty:ty),+) => {$( 6478 let borrowed = <$ty>::from(Cow::Borrowed($value)); 6479 let owned = <$ty>::from(Cow::Owned($value.to_owned())); 6480 assert_eq!($value, &*borrowed); 6481 assert_eq!($value, &*owned); 6483 ($value:ident : & $ty:ty) => { 6484 test_from_cow!($value => Box<$ty>, Rc<$ty>, Arc<$ty>); 8757 value: bool, in test_vec_dedup_panicking() 8763 self.value == other.value in test_vec_dedup_panicking() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 107 * Provides a mapping of tranfer periods in ns to the proper value to 466 ahc_outw(struct ahc_softc *ahc, u_int port, u_int value) in ahc_outw() argument 468 ahc_outb(ahc, port, value & 0xFF); in ahc_outw() 469 ahc_outb(ahc, port+1, (value >> 8) & 0xFF); in ahc_outw() 482 ahc_outl(struct ahc_softc *ahc, u_int port, uint32_t value) in ahc_outl() argument 484 ahc_outb(ahc, port, (value) & 0xFF); in ahc_outl() 485 ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF); in ahc_outl() 486 ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF); in ahc_outl() 487 ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF); in ahc_outl() 504 ahc_outq(struct ahc_softc *ahc, u_int port, uint64_t value) in ahc_outq() argument 7058 ahc_print_register(const ahc_reg_parse_entry_t *table, u_int num_entries, const char *name, u_int address, u_int value, u_int *cur_column, u_int wrap_point) ahc_print_register() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 107 * Provides a mapping of tranfer periods in ns to the proper value to 466 ahc_outw(struct ahc_softc *ahc, u_int port, u_int value) in ahc_outw() argument 468 ahc_outb(ahc, port, value & 0xFF); in ahc_outw() 469 ahc_outb(ahc, port+1, (value >> 8) & 0xFF); in ahc_outw() 482 ahc_outl(struct ahc_softc *ahc, u_int port, uint32_t value) in ahc_outl() argument 484 ahc_outb(ahc, port, (value) & 0xFF); in ahc_outl() 485 ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF); in ahc_outl() 486 ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF); in ahc_outl() 487 ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF); in ahc_outl() 504 ahc_outq(struct ahc_softc *ahc, u_int port, uint64_t value) in ahc_outq() argument 7053 ahc_print_register(const ahc_reg_parse_entry_t *table, u_int num_entries, const char *name, u_int address, u_int value, u_int *cur_column, u_int wrap_point) ahc_print_register() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 1464 // 3. For each value property of fieldNames, do in PrepareTemporalFieldsOrPartial() 1470 // a. Let value be ? Get(fields, property). in PrepareTemporalFieldsOrPartial() 1471 Handle<Object> value; in PrepareTemporalFieldsOrPartial() local 1473 isolate, value, JSReceiver::GetProperty(isolate, fields, property), in PrepareTemporalFieldsOrPartial() 1476 // b. If value is undefined, then in PrepareTemporalFieldsOrPartial() 1477 if (value->IsUndefined()) { in PrepareTemporalFieldsOrPartial() 1496 // a. Set value to the corresponding Default value of the same row. in PrepareTemporalFieldsOrPartial() 1503 value = Handle<Object>(Smi::zero(), isolate); in PrepareTemporalFieldsOrPartial() 1510 // Conversion value i in PrepareTemporalFieldsOrPartial() 3345 Handle<Object> value; ToTemporalTimeRecord() local 5289 int32_t value = DayOfYear() local 5313 int32_t value = DayOfWeek() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 137 // TODO: Determine a good default value. 260 /// with the "returned" attribute. Once we cannot look through the value any 262 /// value, the \p State, and a flag to indicate if we stripped anything. To 287 // Check if we should process the current value. To prevent endless in genericValueTraversal() 530 IRPositions.emplace_back(IRPosition::value(IRP.getAssociatedValue())); in SubsumingPositionIterator() 578 "Associated value mismatch!"); in verify() 584 "Associated value mismatch!"); in verify() 588 assert(!AnchorVal && "Expected no value for an invalid position!"); in verify() 598 assert(AnchorVal == &getAssociatedValue() && "Associated value mismatch!"); in verify() 603 assert(AnchorVal == &getAssociatedValue() && "Associated value mismatc in verify() [all...] |
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | multiple-emitHelpers-in-all-projects.js | 371 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
449 >>> while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
932 {"bundle":{"commonSourceDirectory":"../second","sourceFiles":["../second/second_part1.ts","../second/second_part2.ts"],"js":{"sections":[{"pos":0,"end":500,"kind":"emitHelpers","data":"typescript:rest"},{"pos":502,"end":1006,"kind":"emitHelpers","data":"typescript:read"},{"pos":1008,"end":1396,"kind":"emitHelpers","data":"typescript:spreadArray"},{"pos":1398,"end":2092,"kind":"text"}],"sources":{"helpers":["typescript:rest","typescript:read","typescript:spreadArray"]},"mapHash":"-30083835302-{\"version\":3,\"file\":\"second-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,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;AAED,SAAS,wBAAwB;IAAC,WAAc;SAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;QAAd,sBAAc;;AAAI,CAAC;AACrD,IAAM,qBAAqB,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;AACvC,wBAAwB,8BAAC,EAAE,UAAK,qBAAqB,WAAE\"}","hash":"10392077080-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 __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n};\r\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\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\nfunction secondsecond_part2Spread() {\r\n var b = [];\r\n for (var _i = 0; _i < arguments.length; _i++) {\r\n b[_i] = arguments[_i];\r\n }\r\n}\r\nvar secondsecond_part2_ar = [20, 30];\r\nsecondsecond_part2Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part2_ar), false));\r\n//# sourceMappingURL=second-output.js.map"},"dts":{"sections":[{"pos":0,"end":267,"kind":"text"}],"mapHash":"-6793954603-{\"version\":3,\"file\":\"second-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\"AAAA,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;AACD,iBAAS,yBAAyB,SAEjC;ACbD,cAAM,CAAC;IACH,WAAW;CAGd;AAED,iBAAS,wBAAwB,CAAC,GAAG,GAAG,MAAM,EAAE,QAAK;AACrD,QAAA,MAAM,qBAAqB,UAAW,CAAC\"}","hash":"-6006784725-declare namespace N {\r\n}\r\ndeclare namespace N {\r\n}\r\ndeclare function forsecondsecond_part1Rest(): void;\r\ndeclare class C {\r\n doSomething(): void;\r\n}\r\ndeclare function secondsecond_part2Spread(...b: number[]): void;\r\ndeclare const secondsecond_part2_ar: number[];\r\n//# sourceMappingURL=second-output.d.ts.map"}},"program":{"fileNames":["../second/second_part1.ts","../second/second_part2.ts"],"fileInfos":["-12564528434-namespace N {\r\n // Comment text\r\n}\r\n\r\nnamespace N {\r\n function f() {\r\n console.log('testing');\r\n }\r\n\r\n f();\r\n}\r\nfunction forsecondsecond_part1Rest() {\nconst { b, ...rest } = { a: 10, b: 30, yy: 30 };\n}","-17653520187-class C {\r\n doSomething() {\r\n console.log(\"something got done\");\r\n }\r\n}\r\n\nfunction secondsecond_part2Spread(...b: number[]) { }\nconst secondsecond_part2_ar = [20, 30];\nsecondsecond_part2Spread(10, ...secondsecond_part2_ar);"],"options":{"composite":true,"outFile":"./second-output.js"},"outSignature":"-13151345584-declare namespace N {\r\n}\r\ndeclare namespace N {\r\n}\r\ndeclare function forsecondsecond_part1Rest(): void;\r\ndeclare class C {\r\n doSomething(): void;\r\n}\r\ndeclare function secondsecond_part2Spread(...b: number[]): void;\r\ndeclare const secondsecond_part2_ar: number[];\r\n","latestChangedDtsFile":"./second-output.d.ts"},"version":"FakeTSVersion"}
957 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
1060 "hash": "10392077080-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 __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n};\r\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\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\nfunction secondsecond_part2Spread() {\r\n var b = [];\r\n for (var _i = 0; _i < arguments.length; _i++) {\r\n b[_i] = arguments[_i];\r\n }\r\n}\r\nvar secondsecond_part2_ar = [20, 30];\r\nsecondsecond_part2Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part2_ar), false));\r\n//# sourceMappingURL=second-output.js.map", 1336 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
1405 >>> while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
1777 {"bundle":{"commonSourceDirectory":"..","sourceFiles":["../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"js":{"sections":[{"pos":0,"end":500,"kind":"emitHelpers","data":"typescript:rest"},{"pos":502,"end":1006,"kind":"emitHelpers","data":"typescript:read"},{"pos":1008,"end":1396,"kind":"emitHelpers","data":"typescript:spreadArray"},{"pos":1398,"end":1907,"kind":"text"}],"sources":{"helpers":["typescript:rest","typescript:read","typescript:spreadArray"]},"mapHash":"-35433619521-{\"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;IAChC,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,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;AACD,SAAS,sBAAsB;IAAC,WAAc;SAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;QAAd,sBAAc;;AAAI,CAAC;AACnD,IAAM,mBAAmB,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;AACrC,sBAAsB,8BAAC,EAAE,UAAK,mBAAmB,WAAE\"}","hash":"-57982334156-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 __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n};\r\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n};\r\nvar s = \"Hello, world\";\r\nconsole.log(s);\r\nfunction forfirstfirst_PART1Rest() {\r\n var _a = { a: 10, b: 30, yy: 30 }, b = _a.b, rest = __rest(_a, [\"b\"]);\r\n}\r\nconsole.log(f());\r\nfunction f() {\r\n return \"JS does hoists\";\r\n}\r\nfunction firstfirst_part3Spread() {\r\n var b = [];\r\n for (var _i = 0; _i < arguments.length; _i++) {\r\n b[_i] = arguments[_i];\r\n }\r\n}\r\nvar firstfirst_part3_ar = [20, 30];\r\nfirstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar), false));\r\n//# sourceMappingURL=first-output.js.map"},"dts":{"sections":[{"pos":0,"end":318,"kind":"text"}],"mapHash":"32680275599-{\"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,SAE/B;AEbD,iBAAS,CAAC,WAET;AACD,iBAAS,sBAAsB,CAAC,GAAG,GAAG,MAAM,EAAE,QAAK;AACnD,QAAA,MAAM,mBAAmB,UAAW,CAAC\"}","hash":"-53733421126-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\ndeclare function firstfirst_part3Spread(...b: number[]): void;\r\ndeclare const firstfirst_part3_ar: number[];\r\n//# sourceMappingURL=first-output.d.ts.map"}},"program":{"fileNames":["../first_part1.ts","../first_part2.ts","../first_part3.ts"],"fileInfos":["-2071921725-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() {\nconst { b, ...rest } = { a: 10, b: 30, yy: 30 };\n}","4973778178-console.log(f());\r\n","998368782-function f() {\r\n return \"JS does hoists\";\r\n}\nfunction firstfirst_part3Spread(...b: number[]) { }\nconst firstfirst_part3_ar = [20, 30];\nfirstfirst_part3Spread(10, ...firstfirst_part3_ar);"],"options":{"composite":true,"outFile":"./first-output.js"},"outSignature":"-42349562125-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\ndeclare function firstfirst_part3Spread(...b: number[]): void;\r\ndeclare const firstfirst_part3_ar: number[];\r\n","latestChangedDtsFile":"./first-output.d.ts"},"version":"FakeTSVersion"}
1802 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
1898 "hash": "-57982334156-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 __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\ [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link.c | 971 * pbn_per_slot value leading to exception on dc_fixpt_div() in dc_link_detect_helper() 1898 uint8_t value = 0; in write_i2c_retimer_setting() local 1929 /* Query current value from offset 0xA */ in write_i2c_retimer_setting() 1931 value = settings->reg_settings[i].i2c_reg_val; in write_i2c_retimer_setting() 1936 slave_address, &offset, 1, &value, 1); in write_i2c_retimer_setting() 1943 buffer[1] = value | apply_rx_tx_change; in write_i2c_retimer_setting() 1979 /* Query current value from offset 0xA */ in write_i2c_retimer_setting() 1981 value = settings->reg_settings_6g[i].i2c_reg_val; in write_i2c_retimer_setting() 1986 slave_address, &offset, 1, &value, 1); in write_i2c_retimer_setting() 1993 buffer[1] = value | apply_rx_tx_chang in write_i2c_retimer_setting() [all...] |
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | alps.c | 109 * which is what a normal mouse would report. Also, the value 0x0e 307 /* Convert hardware tap to a reasonable Z value */ in alps_process_packet_v1_v2() 384 * fingers detected. A return value of 0 means at least one of the 389 * These points are returned in fields->mt when the return value 811 * having 0x3f in the last byte. This value has never been in alps_process_packet_v3() 989 /* Detect false-postive touches where x & y report max value */ in alps_get_finger_coordinate_v7() 1750 static int __alps_command_mode_write_reg(struct psmouse *psmouse, u8 value) in __alps_command_mode_write_reg() argument 1752 if (alps_command_mode_send_nibble(psmouse, (value >> 4) & 0xf)) in __alps_command_mode_write_reg() 1754 if (alps_command_mode_send_nibble(psmouse, value & 0xf)) in __alps_command_mode_write_reg() 1760 u8 value) in alps_command_mode_write_reg() 1759 alps_command_mode_write_reg(struct psmouse *psmouse, int addr, u8 value) alps_command_mode_write_reg() argument 1889 alps_monitor_mode_write_reg(struct psmouse *psmouse, u16 addr, u16 value) alps_monitor_mode_write_reg() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 112 * the i915 driver uses the current value in the register to determine 138 * all the target addresses in all of its objects match the value in the 173 * entry arrays, looking up the right address and rewriting the value into 193 * by comparing the expected value inside the relocation entry with the target's 232 u64 value; member 271 unsigned int gen; /** Cached value of INTEL_GEN */ 331 * using this hashtable, and a negative value to indicate a in eb_create() 1225 static void clflush_write32(u32 *addr, u32 value, unsigned int flushes) in clflush_write32() argument 1233 *addr = value; in clflush_write32() 1245 *addr = value; in clflush_write32() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 970 u32 value = 0; in radeonfb_ioctl() local 983 rc = get_user(value, (__u32 __user *)arg); in radeonfb_ioctl() 989 if (value & 0x01) { in radeonfb_ioctl() 1001 if (value & 0x02) { in radeonfb_ioctl() 1022 value |= 0x01; in radeonfb_ioctl() 1026 value |= 0x02; in radeonfb_ioctl() 1028 return put_user(value, (__u32 __user *)arg); in radeonfb_ioctl() 1607 /* If we fall through the bottom, try the "default value" in radeon_calc_pll_regs() 1617 /* If we fall through the bottom, try the "default value" in radeon_calc_pll_regs() 1825 /* Calculate PPLL value i in radeonfb_set_par() [all...] |
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | mkutf8data.c | 158 * a special value. 217 * shortest representation of a 32bit value is to be used. A decoder 1336 * corrected in later revisions. The value of the correction field is 2058 unsigned int value; in ccc_init() local 2071 ret = sscanf(line, "%X..%X ; %d #", &first, &last, &value); in ccc_init() 2074 unicode_data[unichar].ccc = value; in ccc_init() 2078 printf(" %X..%X ccc %d\n", first, last, value); in ccc_init() 2083 ret = sscanf(line, "%X ; %d #", &unichar, &value); in ccc_init() 2085 unicode_data[unichar].ccc = value; in ccc_init() 2088 printf(" %X ccc %d\n", unichar, value); in ccc_init() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_main.c | 685 DP_NOTICE(cdev, "Unknown int_mode value %d\n", in qed_set_int_mode() 2199 /* MFW clears adv_caps on eee disable; use configured value */ in qed_fill_link() 2383 u32 offset, mask, value, cur_value; in qed_nvm_flash_image_access() local 2386 value = *((u32 *)*data); in qed_nvm_flash_image_access() 2405 (cur_value & ~mask) | (value & mask), value, mask); in qed_nvm_flash_image_access() 2406 value = (value & mask) | (cur_value & ~mask); in qed_nvm_flash_image_access() 2409 (u8 *)&value, 4); in qed_nvm_flash_image_access()
|