Home
last modified time | relevance | path

Searched refs:MessageLength (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Drndis.h78 __le32 MessageLength; member
87 __le32 MessageLength; member
103 __le32 MessageLength; member
109 __le32 MessageLength; member
119 __le32 MessageLength; member
128 __le32 MessageLength; member
138 __le32 MessageLength; member
145 __le32 MessageLength; member
151 __le32 MessageLength; member
158 __le32 MessageLength; member
[all …]
Drndis.c647 resp->MessageLength = cpu_to_le32(r->length); in gen_ndis_query_resp()
789 resp->MessageLength = __constant_cpu_to_le32(52); in rndis_init_response()
845 resp->MessageLength = __constant_cpu_to_le32(sizeof *resp); in rndis_query_response()
883 resp->MessageLength = __constant_cpu_to_le32(16); in rndis_set_response()
910 resp->MessageLength = __constant_cpu_to_le32(16); in rndis_reset_response()
937 resp->MessageLength = __constant_cpu_to_le32(16); in rndis_keepalive_response()
968 resp->MessageLength = __constant_cpu_to_le32(20); in rndis_indicate_status_msg()
1210 header->MessageLength = cpu_to_le32(length + sizeof *header); in rndis_add_hdr()
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp143 DiagOpts->MessageLength, in HandleDiagnostic()
DTextDiagnostic.cpp696 DiagOpts->MessageLength, DiagOpts->ShowColors); in emitDiagnosticMessage()
1156 unsigned Columns = DiagOpts->MessageLength; in emitSnippetAndCaret()
DCompilerInvocation.cpp1033 Opts.MessageLength = getLastArgIntValue(Args, OPT_fmessage_length, 0, Diags); in ParseDiagnosticArgs()
/external/clang/include/clang/Basic/
DDiagnosticOptions.def92 VALUE_DIAGOPT(MessageLength, 32, 0)
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c1104 static void MessageLength(void) in MessageLength() function
1197 addTest(root, &MessageLength, "tsformat/cmsgtst/MessageLength"); in addMsgForTest()