OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:high_bit
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
pdb.c
677
unsigned int
high_bit
;
local
679
high_bit
= (stream0_start % 8) + stream0_blocks;
680
if (
high_bit
> 8)
681
high_bit
= 8;
684
(1 <<
high_bit
) - (1 << (stream0_start % 8));
686
stream0_blocks -=
high_bit
- (stream0_start % 8);
687
stream0_start +=
high_bit
- (stream0_start % 8);
/src/external/gpl3/binutils.old/dist/bfd/
pdb.c
677
unsigned int
high_bit
;
local
679
high_bit
= (stream0_start % 8) + stream0_blocks;
680
if (
high_bit
> 8)
681
high_bit
= 8;
684
(1 <<
high_bit
) - (1 << (stream0_start % 8));
686
stream0_blocks -=
high_bit
- (stream0_start % 8);
687
stream0_start +=
high_bit
- (stream0_start % 8);
/src/external/gpl3/gdb.old/dist/bfd/
pdb.c
677
unsigned int
high_bit
;
local
679
high_bit
= (stream0_start % 8) + stream0_blocks;
680
if (
high_bit
> 8)
681
high_bit
= 8;
684
(1 <<
high_bit
) - (1 << (stream0_start % 8));
686
stream0_blocks -=
high_bit
- (stream0_start % 8);
687
stream0_start +=
high_bit
- (stream0_start % 8);
/src/external/gpl3/gdb/dist/bfd/
pdb.c
677
unsigned int
high_bit
;
local
679
high_bit
= (stream0_start % 8) + stream0_blocks;
680
if (
high_bit
> 8)
681
high_bit
= 8;
684
(1 <<
high_bit
) - (1 << (stream0_start % 8));
686
stream0_blocks -=
high_bit
- (stream0_start % 8);
687
stream0_start +=
high_bit
- (stream0_start % 8);
/src/sys/dev/stbi/
stb_image.c
3252
static int
high_bit
(unsigned int z)
function
3436
rshift =
high_bit
(mr)-7; rcount = bitcount(mr);
3437
gshift =
high_bit
(mg)-7; gcount = bitcount(mr);
3438
bshift =
high_bit
(mb)-7; bcount = bitcount(mr);
3439
ashift =
high_bit
(ma)-7; acount = bitcount(mr);
/src/external/gpl3/gcc/dist/libbacktrace/
elf.c
2960
int
high_bit
;
local
2972
high_bit
= 31 - __builtin_clz (next_state);
2974
bits = table_bits -
high_bit
;
3654
uint32_t
high_bit
;
local
3662
high_bit
= 31 - __builtin_clz (left);
3663
if (((uint32_t)1 <<
high_bit
) != left)
3675
weights[count] =
high_bit
+ 1;
3677
++weight_mark[
high_bit
+ 1];
/src/external/gpl3/gdb/dist/libbacktrace/
elf.c
2960
int
high_bit
;
local
2972
high_bit
= 31 - __builtin_clz (next_state);
2974
bits = table_bits -
high_bit
;
3654
uint32_t
high_bit
;
local
3662
high_bit
= 31 - __builtin_clz (left);
3663
if (((uint32_t)1 <<
high_bit
) != left)
3675
weights[count] =
high_bit
+ 1;
3677
++weight_mark[
high_bit
+ 1];
/src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c
2960
int
high_bit
;
local
2972
high_bit
= 31 - __builtin_clz (next_state);
2974
bits = table_bits -
high_bit
;
3654
uint32_t
high_bit
;
local
3662
high_bit
= 31 - __builtin_clz (left);
3663
if (((uint32_t)1 <<
high_bit
) != left)
3675
weights[count] =
high_bit
+ 1;
3677
++weight_mark[
high_bit
+ 1];
/src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc
3337
rtx
high_bit
= operands[2];
3349
if (rtx_equal_p (operands[0],
high_bit
))
3358
/* ??? If the destination overlaps both source tf and
high_bit
, then
3364
emit_insn ((*operation) (scratch,
high_bit
, operands[3]));
3329
rtx
high_bit
= operands[2];
local
/src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc
3336
rtx
high_bit
= operands[2];
3348
if (rtx_equal_p (operands[0],
high_bit
))
3357
/* ??? If the destination overlaps both source tf and
high_bit
, then
3363
emit_insn ((*operation) (scratch,
high_bit
, operands[3]));
3328
rtx
high_bit
= operands[2];
local
Completed in 92 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026