/external/python/cpython2/Modules/ |
D | shamodule.c | 49 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member 78 dest->count_lo = src->count_lo; in SHAcopy() 231 sha_info->count_lo = 0L; in sha_init() 244 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update() 245 if (clo < sha_info->count_lo) { in sha_update() 248 sha_info->count_lo = clo; in sha_update() 284 lo_bit_count = sha_info->count_lo; in sha_final()
|
D | sha256module.c | 50 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member 81 dest->count_lo = src->count_lo; in SHAcopy() 239 sha_info->count_lo = 0L; in sha_init() 257 sha_info->count_lo = 0L; in sha224_init() 272 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update() 273 if (clo < sha_info->count_lo) { in sha_update() 276 sha_info->count_lo = clo; in sha_update() 312 lo_bit_count = sha_info->count_lo; in sha_final()
|
D | sha512module.c | 52 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member 91 dest->count_lo = src->count_lo; in SHAcopy() 265 sha_info->count_lo = 0L; in sha512_init() 283 sha_info->count_lo = 0L; in sha384_init() 298 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha512_update() 299 if (clo < sha_info->count_lo) { in sha512_update() 302 sha_info->count_lo = clo; in sha512_update() 338 lo_bit_count = sha_info->count_lo; in sha512_final()
|
/external/python/cpython3/Modules/ |
D | sha256module.c | 50 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member 80 dest->count_lo = src->count_lo; in SHAcopy() 239 sha_info->count_lo = 0L; in sha_init() 256 sha_info->count_lo = 0L; in sha224_init() 271 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update() 272 if (clo < sha_info->count_lo) { in sha_update() 275 sha_info->count_lo = clo; in sha_update() 311 lo_bit_count = sha_info->count_lo; in sha_final()
|
D | sha512module.c | 51 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member 89 dest->count_lo = src->count_lo; in SHAcopy() 264 sha_info->count_lo = 0L; in sha512_init() 281 sha_info->count_lo = 0L; in sha384_init() 296 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha512_update() 297 if (clo < sha_info->count_lo) { in sha512_update() 300 sha_info->count_lo = clo; in sha512_update() 336 lo_bit_count = sha_info->count_lo; in sha512_final()
|
/external/skqp/src/compute/hs/cuda/bench/ |
D | main.c | 261 uint32_t const count_lo, in hs_bench() argument 345 for (uint32_t count=count_lo; count<=count_hi; count+=count_step) in hs_bench() 565 uint32_t const count_lo = (argc <= 3) ? kpb : strtoul(argv[3],NULL,0); in main() local 566 uint32_t const count_hi = (argc <= 4) ? count_lo : strtoul(argv[4],NULL,0); in main() 567 uint32_t const count_step = (argc <= 5) ? count_lo : strtoul(argv[5],NULL,0); in main() 586 count_lo, in main()
|
/external/skia/src/compute/hs/cuda/bench/ |
D | main.c | 261 uint32_t const count_lo, in hs_bench() argument 345 for (uint32_t count=count_lo; count<=count_hi; count+=count_step) in hs_bench() 565 uint32_t const count_lo = (argc <= 3) ? kpb : strtoul(argv[3],NULL,0); in main() local 566 uint32_t const count_hi = (argc <= 4) ? count_lo : strtoul(argv[4],NULL,0); in main() 567 uint32_t const count_step = (argc <= 5) ? count_lo : strtoul(argv[5],NULL,0); in main() 586 count_lo, in main()
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | philox_random.h | 144 const uint32 count_lo = static_cast<uint32>(count); in Skip() local 147 counter_[0] += count_lo; in Skip() 148 if (counter_[0] < count_lo) { in Skip()
|
/external/skia/src/compute/hs/cl/bench/ |
D | main.c | 308 uint32_t const count_lo, in hs_bench() argument 381 for (uint32_t count=count_lo; count<=count_hi; count+=count_step) in hs_bench() 695 uint32_t const count_lo = (argc <= 2) ? kpb : strtoul(argv[2],NULL,0); in main() local 696 uint32_t const count_hi = (argc <= 3) ? count_lo : strtoul(argv[3],NULL,0); in main() 697 uint32_t const count_step = (argc <= 4) ? count_lo : strtoul(argv[4],NULL,0); in main() 753 count_lo, in main()
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 308 uint32_t const count_lo, in hs_bench() argument 381 for (uint32_t count=count_lo; count<=count_hi; count+=count_step) in hs_bench() 695 uint32_t const count_lo = (argc <= 2) ? kpb : strtoul(argv[2],NULL,0); in main() local 696 uint32_t const count_hi = (argc <= 3) ? count_lo : strtoul(argv[3],NULL,0); in main() 697 uint32_t const count_step = (argc <= 4) ? count_lo : strtoul(argv[4],NULL,0); in main() 753 count_lo, in main()
|
/external/skia/src/compute/skc/platforms/cl_12/ |
D | extent_cl_12.c | 271 skc_uint const count_lo = min(count_max,count); in skc_extent_phw1g_tdrNs_snap_alloc() local 272 size_t const bytes_lo = count_lo * ring->size.elem; in skc_extent_phw1g_tdrNs_snap_alloc() 356 skc_uint const count_lo = min(count_max,count); in skc_extent_phrwg_tdrNs_snap_alloc() local 357 size_t const bytes_lo = count_lo * ring->size.elem; in skc_extent_phrwg_tdrNs_snap_alloc()
|
D | raster_builder_cl_12.c | 351 skc_uint count_lo = size - from; in skc_raster_builder_rasters_release() local 353 skc_grid_deps_unmap(runtime->deps,rasters_lo,count_lo); in skc_raster_builder_rasters_release() 354 skc_runtime_raster_device_release(runtime,rasters_lo,count_lo); in skc_raster_builder_rasters_release()
|
D | path_builder_cl_12.c | 608 skc_uint count_lo = impl->ring.blocks_per.buffer - release->from; in skc_path_builder_release_dispose() local 610 skc_grid_deps_unmap(runtime->deps,paths_lo,count_lo); in skc_path_builder_release_dispose() 611 skc_runtime_path_device_release(runtime,paths_lo,count_lo); in skc_path_builder_release_dispose()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | extent_cl_12.c | 271 skc_uint const count_lo = min(count_max,count); in skc_extent_phw1g_tdrNs_snap_alloc() local 272 size_t const bytes_lo = count_lo * ring->size.elem; in skc_extent_phw1g_tdrNs_snap_alloc() 356 skc_uint const count_lo = min(count_max,count); in skc_extent_phrwg_tdrNs_snap_alloc() local 357 size_t const bytes_lo = count_lo * ring->size.elem; in skc_extent_phrwg_tdrNs_snap_alloc()
|
D | raster_builder_cl_12.c | 351 skc_uint count_lo = size - from; in skc_raster_builder_rasters_release() local 353 skc_grid_deps_unmap(runtime->deps,rasters_lo,count_lo); in skc_raster_builder_rasters_release() 354 skc_runtime_raster_device_release(runtime,rasters_lo,count_lo); in skc_raster_builder_rasters_release()
|
D | path_builder_cl_12.c | 608 skc_uint count_lo = impl->ring.blocks_per.buffer - release->from; in skc_path_builder_release_dispose() local 610 skc_grid_deps_unmap(runtime->deps,paths_lo,count_lo); in skc_path_builder_release_dispose() 611 skc_runtime_path_device_release(runtime,paths_lo,count_lo); in skc_path_builder_release_dispose()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 535 uint32_t const count_lo = (argc <= 4) ? slab_size : strtoul(argv[ 4],NULL,0); in main() local 536 uint32_t const count_hi = (argc <= 5) ? count_lo : strtoul(argv[ 5],NULL,0); in main() 537 uint32_t const count_step = (argc <= 6) ? count_lo : strtoul(argv[ 6],NULL,0); in main() 910 for (uint32_t count=count_lo; count<=count_hi; count+=count_step) in main()
|
/external/skia/src/compute/hs/vk/bench/ |
D | main.c | 535 uint32_t const count_lo = (argc <= 4) ? slab_size : strtoul(argv[ 4],NULL,0); in main() local 536 uint32_t const count_hi = (argc <= 5) ? count_lo : strtoul(argv[ 5],NULL,0); in main() 537 uint32_t const count_step = (argc <= 6) ? count_lo : strtoul(argv[ 6],NULL,0); in main() 910 for (uint32_t count=count_lo; count<=count_hi; count+=count_step) in main()
|
/external/skqp/src/compute/hs/vk/ |
D | hs_vk.c | 467 uint32_t const count_lo, in hs_keyset_pre_fm() argument 470 uint32_t const vout_span = count_hi - count_lo; in hs_keyset_pre_fm() 474 count_lo * hs->key_val_size, in hs_keyset_pre_fm()
|
/external/skia/src/compute/hs/vk/ |
D | hs_vk.c | 467 uint32_t const count_lo, in hs_keyset_pre_fm() argument 470 uint32_t const vout_span = count_hi - count_lo; in hs_keyset_pre_fm() 474 count_lo * hs->key_val_size, in hs_keyset_pre_fm()
|
/external/skia/src/compute/hs/cl/ |
D | hs_cl.c | 661 uint32_t const count_lo, in hs_keyset_pre_merge() argument 666 uint32_t const vout_span = count_hi - count_lo; in hs_keyset_pre_merge() 674 count_lo * hs->key_val_size, in hs_keyset_pre_merge()
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 661 uint32_t const count_lo, in hs_keyset_pre_merge() argument 666 uint32_t const vout_span = count_hi - count_lo; in hs_keyset_pre_merge() 674 count_lo * hs->key_val_size, in hs_keyset_pre_merge()
|
/external/skia/src/compute/hs/cuda/ |
D | hs_cuda.inl | 836 uint32_t const count_lo, argument 839 uint32_t const vout_span = count_hi - count_lo; 842 cuda(MemsetAsync(state->vout + count_lo,
|
/external/skqp/src/compute/hs/cuda/ |
D | hs_cuda.inl | 836 uint32_t const count_lo, argument 839 uint32_t const vout_span = count_hi - count_lo; 842 cuda(MemsetAsync(state->vout + count_lo,
|