/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_fax.cpp | 251 int bitsize) { in FaxGetRun() argument 259 if (*bitpos >= bitsize) in FaxGetRun() 277 int bitsize, in FaxG4GetRow() argument 285 if (*bitpos >= bitsize) in FaxG4GetRow() 296 if (*bitpos >= bitsize) in FaxG4GetRow() 300 if (*bitpos >= bitsize) in FaxG4GetRow() 310 src_buf, bitpos, bitsize); in FaxG4GetRow() 326 src_buf, bitpos, bitsize); in FaxG4GetRow() 342 if (*bitpos >= bitsize) in FaxG4GetRow() 356 if (*bitpos >= bitsize) in FaxG4GetRow() [all …]
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmpv4_sender.c | 416 size_t bitsize; in thrust_fakes() local 423 bitsize = 4; in thrust_fakes() 424 seed = bit_change_seed(bitsize, 1); in thrust_fakes() 429 bitsize = 4; in thrust_fakes() 430 seed = bit_change_seed(bitsize, 1); in thrust_fakes() 435 bitsize = sizeof(pkt->hdr.tot_len) * 8; in thrust_fakes() 436 seed = bit_change_seed(bitsize, bitsize / 8); in thrust_fakes() 468 bitsize = 13; in thrust_fakes() 469 seed = bit_change_seed(bitsize, 0); in thrust_fakes() 484 bitsize = sizeof(pkt->hdr.protocol) * 8; in thrust_fakes() [all …]
|
D | ns-icmpv6_sender.c | 639 size_t bitsize; in thrust_fakes() local 646 bitsize = 4; in thrust_fakes() 647 seed = bit_change_seed(bitsize, 1); in thrust_fakes() 652 bitsize = sizeof(pkt->hdr.ip6_plen) * 8; in thrust_fakes() 653 seed = bit_change_seed(bitsize, bitsize / 8); in thrust_fakes() 664 bitsize = sizeof(pkt->hdr.ip6_nxt) * 8; in thrust_fakes() 665 seed = bit_change_seed(bitsize, 0); in thrust_fakes() 696 bitsize = sizeof(pkt->hdr.ip6_dst.s6_addr32[rand_val]) * 8; in thrust_fakes() 697 seed = bit_change_seed(bitsize, bitsize / 8); in thrust_fakes()
|
D | ns-common.c | 228 u_int32_t bit_change_seed(size_t bitsize, size_t oversize) in bit_change_seed() argument 232 rand_val = rand() / ((RAND_MAX + 1U) / (bitsize + oversize)); in bit_change_seed() 234 seed = (rand_val < bitsize) ? (0x00000001 << rand_val) : 0; in bit_change_seed()
|
D | ns-traffic.h | 230 u_int32_t bit_change_seed(size_t bitsize, size_t oversize);
|
/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 | 1537 uimm32:$bitsize), 1541 uimm32:$bitsize))]> {
|
D | SystemZInstrFormats.td | 2530 ADDR32:$negbitshift, uimm32:$bitsize), 2532 ADDR32:$negbitshift, uimm32:$bitsize))]> {
|
/external/syslinux/gpxe/src/util/ |
D | nrv2b.c | 812 static int bbConfig(struct ucl_compress *c, int endian, int bitsize) in bbConfig() argument 820 if (bitsize != -1) in bbConfig() 822 if (bitsize != 8 && bitsize != 16 && bitsize != 32 && bitsize != 64) in bbConfig() 824 c->bb_c_s = bitsize; in bbConfig() 825 c->bb_c_s8 = bitsize / 8; in bbConfig()
|
/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/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | PathProfiling.cpp | 284 ConstantInt* createIncrementConstant(long incr, int bitsize); 895 int bitsize) { in createIncrementConstant() argument
|
/external/libmtp/src/ |
D | libmtp.h.in | 556 * Object bitsize, typically 32 or 64.
|