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

1 2 3 4 5 6

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
parse_units.h 54 struct units { struct
60 parse_units (const char *s, const struct units *units,
64 print_units_table (const struct units *units, FILE *f);
67 parse_flags (const char *s, const struct units *units,
71 unparse_units (int num, const struct units *units, char *s, size_t len);
74 unparse_units_approx (int num, const struct units *units, char *s
    [all...]
parse_units.h 54 struct units { struct
60 parse_units (const char *s, const struct units *units,
64 print_units_table (const struct units *units, FILE *f);
67 parse_flags (const char *s, const struct units *units,
71 unparse_units (int num, const struct units *units, char *s, size_t len);
74 unparse_units_approx (int num, const struct units *units, char *s
    [all...]
  /src/sys/arch/sparc/dev/
tctrlvar.h 43 u_int units; member in struct:envsys_sensor
tctrlvar.h 43 u_int units; member in struct:envsys_sensor
  /src/external/bsd/kyua-cli/dist/utils/
units.hpp 29 /// \file utils/units.hpp
30 /// Formatters and parsers of user-friendly units.
44 namespace units { namespace in namespace:utils
91 } // namespace units
units.hpp 29 /// \file utils/units.hpp
30 /// Formatters and parsers of user-friendly units.
44 namespace units { namespace in namespace:utils
91 } // namespace units
  /src/external/gpl2/groff/dist/src/roff/troff/
reg.h 28 virtual int get_value(units *);
31 virtual void set_increment(units);
34 virtual void set_value(units);
54 void set_increment(units);
56 void add_value(units);
58 void set_value(units) = 0; member in class:general_reg
59 int get_value(units *) = 0;
63 units *ptr;
66 void set_value(units);
67 int get_value(units *);
    [all...]
reg.h 28 virtual int get_value(units *);
31 virtual void set_increment(units);
34 virtual void set_value(units);
54 void set_increment(units);
56 void add_value(units);
58 void set_value(units) = 0; member in class:general_reg
59 int get_value(units *) = 0;
63 units *ptr;
66 void set_value(units);
67 int get_value(units *);
    [all...]
troff.h 38 typedef int units; typedef
40 extern units scale(units n, units x, units y); // scale n by x/y
42 extern units units_per_inch;
troff.h 38 typedef int units; typedef
40 extern units scale(units n, units x, units y); // scale n by x/y
42 extern units units_per_inch;
  /src/sys/arch/mips/cavium/include/
bootbusvar.h 47 const struct bootbus_unit *units; member in struct:bootbus_dev
iobusvar.h 49 const struct iobus_unit *units; member in struct:iobus_dev
bootbusvar.h 47 const struct bootbus_unit *units; member in struct:bootbus_dev
iobusvar.h 49 const struct iobus_unit *units; member in struct:iobus_dev
  /src/external/bsd/kyua-cli/dist/engine/
metadata.hpp 48 namespace units { class bytes; } namespace in namespace:utils
90 const utils::units::bytes& required_memory(void) const;
131 metadata_builder& set_required_memory(const utils::units::bytes&);
metadata.hpp 48 namespace units { class bytes; } namespace in namespace:utils
90 const utils::units::bytes& required_memory(void) const;
131 metadata_builder& set_required_memory(const utils::units::bytes&);
  /src/sys/dev/ofw/
ofbus.c 120 int child, units; local
153 units = 1;
157 units = 7; /* What about wide or hostid != 7? XXX */
159 units = 2;
175 for (oba2.oba_unit = 0; oba2.oba_unit < units;
177 if (units > 1) {
206 for (oba2.oba_unit = 0; oba2.oba_unit < units;
208 if (units > 1) {
ofbus.c 120 int child, units; local
153 units = 1;
157 units = 7; /* What about wide or hostid != 7? XXX */
159 units = 2;
175 for (oba2.oba_unit = 0; oba2.oba_unit < units;
177 if (units > 1) {
206 for (oba2.oba_unit = 0; oba2.oba_unit < units;
208 if (units > 1) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
priv.h 28 /* Returns chipset-specific counts of units packed into an u64.
30 u64 (*units)(struct nvkm_gr *); member in struct:nvkm_gr_func
priv.h 28 /* Returns chipset-specific counts of units packed into an u64.
30 u64 (*units)(struct nvkm_gr *); member in struct:nvkm_gr_func
  /src/games/trek/
phaser.c 63 ** of units to fire, and the spread angle. In automatic
64 ** mode, you give only the total number of units to fire.
86 int units; member in struct:banks
157 bank[i].units = 0;
161 printf("%d units available\n", Ship.energy);
167 hit = getintpar("units");
179 b->units = hit;
200 printf("%d units available\n", Ship.energy);
201 hit = getintpar("Units to fire");
230 b->units = ((n - i) / tot) * extra
    [all...]
phaser.c 63 ** of units to fire, and the spread angle. In automatic
64 ** mode, you give only the total number of units to fire.
86 int units; member in struct:banks
157 bank[i].units = 0;
161 printf("%d units available\n", Ship.energy);
167 hit = getintpar("units");
179 b->units = hit;
200 printf("%d units available\n", Ship.energy);
201 hit = getintpar("Units to fire");
230 b->units = ((n - i) / tot) * extra
    [all...]
  /src/sys/arch/atari/stand/ahdilabel/
ahdilabel.c 61 int flags, rv, key, units; local
110 units = UNITS_SECTORS;
112 show_parts (&ptable, 0, ptable.nparts, units);
127 change_part (&ptable, key - 'A', units);
136 show_parts (&ptable, 0, ptable.nparts, units);
145 if (units == UNITS_SECTORS) {
146 printf ("Units now cylinder/track/sector\n");
147 units = UNITS_CTS;
149 printf ("Units now sector\n");
150 units = UNITS_SECTORS
    [all...]
ahdilabel.c 61 int flags, rv, key, units; local
110 units = UNITS_SECTORS;
112 show_parts (&ptable, 0, ptable.nparts, units);
127 change_part (&ptable, key - 'A', units);
136 show_parts (&ptable, 0, ptable.nparts, units);
145 if (units == UNITS_SECTORS) {
146 printf ("Units now cylinder/track/sector\n");
147 units = UNITS_CTS;
149 printf ("Units now sector\n");
150 units = UNITS_SECTORS
    [all...]
  /src/sys/dev/i2c/
ibmhawk.c 56 uint32_t units; member in struct:ibmhawk_sensordesc
273 ibmhawk_normalize(int value, uint32_t units)
279 switch (units) {
315 dp->units = sp->units;
318 ibmhawk_normalize(sd->ihs_warnmin, dp->units);
320 ibmhawk_normalize(sd->ihs_warnmax, dp->units);
326 dp->value_cur = ibmhawk_normalize(value, dp->units);

Completed in 41 milliseconds

1 2 3 4 5 6