/external/syslinux/com32/rosh/ |
D | rosh.c | 112 int bpos, epos; /* beginning and ending position of source string in rosh_parse_sp_1() local 115 bpos = 0; in rosh_parse_sp_1() 118 bpos = rosh_search_nonsp(src, ipos); in rosh_parse_sp_1() 119 epos = rosh_search_sp(src, bpos); in rosh_parse_sp_1() 120 if (epos > bpos) { in rosh_parse_sp_1() 121 memcpy(dest, src + bpos, epos - bpos); in rosh_parse_sp_1() 122 if (dest[epos - bpos] != 0) in rosh_parse_sp_1() 123 dest[epos - bpos] = 0; in rosh_parse_sp_1() 496 int bpos = 0; in rosh_echo() local 498 bpos = rosh_search_nonsp(cmdstr, rosh_search_sp(cmdstr, 0)); in rosh_echo() [all …]
|
/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/syslinux/com32/mboot/ |
D | initvesa.c | 142 mi->bpos == 0))) in set_graphics_mode() 147 mi->bpos == 0))) in set_graphics_mode() 152 mi->bpos == 0))) in set_graphics_mode() 157 mi->bpos == 0))) in set_graphics_mode()
|
D | vesa.h | 81 uint8_t bpos; member
|
/external/syslinux/efi/ |
D | vesa.c | 164 mi->bpos = 16; in efi_vesacon_set_mode() 176 mi->bpos = 0; in efi_vesacon_set_mode() 198 &mi->bpos, &lfb_bsize); in efi_vesacon_set_mode() 205 dprintf("BPos %d Bsize %d RsvP %d RsvSz %d\n", mi->bpos, lfb_bsize, mi->resv_pos, lfb_resv_size); in efi_vesacon_set_mode()
|
/external/syslinux/core/ |
D | bios.c | 286 mi->rpos, mi->gpos, mi->bpos); in bios_vesacon_set_mode() 329 mi->bpos == 0))) in bios_vesacon_set_mode() 334 mi->bpos == 0))) in bios_vesacon_set_mode() 339 mi->bpos == 0))) in bios_vesacon_set_mode() 344 mi->bpos == 0))) in bios_vesacon_set_mode()
|
/external/e2fsprogs/misc/ |
D | create_inode.c | 410 off_t off, bpos; in copy_file_range() local 428 for (bpos = 0, ptr = buf; bpos < got; bpos += fs->blocksize) { in copy_file_range() 430 if (blen > got - bpos) in copy_file_range() 431 blen = got - bpos; in copy_file_range() 436 err = ext2fs_file_lseek(e2_file, off + bpos, in copy_file_range()
|
/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/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/libmicrohttpd/src/microhttpd/ |
D | postprocessor.c | 589 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/ |
D | CodeIterator.java | 1230 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/syslinux/com32/modules/ |
D | vesainfo.c | 80 mi->memory_layout, mi->rpos, mi->gpos, mi->bpos); in print_modes()
|
/external/syslinux/com32/lib/sys/vesa/ |
D | vesa.h | 82 uint8_t bpos; member
|
/external/libdrm/include/drm/ |
D | vc4_drm.h | 270 __u32 bpoa, bpos; member
|
/external/kernel-headers/original/uapi/drm/ |
D | vc4_drm.h | 288 __u32 bpoa, bpos; member
|
/external/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/libwebm/mkvparser/ |
D | mkvparser.cc | 7080 long long bpos = -1; in CreateBlockGroup() local 7098 if (bpos < 0) { // Block ID in CreateBlockGroup() 7099 bpos = pos; in CreateBlockGroup() 7132 if (bpos < 0) in CreateBlockGroup() 7145 BlockGroup(this, idx, bpos, bsize, prev, next, duration, discard_padding); in CreateBlockGroup()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 7168 long long bpos = -1; in CreateBlockGroup() local 7186 if (bpos < 0) { // Block ID in CreateBlockGroup() 7187 bpos = pos; in CreateBlockGroup() 7220 if (bpos < 0) in CreateBlockGroup() 7233 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()
|