Searched refs:standard_fields (Results 1 – 3 of 3) sorted by relevance
380 const standard_fields = 2; // The fields below: constant382 const len = (trimmed_size + standard_fields) * SIZEOF_SHORT;
886 final int standard_fields = 2; // The fields below: in endTable() local888 addShort((short)((trimmed_size + standard_fields) * SIZEOF_SHORT)); in endTable()
831 $standard_fields = 2; // the fields below833 $this->addShort(($trimmed_size + $standard_fields) * Constants::SIZEOF_SHORT);