OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high32
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_intrinsics.h
451
inline __device__ unsigned __funnelshift_l(unsigned low32, unsigned
high32
,
456
: "r"(low32), "r"(
high32
), "r"(shiftWidth));
459
inline __device__ unsigned __funnelshift_lc(unsigned low32, unsigned
high32
,
464
: "r"(low32), "r"(
high32
), "r"(shiftWidth));
467
inline __device__ unsigned __funnelshift_r(unsigned low32, unsigned
high32
,
472
: "r"(low32), "r"(
high32
), "r"(shiftWidth));
475
inline __device__ unsigned __funnelshift_rc(unsigned low32, unsigned
high32
,
480
: "r"(low32), "r"(
high32
), "r"(shiftWidth));
/src/external/bsd/openldap/dist/libraries/liblutil/
uuid.c
197
#define
high32
(i) ((unsigned long) ((i) >> 32))
macro
211
#define
high32
(i) ((i).high)
macro
372
tl_high =
high32
(tl);
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
2683
uint32_t
high32
= imm >> 32;
2691
if (((
high32
>> 30) & 0x1) == 0)
2697
if ((
high32
& 0x78000000) != pattern)
2701
if ((
high32
& 0x7ff00000) == 0x47f00000)
2704
*fpword = ((
high32
& 0xc0000000) /* 1 n bit and 1 E bit. */
2705
| ((
high32
<< 3) & 0x3ffffff8) /* 7 e and 20 s bits. */
2680
uint32_t
high32
= imm >> 32;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
2666
uint32_t
high32
= imm >> 32;
2674
if (((
high32
>> 30) & 0x1) == 0)
2680
if ((
high32
& 0x78000000) != pattern)
2684
if ((
high32
& 0x7ff00000) == 0x47f00000)
2687
*fpword = ((
high32
& 0xc0000000) /* 1 n bit and 1 E bit. */
2688
| ((
high32
<< 3) & 0x3ffffff8) /* 7 e and 20 s bits. */
2663
uint32_t
high32
= imm >> 32;
local
Completed in 32 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026