Home
last modified time | relevance | path

Searched refs:target (Results 3801 - 3825 of 6972) sorted by relevance

1...<<151152153154155156157158159160>>...279

/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java822 ByteBuffer target = ByteBuffer.allocate(30); in TestSurrogateBehavior()
842 cr = encoder.encode(source, target, i == n - 1); in TestSurrogateBehavior()
865 //System.out.println("\n" + hex(target.array())); in TestSurrogateBehavior()
867 if (!(equals(target, expected, expected.limit()) && target.position() == expected.limit())) { in TestSurrogateBehavior()
869 errln(converter + " Received: \"" + hex(target.array()) + "\" Expected: \"" + hex(expected.array()) + "\""); in TestSurrogateBehavior()
1885 private void smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, in smBufDecode() argument
1887 smBufDecode(decoder, encoding, source, target, throwException, flush, true); in smBufDecode()
1890 private void smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, in smBufDecode() argument
1892 smBufDecode(decoder, encoding, source, target, throwExceptio in smBufDecode()
1895 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean throwException, boolean flush, boolean backedByArray, int targetLimit) smBufDecode() argument
2020 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean throwException, boolean flush) smBufEncode() argument
2025 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean throwException, boolean flush, boolean backedByArray) smBufEncode() argument
2030 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean throwException, boolean flush, boolean backedByArray, int targetLimit) smBufEncode() argument
2637 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target) smBufDecode() argument
2640 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean backedByArray) smBufDecode() argument
2648 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target) smBufEncode() argument
2651 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean backedByArray) smBufEncode() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dmegaraid.c532 int target = 0; in mega_build_cmd() local
556 target = cmd->device->id; in mega_build_cmd()
563 if( target == 0 ) { in mega_build_cmd()
564 target = adapter->boot_pdrv_tgt; in mega_build_cmd()
566 else if( target == adapter->boot_pdrv_tgt ) { in mega_build_cmd()
567 target = 0; in mega_build_cmd()
579 target = cmd->device->id; in mega_build_cmd()
586 /* have just LUN 0 for each target on virtual channels */ in mega_build_cmd()
913 channel, target); in mega_build_cmd()
923 channel, target); in mega_build_cmd()
953 mega_prepare_passthru(adapter_t *adapter, scb_t *scb, struct scsi_cmnd *cmd, int channel, int target) mega_prepare_passthru() argument
1017 mega_prepare_extpassthru(adapter_t *adapter, scb_t *scb, struct scsi_cmnd *cmd, int channel, int target) mega_prepare_extpassthru() argument
[all...]
H A Dqla1280.h287 #define MBC_ABORT_TARGET 0x17 /* Abort target (ID) */
290 #define MBC_GET_TARGET_PARAMETERS 0x28 /* Get target parameters */
299 #define MBC_SET_TARGET_PARAMETERS 0x38 /* Set target parameters */
306 #define MBC_ENABLE_TARGET_MODE 0x55 /* Enable target mode */
488 } target[MAX_TARGETS]; member
515 uint8_t target; /* SCSI ID */ member
601 uint8_t target; /* SCSI ID */ member
622 uint8_t target; /* SCSI ID */ member
642 uint8_t target; /* SCSI ID */ member
782 #define ACCEPT_TGT_IO_TYPE 6 /* Accept target
[all...]
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep.c1656 * @target_entry: pointer to the target of a matched path
1812 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry() argument
1817 print_lock_name(target->class); in print_circular_bug_entry()
1819 print_lock_trace(target->trace, 6); in print_circular_bug_entry()
1828 struct lock_class *target = hlock_class(tgt); in print_circular_lock_scenario() local
1850 __print_lock_name(target); in print_circular_lock_scenario()
1858 __print_lock_name(target); in print_circular_lock_scenario()
1864 __print_lock_name(target); in print_circular_lock_scenario()
1967 struct lock_list *target, in print_circular_bug()
1983 depth = get_lock_depth(target); in print_circular_bug()
1966 print_circular_bug(struct lock_list *this, struct lock_list *target, struct held_lock *check_src, struct held_lock *check_tgt) print_circular_bug() argument
2078 check_path(struct held_lock *target, struct lock_list *src_entry, bool (*match)(struct lock_list *entry, void *data), struct lock_list **target_entry) check_path() argument
2100 check_noncircular(struct held_lock *src, struct held_lock *target, struct lock_trace **const trace) check_noncircular() argument
2139 check_redundant(struct held_lock *src, struct held_lock *target) check_redundant() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmegaraid.c530 int target = 0; in mega_build_cmd() local
554 target = cmd->device->id; in mega_build_cmd()
561 if( target == 0 ) { in mega_build_cmd()
562 target = adapter->boot_pdrv_tgt; in mega_build_cmd()
564 else if( target == adapter->boot_pdrv_tgt ) { in mega_build_cmd()
565 target = 0; in mega_build_cmd()
577 target = cmd->device->id; in mega_build_cmd()
584 /* have just LUN 0 for each target on virtual channels */ in mega_build_cmd()
911 channel, target); in mega_build_cmd()
921 channel, target); in mega_build_cmd()
951 mega_prepare_passthru(adapter_t *adapter, scb_t *scb, struct scsi_cmnd *cmd, int channel, int target) mega_prepare_passthru() argument
1015 mega_prepare_extpassthru(adapter_t *adapter, scb_t *scb, struct scsi_cmnd *cmd, int channel, int target) mega_prepare_extpassthru() argument
[all...]
H A Dqla1280.h286 #define MBC_ABORT_TARGET 0x17 /* Abort target (ID) */
289 #define MBC_GET_TARGET_PARAMETERS 0x28 /* Get target parameters */
298 #define MBC_SET_TARGET_PARAMETERS 0x38 /* Set target parameters */
305 #define MBC_ENABLE_TARGET_MODE 0x55 /* Enable target mode */
487 } target[MAX_TARGETS]; member
514 uint8_t target; /* SCSI ID */ member
600 uint8_t target; /* SCSI ID */ member
621 uint8_t target; /* SCSI ID */ member
641 uint8_t target; /* SCSI ID */ member
781 #define ACCEPT_TGT_IO_TYPE 6 /* Accept target
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc1728 // if the target platform will need alignment, so this is controlled from a in ActivationFrameAlignment()
1840 void TurboAssembler::Jump(Register target, Condition cond) { in Jump() argument
1844 Br(target); in Jump()
1867 // * the 'target' input unmodified if this is a Wasm call, or
1868 // * the offset of the target from the code range start, if this is a call to
1870 // * the offset of the target from the current PC, in instructions, for any
1872 int64_t TurboAssembler::CalculateTargetOffset(Address target, in CalculateTargetOffset() argument
1874 int64_t offset = static_cast<int64_t>(target); in CalculateTargetOffset()
1876 // The target of WebAssembly calls is still an index instead of an actual in CalculateTargetOffset()
1897 void TurboAssembler::Jump(Address target, RelocInf argument
1935 Call(Register target) Call() argument
1940 Call(Address target, RelocInfo::Mode rmode) Call() argument
1975 Call(ExternalReference target) Call() argument
2209 StoreReturnAddressAndCall(Register target) StoreReturnAddressAndCall() argument
2243 IndirectCall(Address target, RelocInfo::Mode rmode) IndirectCall() argument
2255 CallForDeoptimization( Builtin target, int deopt_id, Label* exit, DeoptimizeKind kind, Label* ret, Label* jump_deoptimization_entry_label) CallForDeoptimization() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp1370 // texture target: in emitTEX()
1371 code[1] |= (i->tex.target.getDim() - 1) << 20; in emitTEX()
1372 if (i->tex.target.isCube()) in emitTEX()
1374 if (i->tex.target.isArray()) in emitTEX()
1376 if (i->tex.target.isShadow()) in emitTEX()
1389 if (i->tex.target == TEX_TARGET_2D_MS || in emitTEX()
1390 i->tex.target == TEX_TARGET_2D_MS_ARRAY) in emitTEX()
1453 unsigned mask; // bit 0: predicate, bit 1: target in emitFlow()
1522 uint32_t pcAbs = targNVC0->getBuiltinOffset(f->target.builtin); in emitFlow()
1527 int32_t pcRel = f->target in emitFlow()
[all...]
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js959 public get (code: string, target: any) {
962 if (typeof target === "string") {
963 targetIdentifier = target;
965 else if (typeof target === "number") {
966 targetPosition = target;
969 throw new Error("Expected string or number not " + (typeof target));
1035 throw new Error("Found multiple matching identifiers for " + target);
1297 function clone/* <T> */(source: any, target: any) {
1299 target[prop] = source[prop];
1434 var fileMetadataNames = ["filename", "comments", "declaration", "module", "nolib", "sourcemap", "target", "ou
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Ddevres.c614 * @id: ID of target group, can be NULL
639 * @id: ID of target group, can be NULL
669 * @id: ID of target group, can be NULL
717 struct action_devres *target = p; in devm_action_match() local
719 return devres->action == target->action && in devm_action_match()
720 devres->data == target->data; in devm_action_match()
1102 struct pages_devres *target = p; in devm_pages_match() local
1104 return devres->addr == target->addr; in devm_pages_match()
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-sata.c440 u32 limit, target, spd; in __sata_set_spd_needed() local
452 target = 0; in __sata_set_spd_needed()
454 target = fls(limit); in __sata_set_spd_needed()
457 *scontrol = (*scontrol & ~0xf0) | ((target & 0xf) << 4); in __sata_set_spd_needed()
459 return spd != target; in __sata_set_spd_needed()
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-fme-perf.c944 int target; in fme_perf_offline_cpu() local
951 target = cpumask_any_but(cpu_online_mask, cpu); in fme_perf_offline_cpu()
952 if (target >= nr_cpu_ids) in fme_perf_offline_cpu()
955 priv->cpu = target; in fme_perf_offline_cpu()
956 perf_pmu_migrate_context(&priv->pmu, cpu, target); in fme_perf_offline_cpu()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d.sh467 local target
469 for target in "${targets[@]}"; do
470 vxlan_fdb_add_del add $target
477 for target in "${targets[@]}"; do
478 vxlan_fdb_add_del del $target
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dgma_display.c751 struct drm_crtc *crtc, int target, int refclk, in gma_find_best_pll()
758 int err = target; in gma_find_best_pll()
774 if (target < limit->p2.dot_limit) in gma_find_best_pll()
800 this_err = abs(clock.dot - target); in gma_find_best_pll()
810 return err != target; in gma_find_best_pll()
750 gma_find_best_pll(const struct gma_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, struct gma_clock_t *best_clock) gma_find_best_pll() argument
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dif_spi.c285 * number & target_mask == target
290 u16 target_mask, u16 target) in spu_wait_for_u16()
300 if ((val & target_mask) == target) in spu_wait_for_u16()
308 pr_err("%s: timeout with val=%02x, target_mask=%02x, target=%02x\n", in spu_wait_for_u16()
309 __func__, val, target_mask, target); in spu_wait_for_u16()
319 static int spu_wait_for_u32(struct if_spi_card *card, u32 reg, u32 target) in spu_wait_for_u32() argument
327 if (val == target) in spu_wait_for_u32()
289 spu_wait_for_u16(struct if_spi_card *card, u16 reg, u16 target_mask, u16 target) spu_wait_for_u16() argument
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm9713.c756 unsigned int K, Ndiv, Nmod, target; in pll_factors() local
759 target = 98304000; in pll_factors()
782 target >>= 2; in pll_factors()
786 Ndiv = target / source; in pll_factors()
793 Nmod = target % source; in pll_factors()
/kernel/linux/linux-6.6/drivers/base/
H A Ddevres.c604 * @id: ID of target group, can be NULL
629 * @id: ID of target group, can be NULL
659 * @id: ID of target group, can be NULL
711 struct action_devres *target = p; in devm_action_match() local
713 return devres->action == target->action && in devm_action_match()
714 devres->data == target->data; in devm_action_match()
1097 struct pages_devres *target = p; in devm_pages_match() local
1099 return devres->addr == target->addr; in devm_pages_match()
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl-fme-perf.c944 int target; in fme_perf_offline_cpu() local
951 target = cpumask_any_but(cpu_online_mask, cpu); in fme_perf_offline_cpu()
952 if (target >= nr_cpu_ids) in fme_perf_offline_cpu()
955 priv->cpu = target; in fme_perf_offline_cpu()
956 perf_pmu_migrate_context(&priv->pmu, cpu, target); in fme_perf_offline_cpu()
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H A Dxdma.c351 u32 base, identifier, target; in xdma_alloc_channels() local
357 target = XDMA_CHAN_H2C_TARGET; in xdma_alloc_channels()
362 target = XDMA_CHAN_C2H_TARGET; in xdma_alloc_channels()
378 if (XDMA_CHAN_CHECK_TARGET(identifier, target)) in xdma_alloc_channels()
398 if (!XDMA_CHAN_CHECK_TARGET(identifier, target)) in xdma_alloc_channels()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dif_spi.c282 * number & target_mask == target
287 u16 target_mask, u16 target) in spu_wait_for_u16()
297 if ((val & target_mask) == target) in spu_wait_for_u16()
305 pr_err("%s: timeout with val=%02x, target_mask=%02x, target=%02x\n", in spu_wait_for_u16()
306 __func__, val, target_mask, target); in spu_wait_for_u16()
316 static int spu_wait_for_u32(struct if_spi_card *card, u32 reg, u32 target) in spu_wait_for_u32() argument
324 if (val == target) in spu_wait_for_u32()
286 spu_wait_for_u16(struct if_spi_card *card, u16 reg, u16 target_mask, u16 target) spu_wait_for_u16() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dgma_display.c751 struct drm_crtc *crtc, int target, int refclk, in gma_find_best_pll()
758 int err = target; in gma_find_best_pll()
774 if (target < limit->p2.dot_limit) in gma_find_best_pll()
800 this_err = abs(clock.dot - target); in gma_find_best_pll()
810 return err != target; in gma_find_best_pll()
750 gma_find_best_pll(const struct gma_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, struct gma_clock_t *best_clock) gma_find_best_pll() argument
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py551 def _decode_extack_path(self, attrs, attr_set, offset, target):
557 if offset > target:
559 if offset == target:
562 if offset + attr.full_len <= target:
570 offset, target)
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d_ipv6.sh588 local target
590 for target in "${targets[@]}"; do
591 vxlan_fdb_add_del add $target
598 for target in "${targets[@]}"; do
599 vxlan_fdb_add_del del $target
H A Dvxlan_bridge_1d.sh467 local target
469 for target in "${targets[@]}"; do
470 vxlan_fdb_add_del add $target
477 for target in "${targets[@]}"; do
478 vxlan_fdb_add_del del $target
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm9713.c756 unsigned int K, Ndiv, Nmod, target; in pll_factors() local
759 target = 98304000; in pll_factors()
782 target >>= 2; in pll_factors()
786 Ndiv = target / source; in pll_factors()
793 Nmod = target % source; in pll_factors()

Completed in 48 milliseconds

1...<<151152153154155156157158159160>>...279