/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_fax.cpp | 343 int _FaxGetRun(FX_LPCBYTE ins_array, const FX_BYTE* src_buf, int& bitpos, int bitsize) in _FaxGetRun() argument 352 if (bitpos >= bitsize) { in _FaxGetRun() 368 FX_BOOL _FaxG4GetRow(const FX_BYTE* src_buf, int bitsize, int& bitpos, FX_LPBYTE dest_buf, const FX… in _FaxG4GetRow() argument 372 if (bitpos >= bitsize) { in _FaxG4GetRow() 381 if (bitpos >= bitsize) { in _FaxG4GetRow() 385 if (bitpos >= bitsize) { in _FaxG4GetRow() 396 … int run = _FaxGetRun(a0color ? FaxWhiteRunIns : FaxBlackRunIns, src_buf, bitpos, bitsize); in _FaxG4GetRow() 411 … int run = _FaxGetRun(a0color ? FaxBlackRunIns : FaxWhiteRunIns, src_buf, bitpos, bitsize); in _FaxG4GetRow() 427 if (bitpos >= bitsize) { in _FaxG4GetRow() 441 if (bitpos >= bitsize) { in _FaxG4GetRow() [all …]
|
/external/lldb/docs/ |
D | lldb-gdb-remote.txt | 181 read packet: $name:rax;bitsize:64;offset:0;encoding:uint;format:hex;set:General Purpose Registers;g… 183 read packet: $name:rbx;bitsize:64;offset:8;encoding:uint;format:hex;set:General Purpose Registers;g… 185 read packet: $name:rcx;bitsize:64;offset:16;encoding:uint;format:hex;set:General Purpose Registers;… 187 read packet: $name:rdx;bitsize:64;offset:24;encoding:uint;format:hex;set:General Purpose Registers;… 189 read packet: $name:rdi;bitsize:64;offset:32;encoding:uint;format:hex;set:General Purpose Registers;… 191 read packet: $name:rsi;bitsize:64;offset:40;encoding:uint;format:hex;set:General Purpose Registers;… 193 read packet: $name:rbp;alt-name:fp;bitsize:64;offset:48;encoding:uint;format:hex;set:General Purpos… 195 read packet: $name:rsp;alt-name:sp;bitsize:64;offset:56;encoding:uint;format:hex;set:General Purpos… 197 read packet: $name:r8;bitsize:64;offset:64;encoding:uint;format:hex;set:General Purpose Registers;g… 199 read packet: $name:r9;bitsize:64;offset:72;encoding:uint;format:hex;set:General Purpose Registers;g… [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 59 class AddressAsmOperand<string format, string bitsize, string dispsize, 62 let Name = format##bitsize##"Disp"##dispsize##length; 63 let ParserMethod = "parse"##format##bitsize; 76 class AddressingMode<string seltype, string bitsize, string dispsize, 79 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops, 82 Operand<!cast<ValueType>("i"##bitsize)> { 86 "decode"##format##bitsize##"Disp"##dispsize##length##"Operand"; 89 !cast<AddressAsmOperand>(format##bitsize##"Disp"##dispsize##length); 93 class BDMode<string type, string bitsize, string dispsize, string suffix> 94 : AddressingMode<type, bitsize, dispsize, suffix, "", 2, "BDAddr", [all …]
|
D | SystemZInstrInfo.td | 1328 uimm32:$bitsize), 1332 uimm32:$bitsize))]> {
|
D | SystemZInstrFormats.td | 1512 ADDR32:$negbitshift, uimm32:$bitsize), 1514 ADDR32:$negbitshift, uimm32:$bitsize))]> {
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_filters.cpp | 843 FX_BOOL _FaxSkipEOL(const FX_BYTE* src_buf, int bitsize, int& bitpos); 844 FX_BOOL _FaxG4GetRow(const FX_BYTE* src_buf, int bitsize, int& bitpos, FX_LPBYTE dest_buf, const FX… 845 FX_BOOL _FaxGet1DLine(const FX_BYTE* src_buf, int bitsize, int& bitpos, FX_LPBYTE dest_buf, int col… 849 int bitsize = src_size * 8; in ProcessData() local 851 if ((bitsize < bitpos + 256) && !bFinish) { in ProcessData() 856 if (!ReadLine(src_buf, bitsize, bitpos)) { in ProcessData() 876 FX_BOOL CPDF_FaxFilter::ReadLine(FX_LPCBYTE src_buf, int bitsize, int& bitpos) in ReadLine() argument 878 if (!_FaxSkipEOL(src_buf, bitsize, bitpos)) { in ReadLine() 883 ret = _FaxG4GetRow(src_buf, bitsize, bitpos, m_pScanlineBuf, m_pRefBuf, m_nColumns); in ReadLine() 885 ret = _FaxGet1DLine(src_buf, bitsize, bitpos, m_pScanlineBuf, m_nColumns); in ReadLine() [all …]
|
D | filters_int.h | 118 FX_BOOL ReadLine(FX_LPCBYTE src_buf, int bitsize, int& bitpos);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 507 unsigned bitsize = OVT.getScalarType().getSizeInBits(); in LowerSDIV24() local 512 jq = DAG.getNode(ISD::SRA, DL, OVT, jq, DAG.getConstant(bitsize - 2, OVT)); in LowerSDIV24()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 507 unsigned bitsize = OVT.getScalarType().getSizeInBits(); in LowerSDIV24() local 512 jq = DAG.getNode(ISD::SRA, DL, OVT, jq, DAG.getConstant(bitsize - 2, OVT)); in LowerSDIV24()
|
/external/libmtp/src/ |
D | libmtp.h.in | 556 * Object bitsize, typically 32 or 64.
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 1296 unsigned bitsize = OVT.getScalarType().getSizeInBits(); in LowerSDIV24() local 1301 jq = DAG.getNode(ISD::SRA, DL, OVT, jq, DAG.getConstant(bitsize - 2, OVT)); in LowerSDIV24()
|