/third_party/node/src/ |
H A D | node_i18n.cc | 160 char* target = *result; in Transcode() local 161 ucnv_convertEx(to.conv(), from.conv(), &target, target + limit, in Transcode() 165 result.SetLength(target - &result[0]); in Transcode() 490 UChar* target = *result; in Decode() local 492 &target, in Decode() 493 target + limit, in Decode() 503 result.SetLength(target - &result[0]); in Decode() 862 void Initialize(Local<Object> target, in Initialize() argument 867 SetMethod(context, target, "toUnicod in Initialize() [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | ptrace.c | 570 static int gpr_get(struct task_struct *target, in gpr_get() argument 574 return membuf_write(&to, task_pt_regs(target), sizeof(struct pt_regs)); in gpr_get() 577 static int gpr_set(struct task_struct *target, in gpr_set() argument 583 struct pt_regs newregs = *task_pt_regs(target); in gpr_set() 594 *task_pt_regs(target) = newregs; in gpr_set() 598 static int fpa_get(struct task_struct *target, in fpa_get() argument 602 return membuf_write(&to, &task_thread_info(target)->fpstate, in fpa_get() 606 static int fpa_set(struct task_struct *target, in fpa_set() argument 611 struct thread_info *thread = task_thread_info(target); in fpa_set() 639 static int vfp_get(struct task_struct *target, in vfp_get() argument 659 vfp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) vfp_set() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | ptrace.c | 544 static int gpr_get(struct task_struct *target, in gpr_get() argument 548 return membuf_write(&to, task_pt_regs(target), sizeof(struct pt_regs)); in gpr_get() 551 static int gpr_set(struct task_struct *target, in gpr_set() argument 557 struct pt_regs newregs = *task_pt_regs(target); in gpr_set() 568 *task_pt_regs(target) = newregs; in gpr_set() 572 static int fpa_get(struct task_struct *target, in fpa_get() argument 576 return membuf_write(&to, &task_thread_info(target)->fpstate, in fpa_get() 580 static int fpa_set(struct task_struct *target, in fpa_set() argument 585 struct thread_info *thread = task_thread_info(target); in fpa_set() 611 static int vfp_get(struct task_struct *target, in vfp_get() argument 631 vfp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) vfp_set() argument [all...] |
/kernel/linux/linux-5.10/drivers/nfc/microread/ |
H A D | microread.c | 302 struct nfc_target *target, u8 comm_mode, in microread_dep_link_up() 308 r = nfc_hci_get_param(hdev, target->hci_reader_gate, in microread_dep_link_up() 321 r = nfc_dep_link_is_up(hdev->ndev, target->idx, comm_mode, in microread_dep_link_up() 336 struct nfc_target *target) in microread_target_from_gate() 340 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in microread_target_from_gate() 351 struct nfc_target *target) in microread_complete_target_discovered() 400 struct nfc_target *target, in microread_im_transceive() 408 pr_info("data exchange to gate 0x%x\n", target->hci_reader_gate); in microread_im_transceive() 410 if (target->hci_reader_gate == MICROREAD_GATE_ID_P2P_INITIATOR) { in microread_im_transceive() 413 return nfc_hci_send_event(hdev, target in microread_im_transceive() 301 microread_dep_link_up(struct nfc_hci_dev *hdev, struct nfc_target *target, u8 comm_mode, u8 *gb, size_t gb_len) microread_dep_link_up() argument 335 microread_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) microread_target_from_gate() argument 349 microread_complete_target_discovered(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) microread_complete_target_discovered() argument 399 microread_im_transceive(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) microread_im_transceive() argument [all...] |
/kernel/linux/linux-6.6/drivers/nfc/microread/ |
H A D | microread.c | 301 struct nfc_target *target, u8 comm_mode, in microread_dep_link_up() 307 r = nfc_hci_get_param(hdev, target->hci_reader_gate, in microread_dep_link_up() 320 r = nfc_dep_link_is_up(hdev->ndev, target->idx, comm_mode, in microread_dep_link_up() 335 struct nfc_target *target) in microread_target_from_gate() 339 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in microread_target_from_gate() 350 struct nfc_target *target) in microread_complete_target_discovered() 398 struct nfc_target *target, in microread_im_transceive() 406 pr_info("data exchange to gate 0x%x\n", target->hci_reader_gate); in microread_im_transceive() 408 if (target->hci_reader_gate == MICROREAD_GATE_ID_P2P_INITIATOR) { in microread_im_transceive() 411 return nfc_hci_send_event(hdev, target in microread_im_transceive() 300 microread_dep_link_up(struct nfc_hci_dev *hdev, struct nfc_target *target, u8 comm_mode, u8 *gb, size_t gb_len) microread_dep_link_up() argument 334 microread_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) microread_target_from_gate() argument 348 microread_complete_target_discovered(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) microread_complete_target_discovered() argument 397 microread_im_transceive(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) microread_im_transceive() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | list.h | 333 * Move all of the nodes from this list to the target list 335 void move_nodes_to(exec_list *target); 338 * Append all nodes from the source list to the end of the target list 343 * Prepend all nodes from the source list to the beginning of the target 485 exec_list_move_nodes_to(struct exec_list *list, struct exec_list *target) in exec_list_move_nodes_to() argument 488 exec_list_make_empty(target); in exec_list_move_nodes_to() 490 target->head_sentinel.next = list->head_sentinel.next; in exec_list_move_nodes_to() 491 target->head_sentinel.prev = NULL; in exec_list_move_nodes_to() 492 target->tail_sentinel.next = NULL; in exec_list_move_nodes_to() 493 target in exec_list_move_nodes_to() 656 move_nodes_to(exec_list *target) move_nodes_to() argument [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetCompoundText.java | 344 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument 358 else if (!target.hasRemaining()) in encodeLoop() 362 if ((sourceChar = fromUChar32) != 0 && target.hasRemaining()) { in encodeLoop() 368 if (target.hasRemaining()) { in encodeLoop() 460 if (target.hasRemaining()) { in encodeLoop() 461 target.put(targetBytes[i]); in encodeLoop() 513 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument 523 else if (!target.hasRemaining()) in decodeLoop() 527 if (target.hasRemaining()) { in decodeLoop() 559 if (!target in decodeLoop() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL45_autogen.h | 36 GLenum target); 138 bool ValidateCreateQueries(const Context *context, GLenum target, GLsizei n, const GLuint *ids); 144 GLenum target, 303 GLenum target, 309 GLenum target, 314 GLenum target, 320 GLenum target, 327 GLenum target, 332 GLenum target, 337 GLenum target, [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ByteString.java | 634 * #substring(int, int)}. Example: {@code byteString.substring(start, end).copyTo(target, offset)} 636 * @param target buffer to copy into 637 * @param offset in the target buffer 640 public void copyTo(byte[] target, int offset) { in copyTo() argument 641 copyTo(target, 0, offset, size()); in copyTo() 647 * @param target buffer to copy into 649 * @param targetOffset offset within the target buffer 653 * numberToCopy).copyTo(target, targetOffset)} 656 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo() argument 658 checkRange(targetOffset, targetOffset + numberToCopy, target in copyTo() 668 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument 682 copyTo(ByteBuffer target) copyTo() argument 1356 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument 1365 copyTo(ByteBuffer target) copyTo() argument 1593 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | message_lite.cc | 339 inline uint8* SerializeToArrayImpl(const MessageLite& msg, uint8* target, in SerializeToArrayImpl() argument 346 io::ArrayOutputStream stream(target, size, 1); in SerializeToArrayImpl() 354 return target + size; in SerializeToArrayImpl() 357 target, size, in SerializeToArrayImpl() 359 auto res = msg._InternalSerialize(target, &out); in SerializeToArrayImpl() 360 GOOGLE_DCHECK(target + size == res); in SerializeToArrayImpl() 365 uint8* MessageLite::SerializeWithCachedSizesToArray(uint8* target) const { in SerializeWithCachedSizesToArray() 368 return SerializeToArrayImpl(*this, target, GetCachedSize()); in SerializeWithCachedSizesToArray() 415 uint8* target; in SerializePartialToZeroCopyStream() local 418 &target); in SerializePartialToZeroCopyStream() [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageTests.cpp | 328 static const char* getTargetName (EGLint target) in getTargetName() argument 330 switch (target) in getTargetName() 374 MovePtr<ImageSource> getImageSource (EGLint target, GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0) in getImageSource() argument 376 switch (target) in getImageSource() 386 return createTextureImageSource(target, internalFormat, format, type, useTexLevel0); in getImageSource() 402 CreateImageGLES2 (EglTestContext& eglTestCtx, EGLint target, GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0 = false) in CreateImageGLES2() argument 403 : ImageTestCase (eglTestCtx, ApiType::es(2, 0), string("create_image_gles2_") + getTargetName(target) + "_" + getStorageName(internalFormat) + (useTexLevel0 ? "_level0_only" : ""), "Create EGLImage from GLES2 object") in CreateImageGLES2() 404 , m_source (getImageSource(target, internalFormat, format, type, useTexLevel0)) in CreateImageGLES2() 456 static const char* getTargetName (GLenum target) in getTargetName() argument 458 switch (target) in getTargetName() 468 ImageTargetGLES2(EglTestContext& eglTestCtx, GLenum target) ImageTargetGLES2() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-stat.c | 65 #include "util/target.h" 150 static struct target target = { variable 392 if (!target__has_cpu(&target) || target__has_per_thread(&target)) in read_affinity_counters() 516 if (!target__none(&target) || stat_config.initial_delay) { in enable_counters() 530 if (!target__none(&target)) in disable_counters() 552 static bool is_target_alive(struct target *_target, in is_target_alive() 635 child_exited = !is_target_alive(&target, evsel_list->core.threads) ? 1 : 0; in dispatch_events() 688 } else if (target__has_per_thread(&target) in stat_handle_error() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.cpp | 268 // Append a hex string to the target 272 UnicodeString& target) in appendHex() 290 target += digitString[(number >> 28) & 0xF]; in appendHex() 293 target += digitString[(number >> 24) & 0xF]; in appendHex() 296 target += digitString[(number >> 20) & 0xF]; in appendHex() 299 target += digitString[(number >> 16) & 0xF]; in appendHex() 302 target += digitString[(number >> 12) & 0xF]; in appendHex() 305 target += digitString[(number >> 8) & 0xF]; in appendHex() 308 target += digitString[(number >> 4) & 0xF]; in appendHex() 311 target in appendHex() 270 appendHex(uint32_t number, int32_t digits, UnicodeString& target) appendHex() argument 332 prettify(const UnicodeString &source, UnicodeString &target) prettify() argument 371 UnicodeString target; prettify() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.cc | 403 const VarState* source, VarState* target, uint32_t count, in InitMergeRegion() 410 ++source, ++target) { in InitMergeRegion() 413 *target = *source; in InitMergeRegion() 435 *target = VarState(source->kind(), source->offset()); in InitMergeRegion() 440 *target = VarState(source->kind(), *reg, source->offset()); in InitMergeRegion() 521 // source region, ensure to use the same register twice in the target region. in InitMerge() 754 void LiftoffAssembler::MergeFullStackWith(CacheState& target, in MergeFullStackWith() argument 756 DCHECK_EQ(source.stack_height(), target.stack_height()); in MergeFullStackWith() 761 transfers.TransferStackSlot(target.stack_state[i], source.stack_state[i]); in MergeFullStackWith() 762 DCHECK(!SlotInterference(target in MergeFullStackWith() 402 InitMergeRegion(LiftoffAssembler::CacheState* state, const VarState* source, VarState* target, uint32_t count, MergeKeepStackSlots keep_stack_slots, MergeAllowConstants allow_constants, MergeAllowRegisters allow_registers, ReuseRegisters reuse_registers, LiftoffRegList used_regs) InitMergeRegion() argument 777 MergeStackWith(CacheState& target, uint32_t arity, JumpDirection jump_direction) MergeStackWith() argument 1006 PrepareCall(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, Register* target, Register* target_instance) PrepareCall() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_nat_proto.c | 355 const struct nf_conntrack_tuple *target, in nf_nat_ipv4_manip_pkt() 367 if (!l4proto_manip_pkt(skb, iphdroff, hdroff, target, maniptype)) in nf_nat_ipv4_manip_pkt() 372 csum_replace4(&iph->check, iph->saddr, target->src.u3.ip); in nf_nat_ipv4_manip_pkt() 373 iph->saddr = target->src.u3.ip; in nf_nat_ipv4_manip_pkt() 375 csum_replace4(&iph->check, iph->daddr, target->dst.u3.ip); in nf_nat_ipv4_manip_pkt() 376 iph->daddr = target->dst.u3.ip; in nf_nat_ipv4_manip_pkt() 383 const struct nf_conntrack_tuple *target, in nf_nat_ipv6_manip_pkt() 403 !l4proto_manip_pkt(skb, iphdroff, hdroff, target, maniptype)) in nf_nat_ipv6_manip_pkt() 411 ipv6h->saddr = target->src.u3.in6; in nf_nat_ipv6_manip_pkt() 413 ipv6h->daddr = target in nf_nat_ipv6_manip_pkt() 353 nf_nat_ipv4_manip_pkt(struct sk_buff *skb, unsigned int iphdroff, const struct nf_conntrack_tuple *target, enum nf_nat_manip_type maniptype) nf_nat_ipv4_manip_pkt() argument 381 nf_nat_ipv6_manip_pkt(struct sk_buff *skb, unsigned int iphdroff, const struct nf_conntrack_tuple *target, enum nf_nat_manip_type maniptype) nf_nat_ipv6_manip_pkt() argument 423 struct nf_conntrack_tuple target; nf_nat_manip_pkt() local 571 struct nf_conntrack_tuple target; nf_nat_icmp_reply_translation() local 810 struct nf_conntrack_tuple target; nf_nat_icmpv6_reply_translation() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_nat_proto.c | 355 const struct nf_conntrack_tuple *target, in nf_nat_ipv4_manip_pkt() 367 if (!l4proto_manip_pkt(skb, iphdroff, hdroff, target, maniptype)) in nf_nat_ipv4_manip_pkt() 372 csum_replace4(&iph->check, iph->saddr, target->src.u3.ip); in nf_nat_ipv4_manip_pkt() 373 iph->saddr = target->src.u3.ip; in nf_nat_ipv4_manip_pkt() 375 csum_replace4(&iph->check, iph->daddr, target->dst.u3.ip); in nf_nat_ipv4_manip_pkt() 376 iph->daddr = target->dst.u3.ip; in nf_nat_ipv4_manip_pkt() 383 const struct nf_conntrack_tuple *target, in nf_nat_ipv6_manip_pkt() 403 !l4proto_manip_pkt(skb, iphdroff, hdroff, target, maniptype)) in nf_nat_ipv6_manip_pkt() 411 ipv6h->saddr = target->src.u3.in6; in nf_nat_ipv6_manip_pkt() 413 ipv6h->daddr = target in nf_nat_ipv6_manip_pkt() 353 nf_nat_ipv4_manip_pkt(struct sk_buff *skb, unsigned int iphdroff, const struct nf_conntrack_tuple *target, enum nf_nat_manip_type maniptype) nf_nat_ipv4_manip_pkt() argument 381 nf_nat_ipv6_manip_pkt(struct sk_buff *skb, unsigned int iphdroff, const struct nf_conntrack_tuple *target, enum nf_nat_manip_type maniptype) nf_nat_ipv6_manip_pkt() argument 423 struct nf_conntrack_tuple target; nf_nat_manip_pkt() local 571 struct nf_conntrack_tuple target; nf_nat_icmp_reply_translation() local 848 struct nf_conntrack_tuple target; nf_nat_icmpv6_reply_translation() local [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | usdt.c | 138 * uprobe BPF program to multiple target locations in user application, each 154 * without specifying target process. In such case, it's impossible to 584 struct usdt_target *targets = NULL, *target; in collect_usdt_targets() local 773 target = &targets[target_cnt]; in collect_usdt_targets() 774 memset(target, 0, sizeof(*target)); in collect_usdt_targets() 776 target->abs_ip = usdt_abs_ip; in collect_usdt_targets() 777 target->rel_ip = usdt_rel_ip; in collect_usdt_targets() 778 target->sema_off = usdt_sema_off; in collect_usdt_targets() 783 target in collect_usdt_targets() 900 allocate_spec_id(struct usdt_manager *man, struct hashmap *specs_hash, struct bpf_link_usdt *link, struct usdt_target *target, int *spec_id, bool *is_new) allocate_spec_id() argument 1031 struct usdt_target *target = &targets[i]; usdt_manager_attach_usdt() local [all...] |
/third_party/jinja2/ |
H A D | parser.py | 226 target = self.parse_assign_target(with_namespace=True) 229 return nodes.Assign(target, expr, lineno=lineno) 232 return nodes.AssignBlock(target, filter_node, body, lineno=lineno) 237 target = self.parse_assign_target(extra_end_rules=("name:in",)) 251 return nodes.For(target, iter, body, else_, test, recursive, lineno=lineno) 278 target = self.parse_assign_target() 279 target.set_ctx("param") 280 targets.append(target) 359 node.target = self.parse_assign_target(name_only=True).name 384 target [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | parser.py | 190 target = self.parse_assign_target(with_namespace=True) 193 return nodes.Assign(target, expr, lineno=lineno) 196 return nodes.AssignBlock(target, filter_node, body, lineno=lineno) 201 target = self.parse_assign_target(extra_end_rules=("name:in",)) 215 return nodes.For(target, iter, body, else_, test, recursive, lineno=lineno) 242 target = self.parse_assign_target() 243 target.set_ctx("param") 244 targets.append(target) 308 node.target = self.parse_assign_target(name_only=True).name 333 target [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.cc | 317 // Update from jump target (if any). Skip loops, we update these manually in in UpdateOutLiveness() 542 // Also, propagate resume targets. Instead of jumping to the target in Analyze() 566 for (const auto& target : current_loop_info->resume_jump_targets()) { in Analyze() 568 ResumeJumpTarget::AtLoopHeader(current_offset, target)); in Analyze() 573 for (const auto& target : current_loop_info->resume_jump_targets()) { in Analyze() 575 ResumeJumpTarget::AtLoopHeader(current_offset, target)); in Analyze() 618 // have shown that its target, the loop header, can't change from the entries in Analyze() 885 for (const std::pair<const int, int>& target : unresolved_suspend_ids) { in ResumeJumpTargetsAreValid() 886 PrintF(stderr, " %d -> %d\n", target.first, target in ResumeJumpTargetsAreValid() [all...] |
/third_party/libbpf/src/ |
H A D | usdt.c | 138 * uprobe BPF program to multiple target locations in user application, each 154 * without specifying target process. In such case, it's impossible to 584 struct usdt_target *targets = NULL, *target; in collect_usdt_targets() local 773 target = &targets[target_cnt]; in collect_usdt_targets() 774 memset(target, 0, sizeof(*target)); in collect_usdt_targets() 776 target->abs_ip = usdt_abs_ip; in collect_usdt_targets() 777 target->rel_ip = usdt_rel_ip; in collect_usdt_targets() 778 target->sema_off = usdt_sema_off; in collect_usdt_targets() 783 target in collect_usdt_targets() 900 allocate_spec_id(struct usdt_manager *man, struct hashmap *specs_hash, struct bpf_link_usdt *link, struct usdt_target *target, int *spec_id, bool *is_new) allocate_spec_id() argument 1031 struct usdt_target *target = &targets[i]; usdt_manager_attach_usdt() local [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | parser.py | 190 target = self.parse_assign_target(with_namespace=True) 193 return nodes.Assign(target, expr, lineno=lineno) 196 return nodes.AssignBlock(target, filter_node, body, lineno=lineno) 201 target = self.parse_assign_target(extra_end_rules=("name:in",)) 215 return nodes.For(target, iter, body, else_, test, recursive, lineno=lineno) 242 target = self.parse_assign_target() 243 target.set_ctx("param") 244 targets.append(target) 308 node.target = self.parse_assign_target(name_only=True).name 333 target [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/compat/ |
H A D | drv_klad.h | 49 hi_s32 hal_cipher_klad_config(hi_u32 chn_id, hi_u32 opt_id, hi_cipher_klad_target target, hi_bool is_decrypt); 59 hi_cipher_ca_type root_key, hi_cipher_klad_target target, const hi_u8 *data_in, hi_u32 key_len); 61 hi_s32 drv_cipher_klad_encrypt_key(hi_cipher_ca_type root_key, hi_cipher_klad_target target,
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | gpu_brightness_algo.h | 45 void Render(GLenum target, RenderTexturePtr tex); 49 void PreDraw(GLenum target); 50 void PostDraw(GLenum target);
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | gpu_contrast_algo.h | 45 void Render(GLenum target, RenderTexturePtr tex); 49 void PreDraw(GLenum target); 50 void PostDraw(GLenum target);
|