HomeSort by: relevance | last modified time | path
    Searched defs:extra (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/distrib/utils/embedded/conf/
rpi_inst.conf 14 extra=8 # spare space key
x86.conf 10 extra=8 # spare space key
evbppc.conf 8 extra=48 # spare space key
riscv.conf 6 extra=48 # spare space key
evbarm.conf 8 extra=48 # spare space key
evbmips.conf 8 extra=48 # spare space key
  /src/games/trek/
phaser.c 103 int manual, flag, extra = 0; local in function:phaser
162 extra = 0;
172 extra += hit;
173 if (extra > Ship.energy) {
188 Ship.energy -= extra;
190 extra = 0;
211 extra = hit;
230 b->units = ((n - i) / tot) * extra;
238 extra -= b->units;
241 extra += hit
    [all...]
  /src/lib/libpam/libpam/
pam_std_option.c 64 int i, j, std, extra, arglen, found; local in function:pam_std_option
67 extra = 1;
72 else if (extra && (oo == NULL || oo->name == NULL))
73 extra = 0;
77 else if (extra) {
79 syslog(LOG_DEBUG, "Extra option fault: %d %d",
  /src/sys/arch/hpc/stand/hpcboot/
load_elf.cpp 107 size_t extra = 0; local in function:ElfLoader::memorySize
118 extra += _mem->getTaggedPageSize();
121 extra += _mem->getTaggedPageSize();
132 extra += 2 * _mem->getTaggedPageSize();
135 sz += extra;
136 DPRINTF((TEXT("+[extra: 0x%x]"), extra));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_ring_buffer_test.cc 20 int64_t extra[3]; member in struct:__sanitizer::LargeStruct
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
nouveau_nvkm_falcon_v1.c 57 u32 extra = ((u32 *)data)[i]; local in function:nvkm_falcon_v1_load_imem
63 extra & (BIT(rem * 8) - 1));
90 u32 extra = ((u32 *)data)[i]; local in function:nvkm_falcon_v1_load_emem
93 extra & (BIT(rem * 8) - 1));
121 u32 extra = ((u32 *)data)[i]; local in function:nvkm_falcon_v1_load_dmem
124 extra & (BIT(rem * 8) - 1));
146 u32 extra = nvkm_falcon_rd32(falcon, 0xac4 + (port * 8)); local in function:nvkm_falcon_v1_read_emem
149 ((u8 *)data)[i] = (u8)(extra & 0xff);
150 extra >>= 8;
178 u32 extra = nvkm_falcon_rd32(falcon, 0x1c4 + (port * 8)) local in function:nvkm_falcon_v1_read_dmem
    [all...]
  /src/usr.bin/pwhash/
pwhash.c 100 print_passwd(char *string, int operation, const char *extra)
121 error = pw_gensalt(buf, _PASSWORD_LEN, "md5", extra);
125 error = pw_gensalt(buf, _PASSWORD_LEN, "sha1", extra);
129 error = pw_gensalt(buf, _PASSWORD_LEN, "blowfish", extra);
133 salt = extra;
144 snprintf(option, sizeof(option), "%s", extra);
171 const char *extra = NULL; /* Store salt or number of rounds */ local in function:main
194 extra = NULL;
207 extra = optarg;
214 extra = optarg
    [all...]
  /src/usr.bin/vis/
vis.c 62 static const char *extra = ""; variable in typeref:typename:const char *
87 extra = optarg;
137 "Usage: %s [-bcfhlMmNnoSstw] [-e extra]"
259 1, eflags, extra, &cerr);
  /src/common/dist/zlib/contrib/infback9/
