Searched refs:shift32 (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UTF16.java | 1231 public static int moveCodePointOffset(String source, int offset16, int shift32) { in moveCodePointOffset() argument 1239 if (shift32 > 0) { in moveCodePointOffset() 1240 if (shift32 + offset16 > size) { in moveCodePointOffset() 1243 count = shift32; in moveCodePointOffset() 1254 if (offset16 + shift32 < 0) { in moveCodePointOffset() 1257 for (count = -shift32; count > 0; count--) { in moveCodePointOffset() 1270 throw new StringIndexOutOfBoundsException(shift32); in moveCodePointOffset() 1285 public static int moveCodePointOffset(StringBuffer source, int offset16, int shift32) { in moveCodePointOffset() argument 1293 if (shift32 > 0) { in moveCodePointOffset() 1294 if (shift32 + offset16 > size) { in moveCodePointOffset() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UTF16.java | 1179 public static int moveCodePointOffset(String source, int offset16, int shift32) { in moveCodePointOffset() argument 1187 if (shift32 > 0) { in moveCodePointOffset() 1188 if (shift32 + offset16 > size) { in moveCodePointOffset() 1191 count = shift32; in moveCodePointOffset() 1202 if (offset16 + shift32 < 0) { in moveCodePointOffset() 1205 for (count = -shift32; count > 0; count--) { in moveCodePointOffset() 1218 throw new StringIndexOutOfBoundsException(shift32); in moveCodePointOffset() 1232 public static int moveCodePointOffset(StringBuffer source, int offset16, int shift32) { in moveCodePointOffset() argument 1240 if (shift32 > 0) { in moveCodePointOffset() 1241 if (shift32 + offset16 > size) { in moveCodePointOffset() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 134 %shift32 = lshr i64 %chunk64, 32 135 %slice32_lowhigh = trunc i64 %shift32 to i32
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 134 %shift32 = lshr i64 %chunk64, 32 135 %slice32_lowhigh = trunc i64 %shift32 to i32
|