Searched defs:count_hi (Results 1 – 14 of 14) sorted by relevance
/external/skqp/src/compute/hs/cuda/ |
D | hs_cuda.inl | 837 uint32_t const count_hi) 857 uint32_t const count_hi) 899 uint32_t const count_hi = is_in_place ? count_padded_out : count_padded_in; local
|
/external/skqp/src/compute/hs/vk/ |
D | hs_vk.c | 468 uint32_t const count_hi) in hs_keyset_pre_fm() 488 uint32_t const count_hi) in hs_keyset_pre_bs() 599 uint32_t const count_hi = is_in_place ? count_padded_out : count_padded_in; in hs_vk_sort() local
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | philox_random.h | 145 uint32 count_hi = static_cast<uint32>(count >> 32); in Skip() local
|
/external/skqp/src/compute/hs/cuda/bench/ |
D | main.c | 262 uint32_t const count_hi, in hs_bench() 566 uint32_t const count_hi = (argc <= 4) ? count_lo : strtoul(argv[4],NULL,0); in main() local
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 309 uint32_t const count_hi, in hs_bench() 696 uint32_t const count_hi = (argc <= 3) ? count_lo : strtoul(argv[3],NULL,0); in main() local
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 632 uint32_t const count_hi, in hs_keyset_pre_sort() 662 uint32_t const count_hi, in hs_keyset_pre_merge() 791 uint32_t const count_hi = is_in_place ? count_padded_out : count_padded_in; in hs_cl_sort() local
|
/external/python/cpython3/Modules/ |
D | sha256module.c | 46 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member
|
D | sha512module.c | 47 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | extent_cl_12.c | 361 skc_uint const count_hi = count - count_max; in skc_extent_phrwg_tdrNs_snap_alloc() local
|
/external/ethtool/ |
D | marvell.c | 47 u_int32_t count_hi; in dump_queue() member
|
/external/python/cpython2/Modules/ |
D | sha256module.c | 50 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member
|
D | sha512module.c | 52 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member
|
D | shamodule.c | 49 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 536 uint32_t const count_hi = (argc <= 5) ? count_lo : strtoul(argv[ 5],NULL,0); in main() local
|