HomeSort by relevance Sort by last modified time
    Searched refs:number_params (Results 1 - 2 of 2) sorted by null

  /external/libchrome/sandbox/win/src/
crosscall_params.h 151 // NUMBER_PARAMS: the number of parameters, valid from 1 to N
152 // BLOCK_SIZE: the total storage that the NUMBER_PARAMS parameters can take,
160 // that NUMBER_PARAMS = 2 and a 32-bit build:
182 // Note that the actual number of params is NUMBER_PARAMS + 1
187 template <size_t NUMBER_PARAMS, size_t BLOCK_SIZE>
192 : CrossCallParams(tag, NUMBER_PARAMS) {
197 // Testing-only constructor. Allows setting the |number_params| to a
199 ActualCallParams(uint32_t tag, uint32_t number_params)
200 : CrossCallParams(tag, number_params) {
208 uint32_t previous_size = param_info_[NUMBER_PARAMS].offset_
    [all...]
  /external/ImageMagick/MagickCore/
accelerate.c 2813 number_params, local
    [all...]

Completed in 1036 milliseconds