/external/openssh/ |
D | chacha.c | 14 typedef unsigned int u32; typedef 18 #define U8C(v) (v##U) argument 19 #define U32C(v) (v##U) argument 21 #define U8V(v) ((u8)(v) & U8C(0xFF)) argument 22 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) argument 24 #define ROTL32(v, n) \ argument 33 #define U32TO8_LITTLE(p, v) \ argument 41 #define ROTATE(v,c) (ROTL32(v,c)) argument 42 #define XOR(v,w) ((v) ^ (w)) argument 43 #define PLUS(v,w) (U32V((v) + (w))) argument [all …]
|
/external/openssh/openbsd-compat/ |
D | chacha_private.h | 10 typedef unsigned int u32; typedef 17 #define U8C(v) (v##U) argument 18 #define U32C(v) (v##U) argument 20 #define U8V(v) ((u8)(v) & U8C(0xFF)) argument 21 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) argument 23 #define ROTL32(v, n) \ argument 32 #define U32TO8_LITTLE(p, v) \ argument 40 #define ROTATE(v,c) (ROTL32(v,c)) argument 41 #define XOR(v,w) ((v) ^ (w)) argument 42 #define PLUS(v,w) (U32V((v) + (w))) argument [all …]
|
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 151 deUint32 u32; in Float() local 168 float v; in asFloat() local 169 deUint32 u32 = Float32::convert(*this).bits(); in asFloat() local 177 double v; in asDouble() local
|
/external/valgrind/none/tests/arm/ |
D | v8crypto_t.c | 38 UInt u32[4]; member 65 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() 83 static void showV128 ( V128* v ) in showV128()
|
D | v8crypto_a.c | 38 UInt u32[4]; member 65 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() 83 static void showV128 ( V128* v ) in showV128()
|
D | v8fpsimd_t.c | 41 UInt u32[4]; member 68 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() 117 static void showV128 ( V128* v ) in showV128()
|
D | v8fpsimd_a.c | 41 UInt u32[4]; member 68 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() 117 static void showV128 ( V128* v ) in showV128()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 145 std::vector<int> v({42, 7}); in TEST_F() local 156 bool &b, std::string &s, std::vector<int> &v) { in TEST_F()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 44 static inline unsigned short bswap_16(unsigned short v) in bswap_16() 49 static inline unsigned int bswap_32(unsigned int v) in bswap_32() 81 typedef UINT32 u32; typedef 93 typedef UINT32 u32; typedef 110 typedef uint32_t u32; typedef 125 static inline unsigned short wpa_swap_16(unsigned short v) in wpa_swap_16() 130 static inline unsigned int wpa_swap_32(unsigned int v) in wpa_swap_32()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.h | 11 typedef uint32_t u32; typedef 64 uint64_t v[29]; member 103 # define NOUVEAU_DRV_STAT(s, n, v) do { \ argument 106 # define NOUVEAU_DRV_STAT_RES(r, n, v) do { \ argument 111 # define NOUVEAU_DRV_STAT(s, n, v) do { } while(0) argument 112 # define NOUVEAU_DRV_STAT_RES(r, n, v) do { } while(0) argument
|
/external/clang/test/Sema/ |
D | compare.c | 243 unsigned long long u32 : 32; in test2() member 296 void rdar8414119_foo(enum rdar8414119_Vals v) { in rdar8414119_foo()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_packing_builtins.cpp | 1100 ir_variable *u32 = factory.make_temp(glsl_type::uint_type, in unpack_half_1x16_nosign() local 1308 lower_packing_builtins_visitor v(op_mask); in lower_packing_builtins() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fInstancedRenderingTests.cpp | 74 deUint32 u32; member 77 VarComp(float v) : f32(v) {} in VarComp() 78 VarComp(deUint32 v) : u32(v) {} in VarComp() 79 VarComp(deInt32 v) : i32(v) {} in VarComp()
|
/external/dhcpcd-6.8.2/ |
D | dhcp6.c | 163 uint32_t u32; in dhcp6_makevendor() local 363 int v; in ffs32() local 521 uint32_t u32; in dhcp6_makemessage() local 1747 uint32_t u32; in dhcp6_findna() local 1954 uint32_t u32, renew, rebind; in dhcp6_findia() local 2618 uint32_t u32; in dhcp6_handledata() local 3469 char *v, *val; in dhcp6_env() local
|
D | dhcp-common.c | 577 uint32_t u32; in print_option() local 759 char *v, *val; in dhcp_envoption1() local
|
/external/valgrind/none/tests/arm64/ |
D | fp_and_simd.c | 33 UInt u32[4]; member 60 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() 78 static void showV128 ( V128* v ) in showV128()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 389 uint32_t u32; in mkImm() member 496 Value *v = lookup(m, i, c); in acquire() local 510 Value *v = lookup(m, i, c); in load() local
|
D | nv50_ir_emit_nvc0.cpp | 330 uint32_t u32; in setImmediate() local 3295 SchedDataCalculator::checkRd(const Value *v, int cycle, int& delay) const in checkRd() argument 3333 SchedDataCalculator::checkWr(const Value *v, int cycle, int& delay) const in checkWr() argument 3358 SchedDataCalculator::recordWr(const Value *v, const int ready) in recordWr() 3377 SchedDataCalculator::recordRd(const Value *v, const int ready) in recordRd()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxerutil.cc | 223 const uint64 v = (value < 0) ? value ^ -1LL : value; in GetIntSize() local 353 uint32 u32; in SerializeFloat() member
|
/external/libconstrainedcrypto/ |
D | p256_ec.c | 44 typedef uint32_t u32; typedef 844 felem z1z1, z1z1z1, s2, u2, h, i, j, r, rr, v, tmp; in point_add_mixed() local 882 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add() local 929 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add_or_double_vartime() local
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 336 upb_value v; in assign_msg_indices() local 574 upb_value v; in upb_enumdef_ntoi() local 583 upb_value v; in upb_enumdef_iton() local 2010 upb_value v; in upb_filedef_def() local 2020 upb_value v; in upb_filedef_dep() local 2939 upb_value v; in track() local 2972 upb_value v; in untrack() local 3000 upb_value v; in checkref() local 3020 upb_value v; in getref2s() local 3047 upb_value v; in visit_check() local [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 282 upb_value v; in assign_msg_indices() local 496 upb_value v; in upb_enumdef_ntoi() local 505 upb_value v; in upb_enumdef_iton() local 2765 upb_value v; in track() local 2798 upb_value v; in untrack() local 2826 upb_value v; in checkref() local 2846 upb_value v; in getref2s() local 2875 upb_value v; in visit_check() local 2891 static void visit(const upb_refcounted *r, upb_refcounted_visit *v, in visit() 2966 static void visit(const upb_refcounted *r, upb_refcounted_visit *v, in visit() [all …]
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 944 spec_constant_decoration_cb(struct vtn_builder *b, struct vtn_value *v, in spec_constant_decoration_cb() 1154 uint32_t u32[8]; in vtn_handle_constant() local
|
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 3236 inline static UInt vregEnc ( HReg v ) in vregEnc() 3558 UInt u32 = (UInt)imm; in mkLoadImm() local 3620 UInt u32 = (UInt)imm; in mkLoadImm_EXACTLY2or5() local 3666 UInt u32 = (UInt)imm; in isLoadImm_EXACTLY2or5() local
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 76 static inline void IGNORE_RETURN_VALUE(T v) in IGNORE_RETURN_VALUE() 3547 uint32_t u32[2]; member 3553 uint32_t u32[1]; member 5802 uint32_t u32[2]; member 6479 int *v = &container[2]; in Worker() local 7216 bool NoElementsLeft(vector<int> *v) { in NoElementsLeft()
|