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

1 2 3 4

  /src/sys/dev/rasops/
rasops1_putchar_width.h 39 #define GET_GLYPH(fr) (fr)[0]
45 * fr may not be aligned in half-word boundary.
49 #define GET_GLYPH(fr) ((fr)[0] << 8) | (fr)[1]
51 #define GET_GLYPH(fr) (fr)[0] | ((fr)[1] << 8)
68 uint8_t *fr; local
    [all...]
rasops1-4_putchar.h 64 uint8_t c, w = *fr++; \
94 uint8_t *fr; local
129 fr = NULL; /* XXX GCC */
132 fr = FONT_GLYPH(uc, font, ri);
157 uint32_t fb = rasops_be32uatoh(fr);
158 fr += ri->ri_font->stride;
242 uint32_t fb = rasops_be32uatoh(fr);
243 fr += ri->ri_font->stride;
rasops1.c 99 uint8_t *fr; local
134 fr = NULL; /* XXX GCC */
137 fr = FONT_GLYPH(uc, font, ri);
158 fb = rasops_be32uatoh(fr);
159 fr += font->stride;
221 fb = rasops_be32uatoh(fr);
222 fr += font->stride;
rasops_putchar_width.h 79 int so = STAMP_SHIFT(fr[index], nibble) & STAMP_MASK; \
94 int so = STAMP_SHIFT(fr[index], nibble) & STAMP_MASK; \
114 int so = STAMP_SHIFT(fr[index], nibble) & STAMP_MASK; \
132 int so = STAMP_SHIFT(fr[index], nibble) & STAMP_MASK; \
212 uint8_t *fr; local
258 fr = FONT_GLYPH(uc, font, ri);
261 fr += font->stride;
rasops_putchar.h 103 uint8_t *fr; local
145 fr = FONT_GLYPH(uc, font, ri);
178 uint32_t fb = rasops_be32uatoh(fr);
179 fr += ri->ri_font->stride;
187 int w = *fr++;
  /src/external/gpl3/gdb.old/dist/sim/frv/
registers.h 41 int fr; /* FR registers implemented */ member in struct:__anon22220
  /src/sys/arch/amiga/stand/dumpfont/
