/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvscsu.cpp | 237 UChar *target; in _SCSUToUnicodeWithOffsets() local 254 target=pArgs->target; in _SCSUToUnicodeWithOffsets() 292 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) { in _SCSUToUnicodeWithOffsets() 297 *target++=(UChar)b; in _SCSUToUnicodeWithOffsets() 305 *target++=(UChar)c; in _SCSUToUnicodeWithOffsets() 311 *target++=(UChar)(0xd7c0+(c>>10)); in _SCSUToUnicodeWithOffsets() 312 if(target<targetLimit) { in _SCSUToUnicodeWithOffsets() 313 *target++=(UChar)(0xdc00|(c&0x3ff)); in _SCSUToUnicodeWithOffsets() 319 /* target overflo in _SCSUToUnicodeWithOffsets() 591 UChar *target; _SCSUToUnicode() local 1016 uint8_t *target; _SCSUFromUnicodeWithOffsets() local 1524 uint8_t *target; _SCSUFromUnicode() local [all...] |
/kernel/linux/linux-5.10/drivers/nfc/pn544/ |
H A D | pn544.c | 445 struct nfc_target *target, u8 comm_mode, in pn544_hci_dep_link_up() 451 r = nfc_hci_get_param(hdev, target->hci_reader_gate, in pn544_hci_dep_link_up() 467 r = nfc_dep_link_is_up(hdev->ndev, target->idx, comm_mode, in pn544_hci_dep_link_up() 482 struct nfc_target *target) in pn544_hci_target_from_gate() 486 target->supported_protocols = NFC_PROTO_FELICA_MASK; in pn544_hci_target_from_gate() 489 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn544_hci_target_from_gate() 490 target->sens_res = 0x0c00; in pn544_hci_target_from_gate() 493 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_target_from_gate() 504 struct nfc_target *target) in pn544_hci_complete_target_discovered() 512 if (target in pn544_hci_complete_target_discovered() 444 pn544_hci_dep_link_up(struct nfc_hci_dev *hdev, struct nfc_target *target, u8 comm_mode, u8 *gb, size_t gb_len) pn544_hci_dep_link_up() argument 481 pn544_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) pn544_hci_target_from_gate() argument 502 pn544_hci_complete_target_discovered(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) pn544_hci_complete_target_discovered() argument 603 pn544_hci_im_transceive(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) pn544_hci_im_transceive() argument 682 pn544_hci_check_presence(struct nfc_hci_dev *hdev, struct nfc_target *target) pn544_hci_check_presence() argument [all...] |
/kernel/linux/linux-6.6/drivers/nfc/pn544/ |
H A D | pn544.c | 444 struct nfc_target *target, u8 comm_mode, in pn544_hci_dep_link_up() 450 r = nfc_hci_get_param(hdev, target->hci_reader_gate, in pn544_hci_dep_link_up() 466 r = nfc_dep_link_is_up(hdev->ndev, target->idx, comm_mode, in pn544_hci_dep_link_up() 481 struct nfc_target *target) in pn544_hci_target_from_gate() 485 target->supported_protocols = NFC_PROTO_FELICA_MASK; in pn544_hci_target_from_gate() 488 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn544_hci_target_from_gate() 489 target->sens_res = 0x0c00; in pn544_hci_target_from_gate() 492 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_target_from_gate() 503 struct nfc_target *target) in pn544_hci_complete_target_discovered() 511 if (target in pn544_hci_complete_target_discovered() 443 pn544_hci_dep_link_up(struct nfc_hci_dev *hdev, struct nfc_target *target, u8 comm_mode, u8 *gb, size_t gb_len) pn544_hci_dep_link_up() argument 480 pn544_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) pn544_hci_target_from_gate() argument 501 pn544_hci_complete_target_discovered(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) pn544_hci_complete_target_discovered() argument 602 pn544_hci_im_transceive(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) pn544_hci_im_transceive() argument 681 pn544_hci_check_presence(struct nfc_hci_dev *hdev, struct nfc_target *target) pn544_hci_check_presence() argument [all...] |
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 73 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() argument 74 return op.rn() == target || op.rm() == target; in Clobbers() 102 void BaselineAssembler::Jump(Label* target, Label::Distance distance) { in Jump() argument 103 __ b(target); in Jump() 107 Label* target, Label::Distance) { in JumpIfRoot() 108 __ JumpIfRoot(value, index, target); in JumpIfRoot() 112 Label* target, Label::Distance) { in JumpIfNotRoot() 113 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot() 116 void BaselineAssembler::JumpIfSmi(Register value, Label* target, in JumpIfSmi() argument 106 JumpIfRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfRoot() argument 111 JumpIfNotRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfNotRoot() argument 121 JumpIfImmediate(Condition cc, Register left, int right, Label* target, Label::Distance distance) JumpIfImmediate() argument 127 JumpIfNotSmi(Register value, Label* target, Label::Distance) JumpIfNotSmi() argument 151 TestAndBranch(Register value, int mask, Condition cc, Label* target, Label::Distance) TestAndBranch() argument 154 __ b(AsMasmCondition(cc), target); TestAndBranch() local 157 JumpIf(Condition cc, Register lhs, const Operand& rhs, Label* target, Label::Distance) JumpIf() argument 160 __ b(AsMasmCondition(cc), target); JumpIf() local 162 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument 172 JumpIfInstanceType(Condition cc, Register map, InstanceType instance_type, Label* target, Label::Distance) JumpIfInstanceType() argument 185 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument 193 JumpIfSmi(Condition cc, Register value, Smi smi, Label* target, Label::Distance) JumpIfSmi() argument 198 JumpIfSmi(Condition cc, Register lhs, Register rhs, Label* target, Label::Distance) JumpIfSmi() argument 204 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument 212 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance) JumpIfTagged() argument 220 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance) JumpIfByte() argument 385 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument 394 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument 404 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument [all...] |
/kernel/linux/linux-5.10/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 40 unsigned int (*target)(struct sk_buff *skb, member 42 unsigned int hook_num, const struct xt_target *target, 45 const struct xt_target *target, void *targinfo, 47 void (*destroy)(const struct xt_target *target, void *targinfo); 58 unsigned int (*target)(struct sk_buff *skb, member 60 unsigned int hook_num, const struct xt_target *target, 63 const struct xt_target *target, void *targinfo, 65 void (*destroy)(const struct xt_target *target, void *targinfo); 122 static inline bool ebt_invalid_target(int target) in ebt_invalid_target() argument 124 return (target < in ebt_invalid_target() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 16 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse() local 28 target = ++s; in arm64_mov__parse() 29 ops->target.raw = strdup(target); in arm64_mov__parse() 30 if (ops->target.raw == NULL) in arm64_mov__parse() 33 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse() 34 if (endptr == target) in arm64_mov__parse() 46 ops->target.name = strdup(s); in arm64_mov__parse() 49 if (ops->target in arm64_mov__parse() [all...] |
/kernel/linux/linux-6.6/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 40 unsigned int (*target)(struct sk_buff *skb, member 42 unsigned int hook_num, const struct xt_target *target, 45 const struct xt_target *target, void *targinfo, 47 void (*destroy)(const struct xt_target *target, void *targinfo); 58 unsigned int (*target)(struct sk_buff *skb, member 60 unsigned int hook_num, const struct xt_target *target, 63 const struct xt_target *target, void *targinfo, 65 void (*destroy)(const struct xt_target *target, void *targinfo); 120 static inline bool ebt_invalid_target(int target) in ebt_invalid_target() argument 122 return (target < in ebt_invalid_target() [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 16 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse() local 28 target = ++s; in arm64_mov__parse() 29 ops->target.raw = strdup(target); in arm64_mov__parse() 30 if (ops->target.raw == NULL) in arm64_mov__parse() 33 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse() 34 if (endptr == target) in arm64_mov__parse() 46 ops->target.name = strdup(s); in arm64_mov__parse() 49 if (ops->target in arm64_mov__parse() [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_angle_gn_info_json.py | 49 """Extracts dependencies from the given target json description 54 target_name: name of target in desc to lookup deps 58 target = desc[target_name] 60 for dep in target.get('deps', []): 75 for target in targets: 76 logging.debug("target: %s" % (target)) 77 target_desc = get_json_description(gn_out, target) 78 if (target in target_desc and target no [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | decoratorMetadataRestParameterWithImportedType.js | 22 return (target: any): void => { }; 26 return (target: any): void => { }; 74 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
75 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
76 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
77 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
78 return c > 3 && r && Object.defineProperty(target, key, r), r;
88 return function (target) { };
[all...] |
H A D | decoratorOnClassConstructor2.js | 5 export function foo(target: Object, propertyKey: string | symbol, parameterIndex: number) { } 26 function foo(target, propertyKey, parameterIndex) { }
45 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
46 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
47 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
48 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
49 return c > 3 && r && Object.defineProperty(target, key, r), r;
52 return function (target, ke [all...] |
H A D | decoratorOnClassConstructor3.js | 5 export function foo(target: Object, propertyKey: string | symbol, parameterIndex: number) { } 28 function foo(target, propertyKey, parameterIndex) { }
47 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
48 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
49 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
50 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
51 return c > 3 && r && Object.defineProperty(target, key, r), r;
54 return function (target, ke [all...] |
/third_party/rust/crates/libc/ci/ |
H A D | build.sh | 5 # The FILTER environment variable can be used to select which target(s) to build. 34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then 44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" 48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}" 51 # if the target supports libstd 53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" 56 -Z build-std=core,alloc -vv --target "${TARGET}" 61 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" \ 66 --target "${TARGET}" --features extra_traits 72 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target " [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | ptrace.c | 476 static int hw_break_get(struct task_struct *target, in hw_break_get() argument 494 ret = ptrace_hbp_get_addr(note_type, target, idx, &addr); in hw_break_get() 497 ret = ptrace_hbp_get_ctrl(note_type, target, idx, &ctrl); in hw_break_get() 508 static int hw_break_set(struct task_struct *target, in hw_break_set() argument 533 ret = ptrace_hbp_set_addr(note_type, target, idx, addr); in hw_break_set() 544 ret = ptrace_hbp_set_ctrl(note_type, target, idx, ctrl); in hw_break_set() 562 static int gpr_get(struct task_struct *target, in gpr_get() argument 566 struct user_pt_regs *uregs = &task_pt_regs(target)->user_regs; in gpr_get() 570 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument 575 struct user_pt_regs newregs = task_pt_regs(target) in gpr_set() 588 fpr_active(struct task_struct *target, const struct user_regset *regset) fpr_active() argument 598 __fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) __fpr_get() argument 611 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpr_get() argument 623 __fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf, unsigned int start_pos) __fpr_set() argument 650 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpr_set() argument 669 tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tls_get() argument 678 tls_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tls_set() argument 693 system_call_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) system_call_get() argument 700 system_call_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) system_call_set() argument 718 sve_init_header_from_task(struct user_sve_header *header, struct task_struct *target) sve_init_header_from_task() argument 744 sve_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) sve_get() argument 794 sve_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) sve_set() argument 893 pac_mask_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_mask_get() argument 948 pac_address_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_address_keys_get() argument 963 pac_address_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pac_address_keys_set() argument 997 pac_generic_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_generic_keys_get() argument 1012 pac_generic_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pac_generic_keys_set() argument 1037 tagged_addr_ctrl_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tagged_addr_ctrl_get() argument 1049 tagged_addr_ctrl_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tagged_addr_ctrl_set() argument 1223 compat_gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_gpr_get() argument 1234 compat_gpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_gpr_set() argument 1296 compat_vfp_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_vfp_get() argument 1321 compat_vfp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_vfp_set() argument 1352 compat_tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_tls_get() argument 1359 compat_tls_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_tls_set() argument [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetUTF32.java | 80 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument 135 if (!target.hasRemaining()) in decodeLoop() 147 target.put((char) char32); in decodeLoop() 150 target.put(UTF16.getLeadSurrogate(char32)); in decodeLoop() 152 if (target.hasRemaining()) { in decodeLoop() 153 target.put((char) char32); in decodeLoop() 183 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument 188 if (!target.hasRemaining()) in encodeLoop() 192 cr = fromUWriteBytes(this, bom, 0, bom.length, target, offsets, -1); in encodeLoop() 198 if (!target in encodeLoop() 219 encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char ch) encodeChar() argument [all...] |
H A D | CharsetUTF16.java | 94 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument 155 CoderResult cr = decodeTrail(source, target, offsets, (char) toUnicodeStatus); in decodeLoop() 178 if (!target.hasRemaining()) in decodeLoop() 185 target.put(char16); in decodeLoop() 187 CoderResult cr = decodeTrail(source, target, offsets, char16); in decodeLoop() 194 private final CoderResult decodeTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets, char lead) { in decodeTrail() argument 225 target.put(lead); in decodeTrail() 227 if (target.hasRemaining()) { in decodeTrail() 228 target.put(trail); in decodeTrail() 254 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffe argument 290 encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char ch) encodeChar() argument [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | AlternateLocaleDataTest.java | 31 CldrValue target = in testLocaleData() 35 // The target path with the source value we expect to be seen in the transformed data. in testLocaleData() 47 .addLocaleData("xx", target, source, other) in testLocaleData() 51 src, ImmutableMap.of(target.getPath(), source.getPath()), ImmutableTable.of()); in testLocaleData() 56 // Note that the source is always removed (unless it's also a target). in testLocaleData() 64 CldrValue target = in testMissingSource() 69 FakeDataSupplier src = new FakeDataSupplier().addLocaleData("xx", target); in testMissingSource() 72 src, ImmutableMap.of(target.getPath(), source.getPath()), ImmutableTable.of()); in testMissingSource() 78 assertValuesUnordered(unresolved, target); in testMissingSource() 79 assertValuesUnordered(resolved, target); in testMissingSource() [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_get_own_property_descriptor.js | 19 var target = {}; 20 var handler = { getOwnPropertyDescriptor (target) { 24 var proxy = new Proxy(target, handler); 50 var target = {}; 57 Object.defineProperty(target, "configurable", configurable_desc); 65 Object.defineProperty(target, "nonconfigurable", nonconfigurable_desc); 78 "getOwnPropertyDescriptor": function(target, name) { 85 return Object.getOwnPropertyDescriptor(target, name); 89 var proxy = new Proxy(target, handler); 90 var proxy_without_handler = new Proxy(target, {}); [all...] |
/third_party/python/Lib/distutils/tests/ |
H A D | test_dir_util.py | 30 self.target = os.path.join(self.root_target, 'here') 41 mkpath(self.target, verbose=0) 46 mkpath(self.target, verbose=1) 48 'creating %s' % self.target] 66 mkpath(self.target, 0o700) 68 stat.S_IMODE(os.stat(self.target).st_mode), 0o700 & ~umask) 87 mkpath(self.target, verbose=0) 89 copy_tree(self.target, self.target2, verbose=0) 94 mkpath(self.target, verbose=0) 95 a_file = os.path.join(self.target, 'o [all...] |
H A D | test_file_util.py | 30 self.target = os.path.join(tmp_dir, 'f2') 44 move_file(self.source, self.target, verbose=0) 49 move_file(self.target, self.source, verbose=0) 51 move_file(self.source, self.target, verbose=1) 52 wanted = ['moving %s -> %s' % (self.source, self.target)] 56 move_file(self.target, self.source, verbose=0) 59 # now the target is a dir 71 move_file(self.source, self.target, verbose=0) 80 move_file(self.source, self.target, verbose=0) 89 os.link(self.source, self.target) [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | fan.c | 32 nvkm_fan_update(struct nvkm_fan *fan, bool immediate, int target) in nvkm_fan_update() argument 41 /* update target fan speed, restricting to allowed range */ in nvkm_fan_update() 43 if (target < 0) in nvkm_fan_update() 44 target = fan->percent; in nvkm_fan_update() 45 target = max_t(u8, target, fan->bios.min_duty); in nvkm_fan_update() 46 target = min_t(u8, target, fan->bios.max_duty); in nvkm_fan_update() 47 if (fan->percent != target) { in nvkm_fan_update() 48 nvkm_debug(subdev, "FAN target in nvkm_fan_update() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | fan.c | 32 nvkm_fan_update(struct nvkm_fan *fan, bool immediate, int target) in nvkm_fan_update() argument 41 /* update target fan speed, restricting to allowed range */ in nvkm_fan_update() 43 if (target < 0) in nvkm_fan_update() 44 target = fan->percent; in nvkm_fan_update() 45 target = max_t(u8, target, fan->bios.min_duty); in nvkm_fan_update() 46 target = min_t(u8, target, fan->bios.max_duty); in nvkm_fan_update() 47 if (fan->percent != target) { in nvkm_fan_update() 48 nvkm_debug(subdev, "FAN target in nvkm_fan_update() [all...] |
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-assembler.h | 44 // Binds the label without marking it as a valid jump target. 46 // target (i.e. at the beginning of the bytecode). 48 // Marks the current position as a valid jump target on CFI enabled 51 inline void Jump(Label* target, Label::Distance distance = Label::kFar); 52 inline void JumpIfRoot(Register value, RootIndex index, Label* target, 54 inline void JumpIfNotRoot(Register value, RootIndex index, Label* target, 56 inline void JumpIfSmi(Register value, Label* target, 58 inline void JumpIfNotSmi(Register value, Label* target, 62 Label* target, 66 Label* target, Labe [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64-inl.h | 84 // output before the next target. in target_address_address() 85 // For an instruction like LUI/ORI where the target bits are mixed into the in target_address_address() 86 // instruction bits, the size of the target will be zero, indicating that the in target_address_address() 87 // serializer should not step forward in memory after a target is resolved in target_address_address() 91 // place, ready to be patched with the target. After jump optimization, in target_address_address() 108 Address pc, Address constant_pool, Tagged_t target, in set_target_compressed_address_at() 111 pc, constant_pool, static_cast<Address>(target), icache_flush_mode); in set_target_compressed_address_at() 132 Address instruction_payload, Code code, Address target) { in deserialization_set_special_target_at() 135 target); in deserialization_set_special_target_at() 144 Address target) { in set_target_internal_reference_encoded_at() 107 set_target_compressed_address_at( Address pc, Address constant_pool, Tagged_t target, ICacheFlushMode icache_flush_mode) set_target_compressed_address_at() argument 131 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument 143 set_target_internal_reference_encoded_at(Address pc, Address target) set_target_internal_reference_encoded_at() argument 148 deserialization_set_target_internal_reference_at( Address pc, Address target, RelocInfo::Mode mode) deserialization_set_target_internal_reference_at() argument 190 set_target_object(Heap* heap, HeapObject target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_object() argument 207 WriteBarrierForCode(host(), this, target); set_target_object() local 216 set_target_external_reference( Address target, ICacheFlushMode icache_flush_mode) set_target_external_reference() argument 255 set_target_runtime_entry(Address target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_runtime_entry() argument [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-string-conversions.cc | 45 targetExhausted, // insuff. room in target for conversion 54 char* target = *targetStart; in convertUTF16ToUTF8() local 61 source; // In case we have to back up because of target overflow. in convertUTF16ToUTF8() 104 target += bytesToWrite; in convertUTF16ToUTF8() 105 if (target > targetEnd) { in convertUTF16ToUTF8() 107 target -= bytesToWrite; in convertUTF16ToUTF8() 113 *--target = static_cast<char>((ch | byteMark) & byteMask); in convertUTF16ToUTF8() 117 *--target = static_cast<char>((ch | byteMark) & byteMask); in convertUTF16ToUTF8() 121 *--target = static_cast<char>((ch | byteMark) & byteMask); in convertUTF16ToUTF8() 125 *--target in convertUTF16ToUTF8() 269 UChar* target = *targetStart; convertUTF8ToUTF16() local [all...] |