Searched refs:sh1 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | extract.ll | 50 %sh1 = shl i32 %a, 14 52 %val = or i32 %sh2, %sh1
|
D | arm64-extract.ll | 51 %sh1 = shl i32 %a, 14 53 %val = or i32 %sh2, %sh1
|
/external/skia/src/utils/ |
D | SkTextureCompressor_ASTC.cpp | 1550 int sh1, sh2, sh3; in getPartition() local 1552 sh1 = (0 != (seed & 2))? 4 : 5; in getPartition() 1555 sh1 = (partitionCount==3)? 6 : 5; in getPartition() 1558 sh3 = (0 != (seed & 0x10))? sh1 : sh2; in getPartition() 1560 seed1 >>= sh1; seed2 >>= sh2; seed3 >>= sh1; seed4 >>= sh2; in getPartition() 1561 seed5 >>= sh1; seed6 >>= sh2; seed7 >>= sh1; seed8 >>= sh2; in getPartition()
|
/external/srtp/doc/ |
D | intro.txt | 212 [sh1] set k=`test/rand_gen -n 30` 213 [sh1] echo $k 215 [sh1]$ test/rtpw -s -k $k -ea 0.0.0.0 9999
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 2287 const int sh1 = (seed & 1) != 0 ? shA : shB; in computeTexelPartition() local 2289 const int sh3 = (seed & 0x10) != 0 ? sh1 : sh2; in computeTexelPartition() 2291 seed1 >>= sh1; seed2 >>= sh2; seed3 >>= sh1; seed4 >>= sh2; in computeTexelPartition() 2292 seed5 >>= sh1; seed6 >>= sh2; seed7 >>= sh1; seed8 >>= sh2; in computeTexelPartition()
|
/external/srtp/ |
D | README | 122 [sh1]$ test/rtpw -s -k $k -ea 0.0.0.0 9999
|
/external/libvncserver/x11vnc/ |
D | userinput.c | 7788 int sx1, sy1, sw1, sh1, dx, dy; in try_to_fix_resize_su() local 7819 sh1 = cache_list[idx].su_h; in try_to_fix_resize_su() 7864 sh1 = cache_list[idx].su_h; in try_to_fix_resize_su()
|
/external/valgrind/perf/ |
D | tinycc.c | 20214 Elf32_Shdr *shdr, *sh, *sh1; in tcc_load_dll() local 20249 sh1 = &shdr[sh->sh_link]; in tcc_load_dll() 20250 dynstr = load_data(fd, sh1->sh_offset, sh1->sh_size); in tcc_load_dll()
|
/external/elfutils/src/po/ |
D | ja.po | 3242 msgstr "ビルド ID ノート (md5、sh1 (省略値)、uuid) を生成します。"
|