Home
last modified time | relevance | path

Searched defs:array (Results 276 - 300 of 1325) sorted by relevance

1...<<11121314151617181920>>...53

/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h72 const std::array<float, kMaxUniformSize>& array() const { in array() function in GrMatrixConvolutionEffect::KernelWrapper
/third_party/skia/src/core/
H A DSkTSort.h34 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftUp() argument
68 SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, const C& lessThan) SkTHeapSort_SiftDown() argument
93 SkTHeapSort(T array[], size_t count, const C& lessThan) SkTHeapSort() argument
106 SkTHeapSort(T array[], size_t count) SkTHeapSort() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DClassDefTable.java10 public final RecordsTable<?> array; field in ClassDefTable
H A DCoverageTable.java10 public final RecordsTable<?> array; field in CoverageTable
H A DLigatureSubst.java11 private final InnerArrayFmt1 array; field in LigatureSubst
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DOneToManySubst.java12 private final GlyphIds array; field in OneToManySubst
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dutil.cpp117 const Formattable* array = f.getArray(count); in formattableToString() local
/third_party/skia/tests/
H A DUtilsTest.cpp128 int i, array[kSEARCH_COUNT]; in test_search() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcpal.c132 FT_UShort* array = NULL; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dsample.py4 import array namespace
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc97 int32_t ByteArray::CopyTo(ByteArray* array) { in CopyTo() argument
101 int32_t ByteArray::CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() argument
105 int32_t ByteArray::CopyTo(int32_t dst_offset, ByteArray* array, in CopyTo() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMD5.h
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DJSONBackend.cpp54 json::Array array; in translateInit() local
65 json::Array array; in translateInit() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix.cc43 const ast::Array* array(ProgramBuilder* b) const { in array() function
[all...]
/third_party/toybox/toys/pending/
H A Dipcs.c46 unsigned short *array; member
/third_party/typescript/tests/baselines/reference/
H A DconditionalOperatorConditionIsNumberType.js35 var array = [1, 2, 3]; variable
96 var array = [1, 2, 3]; variable
/third_party/skia/include/effects/
H A DSkImageFilters.h296 sk_sp<SkImageFilter> array[] = { std::move(first), std::move(second) }; local
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsi476x-prop.c19 si476x_core_element_is_in_array(u16 element, const u16 array[], size_t size) si476x_core_element_is_in_array() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dsrq.h54 struct xarray array; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c118 void *mthca_array_get(struct mthca_array *array, int index) in mthca_array_get() argument
128 int mthca_array_set(struct mthca_array *array, int index, void *value) in mthca_array_set() argument
145 mthca_array_clear(struct mthca_array *array, int index) mthca_array_clear() argument
160 mthca_array_init(struct mthca_array *array, int nent) mthca_array_init() argument
178 mthca_array_cleanup(struct mthca_array *array, int nent) mthca_array_cleanup() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c121 struct dma_fence_array *array = to_dma_fence_array(fence); in fence_set_priority() local
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dunsolicited_frame_control.h172 struct scu_unsolicited_frame_header *array; member
195 struct sci_unsolicited_frame array[SCU_MAX_UNSOLICITED_FRAMES]; member
217 u64 *array; member
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dqcom_gsbi.c25 const u32 (*array)[MAX_GSBI]; member
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.c94 static void iscsit_create_random_array(u32 *array, u32 count) in iscsit_create_random_array() argument
124 u32 *array, pdu_count, seq_count = 0, seq_no = 0, seq_offset = 0; in iscsit_randomize_pdu_lists() local
174 u32 *array, seq_count = cmd->seq_count; iscsit_randomize_seq_lists() local
[all...]
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint3406_thermal.c97 static int int3406_thermal_get_index(int *array, int nr, int value) in int3406_thermal_get_index() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...53