Searched defs:decode (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwdecode.c29 static Vcwmatch_t* decode(Vcwindow_t* vcw, Void_t* data, size_t size, Sfoff_t here) function
31 static Vcwmatch_t* decode(vcw, data, size, here)
66 { decode,
68 "decode"
/ast/src/cmd/msgcc/
H A Dmsgcvt.c130 decode(Sfio_t* ip) function
257 c = decode(ip);
334 c = decode(ip);
368 c = decode(ip);
/ast/src/lib/libast/misc/
H A Dfindlib.h52 #define FF_SET_TYPE(p,i) ((p)->decode.bigram1[((i)>>3)&((1<<CHAR_BIT)-1)]|=(1<<((i)&07)))
53 #define FF_OK_TYPE(p,i) (!(p)->types||((p)->decode.bigram1[((i)>>3)&((1<<CHAR_BIT)-1)]&(1<<((i)&07))))
118 #define decode code.code_decode macro
/ast/src/lib/libcodex/
H A Dcodex.c25 * sfio decode/encode discipline wrapper
702 * to decode the SF_READ stream ip
769 Codexnum_t decode; local
812 decode = CODEX_ENCODE;
820 decode = CODEX_DECODE;
829 p->flags = decode;
857 f = decode;
930 (*disc->errorf)(NiL, disc, 2, "%s: %s: cannot %s", name, p->name, p->flags == CODEX_DECODE ? ERROR_translate(NiL, NiL, id, "decode") : ERROR_translate(NiL, NiL, id, "encode"));
932 (*disc->errorf)(NiL, disc, 2, "%s: cannot %s", p->name, p->flags == CODEX_DECODE ? ERROR_translate(NiL, NiL, id, "decode") : ERROR_translate(NiL, NiL, id, "encode"));
953 * input decode metho
[all...]

Completed in 602 milliseconds