Home
last modified time | relevance | path

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

12

/external/syslinux/com32/rosh/
Drosh.c112 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/
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/syslinux/com32/mboot/
Dinitvesa.c142 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()
Dvesa.h81 uint8_t bpos; member
/external/syslinux/efi/
Dvesa.c164 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/
Dbios.c286 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/
Dcreate_inode.c410 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/
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/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/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/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/syslinux/com32/modules/
Dvesainfo.c80 mi->memory_layout, mi->rpos, mi->gpos, mi->bpos); in print_modes()
/external/syslinux/com32/lib/sys/vesa/
Dvesa.h82 uint8_t bpos; member
/external/libdrm/include/drm/
Dvc4_drm.h270 __u32 bpoa, bpos; member
/external/kernel-headers/original/uapi/drm/
Dvc4_drm.h288 __u32 bpoa, bpos; member
/external/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.cc7168 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/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/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()
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...

12