/third_party/node/deps/v8/src/torque/ |
H A D | torque-code-generator.cc | 60 stack->DeleteRange(instruction.range); in EmitInstruction()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_nir_lower_ubo_to_uniform.c | 69 .range = nir_intrinsic_range(intr) / 16, in lower_ubo_to_uniform()
|
/third_party/python/Lib/email/ |
H A D | base64mime.py | 94 for i in range(0, len(s), max_unencoded):
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_threads.py | 36 for _ in range(10):
|
/third_party/python/Doc/includes/ |
H A D | mp_newtype.py | 17 for i in range(10):
|
/third_party/python/Lib/distutils/ |
H A D | dep_util.py | 44 for i in range(len(sources)):
|
/third_party/python/Include/ |
H A D | pyhash.h | 97 /* cutoff for small string DJBX33A optimization in range [1, cutoff). 111 # error Py_HASH_CUTOFF must in range 0...7.
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationweights.h | 92 void lengthenRange(WeightRange &range) const;
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testsentinel.py | 29 for proto in range(pickle.HIGHEST_PROTOCOL+1):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
H A D | Annotations.h | 23 /// void err() { [["hello" == 42]]; } // [[this is a range]] 31 /// llvm::Range R = Example.range("fail"); // find named ranges 49 /// represents a half-open range. 73 /// Returns the location of the range marked by [[ ]] (or $name[[ ]]). 75 Range range(llvm::StringRef Name = "") const;
|
/third_party/skia/tools/skpbench/ |
H A D | _hardware_pixel_c.py | 36 ''' % tuple(CPU_CLOCK_RATE for _ in range(3)),
|
/third_party/python/Programs/ |
H A D | freeze_test_frozenmain.py | 13 for i in range(0, len(data), 16):
|
/third_party/python/Lib/idlelib/ |
H A D | zzdummy.py | 17 for pos in range(len(lines) - 1):
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | literals.py | 51 for i in range(256):
|
/third_party/python/Lib/test/ |
H A D | curses_tests.py | 35 for i in range(3):
|
H A D | test_sndhdr.py | 34 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
|
/third_party/python/Lib/turtledemo/ |
H A D | two_canvases.py | 39 for i in range(5):
|
H A D | lindenmayer.py | 31 for i in range(n):
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | fixed_array_benchmark.cc | 37 const int size = state.range(0); in BM_FixedArray()
|
/third_party/skia/experimental/tools/ |
H A D | mskp_parser.py | 38 for page in range(page_count):
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap-debugfs.c | 347 struct regmap_range_node *range = file->private_data; in regmap_range_read_file() local 348 struct regmap *map = range->map; in regmap_range_read_file() 350 return regmap_read_debugfs(map, range->range_min, range->range_max, in regmap_range_read_file() 398 * file is not compatible with the `range' file */ in regmap_reg_ranges_read_file() 611 debugfs_create_file("range", 0400, map->debugfs, in regmap_debugfs_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 397 uint32_t hi, lo, range; in do_recv_completion() local 433 range = hi - lo + 1; in do_recv_completion() 453 range, hi, lo); in do_recv_completion() 455 completions += range; in do_recv_completion()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/ |
H A D | cmd.c | 58 const struct channel_range *range = channel_ranges; in lbtf_geo_init() local 64 range = &channel_ranges[i]; in lbtf_geo_init() 68 for (ch = range->start; ch < range->end; ch++) in lbtf_geo_init()
|
/kernel/linux/linux-5.10/mm/ |
H A D | mremap.c | 260 struct mmu_notifier_range range; in move_page_tables() local 269 mmu_notifier_range_init(&range, MMU_NOTIFY_UNMAP, 0, vma, vma->vm_mm, in move_page_tables() 271 mmu_notifier_invalidate_range_start(&range); in move_page_tables() 328 mmu_notifier_invalidate_range_end(&range); in move_page_tables() 679 * range checks to reject the address as invalid. in SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap-debugfs.c | 347 struct regmap_range_node *range = file->private_data; in regmap_range_read_file() local 348 struct regmap *map = range->map; in regmap_range_read_file() 350 return regmap_read_debugfs(map, range->range_min, range->range_max, in regmap_range_read_file() 398 * file is not compatible with the `range' file */ in regmap_reg_ranges_read_file() 611 debugfs_create_file("range", 0400, map->debugfs, in regmap_debugfs_init()
|