Home
last modified time | relevance | path

Searched refs:_space (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs34 private int _space; field in FlatBuffers.FlatBufferBuilder
65 _space = initialSize; in FlatBufferBuilder()
76 _space = buffer.Length; in FlatBufferBuilder()
85 _space = _bb.Length; in Clear()
106 public int Offset { get { return _bb.Length - _space; } }
110 _bb.PutByte(_space -= size, 0, size); in Pad()
133 ((~((int)_bb.Length - _space + additionalBytes)) + 1) & in Prep()
136 while (_space < alignSize + size + additionalBytes) in Prep()
140 _space += (int)_bb.Length - oldBufSize; in Prep()
149 _bb.PutByte(_space -= sizeof(byte), (byte)(x ? 1 : 0)); in PutBool()
[all …]
/external/scapy/scapy/
Dutils.py1386 _space = " "
1415 fmt = _space.join(["%%-%ds"%x for x in colwidth])
/external/perfetto/docs/case-studies/
Dmemory.md358 * **alloc\_space**: how many bytes were allocated (including ones freed at the
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md85 * **alloc\_space**: how many bytes were allocated (including ones freed at the