/external/ltp/testcases/kernel/fs/doio/ |
datapid.c | 94 int boff; /* buffer offset or index */ local 98 boff = 0; 118 for (; boff < (NBPW - cnt) && boff < bsize; boff++, chr++) { 119 buffer[boff] = *chr; 127 num_full_words = (bsize - boff) / NBPW; 129 woff = offset + boff; 139 buffer[boff++] = *chr; 142 wptr = (long *)&buffer[boff]; 191 int boff; \/* buffer offset or index *\/ local [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
viddec_parse_sc_fast_loop.c | 159 int boff; local 165 boff = (int)cxt->buf & 0x3; 168 (const unsigned char *)cxt->buf - boff, 169 boff, 170 cxt->size + boff, 175 cxt->sc_end_pos -= boff;
|
/external/syslinux/utils/ |
pxelinux-options | 210 my($mzmagic, $junk, $magic, $len, $flags, $boff, $blen, $aoff, $alen) 229 $patch_start = $boff = $hdroffset + 32; 230 $aoff = $boff + $blen; 247 return undef unless (seek($file, $boff, SEEK_SET)); 249 $patch_start = $boff if ($boff < patch_start); 268 my $boff = 0; 286 $boff = $patch_start; 303 my $hdr = pack("VVVV", $boff, length($bdata), $aoff, length($adata));
|
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
typeunit.go | 66 boff := b.off 70 off: boff,
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
typeunit.go | 66 boff := b.off 70 off: boff,
|
/prebuilts/go/darwin-x86/src/runtime/ |
cgocheck.go | 122 boff := uintptr(src) - datap.bss 123 cgoCheckBits(add(src, -boff), datap.gcbssmask.bytedata, off+boff, size)
|
/prebuilts/go/linux-x86/src/runtime/ |
cgocheck.go | 122 boff := uintptr(src) - datap.bss 123 cgoCheckBits(add(src, -boff), datap.gcbssmask.bytedata, off+boff, size)
|
/external/one-true-awk/ |
run.c | 110 int boff = pbptr ? *pbptr - *pbuf : 0; local 124 *pbptr = tbuf + boff; [all...] |