HomeSort by relevance Sort by last modified time
    Searched defs:num_indices (Results 1 - 6 of 6) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorRef.h 200 const std::size_t num_indices = (sizeof...(otherIndices) + 1); local
201 const array<Index, num_indices> indices{{firstIndex, otherIndices...}};
207 const std::size_t num_indices = (sizeof...(otherIndices) + 1); local
208 const array<Index, num_indices> indices{{firstIndex, otherIndices...}};
  /external/flac/include/FLAC/
format.h 682 FLAC__byte num_indices; member in struct:__anon19345
686 /**< NULL if num_indices == 0, else pointer to array of index points. */
    [all...]
  /external/v8/src/builtins/
builtins-regexp.cc 81 Node* const num_indices = SmiUntag(LoadFixedArrayElement( local
83 Node* const num_results = SmiTag(WordShr(num_indices, 1));
104 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex), num_indices);
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
ipa_qmi_service_v01.h 82 uint32_t num_indices; member in struct:ipa_route_tbl_info_type_v01
  /hardware/qcom/msm8998/original-kernel-headers/linux/
ipa_qmi_service_v01.h 122 uint32_t num_indices; member in struct:ipa_route_tbl_info_type_v01
125 * allocation. The value of num_indices shall not exceed 31
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h 881 num_variables, num_indices, idx0, idx1, idx2, flags) \
1051 unsigned num_indices; member in struct:__anon27430
    [all...]

Completed in 748 milliseconds