Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-src/sys/i386/include/
H A Dieeefp.h56 fp_rnd_t _p; in fpsetround() local
79 fp_prec_t _p; in fpsetprec() local
108 fp_except_t _p; in fpsetmask() local
138 fp_except_t _p; in fpresetsticky() local
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Duaccess.h46 #define __get_user(_x, _p) ({ \ argument
54 #define __put_user(_x, _p) ({ \ argument
58 #define get_user(_x, _p) linux_copyin((_p), &(_x), sizeof(*(_p))) argument
59 #define put_user(_x, _p) __put_user(_x, _p) argument
H A Daverage.h55 #define DECLARE_EWMA(_name, _p, _d) \ argument
/freebsd-src/contrib/openpam/m4/
H A Dax_pkg_config.m491 m4_define([_p], AS_TR_SH([m4_tolower([$1])])) macro
112 m4_define([_p], AS_TR_SH([m4_tolower([$1])])) macro
/freebsd-src/sys/arm/mv/
H A Da37x0_gpio.c69 #define A37X0_GPIO_BIT(_p) (1U << ((_p) % 32)) argument
70 #define A37X0_GPIO_OUT_EN(_p) (0x0 + ((_p) / 32) * 4) argument
71 #define A37X0_GPIO_LATCH(_p) (0x8 + ((_p) / 32) * 4) argument
72 #define A37X0_GPIO_INPUT(_p) (0x10 + ((_p) / 32) * 4) argument
73 #define A37X0_GPIO_OUTPUT(_p) (0x18 + ((_p) / 32) * 4) argument
/freebsd-src/sys/amd64/include/
H A Dieeefp.h90 fp_rnd_t _p; in __fpsetround() local
123 fp_prec_t _p; in __fpsetprec() local
152 fp_except_t _p; in __fpsetmask() local
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_string.c337 archive_strncat(struct archive_string *as, const void *_p, size_t n) in archive_strncat() argument
1915 mbsnbytes(const void *_p, size_t n) in mbsnbytes() argument
1935 utf16nbytes(const void *_p, size_t n) in utf16nbytes() argument
1956 archive_strncpy_l(struct archive_string *as, const void *_p, size_t n, in archive_strncpy_l() argument
1964 archive_strncat_l(struct archive_string * as,const void * _p,size_t n,struct archive_string_conv * sc) archive_strncat_l() argument
2026 iconv_strncat_in_locale(struct archive_string * as,const void * _p,size_t length,struct archive_string_conv * sc) iconv_strncat_in_locale() argument
2129 strncat_in_codepage(struct archive_string * as,const void * _p,size_t length,struct archive_string_conv * sc) strncat_in_codepage() argument
2161 invalid_mbs(const void * _p,size_t n,struct archive_string_conv * sc) invalid_mbs() argument
2188 invalid_mbs(const void * _p,size_t n,struct archive_string_conv * sc) invalid_mbs() argument
2230 best_effort_strncat_in_locale(struct archive_string * as,const void * _p,size_t length,struct archive_string_conv * sc) best_effort_strncat_in_locale() argument
2495 char *_p = p; unicode_to_utf8() local
2709 archive_string_append_unicode(struct archive_string * as,const void * _p,size_t len,struct archive_string_conv * sc) archive_string_append_unicode() argument
2924 archive_string_normalize_C(struct archive_string * as,const void * _p,size_t len,struct archive_string_conv * sc) archive_string_normalize_C() argument
3231 archive_string_normalize_D(struct archive_string * as,const void * _p,size_t len,struct archive_string_conv * sc) archive_string_normalize_D() argument
3413 strncat_from_utf8_libarchive2(struct archive_string * as,const void * _p,size_t len,struct archive_string_conv * sc) strncat_from_utf8_libarchive2() argument
3497 win_strncat_from_utf16(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc,int be) win_strncat_from_utf16() argument
3595 win_strncat_from_utf16be(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc) win_strncat_from_utf16be() argument
3602 win_strncat_from_utf16le(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc) win_strncat_from_utf16le() argument
3621 win_strncat_to_utf16(struct archive_string * as16,const void * _p,size_t length,struct archive_string_conv * sc,int bigendian) win_strncat_to_utf16() argument
3699 win_strncat_to_utf16be(struct archive_string * as16,const void * _p,size_t length,struct archive_string_conv * sc) win_strncat_to_utf16be() argument
3706 win_strncat_to_utf16le(struct archive_string * as16,const void * _p,size_t length,struct archive_string_conv * sc) win_strncat_to_utf16le() argument
3726 best_effort_strncat_from_utf16(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc,int be) best_effort_strncat_from_utf16() argument
3766 best_effort_strncat_from_utf16be(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc) best_effort_strncat_from_utf16be() argument
3773 best_effort_strncat_from_utf16le(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc) best_effort_strncat_from_utf16le() argument
3784 best_effort_strncat_to_utf16(struct archive_string * as16,const void * _p,size_t length,struct archive_string_conv * sc,int bigendian) best_effort_strncat_to_utf16() argument
3826 best_effort_strncat_to_utf16be(struct archive_string * as16,const void * _p,size_t length,struct archive_string_conv * sc) best_effort_strncat_to_utf16be() argument
3833 best_effort_strncat_to_utf16le(struct archive_string * as16,const void * _p,size_t length,struct archive_string_conv * sc) best_effort_strncat_to_utf16le() argument
[all...]
H A Darchive_crc32.h42 crc32(unsigned long crc,const void * _p,size_t len) crc32() argument
/freebsd-src/lib/libbsdstat/
H A Dbsdstat.h50 #define BSDSTAT_DECL_METHODS(_p) \ argument
115 #define BSDSTAT_BOUNCE(_p, _t) do { \ argument
/freebsd-src/sys/x86/x86/
H A Dvmware_guestrpc.c63 #define VMW_GUESTRPC_EBX(_p) ((_p)[1]) argument
64 #define VMW_GUESTRPC_EDXHI(_p) ((_p)[3] >> 16) argument
65 #define VMW_GUESTRPC_STATUS(_p) ((_p)[2]) argument
/freebsd-src/sys/dev/iavf/
H A Diavf_osdep.h84 #define UNREFERENCED_PARAMETER(_p) _p = _p argument
85 #define UNREFERENCED_1PARAMETER(_p) do { \ argument
88 #define UNREFERENCED_2PARAMETER(_p, _q) do { \ argument
92 #define UNREFERENCED_3PARAMETER(_p, _q, _r) do { \ argument
97 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) do { \ argument
103 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) do { \ argument
/freebsd-src/sys/dev/ice/
H A Dice_osdep.h170 #define UNREFERENCED_PARAMETER(_p) _p = _p argument
171 #define UNREFERENCED_1PARAMETER(_p) do { \ argument
174 #define UNREFERENCED_2PARAMETER(_p, _q) do { \ argument
178 #define UNREFERENCED_3PARAMETER(_p, _q, _r) do { \ argument
183 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) do { \ argument
189 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) do { \ argument
/freebsd-src/sys/dev/ixl/
H A Di40e_osdep.h78 #define UNREFERENCED_PARAMETER(_p) argument
79 #define UNREFERENCED_1PARAMETER(_p) argument
80 #define UNREFERENCED_2PARAMETER(_p, _q) argument
81 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
82 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
83 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) argument
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c69 static uint16_t le16(const void *_p) { in le16() argument
74 static uint32_t le32(const void *_p) { in le32() argument
79 static uint64_t le64(const void *_p) { in le64() argument
H A Dtest_write_format_zip_stream.c35 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32() argument
H A Dtest_write_format_zip_file.c39 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32()
H A Dtest_write_format_zip_file_zip64.c39 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32()
H A Dtest_write_format_zip64_stream.c35 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32()
/freebsd-src/contrib/ntp/sntp/libopts/
H A Dautoopts.h113 #define C(_t,_p) ((_t)VOIDP(_p)) argument
263 #define AGREALOC(_p, _c, _w) ao_realloc(VOIDP(_p), (size_t)_c) argument
264 #define AGFREE(_p) free(VOIDP(_p)) argument
265 #define AGDUPSTR(_p, _s, _w) (_p = ao_strdup(_s)) argument
273 #define ao_free(_p) free(VOIDP(_p)) argument
/freebsd-src/contrib/libxo/libxo/
H A Dxo_encoder.c32 #define dlfunc(_p, _n) dlsym(_p, _n) argument
36 #define dlsym(_p, _n) NULL /* Fail */ argument
37 #define dlfunc(_p, _n) NULL /* Fail */ argument
/freebsd-src/sys/dev/ixgbe/
H A Dixgbe_osdep.h124 #define UNREFERENCED_PARAMETER(_p) argument
125 #define UNREFERENCED_1PARAMETER(_p) argument
126 #define UNREFERENCED_2PARAMETER(_p, _q) argument
127 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
128 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
/freebsd-src/sys/dev/nctgpio/
H A Dnctgpio.c63 #define NCT_PIN_IS_VALID(_sc, _p) ((_p) < (_sc)->npins) argument
64 #define NCT_PIN_GROUP(_sc, _p) ((_sc)->pinmap[(_p)].group) argument
65 #define NCT_PIN_GRPNUM(_sc, _p) ((_sc)->pinmap[(_p)].grpnum) argument
66 #define NCT_PIN_BIT(_sc, _p) ((_sc)->pinmap[(_p)].bit) argument
67 #define NCT_PIN_BITMASK(_p) (1 << ((_p) & 7)) argument
/freebsd-src/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h212 #define AR8X16_CPU_MIRROR_PORT(_p) ((_p) << AR8X16_MIRROR_PORT_SHIFT) argument
239 #define AR8X16_REG_PORT_BASE(_p) (0x0100 + (_p) * 0x0100) argument
241 #define AR8X16_REG_PORT_STS(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0000) argument
255 #define AR8X16_REG_PORT_CTRL(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0004) argument
277 #define AR8X16_REG_PORT_VLAN(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0008) argument
288 #define AR8X16_REG_PORT_RATE_LIM(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x000c) argument
306 #define AR8X16_REG_PORT_PRIORITY(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0010) argument
308 #define AR8X16_REG_STATS_BASE(_p) (0x20000 + (_p) * 0x100) argument
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_netdev.c73 #define NAPI_TRACE_TASK(_n, _p, _c) if (debug_napi & DNAPI_TRACE_TASK) \ argument
87 #define NAPI_TRACE_TASK(_n, _p, _c) do { } while(0) argument
/freebsd-src/sys/dev/ftgpio/
H A Dftgpio.c69 #define FTGPIO_IS_VALID_PIN(_p) ((_p) >= 0 && (_p) <= FTGPIO_MAX_PIN) argument
70 #define FTGPIO_PIN_GETINDEX(_p) ((_p) & 7) argument
71 #define FTGPIO_PIN_GETGROUP(_p) ((_p) >> 3) argument

123