Home
last modified time | relevance | path

Searched refs:part (Results 276 - 300 of 1010) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dfixed-dtoa.cc46 uint32_t part = static_cast<uint32_t>(accumulator & kMask32); in Multiply() local
49 low_bits_ = (accumulator << 32) + part; in Multiply()
52 part = static_cast<uint32_t>(accumulator & kMask32); in Multiply()
55 high_bits_ = (accumulator << 32) + part; in Multiply()
/third_party/node/deps/v8/tools/testrunner/local/
H A Dcommand.py167 def escape(part):
170 if ' ' in part:
171 return '"%s"' % part
172 return part
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dversion.py151 expressions (for example, matching a version number as part of a file name). The
497 part.lower() if not part.isdigit() else int(part)
498 for part in _local_version_separators.split(local)
/third_party/node/deps/v8/src/base/numbers/
H A Dfixed-dtoa.cc28 uint32_t part = static_cast<uint32_t>(accumulator & kMask32); in Multiply() local
31 low_bits_ = (accumulator << 32) + part; in Multiply()
34 part = static_cast<uint32_t>(accumulator & kMask32); in Multiply()
37 high_bits_ = (accumulator << 32) + part; in Multiply()
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A D__main__.py182 "[%d]" % part if isinstance(part, int) else ".%s" % part
183 for part in error.absolute_path
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
H A Dlookup_dep.py296 for part in reversed(directory_path.parts):
297 if part == 'java':
299 package_list_reversed.append(part)
300 if part in ('com', 'org'):
/kernel/linux/linux-6.6/block/
H A Dblk-core.c483 bool should_fail_request(struct block_device *part, unsigned int bytes) in should_fail_request() argument
485 return part->bd_make_it_fail && should_fail(&fail_make_request, bytes); in should_fail_request()
946 void update_io_ticks(struct block_device *part, unsigned long now, bool end) in update_io_ticks() argument
950 stamp = READ_ONCE(part->bd_stamp); in update_io_ticks()
952 if (likely(try_cmpxchg(&part->bd_stamp, &stamp, now))) in update_io_ticks()
953 __part_stat_add(part, io_ticks, end ? now - stamp : 1); in update_io_ticks()
955 if (part->bd_partno) { in update_io_ticks()
956 part = bdev_whole(part); in update_io_ticks()
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dblock.c105 struct list_head part; member
266 list_for_each_entry(part_md, &md->part, part) in power_ro_lock_store()
2373 INIT_LIST_HEAD(&md->part); in mmc_blk_alloc_req()
2490 list_add(&part_md->part, &md->part); in mmc_blk_alloc_part()
2666 if (card->part[idx].area_type & MMC_BLK_DATA_AREA_RPMB) { in mmc_blk_alloc_parts()
2674 card->part[idx].part_cfg, in mmc_blk_alloc_parts()
2675 card->part[idx].size >> 9, in mmc_blk_alloc_parts()
2676 card->part[id in mmc_blk_alloc_parts()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_displayname_operation.h96 std::string part; in ParseBurstDisplayName() local
97 while (std::getline(iss, part, '_')) { in ParseBurstDisplayName()
98 parts.push_back(part); in ParseBurstDisplayName()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_16bpp_neon.S4 * This file is part of FFmpeg.
432 @ matter for the flat8out part below, since we only update those pixels
457 @ If this part is skipped, the output is read from d21-d26 (which is the input
835 @ If we didn't need to do the flat8in part, we use the same writeback
886 @ If we did the flat8out part, we get the output in
911 @ If we didn't do the flat8out part, the output is left in the
/third_party/ffmpeg/libavcodec/x86/
H A Dexrdsp.asm10 ;* This file is part of FFmpeg.
47 mova m0, [src1q+sizeq] ; load first part
48 movu m1, [src2q+sizeq] ; load second part
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTestLocaleValidity.java287 for (String part : parts) { in addKeys()
288 if (part.length() == 2) { // key in addKeys()
289 keys.add(part); in addKeys()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTestLocaleValidity.java286 for (String part : parts) { in addKeys()
287 if (part.length() == 2) { // key in addKeys()
288 keys.add(part); in addKeys()
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dsmu.c1022 const struct smu_sdbp_header *part; in __smu_get_sdb_partition() local
1039 part = of_get_property(smu->of_node, pname, size); in __smu_get_sdb_partition()
1040 if (part == NULL) { in __smu_get_sdb_partition()
1042 part = smu_create_sdb_partition(id); in __smu_get_sdb_partition()
1043 if (part != NULL && size) in __smu_get_sdb_partition()
1044 *size = part->len << 2; in __smu_get_sdb_partition()
1047 return part; in __smu_get_sdb_partition()
1130 const struct smu_sdbp_header *part; in smu_write() local
1131 part = __smu_get_sdb_partition(hdr.cmd, NULL, 1); in smu_write()
1132 if (part in smu_write()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c3 * This file is part of wl1271
1054 struct wlcore_partition_set part, old_part; in dev_mem_read() local
1072 memset(&part, 0, sizeof(part)); in dev_mem_read()
1073 part.mem.start = *ppos; in dev_mem_read()
1074 part.mem.size = bytes; in dev_mem_read()
1095 ret = wlcore_set_partition(wl, &part); in dev_mem_read()
1136 struct wlcore_partition_set part, old_part; in dev_mem_write() local
1154 memset(&part, 0, sizeof(part)); in dev_mem_write()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c3 * This file is part of wl1271
1037 struct wlcore_partition_set part, old_part; in dev_mem_read() local
1055 memset(&part, 0, sizeof(part)); in dev_mem_read()
1056 part.mem.start = *ppos; in dev_mem_read()
1057 part.mem.size = bytes; in dev_mem_read()
1078 ret = wlcore_set_partition(wl, &part); in dev_mem_read()
1119 struct wlcore_partition_set part, old_part; in dev_mem_write() local
1137 memset(&part, 0, sizeof(part)); in dev_mem_write()
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dsmu.c1022 const struct smu_sdbp_header *part; in __smu_get_sdb_partition() local
1039 part = of_get_property(smu->of_node, pname, size); in __smu_get_sdb_partition()
1040 if (part == NULL) { in __smu_get_sdb_partition()
1042 part = smu_create_sdb_partition(id); in __smu_get_sdb_partition()
1043 if (part != NULL && size) in __smu_get_sdb_partition()
1044 *size = part->len << 2; in __smu_get_sdb_partition()
1047 return part; in __smu_get_sdb_partition()
1130 const struct smu_sdbp_header *part; in smu_write() local
1131 part = __smu_get_sdb_partition(hdr.cmd, NULL, 1); in smu_write()
1132 if (part in smu_write()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c171 if (ctx->shader->key.ps.part.prolog.color_two_side) { in interp_fs_color()
200 if (ctx->shader->key.ps.part.epilog.alpha_func != PIPE_FUNC_NEVER) { in si_alpha_test()
206 LLVMRealPredicate cond = cond_map[ctx->shader->key.ps.part.epilog.alpha_func]; in si_alpha_test()
257 unsigned col_formats = key->ps.part.epilog.spi_shader_col_format; in si_llvm_init_ps_export_args()
269 is_int8 = (key->ps.part.epilog.color_is_int8 >> cbuf) & 0x1; in si_llvm_init_ps_export_args()
270 is_int10 = (key->ps.part.epilog.color_is_int10 >> cbuf) & 0x1; in si_llvm_init_ps_export_args()
284 if (key->ps.part.epilog.dual_src_blend_swizzle && in si_llvm_init_ps_export_args()
402 if (ctx->shader->key.ps.part.epilog.clamp_color) in si_llvm_build_clamp_alpha_test()
407 if (ctx->shader->key.ps.part.epilog.alpha_to_one) in si_llvm_build_clamp_alpha_test()
411 if (index == 0 && ctx->shader->key.ps.part in si_llvm_build_clamp_alpha_test()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c651 u64 part = ALIGN(addr, next) - addr; in nvkm_vmm_ptes_sparse() local
652 if (size - part >= next) in nvkm_vmm_ptes_sparse()
653 block = (part >> page[i].shift) << page[i].shift; in nvkm_vmm_ptes_sparse()
776 new->part = vma->part; in nvkm_vma_tail()
934 vma->part = true; in nvkm_vmm_node_split()
944 tmp->part = true; in nvkm_vmm_node_split()
961 vma->part ? 'P' : '-', in nvkm_vma_dump()
1095 * part, except for a specified area where NVKM allocations in nvkm_vmm_ctor()
1157 if (vma->addr == addr && vma->part in nvkm_vmm_pfn_split_merge()
[all...]
/kernel/linux/linux-6.6/drivers/perf/
H A Darm-cmn.c208 /* Actual part numbers and revision IDs defined by the hardware */
331 enum cmn_part part; member
421 switch (cmn->part) { in arm_cmn_model()
441 if (cmn->part == PART_CMN600 || cmn->part == PART_CMN650) in arm_cmn_device_connect_info()
447 if (cmn->part == PART_CI700) in arm_cmn_device_connect_info()
699 if (chan == 4 && cmn->part == PART_CMN600) in arm_cmn_event_attr_is_visible()
710 if (cmn->part == PART_CMN600) { in arm_cmn_event_attr_is_visible()
721 } else if (cmn->part == PART_CMN650) { in arm_cmn_event_attr_is_visible()
730 } else if (cmn->part in arm_cmn_event_attr_is_visible()
2172 enum cmn_part part; arm_cmn_discover() local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dblock.c111 struct list_head part; member
279 list_for_each_entry(part_md, &md->part, part) in power_ro_lock_store()
2508 INIT_LIST_HEAD(&md->part); in mmc_blk_alloc_req()
2623 list_add(&part_md->part, &md->part); in mmc_blk_alloc_part()
2793 if (card->part[idx].area_type & MMC_BLK_DATA_AREA_RPMB) { in mmc_blk_alloc_parts()
2801 card->part[idx].part_cfg, in mmc_blk_alloc_parts()
2802 card->part[idx].size >> 9, in mmc_blk_alloc_parts()
2803 card->part[id in mmc_blk_alloc_parts()
[all...]
/kernel/linux/linux-6.6/fs/pstore/
H A Dplatform.c283 unsigned int part = 1; in pstore_dump() local
315 record.part = part; in pstore_dump()
323 oopscount, part); in pstore_dump()
365 part++; in pstore_dump()
380 * Register with kmsg_dump to save last part of console log on panic.
/third_party/backends/backend/
H A Dpieusb_usb.c7 This file is part of the SANE package.
662 size_t part; in _bulk_in() local
667 part = (remaining >= 0x4000) ? 0x4000 : remaining; /* max 16k per chunk */ in _bulk_in()
668 /* DBG (DBG_info, "\t\t_bulk_in: %08x @ %p, %08x rem\n", (unsigned int)part, data, (unsigned int)remaining); */ in _bulk_in()
669 r = sanei_usb_read_bulk(device_number, data, &part); in _bulk_in()
673 /* DBG (DBG_info, "\t\t_bulk_in: -> %d : %08x\n", r, (unsigned int)part);*/ in _bulk_in()
674 remaining -= part; in _bulk_in()
675 data += part; in _bulk_in()
/third_party/ltp/lib/
H A Drandom_range.c744 long part; local
773 part = lmax / PARTNUM;
775 valbound[ind] = part * ind;
852 part = imax / PARTNUM;
854 valbound[ind] = part * ind;
/third_party/node/deps/v8/src/base/
H A Dcpu.cc607 // Extract part number from the "CPU part" field. in CPU()
608 char* part = cpu_info.ExtractField("CPU part"); in CPU() local
609 if (part != nullptr) { in CPU()
611 part_ = strtol(part, &end, 0); in CPU()
612 if (end == part) { in CPU()
615 delete[] part; in CPU()

Completed in 32 milliseconds

1...<<11121314151617181920>>...41