Home
last modified time | relevance | path

Searched refs:dataoff (Results 1 - 9 of 9) sorted by relevance

/third_party/backends/backend/
H A Dxerox_mfp.h70 int dataoff; /* offset of data */ member
75 #define DATATAIL(dev) ((dev->dataoff + dev->datalen) & DATAMASK)
161 if (tail < dev->dataoff) in dataroom()
162 return dev->dataoff - tail; in dataroom()
H A Dxerox_mfp.c1225 dev->dataoff = 0; in dev_acquire()
1256 *buf++ = dev->data[(dev->dataoff + j) & DATAMASK]; in copy_plain_trim()
1293 *buf++ = dev->data[(dev->dataoff + band + x + y * linesize) & DATAMASK]; in copy_mix_bands_trim()
1389 (u_long)datalen, dev->dataoff, DATATAIL(dev), dev->datalen); in sane_read()
1396 (u_long)datalen, dev->dataoff, DATATAIL(dev), dev->datalen); in sane_read()
1420 dev->dataoff = (dev->dataoff + clrlen) & DATAMASK; in sane_read()
1434 dev->dataoff = 0; in sane_read()
1441 dev->dataoff = 0; in sane_read()
/third_party/musl/arch/i386/bits/
H A Dsignal.h53 unsigned long cw, sw, tag, ipoff, cssel, dataoff, datasel; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp612 if (LinkData.dataoff > FileSize) in checkLinkeditDataCommand()
613 return malformedError("dataoff field of " + Twine(CmdName) + " command " + in checkLinkeditDataCommand()
616 uint64_t BigSize = LinkData.dataoff; in checkLinkeditDataCommand()
619 return malformedError("dataoff field plus datasize field of " + in checkLinkeditDataCommand()
623 if (Error Err = checkOverlappingElement(Elements, LinkData.dataoff, in checkLinkeditDataCommand()
2769 DRI.p = reinterpret_cast<uintptr_t>(getPtr(*this, DicLC.dataoff)); in begin_dices()
2779 unsigned Offset = DicLC.dataoff + DicLC.datasize; in end_dices()
4515 Cmd.dataoff = 0; in getDataInCodeLoadCommand()
4530 Cmd.dataoff = 0; in getLinkOptHintsLoadCommand()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs17 pub dataoff: ::c_ulong,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp389 IO.mapRequired("dataoff", LoadCommand.dataoff); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h781 uint32_t dataoff; member
1252 sys::swapByteOrder(C.dataoff); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h793 uint32_t dataoff; member
1283 sys::swapByteOrder(C.dataoff); in swapStruct()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs56 pub dataoff: ::c_ulong,

Completed in 25 milliseconds