Home
last modified time | relevance | path

Searched refs:msgLength (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dcasting.d32 enum msgLength = 2048; in onArrayCastError() local
34 char* msg = cast(char *)pureMalloc(msgLength); in onArrayCastError()
41 auto N = msgLength - 1 - index; in onArrayCastError()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxkb.h2736 uint16_t msgLength; member
7051 uint16_t msgLength,
7071 uint16_t msgLength,
H A Dxkb.c11521 xcb_block_len += _aux->msgLength * sizeof(xcb_xkb_string8_t); in xcb_xkb_set_debugging_flags_sizeof()
11538 uint16_t msgLength, in xcb_xkb_set_debugging_flags() argument
11556 xcb_out.msgLength = msgLength; in xcb_xkb_set_debugging_flags()
11569 xcb_parts[4].iov_len = msgLength * sizeof(xcb_xkb_string8_t); in xcb_xkb_set_debugging_flags()
11579 uint16_t msgLength, in xcb_xkb_set_debugging_flags_unchecked() argument
11597 xcb_out.msgLength = msgLength; in xcb_xkb_set_debugging_flags_unchecked()
11610 xcb_parts[4].iov_len = msgLength * sizeof(xcb_xkb_string8_t); in xcb_xkb_set_debugging_flags_unchecked()