Home
last modified time | relevance | path

Searched +full:int +full:- +full:array +full:- +full:variable +full:- +full:length +full:- +full:and +full:- +full:constrained +full:- +full:values (Results 1 – 2 of 2) sorted by relevance

/openbmc/libpldm/src/msgbuf/
H A Dcore.h1 /* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */
8 * impression that a wire-format buffer can be cast to the message type to make
12 * 1. Casting the wire-format buffer to a struct of the message type doesn't
13 * abstract the endianness of message field values
18 * The msgbuf APIs exist to assist with (un)packing the wire-forma
1063 pldm__msgbuf_span_string_ascii(const uint8_t ** buf,intmax_t * remaining,const void ** cursor,size_t * length) pldm__msgbuf_span_string_ascii() argument
1107 pldm_msgbuf_rw_span_string_ascii(struct pldm_msgbuf_rw * ctx,void ** cursor,size_t * length) pldm_msgbuf_rw_span_string_ascii() argument
1117 pldm_msgbuf_ro_span_string_ascii(struct pldm_msgbuf_ro * ctx,const void ** cursor,size_t * length) pldm_msgbuf_ro_span_string_ascii() argument
1127 pldm__msgbuf_span_string_utf16(const uint8_t ** buf,intmax_t * remaining,const void ** cursor,size_t * length) pldm__msgbuf_span_string_utf16() argument
1201 pldm_msgbuf_ro_span_string_utf16(struct pldm_msgbuf_ro * ctx,const void ** cursor,size_t * length) pldm_msgbuf_ro_span_string_utf16() argument
1210 pldm_msgbuf_rw_span_string_utf16(struct pldm_msgbuf_rw * ctx,void ** cursor,size_t * length) pldm_msgbuf_rw_span_string_utf16() argument
1259 pldm__msgbuf_span_until(const uint8_t ** buf,intmax_t * remaining,size_t trailer,const void ** cursor,size_t * length) pldm__msgbuf_span_until() argument
1295 pldm_msgbuf_ro_span_until(struct pldm_msgbuf_ro * ctx,size_t trailer,const void ** cursor,size_t * length) pldm_msgbuf_ro_span_until() argument
1304 pldm_msgbuf_rw_span_until(struct pldm_msgbuf_rw * ctx,size_t trailer,void ** cursor,size_t * length) pldm_msgbuf_rw_span_until() argument
[all...]
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c6 * This library is free software; you can redistribute it and/or
21 #include "qemu/host-utils.h"
23 #include "accel/tcg/cpu-mmu-index.h"
24 #include "exec/translation-block.h"
25 #include "tcg/tcg-op.h"
26 #include "tcg/tcg-op-gvec.h"
31 #include "exec/helper-proto.h"
32 #include "exec/helper-gen.h"
33 #include "helper-tcg.h"
34 #include "decode-new.h"
[all …]