/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-segnames.c | 148 is_freeslot(UInt ix) in is_freeslot() 155 put_slotindex(UInt ix, UInt slotindex) in put_slotindex() 169 get_slotindex(UInt ix) in get_slotindex() 187 put_slotsize(UInt ix, UInt size) in put_slotsize() 196 get_slotsize(UInt ix) in get_slotsize() 209 put_refcount(UInt ix, UInt rc) in put_refcount() 219 get_refcount(UInt ix) in get_refcount() 231 inc_refcount(UInt ix) in inc_refcount() 240 dec_refcount(UInt ix) in dec_refcount() 262 put_sentinel(UInt ix) in put_sentinel() [all …]
|
/external/libopus/silk/float/ |
D | LPC_analysis_filter_FLP.c | 50 opus_int ix; in silk_LPC_analysis_filter16_FLP() local 88 opus_int ix; in silk_LPC_analysis_filter12_FLP() local 122 opus_int ix; in silk_LPC_analysis_filter10_FLP() local 154 opus_int ix; in silk_LPC_analysis_filter8_FLP() local 184 opus_int ix; in silk_LPC_analysis_filter6_FLP() local
|
/external/tensorflow/tensorflow/core/util/sparse/ |
D | sparse_tensor_test.cc | 36 Eigen::Tensor<int64, 2, Eigen::RowMajor, Eigen::DenseIndex> ix(N, NDIM); in GetSimpleIndexTensor() local 62 auto ix = GetSimpleIndexTensor(N, NDIM); in TEST() local 95 Tensor ix(DT_INT32, TensorShape({N, NDIM})); in TEST() local 105 Tensor ix(DT_INT64, TensorShape({N, NDIM, 1})); in TEST() local 115 Tensor ix(DT_INT64, TensorShape({N, NDIM})); in TEST() local 125 Tensor ix(DT_INT64, TensorShape({N, NDIM})); in TEST() local 135 Tensor ix(DT_INT64, TensorShape({N, NDIM})); in TEST() local 144 Tensor ix(DT_INT64, TensorShape({N, NDIM})); in TEST() local 162 Tensor ix(DT_INT64, TensorShape({N, NDIM})); in TEST() local 208 Tensor ix(DT_INT64, TensorShape({N, NDIM})); in TEST() local [all …]
|
D | dim_comparator.h | 49 DimComparator(const TTypes<int64>::Matrix& ix, const VarDimArray& order, in DimComparator() 97 FixedDimComparator(const TTypes<int64>::Matrix& ix, const VarDimArray& order, in FixedDimComparator()
|
D | group_iterator.h | 80 GroupIterable(Tensor ix, Tensor vals, int dims, const VarDimArray& group_dims) in GroupIterable() 94 inline bool GroupMatches(const TIX& ix, int64 loc_a, int64 loc_b) const { in GroupMatches()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Trie2_32.java | 71 int ix; in get() local 132 int ix; in getFromU16SingleLead() local 208 … int ix = (UTRIE2_INDEX_1_OFFSET - UTRIE2_OMITTED_BMP_INDEX_1_LENGTH) + (cp >> UTRIE2_SHIFT_1); in rangeEnd() local
|
D | Trie2_16.java | 72 int ix; in get() local 133 int ix; in getFromU16SingleLead() local 211 … int ix = (UTRIE2_INDEX_1_OFFSET - UTRIE2_OMITTED_BMP_INDEX_1_LENGTH) + (cp >> UTRIE2_SHIFT_1); in rangeEnd() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Trie2_16.java | 70 int ix; in get() local 131 int ix; in getFromU16SingleLead() local 209 … int ix = (UTRIE2_INDEX_1_OFFSET - UTRIE2_OMITTED_BMP_INDEX_1_LENGTH) + (cp >> UTRIE2_SHIFT_1); in rangeEnd() local
|
D | Trie2_32.java | 69 int ix; in get() local 130 int ix; in getFromU16SingleLead() local 206 … int ix = (UTRIE2_INDEX_1_OFFSET - UTRIE2_OMITTED_BMP_INDEX_1_LENGTH) + (cp >> UTRIE2_SHIFT_1); in rangeEnd() local
|
/external/fdlibm/ |
D | e_j1.c | 97 int hx,ix; local 166 int hx,ix,lx; local 331 int ix; local 467 int ix; local
|
D | s_logb.c | 29 int lx,ix; local
|
D | e_j0.c | 96 int hx,ix; local 165 int hx,ix,lx; local 333 int ix; local 468 int ix; local
|
D | s_ilogb.c | 29 int hx,lx,ix; local
|
D | s_tan.c | 54 int n, ix; local
|
D | s_cos.c | 55 int n, ix; local
|
D | s_sin.c | 55 int n, ix; local
|
D | s_frexp.c | 40 int hx, ix, lx; local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | gather_nd_op_cpu_impl.h | 54 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE bool GenerateIndices( in GenerateIndices() 69 Eigen::array<Eigen::DenseIndex, IXDIM + 1> ix; in operator() local
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/ |
D | sparse_column_iterable.h | 102 SparseColumnIterable(TTypes<int64>::ConstMatrix ix, int64 example_start, in SparseColumnIterable() 111 const TTypes<int64>::ConstMatrix& ix() const { return ix_; } in ix() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 137 int ix = (i & 3) * 4; in TAG() local 159 int ix = (i & 3) * 4; in TAG() local 291 int ix = (i & 3) * 16; in TAG() local 312 int ix = (i & 3) * 16; in TAG() local 379 int ix = (i & 3) * 4; in TRI_16() local
|
/external/valgrind/coregrind/ |
D | m_sparsewa.c | 92 static inline UWord swa_bitarray_read ( const UChar* arr, UWord ix ) { in swa_bitarray_read() 98 static inline UWord swa_bitarray_read_then_set ( UChar* arr, UWord ix ) { in swa_bitarray_read_then_set() 107 static inline UWord swa_bitarray_read_then_clear ( UChar* arr, UWord ix ) { in swa_bitarray_read_then_clear() 281 UWord ix; in VG_() local 313 UWord ix; in VG_() local 371 UWord ix; in VG_() local
|
/external/skia/src/core/ |
D | SkCubicMap.cpp | 38 float ix = sk_float_floor(x); in computeYFromX() local 46 float ix = sk_float_floor(x); in hackYFromX() local
|
/external/skqp/src/core/ |
D | SkCubicMap.cpp | 38 float ix = sk_float_floor(x); in computeYFromX() local 46 float ix = sk_float_floor(x); in hackYFromX() local
|
/external/brotli/c/enc/ |
D | block_encoder_inc.h | 26 size_t ix = i * alphabet_size; in FN() local
|
/external/clang/test/CodeGen/ |
D | arrayderef.c | 13 int * bar(unsigned int ix) { in bar()
|