OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u32v
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/crypt/
chacha_private.h
21
#define
U32V
(v) ((u32)(v) & U32C(0xFFFFFFFF))
24
(
U32V
((v) << (n)) | ((v) >> (32 - (n))))
42
#define PLUS(v,w) (
U32V
((v) + (w)))
/external/openssh/
chacha.c
22
#define
U32V
(v) ((u32)(v) & U32C(0xFFFFFFFF))
25
(
U32V
((v) << (n)) | ((v) >> (32 - (n))))
43
#define PLUS(v,w) (
U32V
((v) + (w)))
/external/openssh/openbsd-compat/
chacha_private.h
21
#define
U32V
(v) ((u32)(v) & U32C(0xFFFFFFFF))
24
(
U32V
((v) << (n)) | ((v) >> (32 - (n))))
42
#define PLUS(v,w) (
U32V
((v) + (w)))
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
convert.ll
35
@
u32v
= internal global [4 x i8] zeroinitializer, align 4
368
%__0 = bitcast [4 x i8]* @
u32v
to i32*
382
; CHECK: 0x{{.*}} {{.*}} {{
u32v
|.bss}}
389
; ARM32: movw {{.*}}
u32v
400
; MIPS32: lui {{.*}}
u32v
401
; MIPS32: addiu {{.*}}
u32v
/external/v8/src/wasm/
wasm-module-builder.h
76
// Patch a (padded)
u32v
at the given offset to be the given value.
wasm-macro-gen.h
243
// TODO(titzer): lift encoding of
u32v
to a common place.
[
all
...]
/external/jemalloc/src/
stats.c
563
uint32_t
u32v
;
local
855
CTL_M2_GET("arenas.bin.0.nregs", i, &
u32v
, uint32_t);
857
"\t\t\t\t\t\"nregs\": %"FMTu32",\n",
u32v
);
[
all
...]
Completed in 169 milliseconds