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

12

/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h35 #define iscntrl(C) (uchar(C) <= 0x1f || uchar(C) == 0x7f)
/freebsd-13-stable/contrib/bzip2/
H A Dunzcrash.c37 typedef unsigned char uchar; typedef
40 uchar inbuf[M_BLOCK];
41 uchar outbuf[M_BLOCK_OUT];
42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)];
68 uchar mask = 1 << bitno;
/freebsd-13-stable/contrib/bc/include/
H A Ddc.h53 extern const uchar dc_sig_msg_len;
H A Dparse.h62 #define bc_parse_push(p, i) (bc_vec_pushByte(&(p)->func->code, (uchar) (i)))
70 uchar len;
71 uchar tokens[4];
76 { .len = (uchar) (a), BC_PARSE_NEXT_TOKENS(__VA_ARGS__) }
H A Dread.h53 #define BC_READ_BIN_CHAR(c) (((c) < ' ' && !isspace((c))) || ((uchar) c) > '~')
H A Dbc.h60 uchar data;
127 (bc_parse_exprs[(((i) & (uchar) ~(0x07)) >> 3)] & (1 << (7 - ((i) & 0x07))))
148 #define BC_PARSE_TOKEN_INST(t) ((uchar) ((t) - BC_LEX_NEG + BC_INST_NEG))
163 extern const uchar bc_sig_msg_len;
167 extern const uchar bc_parse_ops[];
H A Dvector.h48 typedef unsigned char uchar; typedef
72 void bc_vec_pushByte(BcVec *restrict v, uchar data);
H A Dfile.h74 void bc_file_putchar(BcFile *restrict f, BcFlushType type, uchar c);
H A Dvm.h358 uchar siglen;
360 uchar read_ret;
469 extern const uchar bc_err_ids[];
/freebsd-13-stable/lib/libc/locale/
H A Dmbrtoc32.c32 #include <uchar.h>
H A Dc32rtomb.c33 #include <uchar.h>
H A Dc16rtomb.c33 #include <uchar.h>
H A Dmbrtoc16.c32 #include <uchar.h>
H A DcXXrtomb_iconv.h37 #include <uchar.h>
/freebsd-13-stable/contrib/bc/src/
H A Ddc_parse.c60 static void dc_parse_mem(BcParse *p, uchar inst, bool name, bool store) {
74 static void dc_parse_cond(BcParse *p, uchar inst) {
92 uchar inst;
104 inst = (uchar) (t - BC_LEX_OP_REL_EQ + BC_INST_REL_EQ);
178 inst = (uchar) (t - BC_LEX_STORE_IBASE + BC_INST_IBASE);
H A Dvector.c148 void bc_vec_pushByte(BcVec *restrict v, uchar data) {
149 assert(v != NULL && v->size == sizeof(uchar));
155 uchar amt, nums[sizeof(size_t) + 1];
158 assert(v->size == sizeof(uchar));
161 nums[amt + 1] = (uchar) idx;
163 idx >>= sizeof(uchar) * CHAR_BIT;
H A Dprogram.c81 uchar amt = (uchar) code[(*bgn)++], i = 0;
85 size_t temp = ((size_t) ((int) (uchar) code[*bgn]) & UCHAR_MAX);
141 assert(vec->size == sizeof(uchar));
148 assert(v->size != sizeof(uchar));
218 if (v->size == sizeof(uchar)) v = bc_program_dereference(p, v);
406 static void bc_program_op(BcProgram *p, uchar inst) {
562 static void bc_program_print(BcProgram *p, uchar inst, size_t idx) {
633 static void bc_program_unary(BcProgram *p, uchar inst) {
652 static void bc_program_logical(BcProgram *p, uchar ins
[all...]
H A Dfile.c179 uchar uc = (uchar) va_arg(args, int);
232 void bc_file_putchar(BcFile *restrict f, BcFlushType type, uchar c) {
H A Dargs.c77 if (vm.exprs.v == NULL) bc_vec_init(&vm.exprs, sizeof(uchar), NULL);
H A Ddc_lex.c65 bc_vec_pushByte(&l->str, (uchar) l->buf[l->i - 1]);
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/
H A Datomic.c40 ATOMIC_INC(uchar, uchar_t)
56 ATOMIC_DEC(uchar, uchar_t)
116 ATOMIC_OR(uchar, uchar_t)
132 ATOMIC_AND(uchar, uchar_t)
152 ATOMIC_INC_NV(uchar, uchar_t)
168 ATOMIC_DEC_NV(uchar, uchar_t)
228 ATOMIC_OR_NV(uchar, uchar_t)
244 ATOMIC_AND_NV(uchar, uchar_t)
272 ATOMIC_CAS(uchar, uchar_t)
301 ATOMIC_SWAP(uchar, uchar_
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c28 #define uchar(c) ((unsigned char)(c)) macro
96 p[i] = tolower(uchar(s[i]));
109 p[i] = toupper(uchar(s[i]));
157 lua_pushinteger(L, uchar(s[posi+i-1]));
169 luaL_argcheck(L, uchar(c) == c, i, "value out of range");
170 p[i - 1] = uchar(c);
306 if (match_class(c, uchar(*p)))
311 if (uchar(*(p-2)) <= c && c <= uchar(*p))
314 else if (uchar(*
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dlstrlib.c40 #define uchar(c) ((unsigned char)(c)) macro
131 p[i] = tolower(uchar(s[i]));
144 p[i] = toupper(uchar(s[i]));
189 lua_pushinteger(L, uchar(s[posi+i-1]));
202 p[i - 1] = uchar(c);
453 if (match_class(c, uchar(*p)))
458 if (uchar(*(p-2)) <= c && c <= uchar(*p))
461 else if (uchar(*p) == c) return sig;
472 int c = uchar(*
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h17 typedef unsigned char uchar; typedef
70 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
71 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
72 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
73 typedef uchar uchar8 __attribute__((ext_vector_type(8)));
74 typedef uchar uchar16 __attribute__((ext_vector_type(16)));
H A Dopencl-c.h51 char __ovld __cnfn convert_char_rte(uchar);
52 char __ovld __cnfn convert_char_sat_rte(uchar);
53 char __ovld __cnfn convert_char_rtz(uchar);
54 char __ovld __cnfn convert_char_sat_rtz(uchar);
55 char __ovld __cnfn convert_char_rtp(uchar);
56 char __ovld __cnfn convert_char_sat_rtp(uchar);
57 char __ovld __cnfn convert_char_rtn(uchar);
58 char __ovld __cnfn convert_char_sat_rtn(uchar);
59 char __ovld __cnfn convert_char(uchar);
60 char __ovld __cnfn convert_char_sat(uchar);
[all...]

Completed in 236 milliseconds

12