Home
last modified time | relevance | path

Searched +defs:to +defs:array (Results 1 – 25 of 35) sorted by relevance

12

/third_party/cJSON/
DcJSON_Utils.c262 static cJSON *get_array_item(const cJSON *array, size_t item) in get_array_item()
393 static cJSON *detach_item_from_array(cJSON *array, size_t which) in detach_item_from_array()
710 static cJSON_bool insert_item_in_array(cJSON *array, size_t which, cJSON *newitem) in insert_item_in_array()
1153 CJSON_PUBLIC(void) cJSONUtils_AddPatchToArray(cJSON * const array, const char * const operation, co… in cJSONUtils_AddPatchToArray()
1158 …onst patches, const unsigned char * const path, cJSON * const from, cJSON * const to, const cJSON_… in create_patches()
1298 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatches(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatches()
1313 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatchesCaseSensitive(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatchesCaseSensitive()
1408 static cJSON *generate_merge_patch(cJSON * const from, cJSON * const to, const cJSON_bool case_sens… in generate_merge_patch()
1490 CJSON_PUBLIC(cJSON *) cJSONUtils_GenerateMergePatch(cJSON * const from, cJSON * const to) in cJSONUtils_GenerateMergePatch()
1495 …ON_PUBLIC(cJSON *) cJSONUtils_GenerateMergePatchCaseSensitive(cJSON * const from, cJSON * const to) in cJSONUtils_GenerateMergePatchCaseSensitive()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_redistribution.cc35 Status TensorRedistribution::MakeFromToLayout(const TensorLayout &from, const TensorLayout &to) { in MakeFromToLayout()
99 Status TensorRedistribution::Init(const TensorLayout &from, const TensorLayout &to, const RankList … in Init()
230 std::vector<int64_t> array(length); in EnumerateArray() local
289 std::vector<int64_t> array = EnumerateArray(factors.GetDimByIdx(i)); in CalculateToTensorShapeUsingEnumeration() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DCollectionUtilities.java43 public static <T> String join(T[] array, String separator) { in join()
81 int from = 0, to = 1; in asMap() local
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java40 public static <T> String join(T[] array, String separator) { in join()
78 int from = 0, to = 1; in asMap() local
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h173 virtual void setConstArray(const TConstUnionArray& array) { constArray = array; } in setConstArray()
476 void retargetSymbol(const TString& from, const TString& to) { in retargetSymbol()
804 void retargetSymbol(const TString& from, const TString& to) { in retargetSymbol()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c135 # define link(from, to) (-1) argument
138 # define symlink(from, to) (-1) argument
549 emit_icu_link(FILE* f, const char* from, const char* to) { in emit_icu_link()
2915 register char ** array; in getfields() local
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c136 # define link(from, to) (-1) argument
139 # define symlink(from, to) (-1) argument
550 emit_icu_link(FILE* f, const char* from, const char* to) { in emit_icu_link()
2916 register char ** array; in getfields() local
/third_party/lame/frontend/
Dparse.c63 #define dimension_of(array) (sizeof(array)/sizeof(array[0])) argument
81 char to[strlen(tocode) + 1]; in os2_iconv_open() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dbackward_references_hq.c42 void BrotliInitZopfliNodes(ZopfliNode* array, size_t length) { in BrotliInitZopfliNodes()
236 const ZopfliCostModel* self, size_t from, size_t to) { in ZopfliCostModelGetLiteralCosts()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp826 auto coerce = [](TIntermTyped &to, TIntermTyped &from) -> TIntermTyped & { in ConvertBoolToUint()
842 const bool array) in SaturateScalarOrVectorCommon()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleDateFormat.java2105 private static void safeAppend(String[] array, int value, StringBuffer appendTo) { in safeAppend()
2111 …private static void safeAppendWithMonthPattern(String[] array, int value, StringBuffer appendTo, S… in safeAppendWithMonthPattern()
3852 private String translatePattern(String pat, String from, String to) { in translatePattern()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2118 private static void safeAppend(String[] array, int value, StringBuffer appendTo) { in safeAppend()
2124 …private static void safeAppendWithMonthPattern(String[] array, int value, StringBuffer appendTo, S… in safeAppendWithMonthPattern()
3975 private String translatePattern(String pat, String from, String to) { in translatePattern()
/third_party/mesa3d/src/compiler/glsl/
Dast_function.cpp760 const ast_expression *array, ast_expression *idx, in generate_array_index()
1102 implicitly_convert_component(ir_rvalue * &from, const glsl_base_type to, in implicitly_convert_component()
/third_party/f2fs-tools/fsck/
Dmount.c2075 struct curseg_info *array; in build_curseg() local
2844 int find_next_free_block(struct f2fs_sb_info *sbi, u64 *to, int left, in find_next_free_block()
2919 u64 ssa_blk, to; in move_one_curseg_info() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc762 bool Builder::GenerateStore(uint32_t to, uint32_t from) { in GenerateStore()
1114 if (auto* array = source->As<ast::IndexAccessorExpression>()) { in GenerateAccessorExpression() local
1133 if (auto* array = accessor->As<ast::IndexAccessorExpression>()) { in GenerateAccessorExpression() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py751 def from_numpy(array): argument
3218 def uniform(self, from_=0., to=1., generator=None): argument
3876 def to(self, dtype): member in Tensor
4728 def move_to(self, to, blocking=True): argument
/third_party/typescript/lib/
Dtsc.js118 function length(array) { argument
122 function forEach(array, callback) { argument
134 function forEachRight(array, callback) { argument
146 function firstDefined(array, callback) { argument
227 function every(array, callback) { argument
238 function find(array, predicate, startIndex) { argument
250 function findLast(array, predicate, startIndex) { argument
262 function findIndex(array, predicate, startIndex) { argument
273 function findLastIndex(array, predicate, startIndex) { argument
284 function findMap(array, callback) { argument
[all …]
DtypingsInstaller.js159 function length(array) { argument
168 function forEach(array, callback) { argument
183 function forEachRight(array, callback) { argument
196 function firstDefined(array, callback) { argument
286 function every(array, callback) { argument
297 function find(array, predicate, startIndex) { argument
309 function findLast(array, predicate, startIndex) { argument
322 function findIndex(array, predicate, startIndex) { argument
333 function findLastIndex(array, predicate, startIndex) { argument
348 function findMap(array, callback) { argument
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp5526 const char* to = u_skipWhitespace((const char*)semi + 1); in TestLocaleCanonicalizationFromFile() local
6402 #define ARRAY_RANGE(array) (array), ((array) + UPRV_LENGTHOF(array)) argument
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp13817 for (auto &array : func.constant_arrays_needed_on_stack) in emit_function() local
13938 void CompilerGLSL::flush_phi(BlockID from, BlockID to) in flush_phi()
14002 void CompilerGLSL::branch_to_continue(BlockID from, BlockID to) in branch_to_continue()
14056 void CompilerGLSL::branch(BlockID from, BlockID to) in branch()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp44023 struct array struct
44025 typedef _Tp value_type;
44026 typedef value_type* pointer;
44027 typedef const value_type* const_pointer;
44028 typedef value_type& reference;
44029 typedef const value_type& const_reference;
44030 typedef value_type* iterator;
44031 typedef const value_type* const_iterator;
44032 typedef std::size_t size_type;
44033 typedef std::ptrdiff_t difference_type;
[all …]
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4340 pub to: __u64, field
4595 pub array: __u32, field
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs4260 pub to: __u64, field
4515 pub array: __u32, field
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4282 pub to: __u64, field
4537 pub array: __u32, field
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs4318 pub to: __u64, field
4573 pub array: __u32, field

12