Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ffsll
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/mesa3d/src/util/
H
A
D
bitscan.h
72
#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
D
bitscan.c
66
ffsll
(long long int val)
in ffsll()
function
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H
A
D
ffsll.c
26
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
D
brw_vue_map.c
190
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
D
brw_nir_analyze_ubo_ranges.c
258
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
D
brw_compiler.c
229
const uint64_t bit = 1ULL << (
ffsll
(mask) - 1);
in brw_get_compiler_config_value()
H
A
D
brw_nir.c
1634
const int varying =
ffsll
(varyings) - 1;
in brw_nir_create_passthrough_tcs()
/third_party/musl/src/misc/
H
A
D
ffsll.c
4
int
ffsll
(long long i)
in ffsll()
function
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_util.h
317
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
D
strings.h
26
int
ffsll
(long long);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
strings.h
26
int
ffsll
(long long);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
strings.h
26
int
ffsll
(long long);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
strings.h
24
int
ffsll
(long long);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
strings.h
26
int
ffsll
(long long);
/third_party/musl/include/
H
A
D
strings.h
27
int
ffsll
(long long);
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_gpu_memcpy.c
44
unsigned a_log2 =
ffsll
(a) - 1;
in gcd_pow2_u64()
45
unsigned b_log2 =
ffsll
(b) - 1;
in gcd_pow2_u64()
H
A
D
anv_blorp.c
787
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
D
rogue_util.h
139
return
ffsll
(onehot) - 1;
in rogue_offset()
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_renderer_internal.c
59
const uint32_t idx =
ffsll
(size) - 1;
in choose_bucket()
/third_party/mesa3d/src/intel/perf/
H
A
D
intel_perf.h
456
return
ffsll
(counter_info->query_mask);
in intel_perf_query_counter_info_first_query()
H
A
D
intel_perf.c
906
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
D
draw_pipe_aaline.c
157
return
ffsll
(~bitfield) - 1;
in free_bit()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_shader.c
127
unsigned index =
ffsll
(generics_mask) - 1;
in svga_remap_generics()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
qpu_schedule.c
831
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
D
nir_builder.h
696
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
1
2