Home
last modified time | relevance | path

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

/openbmc/libbej/src/
H A Dbej_common.c40 uint8_t byteLength = sizeof(int64_t); in bejIntLengthOfValue() local
44 byteLength--; in bejIntLengthOfValue()
53 byteLength++; in bejIntLengthOfValue()
60 byteLength++; in bejIntLengthOfValue()
63 return byteLength; in bejIntLengthOfValue()
/openbmc/webui-vue/src/utilities/
H A DNBDServer.js84 const tmp = new Uint8Array(this.msgbuf.byteLength + data.byteLength);
86 tmp.set(new Uint8Array(data), this.msgbuf.byteLength);
108 if (consumed == this.msgbuf.byteLength) {
132 if (buf.byteLength < 4) {
141 if (buf.byteLength < 16) return 0;
149 if (buf.byteLength < 16 + len) {
184 if (data) len += data.byteLength;
195 if (buf.byteLength < 28) {
230 if (buf.byteLength < 28 + req.length) {
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js153 var tmp = new Uint8Array(this.msgbuf.byteLength + data.byteLength);
155 tmp.set(new Uint8Array(data), this.msgbuf.byteLength);
180 if (consumed == this.msgbuf.byteLength) {
210 if (buf.byteLength < 4) {
222 if (buf.byteLength < 16) return 0;
234 if (buf.byteLength < 16 + len) {
273 if (data) len += data.byteLength;
285 if (buf.byteLength < 28) {
328 if (buf.byteLength < 28 + req.length) {