Home
last modified time | relevance | path

Searched refs:totalStringLength (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Darray-join.tq168 this.totalStringLength =
169 AddStringLength(this.totalStringLength, str.length_intptr);
188 this.totalStringLength = AddStringLength(this.totalStringLength, sepsLen);
216 totalStringLength: intptr;
231 totalStringLength: 0,
238 dcheck(IsValidPositiveSmi(buffer.totalStringLength));
239 if (buffer.totalStringLength == 0) return kEmptyString;
262 const length: uint32 = Convert<uint32>(Unsigned(buffer.totalStringLength));
/third_party/libsnd/src/
Daiff.c1446 int totalStringLength = 0, stringLength ; in aiff_write_header() local
1451 totalStringLength += stringLength + (stringLength % 2 == 0 ? 0 : 1) ; in aiff_write_header()
1455 …BHWm (MARK_MARKER), BHW4 (2 + psf->cues->cue_count * (2 + 4) + totalStringLength), BHW2 (psf->cues… in aiff_write_header()