OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leading_zero
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/
int_lib.h
105
uint32_t
leading_zero
= 0;
local
106
if (_BitScanReverse(&
leading_zero
, value))
107
return 31 -
leading_zero
;
113
uint32_t
leading_zero
= 0;
local
114
if (_BitScanReverse64(&
leading_zero
, value))
115
return 63 -
leading_zero
;
/toolchain/binutils/binutils-2.25/opcodes/
arc-dis.c
237
int size,
leading_zero
, regMap[2];
local
258
leading_zero
= 0;
276
leading_zero
= 1; /* e.g. %08x */
305
if (
leading_zero
)
Completed in 4584 milliseconds