Home
last modified time | relevance | path

Searched refs:ffsll (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/util/
H A Dbitscan.h72 #define ffsll __builtin_ffsll macro
75 ffsll(long long int i) in ffsll() function
85 ffsll(long long int val);
113 const int i = ffsll(*mask) - 1; in u_bit_scan64()
120 ((b) = ffsll(__dword) - 1, __dword); \
204 *start = ffsll(*mask) - 1; in u_bit_scan_consecutive_range64()
205 *count = ffsll(~(*mask >> *start)) - 1; in u_bit_scan_consecutive_range64()
239 * Essentially ffsll() in the reverse direction.
H A Dbitscan.c66 ffsll(long long int val) in ffsll() function
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dffsll.c26 int result = ffsll(0); in ffsll_0100()
38 int result = ffsll(0x8000000); in ffsll_0200()
50 int result = ffsll(0x800000000); in ffsll_0300()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vue_map.c190 const int varying = ffsll(builtins) - 1; in brw_compute_vue_map()
200 const int varying = ffsll(generics) - 1; in brw_compute_vue_map()
258 const int varying = ffsll(patch_slots) - 1; in brw_compute_tess_vue_map()
270 const int varying = ffsll(vertex_slots) - 1; in brw_compute_tess_vue_map()
H A Dbrw_nir_analyze_ubo_ranges.c258 int first_bit = ffsll(offsets) - 1; in brw_nir_analyze_ubo_ranges()
264 int first_hole = ffsll(~offsets & ~((1ull << first_bit) - 1)) - 1; in brw_nir_analyze_ubo_ranges()
H A Dbrw_compiler.c229 const uint64_t bit = 1ULL << (ffsll(mask) - 1); in brw_get_compiler_config_value()
H A Dbrw_nir.c1634 const int varying = ffsll(varyings) - 1; in brw_nir_create_passthrough_tcs()
/third_party/musl/src/misc/
H A Dffsll.c4 int ffsll(long long i) in ffsll() function
/third_party/mesa3d/src/amd/compiler/
H A Daco_util.h317 it.bit = ffsll(words[i]) - 1; in cbegin()
358 bit = ffsll(set->words[word]) - 1; in operator ++()
364 bit = ffsll(m) - 1; in operator ++()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstrings.h26 int ffsll (long long);
/third_party/musl/porting/liteos_m/user/include/
H A Dstrings.h26 int ffsll (long long);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dstrings.h26 int ffsll (long long);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstrings.h24 int ffsll (long long);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstrings.h26 int ffsll (long long);
/third_party/musl/include/
H A Dstrings.h27 int ffsll (long long);
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_gpu_memcpy.c44 unsigned a_log2 = ffsll(a) - 1; in gcd_pow2_u64()
45 unsigned b_log2 = ffsll(b) - 1; in gcd_pow2_u64()
H A Danv_blorp.c787 unsigned a_log2 = ffsll(a) - 1; in gcd_pow2_u64()
788 unsigned b_log2 = ffsll(b) - 1; in gcd_pow2_u64()
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_util.h139 return ffsll(onehot) - 1; in rogue_offset()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_internal.c59 const uint32_t idx = ffsll(size) - 1; in choose_bucket()
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.h456 return ffsll(counter_info->query_mask); in intel_perf_query_counter_info_first_query()
H A Dintel_perf.c906 queries_mask |= BITFIELD64_BIT(ffsll(perf->counter_infos[idx].query_mask) - 1); in get_passes_mask()
947 uint32_t query_idx = ffsll(perf->counter_infos[idx].query_mask & queries_mask) - 1; in intel_perf_get_counters_passes()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c157 return ffsll(~bitfield) - 1; in free_bit()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.c127 unsigned index = ffsll(generics_mask) - 1; in svga_remap_generics()
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c831 int raddr_a = ffsll(raddrs_used) - 1; in qpu_merge_raddrs()
858 int raddr_b = ffsll(raddrs_used) - 1; in qpu_merge_raddrs()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builder.h696 return nir_ishl(build, x, nir_imm_int(build, ffsll(y) - 1)); in _nir_mul_imm()
805 return nir_ushr_imm(build, x, ffsll(y) - 1); in nir_udiv_imm()

Completed in 21 milliseconds

12