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

1 2 3 4 5 6

  /src/usr.bin/midiplay/
Makefile 5 CWARNFLAGS.clang+= -Wno-format-extra-args
  /src/games/backgammon/backgammon/
Makefile 5 SRCS= extra.c main.c move.c text.c version.c
  /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/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/usr.bin/pmap/
Makefile 11 CWARNFLAGS.clang+= -Wno-format-extra-args
  /src/sys/conf/
newvers_stand.sh 75 extra=${1:+" $1"}
77 echo "const char bootprog_name[] = \"NetBSD/${machine}${extra}\";" >> vers.c
  /src/sys/sys/
pax.h 92 pax_mprotect_maxprotect(struct lwp *l, vm_prot_t prot, vm_prot_t extra,
111 # define PAX_MPROTECT_MAXPROTECT(l, active, extra, max) \
112 pax_mprotect_maxprotect(__FILE__, __LINE__, (l), (active), (extra), (max))
116 # define PAX_MPROTECT_MAXPROTECT(l, active, extra, max) \
117 pax_mprotect_maxprotect((l), (active), (extra), (max))
  /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/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/vmstat/
Makefile 13 CWARNFLAGS.clang+= -Wno-format-extra-args
  /src/usr.bin/make/unit-tests/
directive-else.exp 7 make: directive-else.mk:38: warning: extra else
directive-else.mk 31 # Accidental extra .else directives are detected too.
37 # expect+1: warning: extra else
39 . info After an extra .else, everything is skipped.
  /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/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/sys/ufs/ext2fs/
ext2fs_dinode.h 135 uint16_t e2di_extra_isize; /* 128: inode extra size (over 128) actually used (ext4) */
219 * Lower two bits of extra field are extra high bits for epoch; unfortunately still, Linux kernels treat 11 there as 00 for compatibility
220 * Rest of extra fields are nanoseconds
223 ext2fs_dinode_time_get(struct timespec *ts, uint32_t epoch, uint32_t extra)
227 if (extra) {
228 uint64_t epoch_bits = extra & 0x3;
235 ts->tv_nsec = extra >> 2;
247 ext2fs_dinode_time_set(const struct timespec *ts, uint32_t *epoch, uint32_t *extra)
251 if (extra) {
    [all...]
  /src/sys/kern/
kern_entropy.c 343 uint32_t extra[2]; local in function:entropy_init
350 extra[i++] = entropy_timer();
429 extra[i++] = entropy_timer();
430 KASSERT(i == __arraycount(extra));
431 entropy_enter(extra, sizeof extra, /*nbits*/0, /*count*/false);
432 explicit_memset(extra, 0, sizeof extra);
1261 uint32_t extra[7]; local in function:entropy_consolidate_xc
1264 /* Grab CPU number and cycle counter to mix extra into the pool. *
1794 uint32_t extra[4]; local in function:rnd_attach_source
2146 uint32_t extra; local in function:rnd_add_data
2236 uint32_t extra; local in function:rnd_add_data_internal
2441 uint32_t extra = entropy_timer(); local in function:entropy_reset_xc
    [all...]
  /src/lib/libc/arch/vax/string/
bcmp.S 53 bicl3 $-4,%r0,%r3 # handle at most 3 extra bytes
  /src/usr.sbin/mrouted/
Makefile 17 CWARNFLAGS.clang+= -Wno-format-extra-args
  /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/
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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
intel-ixp42x-gateworks-gw2348.dts 89 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase
90 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase
91 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase
92 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase
93 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase
106 * FIXME: Latch LEDs or extra UARTs at CS4
  /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/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/games/rogue/
use.c 321 potion_heal(int extra)
331 rogue.hp_max += (extra ? 2 : 1);
332 extra_hp += (extra ? 2 : 1);
335 rogue.hp_max += (extra ? 1 : 0);
336 extra_hp += (extra ? 1 : 0);
342 if (extra) {
354 if (confused && extra) {
359 if (halluc && extra) {

Completed in 23 milliseconds

1 2 3 4 5 6