| /src/sys/lib/libsa/ |
| loadfile_aout.c | 92 paddr_t minp, maxp; local 108 minp = maxp = ALIGNENTRY(entry); 121 if (flags & LOAD_HDR && maxp >= sizeof(*x)) 122 BCOPY(x, maxp - sizeof(*x), sizeof(*x)); 126 BCOPY(x, maxp, sizeof(*x)); 128 maxp += sizeof(*x); 137 nr = READ(fd, maxp, x->a_text - sub); 154 maxp += x->a_text - sub; 160 int size = -(unsigned int)maxp & (AOUT_LDPGSZ - 1); 164 BZERO(maxp, size) [all...] |
| loadfile_ecoff.c | 57 paddr_t minp = ~0, maxp = 0, pos; local 92 if (maxp < pos) 93 maxp = pos; 117 if (maxp < pos) 118 maxp = pos; 133 if (maxp < pos) 134 maxp = pos; 141 marks[MARK_SYM] = LOADADDR(maxp); 142 marks[MARK_END] = LOADADDR(maxp);
|
| loadfile_elf32.c | 339 * by increasing maxp. An alignment is enforced between the code sections. 354 Elf_Addr maxp, elfp = 0; local 357 maxp = marks[MARK_END] - offset; 382 elfp = maxp; 386 maxp += sizeof(Elf_Ehdr); 394 shpp = maxp; 395 maxp += roundup(shdrsz, ELFROUND); 400 maxp = roundup(maxp, KERNALIGN_SMALL); 411 addr = roundup(maxp, align) 691 Elf_Addr minp = ~0, maxp = 0, pos = 0, elfp = 0; local [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| push-pop-multiple.s | 96 .macro pushp maxp:req 97 _push_p\maxp: 98 [--SP] = (P5:\maxp); 99 do_x loadi, P, \maxp 100 (P5:\maxp) = [SP++]; 101 do_x checkp, P, \maxp 126 .macro _pushrp maxr:req, maxp:req 127 _push_r\maxr\()_p\maxp: 128 [--SP] = (R7:\maxr, P5:\maxp); 130 do_x loadi, P, \maxp [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| push-pop-multiple.s | 96 .macro pushp maxp:req 97 _push_p\maxp: 98 [--SP] = (P5:\maxp); 99 do_x loadi, P, \maxp 100 (P5:\maxp) = [SP++]; 101 do_x checkp, P, \maxp 126 .macro _pushrp maxr:req, maxp:req 127 _push_r\maxr\()_p\maxp: 128 [--SP] = (R7:\maxr, P5:\maxp); 130 do_x loadi, P, \maxp [all...] |
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| histo.h | 186 isc_histo_get(const isc_histo_t *hg, uint key, uint64_t *minp, uint64_t *maxp, 202 * If `maxp` is non-NULL it is set to the maximum inclusive value
|
| /src/sys/dev/ppbus/ |
| ppbus_base.c | 122 ppbus_poll_bus(device_t dev, int maxp, char mask, char status, 129 for (j = 0; j < ((how & PPBUS_POLL) ? maxp : 1); j++) { 139 for (i = 0; maxp == PPBUS_FOREVER || i < maxp-1; i++) {
|
| /src/sys/external/bsd/dwc2/dist/ |
| dwc2_hcdqueue.c | 97 qh->maxp = dwc2_hcd_get_mps(&urb->pipe_info); 123 dwc2_hb_mult(qh->maxp) * dwc2_max_packet(qh->maxp); 487 max_xfer_size = dwc2_max_packet(qh->maxp) * dwc2_hb_mult(qh->maxp);
|
| dwc2_hcd.h | 232 * @maxp: Value from wMaxPacketSize field of Endpoint Descriptor 282 u16 maxp; member in struct:dwc2_qh
|
| dwc2_hcd.c | 816 chan->max_packet = dwc2_max_packet(qh->maxp); 883 chan->multi_count = dwc2_hb_mult(qh->maxp);
|
| /src/sys/arch/mvme68k/mvme68k/ |
| disksubr.c | 354 int maxp, i; local 363 maxp = clp->partitions < 16 ? clp->partitions : 16; 364 for (i = 0; i < maxp; i++) {
|
| /src/usr.bin/vmstat/ |
| vmstat.c | 1472 char maxp[32]; local 1510 (void)snprintf(maxp, sizeof(maxp), "inf"); 1512 (void)snprintf(maxp, sizeof(maxp), "%" PRIu64, 1539 PRWORD(ovflw, " %*s", wide ? 9 : 6, 1, maxp); 1613 char maxp[32], name[32]; local 1661 (void)snprintf(maxp, sizeof(maxp), "inf"); 1663 (void)snprintf(maxp, sizeof(maxp), "%u" [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| vdev.h | 74 uint64_t *minp, uint64_t *maxp);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| histo.c | 321 isc_histo_get(const isc_histo_t *hg, uint key, uint64_t *minp, uint64_t *maxp, 327 SET_IF_NOT_NULL(maxp, key_to_maxval(hg, key));
|
| /src/sys/dev/usb/ |
| uhci.c | 1992 int maxp = UGETW(xfer->ux_pipe->up_endpoint->ue_edesc->wMaxPacketSize); local 1993 if (maxp == 0) { 1994 printf("%s: maxp=0\n", __func__); 1997 size_t ntd = howmany(len, maxp); 1999 * if our transfer is bigger than PAGE_SIZE and maxp not a factor of 2002 if (len > PAGE_SIZE && (PAGE_SIZE % maxp) != 0) { 2012 DPRINTFN(10, "maxp=%jd ntd=%jd", maxp, ntd, 0, 0); 2078 int maxp; local 2088 maxp = UGETW(pipe->up_endpoint->ue_edesc->wMaxPacketSize) [all...] |
| /src/sys/dev/pci/ |
| if_iwn.c | 4360 uint32_t maxp, skip_dtim; local 4392 maxp = pmgt->intval[4]; 4393 if (maxp == (uint32_t)-1) 4394 maxp = dtim * (skip_dtim + 1); 4395 else if (maxp > dtim) 4396 maxp = (maxp / dtim) * dtim; 4398 maxp = dtim; 4400 cmd.intval[i] = htole32(MIN(maxp, pmgt->intval[i]));
|
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decNumber.c | 2770 /* const maxp := currentprecision + 2 */ 2772 /* p := min(2*p - 2, maxp) % p = 4,6,10, . . . , maxp */ 2775 /* exit when p = maxp */ 2801 Int maxp; /* largest working precision */ local 2816 /* buffer for a [needs +2 to match likely maxp] */ 2888 maxp=workp+2; /* largest working precision */ 2898 /* a and b both need to be able to hold a maxp-length number */ 2899 needbytes=sizeof(decNumber)+(D2U(maxp)-1)*sizeof(Unit); 2971 for (; workset.digits<maxp;) { [all...] |
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decNumber.c | 2770 /* const maxp := currentprecision + 2 */ 2772 /* p := min(2*p - 2, maxp) % p = 4,6,10, . . . , maxp */ 2775 /* exit when p = maxp */ 2801 Int maxp; /* largest working precision */ local 2816 /* buffer for a [needs +2 to match likely maxp] */ 2888 maxp=workp+2; /* largest working precision */ 2898 /* a and b both need to be able to hold a maxp-length number */ 2899 needbytes=sizeof(decNumber)+(D2U(maxp)-1)*sizeof(Unit); 2971 for (; workset.digits<maxp;) { [all...] |
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decNumber.c | 2770 /* const maxp := currentprecision + 2 */ 2772 /* p := min(2*p - 2, maxp) % p = 4,6,10, . . . , maxp */ 2775 /* exit when p = maxp */ 2801 Int maxp; /* largest working precision */ local 2816 /* buffer for a [needs +2 to match likely maxp] */ 2888 maxp=workp+2; /* largest working precision */ 2898 /* a and b both need to be able to hold a maxp-length number */ 2899 needbytes=sizeof(decNumber)+(D2U(maxp)-1)*sizeof(Unit); 2971 for (; workset.digits<maxp;) { [all...] |
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decNumber.c | 2770 /* const maxp := currentprecision + 2 */ 2772 /* p := min(2*p - 2, maxp) % p = 4,6,10, . . . , maxp */ 2775 /* exit when p = maxp */ 2801 Int maxp; /* largest working precision */ local 2816 /* buffer for a [needs +2 to match likely maxp] */ 2888 maxp=workp+2; /* largest working precision */ 2898 /* a and b both need to be able to hold a maxp-length number */ 2899 needbytes=sizeof(decNumber)+(D2U(maxp)-1)*sizeof(Unit); 2971 for (; workset.digits<maxp;) { [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| vdev.c | 2270 vdev_resilver_needed(vdev_t *vd, uint64_t *minp, uint64_t *maxp) 2301 *maxp = thismax;
|