/src/usr.bin/audio/common/ |
Makefile | 6 SRCS= audio.c decode.c wav.c sun.c
|
/src/usr.bin/midirecord/ |
Makefile | 3 SRCS= midirecord decode.c
|
/src/sys/dev/fdt/ |
fdt_clock.h | 36 struct clk * (*decode)(device_t, int, const void *, size_t); member in struct:fdtbus_clock_controller_func
|
fixedclock.c | 48 .decode = fixedclock_decode
|
fdt_clock.c | 106 clk = cc->cc_funcs->decode(cc->cc_dev, cc_phandle, 208 return cc->cc_funcs->decode(cc->cc_dev,
|
fixedfactorclock.c | 48 .decode = fixedfactorclock_decode
|
fdt_subr.c | 91 fdtbus_set_decoderegprop(bool decode) 93 fdtbus_decoderegprop = decode;
|
/src/usr.bin/logger/ |
logger.c | 56 static int decode(const char *, const CODE *); 153 * Decode a symbolic name to a numeric value 165 fac = decode(save, facilitynames); 173 lev = decode(s, prioritynames); 180 decode(const char *name, const CODE *codetab) function in typeref:typename:int
|
/src/usr.bin/base64/ |
base64.c | 222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap) 226 if (decode) 233 errc(EXIT_FAILURE, e, "%scoding failed", decode ? "De": "En"); 239 bool decode = false; local in function:main 247 decode = ignore = true; 250 decode = true; 265 doit(stdout, stdin, decode, ignore, wrap); 274 doit(stdout, fp, decode, ignore, wrap);
|
/src/distrib/utils/more/ |
Makefile | 9 SRCS= ch.c command.c decode.c help.c input.c line.c linenum.c main.c \
|
/src/sys/arch/vax/uba/ |
qvkbd.c | 302 int decode; local in function:qvkbd_input 305 decode = lk201_decode(&sc->sc_itl->qvi_ks, 1, 307 if (decode != LKD_NODATA) 309 } while (decode == LKD_MORE);
|
/src/usr.bin/uudecode/ |
uudecode.c | 70 static int decode(char *); 112 rval |= decode(outputname); 116 rval = decode(outputname); 122 * Decode one file from stdin. If outputname is not NULL 126 decode(char *outputname) function in typeref:typename:int 237 #define DEC(c) (((c) - ' ') & 077) /* single character decode */
|
/src/sys/dev/dec/ |
dzkbd.c | 307 int decode; local in function:dzkbd_input 310 decode = lk201_decode(&sc->sc_itl->dzi_ks, 1, 312 if (decode != LKD_NODATA) 314 } while (decode == LKD_MORE);
|
/src/common/dist/zlib/contrib/puff/ |
puff.c | 13 * around 4K on my machine (a PowerPC using GNU cc). If the faster decode() 45 * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!), 111 /* input limit error return state for bits() and decode() */ 204 * seen in the function decode() below. 212 * Decode a code from the stream s using huffman table h. Return the symbol or 235 local int decode(struct state *s, const struct huffman *h) function in typeref:typename:local int 258 * A faster version of decode() for real applications of this code. It's not 263 local int decode(struct state *s, const struct huffman *h) function in typeref:typename:local int 310 * Huffman code for n symbols, construct the tables required to decode those 317 * possible for decode() using that table to return an error--any stream o [all...] |
/src/common/dist/zlib/contrib/blast/ |
blast.c | 50 /* input limit error return state for bits() and decode() */ 101 * seen in the function decode() below. 109 * Decode a code from the stream s using huffman table h. Return the symbol or 129 local int decode(struct state *s, struct huffman *h) function in typeref:typename:local int 179 * Huffman code for n symbols, construct the tables required to decode those 186 * possible for decode() using that table to return an error--any stream of 188 * it is possible for decode() using that table to return an error for received 217 return 0; /* complete, but decode() will fail */ 245 * Decode PKWare Compression Library stream. 329 /* decode literals and length/distance pairs * [all...] |
/src/sys/dev/tc/ |
zskbd.c | 339 int decode; local in function:zskbd_input 342 decode = lk201_decode(&sc->sc_itl->zsi_ks, 1, 344 if (decode != LKD_NODATA) 346 } while (decode == LKD_MORE);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
gen_dynamic_list.py | 69 nm_out = nm_proc.communicate()[0].decode().split('\n')
|
/src/usr.bin/mail/ |
support.c | 267 int decode; local in function:hfield 269 decode = value(ENAME_MIME_DECODE_MSG) && 284 if (decode)
|
/src/sys/arch/arm/broadcom/ |
bcm2835_cprman.c | 100 .decode = cprman_decode
|
/src/sys/arch/arm/sunxi/ |
sun8i_a23_apbclk.c | 50 .decode = sun8i_a23_apbclk_decode
|
sun9i_a80_cpusclk.c | 53 .decode = sun9i_a80_cpusclk_decode
|
/src/sys/arch/arm/ti/ |
ti_div_clock.c | 53 .decode = ti_div_clock_decode
|
/src/sys/arch/ia64/ia64/ |
db_trace.c | 50 #include <ia64/unwind/decode.h>
|
/src/sys/dev/isa/ |
if_ix.c | 423 uint16_t pg, adjust, decode, edecode; local in function:ix_match 560 decode = ((1 << (ia->ia_iomem[0].ir_size / 16384)) - 1) << pg; 561 edecode = ((~decode >> 4) & 0xF0) | (decode >> 8); 563 bus_space_write_1(iot, ioh, IX_MEMDEC, decode & 0xFF); 565 bus_space_write_1(iot, ioh, IX_MPCTRL, (~decode & 0xFF));
|
/src/share/mk/ |
bsd.files.mk | 126 # .uue -> "" handling (i.e. decode a given binary/object)
|