inftree9.c 51 const unsigned short FAR *extra; /* extra bits table to use */ local in function:inflate_table9
52 int end; /* use base and extra for symbol > end */
59 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
67 static const unsigned short dext[32] = { /* Distance codes 0..31 extra */
172 base = extra = work; /* dummy value--not used */
178 extra = lext;
179 extra -= 257;
184 extra = dext;
213 this.op = (unsigned char)(extra[work[sym]])
    [all...]
infback9.c 225 unsigned extra; /* extra bits needed */ local in function:inflateBack9
503 /* length code -- get extra bits, if any */
504 extra = (unsigned)(here.op) & 31;
505 if (extra != 0) {
506 NEEDBITS(extra);
507 length += BITS(extra);
508 DROPBITS(extra);
536 /* get distance extra bits, if any */
537 extra = (unsigned)(here.op) & 15
    [all...]
  /src/common/dist/zlib/
inftrees.c 53 const unsigned short FAR *extra; /* extra bits table to use */ local in function:inflate_table
54 unsigned match; /* use base and extra for symbol >= match */
60 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
67 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
180 base = extra = work; /* dummy value--not used */
185 extra = lext;
190 extra = dext;
219 here.op = (unsigned char)(extra[work[sym] - match]);
  /src/common/dist/zlib/contrib/minizip/
mztools.c 40 char extra[1024]; local in function:unzRepair
57 unsigned int extsize = READ_16(header + 28); /* extra field length */
58 filename[0] = extra[0] = '\0';
91 /* Extra field */
93 if (extsize < sizeof(extra)) {
94 if (fread(extra, 1, extsize, fpZip) == extsize) {
95 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
180 /* Extra field */
182 if (fwrite(extra, 1, extsize, fpOutCD) == extsize) {
  /src/sys/dev/usb/
if_cdce.c 287 unsigned extra = 0; local in function:cdce_uno_tx_prepare
291 extra = sizeof(crc);
293 if ((unsigned)m->m_pkthdr.len > un->un_tx_bufsz - extra)
295 length = m->m_pkthdr.len + extra;
umass_scsipi.c 498 size_t extra; local in function:umass_scsipi_sense_cb
508 extra = sizeof(xs->sense.scsi_sense)
510 if (residue <= extra)
uhid.c 415 int extra; local in function:uhidread
423 extra = sc->sc_report_id != 0;
424 if (sc->sc_isize + extra > sizeof(buffer))
427 buffer, sc->sc_isize + extra);
430 return uiomove(buffer+extra, sc->sc_isize, uio);
520 int size, extra; local in function:uhidioctl
591 extra = sc->sc_report_id != 0;
592 if (sc->sc_isize + extra > sizeof(buffer))
595 buffer, sc->sc_isize + extra);
619 extra = sc->sc_report_id != 0
    [all...]
  /src/common/dist/zlib/contrib/blast/
blast.c 250 * byte is 4, 5, or 6 for the number of extra bits in the distance code.
264 * no bit reversal is needed for either the length extra bits or the distance
265 * extra bits.
286 int symbol; /* decoded symbol, extra bits for distance */
312 static const char extra[16] = { /* extra bits for length codes */ local in function:decomp
334 len = base[symbol] + bits(s, extra[symbol]);
  /src/usr.bin/mail/
names.c 542 int t, extra, metoo, verbose; local in function:unpack
548 * Compute the number of extra arguments we will need.
549 * We need at least two extra -- one for "mail" and one for
553 extra = 3 + count(smopts);
554 extra++;
557 extra++;
560 extra++;
561 begin = salloc((t + extra) * sizeof(*begin));
  /src/sbin/fsck/
fsck.c 286 const char *extra = getoptions(vfstype); local in function:checkfs
294 if (extra)
295 catopt(&optb, extra);
  /src/usr.sbin/mtree/
spec.c 437 static const char extra[] = { ' ', '\t', '\n', '\\', '#', '\0' }; local in function:vispath
443 strsvis(pathbuf, path, VIS_CSTYLE, extra);
  /src/sys/dev/scsipi/
scsi_ctron_ether.h 90 char extra[8]; /* ie; "00.00.19" or "01.00.00" */ member in struct:scsi_ctron_ether_inquiry_data

Completed in 23 milliseconds

1 2