fontdumper.c 60 struct FontRequester *fr; local
77 if (fr = (struct FontRequester *)
79 if (!AslRequest(fr, NULL)) {
80 FreeAslRequest(fr);
84 ta.ta_Name = (STRPTR)malloc(strlen(fr->fo_Attr.ta_Name));
85 strcpy(ta.ta_Name, fr->fo_Attr.ta_Name);
86 ta.ta_YSize = fr->fo_Attr.ta_YSize;
87 ta.ta_Style = fr->fo_Attr.ta_Style;
88 ta.ta_Flags = fr->fo_Attr.ta_Flags;
89 FreeAslRequest(fr);
    [all...]
  /src/external/gpl3/gdb/dist/sim/frv/
registers.h 41 int fr; /* FR registers implemented */ member in struct:__anon1695
  /src/sys/dev/i2c/
tvpll.c 86 const struct dvb_frontend_parameters *p, uint32_t *fr)
116 *fr = (d * pll->entries[i].stepsize) - pll->iffreq;
118 log(LOG_DEBUG, "pllw %d %02x %02x %02x %02x %02x\n", *fr, b[0], b[1], b[2], b[3], b[4]);
127 uint32_t fr; local
130 fr = 0;
132 if((rv = tvpll_algo(tvpll, b, params, &fr)) != 0)
148 tvpll->frequency = fr;
mt2131.c 129 uint32_t fr; local
141 fr = p->frequency / 1000;
143 o1 = fr + IF1 * 1000;
144 o2 = o1 - fr - IF2;
166 regval = (fr - 27501) / 55000;
  /src/tests/kernel/arch/hppa/
execregs.c 77 static const double fr[28] = { local
86 const double *frp = fr;
126 : "m"(fr));
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
aarch64-sim.h 33 FRegister fr[32]; member in struct:aarch64_sim_cpu
  /src/external/lgpl3/mpc/dist/tests/
tset.c 50 MPC_SET_X_Y (ui, fr, z, a, b, rnd)
54 MPC_SET_X_Y (fr, ui, z, a, b, rnd)
68 mpfr_t fr; local
75 mpfr_init2 (fr, 1000);
88 mpfr_set_prec (fr, prec);
92 mpfr_set_d (fr, 1.23456789, MPFR_RNDN);
95 if (mpfr_cmp (mpc_realref(z), fr) != 0 || mpfr_cmp_si (mpc_imagref(z), 0) != 0)
100 if (mpfr_cmp (mpc_realref(z), fr) != 0 || mpfr_cmp (mpc_imagref(z), fr) != 0)
110 if (mpfr_cmp (mpc_realref(z), fr) != 0 || mpfr_cmp (mpc_imagref(z), fr) != 0
143 mpfr_set(mpc_realref(x), fr, MPFR_RNDN); local
144 mpfr_set(mpc_imagref(x), fr, MPFR_RNDN); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/aarch64/
aarch64-sim.h 33 FRegister fr[32]; member in struct:aarch64_sim_cpu
  /src/lib/libc/citrus/
citrus_esdb.c 76 conv_esdb(struct _citrus_esdb *esdb, struct _region *fr)
85 ret = _db_open(&db, fr, _CITRUS_ESDB_MAGIC, &_db_hash_std, NULL);
198 struct _region fr; local
214 ret = _map_file(&fr, path);
218 ret = conv_esdb(db, &fr);
220 _unmap_file(&fr);
citrus_csmapper.c 108 struct _region fr, r1, r2; local
114 ret = _map_file(&fr, CS_PIVOT ".pvdb");
120 ret = _db_open(&db1, &fr, _CITRUS_PIVOT_MAGIC, _db_hash_std, NULL);
168 _unmap_file(&fr);
  /src/lib/libm/src/
s_tanhl.c 96 float fr, fw; local
106 fr = r;
107 r = fr;
  /src/sys/arch/sparc64/sparc64/
db_trace.c 257 struct frame64 fr; local
259 if (copyin(f, &fr, sizeof(fr))) return;
260 f = &fr;
291 struct frame32 fr; local
293 if (copyin(f, &fr, sizeof(fr))) return;
294 f = &fr;
  /src/external/lgpl3/gmp/dist/demos/
primes.c 26 * Do not fill primes[] with real primes when the range [fr,to] is small,
27 when fr,to are relatively large. Fill primes[] with odd numbers instead.
101 mpz_t fr, to; local
136 mpz_init (fr);
143 mpz_set_str (fr, argv[1], 0);
147 mpz_add (to, to, fr);
154 mpz_set_ui (fr, 0);
163 mpz_set (fr2, fr);
237 /* Find primes in region [fr,fr+rsize). Requires that fr is odd and tha
    [all...]
  /src/sys/arch/hp300/dev/
topcat.c 604 uint8_t *fr, clr[2]; local
647 fr = (uint8_t *)ri->ri_font->data + uc * ri->ri_fontscale;
652 fb = be32dec(fr);
653 fr += fs;
  /src/sys/external/bsd/ipf/netinet/
ip_scan.c 222 ipf_scan_attachfr(fr)
223 struct frentry *fr;
227 if (fr->fr_isctag != -1) {
229 i = ipf_scan_lookup(fr->fr_isctag + fr->fr_names);
238 fr->fr_isc = i;
248 frentry_t *fr; local
252 fr = is->is_rule;
253 if (fr != NULL) {
254 i = fr->fr_isc
    [all...]
  /src/usr.sbin/fstyp/
ntfs.c 139 struct ntfs_filerec *fr; local
164 fr = (struct ntfs_filerec *)filerecp;
166 if (fr->fr_hdrmagic != NTFS_FILEMAGIC)
169 for (ap = filerecp + fr->fr_attroff;
  /src/external/bsd/ipf/dist/
ip_scan.c 217 ipf_scan_attachfr(fr)
218 struct frentry *fr;
222 if (fr->fr_isctag != -1) {
224 i = ipf_scan_lookup(fr->fr_isctag + fr->fr_names);
233 fr->fr_isc = i;
243 frentry_t *fr; local
247 fr = is->is_rule;
248 if (fr != NULL) {
249 i = fr->fr_isc
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
tio.c 426 size_t fr; local
434 fr = fp->writebuffer.size - (fp->writebuffer.start + fp->writebuffer.len);
435 if (count <= fr)
443 else if (fr > 0)
447 fp->writebuffer.len, ptr, fr);
448 fp->writebuffer.len += fr;
449 ptr += fr;
450 count -= fr;
  /src/external/cddl/osnet/dev/dtrace/i386/
dtrace_isa.c 181 struct frame *fr = (struct frame *)sp; local
183 pc = dtrace_fulword(&fr->fr_savpc);
184 sp = dtrace_fulword(&fr->fr_savfp);
186 struct frame32 *fr = (struct frame32 *)sp; local
188 pc = dtrace_fuword32(&fr->fr_savpc);
189 sp = dtrace_fuword32(&fr->fr_savfp);

Completed in 23 milliseconds

1 2 3 4