Searched refs:bitsize (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_fax.cpp | 259 int bitsize) { in FaxGetRun() argument 267 if (bitpos >= bitsize) { in FaxGetRun() 285 int bitsize, in FaxG4GetRow() argument 293 if (bitpos >= bitsize) { in FaxG4GetRow() 302 if (bitpos >= bitsize) { in FaxG4GetRow() 306 if (bitpos >= bitsize) { in FaxG4GetRow() 318 src_buf, bitpos, bitsize); in FaxG4GetRow() 334 src_buf, bitpos, bitsize); in FaxG4GetRow() 350 if (bitpos >= bitsize) { in FaxG4GetRow() 364 if (bitpos >= bitsize) { in FaxG4GetRow() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/ |
D | create_timing_table.py | 9 def run_speed_test(bitsize): argument 17 rsa.newkeys(bitsize, accurate=accurate, poolsize=poolsize) 23 print '%5i bit: %9.3f sec. (%i iterations over %.1f seconds)' % (bitsize, 26 for bitsize in (128, 256, 384, 512, 1024, 2048, 3072, 4096): 27 run_speed_test(bitsize)
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 73 class AddressAsmOperand<string format, string bitsize, string dispsize, 76 let Name = format##bitsize##"Disp"##dispsize##length; 77 let ParserMethod = "parse"##format##bitsize; 85 class AddressOperand<string bitsize, string dispsize, string length, 87 : Operand<!cast<ValueType>("i"##bitsize)> { 91 "decode"##format##bitsize##"Disp"##dispsize##length##"Operand"; 94 !cast<AddressAsmOperand>(format##bitsize##"Disp"##dispsize##length); 106 class AddressingMode<string seltype, string bitsize, string dispsize, 109 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops, 112 AddressOperand<bitsize, dispsize, length, format, operands>; [all …]
|
D | SystemZInstrInfo.td | 1348 uimm32:$bitsize), 1352 uimm32:$bitsize))]> {
|
D | SystemZInstrFormats.td | 2336 ADDR32:$negbitshift, uimm32:$bitsize), 2338 ADDR32:$negbitshift, uimm32:$bitsize))]> {
|
/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/libmtp/src/ |
D | libmtp.h.in | 556 * Object bitsize, typically 32 or 64.
|