Home
last modified time | relevance | path

Searched refs:bpos (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/MC/Sparc/
Dsparc64-ctrl-instructions.s44 ! CHECK: bpos %xcc, .BB0 ! encoding: [0x1c,0b01101AAA,A,A]
46 bpos %xcc, .BB0
276 ! CHECK: bpos,a %icc, .BB0 ! encoding: [0x3c,0b01001AAA,A,A]
278 bpos,a %icc, .BB0
332 ! CHECK: bpos,pn %icc, .BB0 ! encoding: [0x1c,0b01000AAA,A,A]
334 bpos,pn %icc, .BB0
388 ! CHECK: bpos,a,pn %icc, .BB0 ! encoding: [0x3c,0b01000AAA,A,A]
390 bpos,a,pn %icc, .BB0
444 ! CHECK: bpos %icc, .BB0 ! encoding: [0x1c,0b01001AAA,A,A]
446 bpos,pt %icc, .BB0
[all …]
Dsparc-ctrl-instructions.s111 ! CHECK: bpos .BB0 ! encoding: [0x1c,0b10AAAAAA,A,A]
113 bpos .BB0
234 ! CHECK: bpos,a .BB0 ! encoding: [0x3c,0b10AAAAAA,A,A]
236 bpos,a .BB0
/external/libmicrohttpd/src/microhttpd/
Dpostprocessor.c589 const char *bpos; in try_get_value() local
596 bpos = buf; in try_get_value()
598 while (NULL != (spos = strstr (bpos, key))) in try_get_value()
603 bpos = spos + 1; in try_get_value()
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1230 int bpos; in makeExapndedCode() local
1233 bpos = b.orgPos; in makeExapndedCode()
1237 bpos = len; // src will be never equal to bpos in makeExapndedCode()
1247 if (src != bpos) in makeExapndedCode()
1255 bpos = b.orgPos; in makeExapndedCode()
1259 bpos = len; in makeExapndedCode()
/external/llvm/test/MC/Disassembler/Sparc/
Dsparc.txt117 # CHECK: bpos 4194303
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp6857 long long bpos = -1; in CreateBlockGroup() local
6875 if (bpos < 0) { // Block ID in CreateBlockGroup()
6876 bpos = pos; in CreateBlockGroup()
6909 if (bpos < 0) in CreateBlockGroup()
6922 BlockGroup(this, idx, bpos, bsize, prev, next, duration, discard_padding); in CreateBlockGroup()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc7075 long long bpos = -1; in CreateBlockGroup() local
7093 if (bpos < 0) { // Block ID in CreateBlockGroup()
7094 bpos = pos; in CreateBlockGroup()
7127 if (bpos < 0) in CreateBlockGroup()
7140 BlockGroup(this, idx, bpos, bsize, prev, next, duration, discard_padding); in CreateBlockGroup()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimal.java142 private static final byte bpos = 1; field in DiagBigDecimal
2977 (new Test("byv014")).ok=((bpos))==((new android.icu.math.BigDecimal(bpos)).byteValue()); in diagbyteValue()
2990 … (new Test("byv030")).ok=((bpos))==((new android.icu.math.BigDecimal(bpos)).byteValueExact()); in diagbyteValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimal.java138 private static final byte bpos = 1; field in DiagBigDecimal
2973 (new Test("byv014")).ok=((bpos))==((new com.ibm.icu.math.BigDecimal(bpos)).byteValue()); in diagbyteValue()
2986 … (new Test("byv030")).ok=((bpos))==((new com.ibm.icu.math.BigDecimal(bpos)).byteValueExact()); in diagbyteValue()