OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uchar64
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/mail/
mime_codecs.c
231
#define
uchar64
(c) ((c) >= sizeof(b64index) ? BAD : (unsigned)b64index[(c)])
macro
236
unsigned a =
uchar64
(q[0]);
237
unsigned b =
uchar64
(q[1]);
238
unsigned c =
uchar64
(q[2]);
239
unsigned d =
uchar64
(q[3]);
258
#undef
uchar64
Completed in 12 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025