Home
last modified time | relevance | path

Searched defs:_ch (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/lib/libc/stdlib/
H A Dset_constraint_handler_s.c44 static constraint_handler_t *_ch = NULL; variable
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c108 #define CPMEM_CHANNEL(_dp, _ch, _w) \ argument
111 #define CPMEM_OFFSET(_dp, _ch, _w, _o) \ argument
H A Dimx51_ipuv3.c171 #define CPMEM_CHANNEL(_dp, _ch, _w) \ argument
174 #define CPMEM_OFFSET(_dp, _ch, _w, _o) \ argument
/freebsd-12.1/contrib/ntp/sntp/libopts/
H A Dputshell.c147 # define add_esc_ch(_ch) { *(out++) = '\\'; *(out++) = (_ch); } in optionQuoteString() argument
/freebsd-12.1/sys/arm/ti/cpsw/
H A Dif_cpswreg.h69 #define CPSW_CPDMA_RX_INT_THRESH(_ch) (1 << (8 + ((_ch) & 7))) argument
70 #define CPSW_CPDMA_RX_INT(_ch) (1 << (0 + ((_ch) & 7))) argument
/freebsd-12.1/contrib/mandoc/
H A Dmandocdb.c344 #define CHECKOP(_op, _ch) do \ in mandocdb() argument