Searched refs:bitcmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/lib/libc/gen/
H A Dsetmode.c57 #define SET_LEN 6 /* initial # of bitcmd struct to malloc */
58 #define SET_LEN_INCR 4 /* # of bitcmd structs to add as needed */
60 typedef struct bitcmd { struct
79 * Given the old mode and an array of bitcmd structures, apply the operations
80 * described in the bitcmd structures to the old mode, and return the new mode.
409 * Given an array of bitcmd structures, compress by compacting consecutive

Completed in 103 milliseconds