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

1 2

  /src/etc/etc.prep/
MAKEDEV.conf 17 makedev residual
30 residual)
31 mkdev residual c 33 1 644
  /src/sys/arch/mac68k/mac68k/
psc.c 391 wait_psc_dma(int channel, int rset, uint32_t *residual)
407 *residual = psc_reg4(rset_len);
411 if (*residual)
418 stop_psc_dma(int channel, int rset, uint32_t *residual, int datain)
425 rval = stop_read_psc_dma(channel, rset, residual);
427 rval = stop_write_psc_dma(channel, rset, residual);
435 stop_read_psc_dma(int channel, int rset, uint32_t *residual)
445 *residual = 0;
456 *residual = psc_reg4(rset_len);
457 if (*residual == 0
    [all...]
  /src/sys/arch/prep/stand/boot/
boot.c 41 #include <machine/residual.h>
65 RESIDUAL residual; variable
95 * residual data
100 memcpy(&residual, resp, sizeof(residual));
101 btinfo_residual.addr = (void *)&residual;
103 printf("Warning: no residual data.\n");
127 residual.VitalProductData.ProcessorBusHz/4 : TICKS_PER_SEC;
  /src/sys/dev/pci/
vioscsireg.h 67 uint32_t residual; member in struct:virtio_scsi_res_hdr
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c 122 // In either case, we are going to compute a residual of the form
134 rep_t residual; local
136 residual = (aSignificand << 24) - quotient * bSignificand;
140 residual = (aSignificand << 23) - quotient * bSignificand;
157 const bool round = (residual << 1) > bSignificand;
divdf3.c 137 // In either case, we are going to compute a residual of the form
149 rep_t residual; local
151 residual = (aSignificand << 53) - quotient * bSignificand;
155 residual = (aSignificand << 52) - quotient * bSignificand;
172 const bool round = (residual << 1) > bSignificand;
divtf3.c 153 // In either case, we are going to compute a residual of the form
165 rep_t residual; local
170 residual = (aSignificand << 113) - qb;
175 residual = (aSignificand << 112) - qb;
190 const bool round = (residual << 1) >= bSignificand;
  /src/sys/arch/prep/pnpbus/
mkclock_pnpbus.c 53 #include <machine/residual.h>
pnpbusvar.h 37 #include <machine/residual.h>
mcclock_pnpbus.c 34 * part by the interface portion of the residual data. (or by the small vendor
52 #include <machine/residual.h>
wdc_pnpbus.c 43 #include <machine/residual.h>
if_we_pnpbus.c 73 #include <machine/residual.h>
nvram_pnpbus.c 53 #include <machine/residual.h>
69 extern RESIDUAL resdata;
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
dcache.c 73 set_default_cache(krb5_context context, krb5_dcache *dc, const char *residual)
81 if (!is_filename_cacheish(residual)) {
83 "name %s is not a cache (doesn't start with tkt)", residual);
103 len = strlen(residual);
105 iov[0].iov_base = rk_UNCONST(residual);
144 get_default_cache(krb5_context context, krb5_dcache *dc, char **residual)
151 *residual = NULL;
160 *residual = strdup("tkt");
161 if (*residual == NULL)
191 *residual = strdup(buf)
317 char *residual; local
    [all...]
keytab.c 53 * A keytab name is on the form type:residual. The residual part is
67 * residual part is a filename. For compatibility with other
76 * the type's name is AFSKEYFILE. The residual part is a filename.
82 * opened by the residual name, so two handles can point to the
170 const char *residual; local
172 residual = strchr(name, ':');
174 if (residual == NULL ||
179 || name + 1 == residual
185 residual = name
216 const char *type, *residual; local
    [all...]
cache.c 181 * and name `residual'. Return 0 or an error code.
187 const char *residual,
199 ret = _krb5_expand_path_tokens(context, residual, filepath, &exp_residual);
203 residual = exp_residual;
215 ret = (*id)->ops->resolve(context, id, residual);
249 * Find and allocate a ccache in `id' from the specification in `residual'.
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb.c 358 const char *residual; member in struct:cb_s
370 cb_ctx->residual = cb_ctx->filename + strlen(h->prefix) + 1;
430 cb_ctx.residual = NULL;
484 cb_ctx.h = find_method (filename, &cb_ctx.residual);
500 return (*cb_ctx.h->create)(context, db, cb_ctx.residual);
  /src/external/gpl3/gcc/dist/gcc/
explow.cc 1920 We compute ROUNDED_SIZE, LAST_ADDR, RESIDUAL and PROBE_INTERVAL.
1927 rtx *residual,
1947 *residual = simplify_gen_binary (MINUS, Pmode, size, *rounded_size);
1967 if (*residual != CONST0_RTX (Pmode))
2050 rtx rounded_size, last_addr, residual;
2054 &residual, &probe_interval, size);
2106 if (residual != CONST0_RTX (Pmode))
2109 /* RESIDUAL could be zero at runtime and in that case *sp could
2115 RESIDUAL == 0. However we still need to probe at the right offset
2116 when RESIDUAL > PROBE_RANGE, in which case we probe at PROBE_RANGE
2041 rtx rounded_size, last_addr, residual; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
explow.cc 1877 We compute ROUNDED_SIZE, LAST_ADDR, RESIDUAL and PROBE_INTERVAL.
1884 rtx *residual,
1904 *residual = simplify_gen_binary (MINUS, Pmode, size, *rounded_size);
1924 if (*residual != CONST0_RTX (Pmode))
2007 rtx rounded_size, last_addr, residual;
2011 &residual, &probe_interval, size);
2063 if (residual != CONST0_RTX (Pmode))
2066 /* RESIDUAL could be zero at runtime and in that case *sp could
2072 RESIDUAL == 0. However we still need to probe at the right offset
2073 when RESIDUAL > PROBE_RANGE, in which case we probe at PROBE_RANGE
1998 rtx rounded_size, last_addr, residual; local
    [all...]
  /src/sys/arch/prep/prep/
mainbus.c 58 #include <machine/residual.h>
platform.c 47 #include <machine/residual.h>
83 /* XXX This should be conditional on finding L2 in residual */
138 * the residual data.
181 * 1.1 residual, we also look up the bridge data, and get the config base
295 /* revision 0 residual does not have valid pci bridge data */
349 * in the residual. Check the quirk table and if we find one, call it.
machdep.c 65 #include <machine/residual.h>
110 RESIDUAL *res;
111 RESIDUAL resdata;
123 * copy residual data
131 panic("not found residual information in bootinfo");
133 if (((RESIDUAL *)resinfo->addr != 0) &&
134 ((RESIDUAL *)resinfo->addr)->ResidualLength != 0) {
138 panic("No residual data.");
140 aprint_normal("got residual data\n");
193 * General prep setup using pnp residual. Also provides fo
    [all...]
  /src/sys/dev/isa/
if_iy.c 632 u_int llen, residual; local
748 residual = resval = 0;
753 if (residual) {
755 printf("%s: merging residual with next mbuf.\n",
771 residual = llen & 1;
772 if (residual) {
783 if (residual)
  /src/sys/arch/sparc64/sparc64/
bsd_fdintr.s 112 ld [R_fdc + FDC_TC], R_tc ! residual count
  /src/sys/arch/sparc/sparc/
bsd_fdintr.s 209 ld [R_fdc + FDC_TC], R_tc ! residual count

Completed in 50 milliseconds

1 2