Searched refs:uchar (Results 1 - 25 of 96) sorted by relevance

1234

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h21 uchar aatyp;
22 uchar adtyp, damn, damd;
54 uchar msound; /* noise it makes (6 bits) */
55 uchar msize; /* physical size (3 bits) */
56 uchar mresists; /* resistances */
57 uchar mconveys; /* conveyed by eating */
62 uchar mcolor; /* color to use */
H A Dlev.h34 uchar *bm; /* pointer to the bubble bit mask */
H A Dmonst.h46 uchar m_lev; /* adjusted difficulty level of monster */
55 uchar m_ap_type; /* what mappearance is describing: */
142 uchar mnamelth; /* length of name (following mxlth) */
H A Dobjclass.h91 uchar oc_oprop; /* property (invis, &c.) conveyed */
94 uchar oc_color; /* color of the object */
153 extern uchar oc_syms[MAXOCLASSES]; /* current class symbols */
H A Drm.h219 uchar sym;
222 uchar color;
227 extern uchar showsyms[MAXPCHARS];
336 uchar seenv; /* seen vector */
445 uchar nfountains; /* number of fountains on level */
446 uchar nsinks; /* number of sinks on the level */
H A Dglobal.h84 #define Bitfield(x,n) uchar x
90 # define UCHAR_P uchar
H A Dartifact.h46 uchar inv_prop; /* property obtained by invoking artifact */
H A Dconfig.h235 * For example, both schar and uchar should be short ints on
271 * type uchar: small unsigned integers (8 bits suffice - but 7 bits do not)
273 * typedef unsigned char uchar;
278 * typedef unsigned short int uchar;
281 typedef unsigned char uchar; typedef
H A Dmonsym.h78 extern uchar monsyms[MAXMCLASSES]; /* current class symbols */
H A Dwinami.h86 uchar rows, cols; /* width & height of display in text units */
H A Dyou.h240 uchar utotype; /* bitmask of goto_level() flags for utolev */
331 uchar uspellprot; /* protection by SPE_PROTECTION */
332 uchar usptime; /* #moves until uspellprot-- */
333 uchar uspmtime; /* #moves between uspellprot-- */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h21 uchar aatyp;
22 uchar adtyp, damn, damd;
54 uchar msound; /* noise it makes (6 bits) */
55 uchar msize; /* physical size (3 bits) */
56 uchar mresists; /* resistances */
57 uchar mconveys; /* conveyed by eating */
62 uchar mcolor; /* color to use */
H A Dlev.h34 uchar *bm; /* pointer to the bubble bit mask */
H A Dmonst.h46 uchar m_lev; /* adjusted difficulty level of monster */
55 uchar m_ap_type; /* what mappearance is describing: */
142 uchar mnamelth; /* length of name (following mxlth) */
H A Dobjclass.h91 uchar oc_oprop; /* property (invis, &c.) conveyed */
94 uchar oc_color; /* color of the object */
153 extern uchar oc_syms[MAXOCLASSES]; /* current class symbols */
H A Drm.h219 uchar sym;
222 uchar color;
227 extern uchar showsyms[MAXPCHARS];
336 uchar seenv; /* seen vector */
445 uchar nfountains; /* number of fountains on level */
446 uchar nsinks; /* number of sinks on the level */
H A Dglobal.h84 #define Bitfield(x,n) uchar x
90 # define UCHAR_P uchar
/seL4-refos-master/libs/libmuslc/src/multibyte/
H A Dc32rtomb.c1 #include <uchar.h>
H A Dmbrtoc32.c1 #include <uchar.h>
H A Dc16rtomb.c1 #include <uchar.h>
H A Dmbrtoc16.c1 #include <uchar.h>
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dnet.h52 typedef void rxhand_f(uchar *pkt, unsigned dport,
67 struct in_addr sip, unsigned sport, uchar *pkt, unsigned len);
133 int (*recv)(struct udevice *dev, int flags, uchar **packetp);
134 int (*free_pkt)(struct udevice *dev, uchar *packet, int length);
234 void eth_parse_enetaddr(const char *addr, uchar *enetaddr);
235 int eth_getenv_enetaddr(const char *name, uchar *enetaddr);
236 int eth_setenv_enetaddr(const char *name, const uchar *enetaddr);
252 uchar *enetaddr);
265 uchar *enetaddr);
512 extern uchar *net_tx_packe
[all...]
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dnet.h61 typedef void rxhand_f(uchar *pkt, unsigned dport,
76 struct in_addr sip, unsigned sport, uchar *pkt, unsigned len);
144 int (*recv)(struct udevice *dev, int flags, uchar **packetp);
145 int (*free_pkt)(struct udevice *dev, uchar *packet, int length);
258 uchar *enetaddr);
278 uchar *enetaddr);
520 extern uchar *net_tx_packet; /* THE transmit packet */
521 extern uchar *net_rx_packets[PKTBUFSRX]; /* Receive packets */
522 extern uchar *net_rx_packet; /* Current receive packet */
564 static inline int is_cdp_packet(const uchar *ethadd
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddrawing.c22 uchar oc_syms[MAXOCLASSES] = DUMMY; /* the current object display symbols */
23 uchar showsyms[MAXPCHARS] = DUMMY; /* the current feature display symbols */
24 uchar monsyms[MAXMCLASSES] = DUMMY; /* the current monster display symbols */
25 uchar warnsyms[WARNCOUNT] = DUMMY; /* the current warning display symbols */
317 static uchar ibm_graphics[MAXPCHARS] = {
416 static uchar dec_graphics[MAXPCHARS] = {
513 static uchar mac_graphics[MAXPCHARS] = {
644 register uchar *graph_chars;
661 assign_graphics((uchar *)0, 0, MAXPCHARS, 0);
709 static uchar save_oc_sym
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddrawing.c22 uchar oc_syms[MAXOCLASSES] = DUMMY; /* the current object display symbols */
23 uchar showsyms[MAXPCHARS] = DUMMY; /* the current feature display symbols */
24 uchar monsyms[MAXMCLASSES] = DUMMY; /* the current monster display symbols */
25 uchar warnsyms[WARNCOUNT] = DUMMY; /* the current warning display symbols */
317 static uchar ibm_graphics[MAXPCHARS] = {
416 static uchar dec_graphics[MAXPCHARS] = {
513 static uchar mac_graphics[MAXPCHARS] = {
644 register uchar *graph_chars;
661 assign_graphics((uchar *)0, 0, MAXPCHARS, 0);
709 static uchar save_oc_sym
[all...]

Completed in 125 milliseconds

1234