/external/grpc-grpc/test/cpp/interop/ |
D | stress_test.cc | 147 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/ |
D | sg_lib.c | 2695 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/ |
D | sparc64-ctrl-instructions.s | 44 ! 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 …]
|
D | sparc-ctrl-instructions.s | 111 ! 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/ |
D | sparc64-ctrl-instructions.s | 44 ! 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 …]
|
D | sparc-ctrl-instructions.s | 111 ! 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/ |
D | create_inode.c | 416 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/ |
D | pack_ldac.c | 29 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/ |
D | bpf.lua | 943 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/ |
D | vc4_drm.h | 288 __u32 bpoa, bpos; member
|
/external/kernel-headers/original/uapi/drm/ |
D | vc4_drm.h | 310 __u32 bpoa, bpos; member
|
/external/libdrm/include/drm/ |
D | vc4_drm.h | 303 __u32 bpoa, bpos; member
|
/external/llvm/test/MC/Disassembler/Sparc/ |
D | sparc.txt | 117 # CHECK: bpos 4194303
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Sparc/ |
D | sparc.txt | 117 # CHECK: bpos 4194303
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 945 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/ |
D | mkvparser.cc | 7181 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/ |
D | mkvparser.cc | 7194 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/ |
D | mkvparser.cc | 7181 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/ |
D | SparcGenAsmWriter.inc | 1315 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/ |
D | DiagBigDecimalTest.java | 130 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/ |
D | DiagBigDecimalTest.java | 127 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()
|