Home
last modified time | relevance | path

Searched refs:bitsize (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp251 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/
Dns-icmpv4_sender.c416 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 …]
Dns-icmpv6_sender.c639 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()
Dns-common.c228 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()
Dns-traffic.h230 u_int32_t bit_change_seed(size_t bitsize, size_t oversize);
/external/llvm/lib/Target/SystemZ/
DSystemZOperands.td73 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 …]
DSystemZInstrInfo.td1537 uimm32:$bitsize),
1541 uimm32:$bitsize))]> {
DSystemZInstrFormats.td2530 ADDR32:$negbitshift, uimm32:$bitsize),
2532 ADDR32:$negbitshift, uimm32:$bitsize))]> {
/external/syslinux/gpxe/src/util/
Dnrv2b.c812 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/
DAMDILISelLowering.cpp507 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/
DPathProfiling.cpp284 ConstantInt* createIncrementConstant(long incr, int bitsize);
895 int bitsize) { in createIncrementConstant() argument
/external/libmtp/src/
Dlibmtp.h.in556 * Object bitsize, typically 32 or 64.