Home | History | Annotate | Download | only in php

Lines Matching defs:prep

139     public function prep($size, $additional_bytes)
289 $this->prep(1, 0);
299 $this->prep(1, 0);
309 $this->prep(1, 0);
319 $this->prep(2, 0);
329 $this->prep(2, 0);
339 $this->prep(4, 0);
349 $this->prep(4, 0);
359 $this->prep(8, 0);
369 $this->prep(8, 0);
379 $this->prep(4, 0);
389 $this->prep(8, 0);
561 $this->prep(Constants::SIZEOF_INT, 0); // Ensure alignment is already done
581 $this->prep(Constants::SIZEOF_INT, $elem_size * $num_elems);
582 $this->prep($alignment, $elem_size * $num_elems); // Just in case alignemnt > int;
898 $this->prep($this->minalign, Constants::SIZEOF_INT);
902 $this->prep($this->minalign, Constants::SIZEOF_INT + Constants::FILE_IDENTIFIER_LENGTH);