Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dstress_test.cc147 size_t bpos = 0; in ParseCommaDelimitedString() local
150 while ((epos = comma_delimited_str.find(',', bpos)) != grpc::string::npos) { in ParseCommaDelimitedString()
151 tokens.emplace_back(comma_delimited_str.substr(bpos, epos - bpos)); in ParseCommaDelimitedString()
152 bpos = epos + 1; in ParseCommaDelimitedString()
155 tokens.emplace_back(comma_delimited_str.substr(bpos)); // Last token in ParseCommaDelimitedString()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c2695 int bpos = bpstart; in dStrHexFp() local
2709 bpos = bpstart; in dStrHexFp()
2712 if (bpos == (bpstart + (8 * 3))) in dStrHexFp()
2713 bpos++; in dStrHexFp()
2714 scnpr(&buff[bpos], blen - bpos, "%.2x", (int)(unsigned char)c); in dStrHexFp()
2715 buff[bpos + 2] = ' '; in dStrHexFp()
2719 bpos = bpstart; in dStrHexFp()
2722 bpos += 3; in dStrHexFp()
2724 if (bpos > bpstart) { in dStrHexFp()
2725 buff[bpos + 2] = '\0'; in dStrHexFp()
[all …]
/external/swiftshader/third_party/llvm-7.0/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
315 ! CHECK: bpos,a .BB0 ! encoding: [0x3c,0b10AAAAAA,A,A]
317 bpos,a .BB0
/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
315 ! CHECK: bpos,a .BB0 ! encoding: [0x3c,0b10AAAAAA,A,A]
317 bpos,a .BB0
/external/e2fsprogs/misc/
Dcreate_inode.c416 off_t off, bpos; in copy_file_chunk() local
434 for (bpos = 0, ptr = buf; bpos < got; bpos += fs->blocksize) { in copy_file_chunk()
436 if (blen > got - bpos) in copy_file_chunk()
437 blen = got - bpos; in copy_file_chunk()
442 err = ext2fs_file_llseek(e2_file, off + bpos, in copy_file_chunk()
/external/libldac/src/
Dpack_ldac.c29 register int bpos; in pack_store_ldac() local
33 bpos = *p_loc & LDAC_LOC_MASK; in pack_store_ldac()
36 tmp >>= bpos; in pack_store_ldac()
/external/bcc/src/lua/bpf/
Dbpf.lua943 local ofs,bpos = ffi.offsetof(base.__dissector, c)
944 assert(not bpos, 'NYI: B[C] = A, where C is a bitfield')
1017 local ofs,bpos,bsize = ffi.offsetof(base.__dissector, c)
1021 ofs,bpos,bsize = ffi.offsetof(base.__dissector, c)
1050 if bpos then
1052 for i=bpos+1,bpos+bsize do
1058 local shift = w*8-bsize-bpos
/external/mesa3d/include/drm-uapi/
Dvc4_drm.h288 __u32 bpoa, bpos; member
/external/kernel-headers/original/uapi/drm/
Dvc4_drm.h310 __u32 bpoa, bpos; member
/external/libdrm/include/drm/
Dvc4_drm.h303 __u32 bpoa, bpos; member
/external/llvm/test/MC/Disassembler/Sparc/
Dsparc.txt117 # CHECK: bpos 4194303
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Sparc/
Dsparc.txt117 # CHECK: bpos 4194303
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c945 int bpos = bpstart; in dStrHex() local
954 if (bpos >= ((bpstart + (9 * 3)))) in dStrHex()
955 bpos++; in dStrHex()
959 bpos += 3; in dStrHex()
960 if (bpos == (bpstart + (9 * 3))) in dStrHex()
961 bpos++; in dStrHex()
962 sprintf(&buff[bpos], "%.2x", (int)(unsigned char)c); in dStrHex()
963 buff[bpos + 2] = ' '; in dStrHex()
973 bpos = bpstart; in dStrHex()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc7181 long long bpos = -1; in CreateBlockGroup() local
7199 if (bpos < 0) { // Block ID in CreateBlockGroup()
7200 bpos = pos; in CreateBlockGroup()
7233 if (bpos < 0) in CreateBlockGroup()
7246 BlockGroup(this, idx, bpos, bsize, prev, next, duration, discard_padding); in CreateBlockGroup()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc7194 long long bpos = -1; in CreateBlockGroup() local
7212 if (bpos < 0) { // Block ID in CreateBlockGroup()
7213 bpos = pos; in CreateBlockGroup()
7246 if (bpos < 0) in CreateBlockGroup()
7259 BlockGroup(this, idx, bpos, bsize, prev, next, duration, discard_padding); in CreateBlockGroup()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc7181 long long bpos = -1; in CreateBlockGroup() local
7199 if (bpos < 0) { // Block ID in CreateBlockGroup()
7200 bpos = pos; in CreateBlockGroup()
7233 if (bpos < 0) in CreateBlockGroup()
7246 BlockGroup(this, idx, bpos, bsize, prev, next, duration, discard_padding); in CreateBlockGroup()
/external/capstone/arch/Sparc/
DSparcGenAsmWriter.inc1315 AsmString = "bpos $\x01";
1429 AsmString = "bpos,a $\x01";
1835 AsmString = "bpos,a,pn %icc, $\x01";
1949 AsmString = "bpos,pn %icc, $\x01";
2063 AsmString = "bpos,a,pn %xcc, $\x01";
2177 AsmString = "bpos,pn %xcc, $\x01";
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimalTest.java130 private static final byte bpos = 1; field in DiagBigDecimalTest
2751 … TestFmwk.assertTrue("byv014", ((bpos))==((new android.icu.math.BigDecimal(bpos)).byteValue())); in diagbyteValue()
2764 …TestFmwk.assertTrue("byv030", ((bpos))==((new android.icu.math.BigDecimal(bpos)).byteValueExact())… in diagbyteValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java127 private static final byte bpos = 1; field in DiagBigDecimalTest
2748 … TestFmwk.assertTrue("byv014", ((bpos))==((new com.ibm.icu.math.BigDecimal(bpos)).byteValue())); in diagbyteValue()
2761 …TestFmwk.assertTrue("byv030", ((bpos))==((new com.ibm.icu.math.BigDecimal(bpos)).byteValueExact())… in diagbyteValue()