/external/valgrind/memcheck/tests/common/ |
D | sh-mem-vec128.tmpl.c | 22 typedef unsigned char U1; typedef 37 volatile U1* p = (U1*)&w32; in get_endianness() 57 static inline U1 randomU1 ( void ) in randomU1() 66 static inline U1 self_shadow ( U1 x ) in self_shadow() 68 U1 res = 0xFF; in self_shadow() 74 static inline U1 get_shadow ( U1 x ) in get_shadow() 76 U1 res = 0; in get_shadow() 82 static inline U1 make_def ( U1 x ) in make_def() 84 U1 y = x; in make_def() 89 static inline U1 make_undef ( U1 x ) in make_undef() [all …]
|
/external/valgrind/memcheck/tests/ |
D | sh-mem-random.c | 13 typedef unsigned char U1; typedef 37 U8 build(int size, U1 byte) in build() 63 U1 make_defined ( U1 x ) in make_defined() 65 volatile U1 xx = x; in make_defined() 70 void check(U1* arr, int n, char* who) in check() 73 U1* shadow = malloc(n); in check() 74 U1 arr_i; in check() 100 static inline U1 randomU1 ( void ) in randomU1() 112 void do_test_at ( U1* arr ) in do_test_at() 123 arr[i] = (U1)build(1, randomU1()); in do_test_at() [all …]
|
D | sh-mem.c | 12 typedef unsigned char U1; typedef 38 U8 build(int size, U1 byte) in build() 68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt, in check_all() 71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits in check_all() 89 U1 *undefA, expected_byte, expected_byte_alt; in main() 102 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) ); in main() 106 assert(1 == sizeof(U1)); in main() 145 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */ \ in main() 146 Ty* bNb = (Ty*)(((U1*)bN) + h); /* set offset from b[] */ \ in main() 210 DO(1, U1, U1, /*isF4*/0); in main()
|
/external/clang/test/CXX/class/class.union/ |
D | p2-0x.cpp | 5 union U1 { union 14 constexpr int U1::k1; 15 constexpr int U1::k2; 16 int U1::k3; 18 const double U1::k4; 19 const double U1::k5;
|
/external/srtp/crypto/cipher/ |
D | aes.c | 399 static uint32_t U1[256] = { variable 937 static uint32_t U1[256] = { variable 1444 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key() 1451 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key() 1458 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key() 1465 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key() 1473 ^ U1[aes_sbox[expanded_key[i].v8[1]]] in aes_expand_decryption_key() 1478 ^ U1[aes_sbox[expanded_key[i].v8[5]]] in aes_expand_decryption_key() 1483 ^ U1[aes_sbox[expanded_key[i].v8[9]]] in aes_expand_decryption_key() 1488 ^ U1[aes_sbox[expanded_key[i].v8[13]]] in aes_expand_decryption_key() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/ |
D | IsometricStaggeredTiledMapRenderer.java | 94 vertices[U1] = u1; in renderTileLayer() 116 float temp = vertices[U1]; in renderTileLayer() 117 vertices[U1] = vertices[U3]; in renderTileLayer() 142 float tempU = vertices[U1]; in renderTileLayer() 143 vertices[U1] = vertices[U2]; in renderTileLayer() 150 float tempU = vertices[U1]; in renderTileLayer() 151 vertices[U1] = vertices[U3]; in renderTileLayer() 171 float tempU = vertices[U1]; in renderTileLayer() 172 vertices[U1] = vertices[U4]; in renderTileLayer()
|
D | OrthogonalTiledMapRenderer.java | 23 import static com.badlogic.gdx.graphics.g2d.Batch.U1; 117 vertices[U1] = u1; in renderTileLayer() 139 float temp = vertices[U1]; in renderTileLayer() 140 vertices[U1] = vertices[U3]; in renderTileLayer() 163 float tempU = vertices[U1]; in renderTileLayer() 164 vertices[U1] = vertices[U2]; in renderTileLayer() 171 float tempU = vertices[U1]; in renderTileLayer() 172 vertices[U1] = vertices[U3]; in renderTileLayer() 192 float tempU = vertices[U1]; in renderTileLayer() 193 vertices[U1] = vertices[U4]; in renderTileLayer()
|
D | IsometricTiledMapRenderer.java | 140 vertices[U1] = u1; in renderTileLayer() 162 float temp = vertices[U1]; in renderTileLayer() 163 vertices[U1] = vertices[U3]; in renderTileLayer() 186 float tempU = vertices[U1]; in renderTileLayer() 187 vertices[U1] = vertices[U2]; in renderTileLayer() 194 float tempU = vertices[U1]; in renderTileLayer() 195 vertices[U1] = vertices[U3]; in renderTileLayer() 215 float tempU = vertices[U1]; in renderTileLayer() 216 vertices[U1] = vertices[U4]; in renderTileLayer()
|
D | OrthoCachedTiledMapRenderer.java | 263 vertices[U1] = u1; in renderTileLayer() 285 float temp = vertices[U1]; in renderTileLayer() 286 vertices[U1] = vertices[U3]; in renderTileLayer() 309 float tempU = vertices[U1]; in renderTileLayer() 310 vertices[U1] = vertices[U2]; in renderTileLayer() 317 float tempU = vertices[U1]; in renderTileLayer() 318 vertices[U1] = vertices[U3]; in renderTileLayer() 338 float tempU = vertices[U1]; in renderTileLayer() 339 vertices[U1] = vertices[U4]; in renderTileLayer() 378 vertices[U1] = u1; in renderImageLayer()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_oob_test.cc | 70 OOBTest<U1>(); in TEST() 115 oob_test<U1>(10, -1); in TEST() 119 oob_test<U1>(kLargeMalloc, -1); in TEST() 123 oob_test<U1>(10, 10); in TEST() 127 oob_test<U1>(kLargeMalloc, kLargeMalloc); in TEST()
|
D | asan_asm_test.cc | 119 DECLARE_ASM_WRITE(U1, "1", "movb", "r"); 124 DECLARE_ASM_READ(U1, "1", "movb", "=r"); 129 DECLARE_ASM_REP_MOVS(U1, "movsb"); 218 TestAsmWrite<U1>("WRITE of size 1"); in TEST() 226 TestAsmRead<U1>("READ of size 1"); in TEST() 261 TestAsmRepMovs<U1>("READ of size 1", "WRITE of size 1"); in TEST()
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_final.pass.cpp | 19 union U1 { }; union 46 test_is_not_final<U1>(); in main() 47 test_is_not_final<U1*>(); in main()
|
/external/clang/test/CodeGen/ |
D | xcore-stringtype.c | 155 union U1{union U2 *pu2;}; union 158 union U3{union U1 u1;}; 159 union U4{union U1 u1;}; 160 void unionType1(union U1 u1) {} in unionType1()
|
/external/clang/test/SemaObjC/ |
D | class-proto-1.m | 27 @class U1, U2; // expected-note {{forward declaration of class here}} 29 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass …
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
D | Sprite.java | 363 temp = vertices[U1]; in rotate90() 364 vertices[U1] = vertices[U4]; in rotate90() 375 temp = vertices[U1]; in rotate90() 376 vertices[U1] = vertices[U2]; in rotate90() 581 vertices[U1] = u; in setRegion() 596 vertices[U1] = u; in setU() 640 float temp = vertices[U1]; in flip() 641 vertices[U1] = vertices[U3]; in flip() 660 float u = (vertices[U1] + xAmount) % 1; in scroll() 664 vertices[U1] = u; in scroll()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP192R1Point.java | 117 int[] U1, S1; in add() local 120 U1 = X1.x; in add() 128 U1 = tt1; in add() 129 SecP192R1Field.multiply(S1, X1.x, U1); in add() 136 SecP192R1Field.subtract(U1, U2, H); in add() 161 SecP192R1Field.multiply(HSquared, U1, V); in add()
|
D | SecP256R1Point.java | 116 int[] U1, S1; in add() local 119 U1 = X1.x; in add() 127 U1 = tt1; in add() 128 SecP256R1Field.multiply(S1, X1.x, U1); in add() 135 SecP256R1Field.subtract(U1, U2, H); in add() 160 SecP256R1Field.multiply(HSquared, U1, V); in add()
|
D | SecP192K1Point.java | 118 int[] U1, S1; in add() local 121 U1 = X1.x; in add() 129 U1 = tt1; in add() 130 SecP192K1Field.multiply(S1, X1.x, U1); in add() 137 SecP192K1Field.subtract(U1, U2, H); in add() 162 SecP192K1Field.multiply(HSquared, U1, V); in add()
|
D | SecP384R1Point.java | 116 int[] U1, S1; in add() local 119 U1 = X1.x; in add() 127 U1 = tt1; in add() 128 SecP384R1Field.multiply(S1, X1.x, U1); in add() 135 SecP384R1Field.subtract(U1, U2, H); in add() 160 SecP384R1Field.multiply(HSquared, U1, V); in add()
|
D | SecP256K1Point.java | 118 int[] U1, S1; in add() local 121 U1 = X1.x; in add() 129 U1 = tt1; in add() 130 SecP256K1Field.multiply(S1, X1.x, U1); in add() 137 SecP256K1Field.subtract(U1, U2, H); in add() 162 SecP256K1Field.multiply(HSquared, U1, V); in add()
|
D | SecP224K1Point.java | 118 int[] U1, S1; in add() local 121 U1 = X1.x; in add() 129 U1 = tt1; in add() 130 SecP224K1Field.multiply(S1, X1.x, U1); in add() 137 SecP224K1Field.subtract(U1, U2, H); in add() 162 SecP224K1Field.multiply(HSquared, U1, V); in add()
|
D | SecP224R1Point.java | 116 int[] U1, S1; in add() local 119 U1 = X1.x; in add() 127 U1 = tt1; in add() 128 SecP224R1Field.multiply(S1, X1.x, U1); in add() 135 SecP224R1Field.subtract(U1, U2, H); in add() 160 SecP224R1Field.multiply(HSquared, U1, V); in add()
|
D | SecP521R1Point.java | 114 int[] U1, S1; in add() local 117 U1 = X1.x; in add() 125 U1 = t1; in add() 126 SecP521R1Field.multiply(S1, X1.x, U1); in add() 133 SecP521R1Field.subtract(U1, U2, H); in add() 158 SecP521R1Field.multiply(HSquared, U1, V); in add()
|
/external/mesa3d/src/glsl/glcpp/tests/ |
D | 067-nested-ifdef-ifndef.c | 6 #ifdef U1 34 #ifndef U1
|
/external/skia/include/private/ |
D | SkUniquePtr.h | 80 template <typename U1, typename U2, typename = enable_if_t< 81 is_convertible<U1, pointer>::value && is_convertible<U2, deleter_type>::value 82 >> /*constexpr*/ compressed_data(U1&& ptr, U2&& d) 83 : compressed_base_t(std::forward<U2>(d)), fPtr(std::forward<U1>(ptr)) {} 256 template <typename U1, typename U2, typename = enable_if_t< 257 is_convertible<U1, pointer>::value && is_convertible<U2, deleter_type>::value 258 >> /*constexpr*/ compressed_data(U1&& ptr, U2&& d) 259 : compressed_base_t(std::forward<U2>(d)), fPtr(std::forward<U1>(ptr)) {}
|