Searched defs:writeInt32BE (Results 1 – 6 of 6) sorted by relevance
53 writeInt32BE: INT32, property
328 void writeInt32BE(uint8_t *Addr, uint32_t Value) { in writeInt32BE() function
378 this.writeInt32BE = function (...args) { method in mockBuffer.BufferClass
242 writeInt32BE(value, offset) { method in SmartBuffer
888 function writeInt32BE(value, offset = 0) { function
1056 writeInt32BE(value: number, offset: number): number; method