| /third_party/pulseaudio/src/pulsecore/ |
| D | dynarray.c | 39 pa_dynarray *array; in pa_dynarray_new() local 47 void pa_dynarray_free(pa_dynarray *array) { in pa_dynarray_free() 59 void pa_dynarray_append(pa_dynarray *array, void *p) { in pa_dynarray_append() 73 void *pa_dynarray_get(pa_dynarray *array, unsigned i) { in pa_dynarray_get() 82 void *pa_dynarray_last(pa_dynarray *array) { in pa_dynarray_last() 91 int pa_dynarray_remove_by_index(pa_dynarray *array, unsigned i) { in pa_dynarray_remove_by_index() 109 int pa_dynarray_remove_by_data(pa_dynarray *array, void *p) { in pa_dynarray_remove_by_data() 129 void *pa_dynarray_steal_last(pa_dynarray *array) { in pa_dynarray_steal_last() 138 unsigned pa_dynarray_size(pa_dynarray *array) { in pa_dynarray_size() 144 int pa_dynarray_insert_by_index(pa_dynarray *array, void *p, unsigned i) { in pa_dynarray_insert_by_index()
|
| D | dbus-util.c | 387 pa_dbus_pending *p; in pa_dbus_pending_new() local 403 void pa_dbus_pending_free(pa_dbus_pending *p) { in pa_dbus_pending_free() 417 void pa_dbus_sync_pending_list(pa_dbus_pending **p) { in pa_dbus_sync_pending_list() 424 void pa_dbus_free_pending_list(pa_dbus_pending **p) { in pa_dbus_free_pending_list() 558 void *array, in pa_dbus_send_basic_array_variant_reply() 590 void pa_dbus_append_basic_array(DBusMessageIter *iter, int item_type, const void *array, unsigned n… in pa_dbus_append_basic_array() 621 void pa_dbus_append_basic_array_variant(DBusMessageIter *iter, int item_type, const void *array, un… in pa_dbus_append_basic_array_variant() 656 const void *array, in pa_dbus_append_basic_array_variant_dict_entry()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | for-of41.js | 2 var array = [{x: [0], y: {p: ""}}] property 3 for (var {x: [a], y: {p}} of array) { field 9 var array = [{ x: [0], y: { p: "" } }]; property 10 for (var { x: [a], y: { p } } of array) { field
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | pad_array_elements.cc | 49 const sem::Array* array) { in PadArray() 63 if (auto p = in PadArray() local 104 auto pad = [&](const sem::Array* array) { in Run() 111 if (auto* array = type->UnwrapRef()->As<sem::Array>()) { in Run() local 112 if (auto p = pad(array)) { in Run() local 122 if (auto* array = tint::As<sem::Array>( in Run() local 140 if (auto* array = ctor->ReturnType()->As<sem::Array>()) { in Run() local 141 if (auto p = pad(array)) { in Run() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
| D | bsearch.c | 23 int compare(const void *p, const void *q) in compare() 35 int array[NUM] = {9, 2, 7, 11, 3, 87, 34, 6}; in bsearch_0100() local 37 int *p; in bsearch_0100() local 50 int array[NUM] = {9, 2, 7, 11, 3, 87, 34, 6}; in bsearch_0200() local 52 int *p; in bsearch_0200() local
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| D | write_bits.h | 37 uint8_t* BROTLI_RESTRICT array) { in BrotliWriteBits() 50 uint8_t* p = &array[*pos >> 3]; in BrotliWriteBits() local 77 size_t pos, uint8_t* array) { in BrotliWriteBitsPrepareStorage()
|
| /third_party/skia/gm/ |
| D | srgb.cpp | 18 const float array[] = { variable 29 SkPaint p; variable
|
| D | colorfilterimagefilter.cpp | 59 static void sk_gm_get_colorfilters(SkTArray<sk_sp<SkColorFilter>>* array) { in sk_gm_get_colorfilters() 87 static void sk_gm_get_shaders(SkTDArray<SkShader*>* array) { in sk_gm_get_shaders() 191 SkPaint p; variable
|
| /third_party/mbedtls/library/ |
| D | common.h | 73 #define ARRAY_LENGTH_UNSAFE(array) \ argument 93 #define ARRAY_LENGTH(array) \ argument 100 #define ARRAY_LENGTH(array) ARRAY_LENGTH_UNSAFE(array) argument 139 unsigned char *p, size_t n) in mbedtls_buffer_offset() 156 const unsigned char *p, size_t n) in mbedtls_buffer_offset_const()
|
| /third_party/python/Include/ |
| D | pymacro.h | 81 #define Py_ARRAY_LENGTH(array) \ argument 86 #define Py_ARRAY_LENGTH(array) \ argument 107 #define _Py_ALIGN_DOWN(p, a) ((void *)((uintptr_t)(p) & ~(uintptr_t)((a) - 1))) argument 109 #define _Py_ALIGN_UP(p, a) ((void *)(((uintptr_t)(p) + \ argument 112 #define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1))) argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/search/ |
| D | tdestroy.c | 29 void *p; in malloc_node() local 49 void node_free(void *p) in node_free() 64 int array[ARRAY_SIZE] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in tdestroy_0100() local
|
| /third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/ |
| D | vector_has_test_generated.swift | 21 var p: VOffset { self.rawValue } variable 34 …public func array(at index: Int32) -> UInt64 { let o = _accessor.offset(VTOFFSET.array.v); return … in array() function 35 public var array: [UInt64] { return _accessor.getVector(at: VTOFFSET.array.v) ?? [] } variable
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | unistr.cpp | 162 UChar *array = getArrayStart(); in UnicodeString() local 180 UChar *array = getArrayStart(); in UnicodeString() local 255 const UChar *p = buff, *limit = buff + buffCapacity; in UnicodeString() local 381 int32_t *array = (int32_t *) uprv_malloc(numBytes); in allocate() local 628 const UChar *array = getBuffer(); in unescape() local 792 const UChar *array = getArrayStart(); in char32At() local 804 const UChar *array = getArrayStart(); in getChar32Start() local 816 const UChar *array = getArrayStart(); in getChar32Limit() local 848 const UChar *array = getArrayStart(); in moveIndex32() local 868 const UChar *array = getArrayStart(); in doExtract() local [all …]
|
| D | localeprioritylist.cpp | 54 const char *skipSpaces(const char *p, const char *limit) { in skipSpaces() 59 int32_t findTagLength(const char *p, const char *limit) { in findTagLength() 75 int32_t parseWeight(const char *&p, const char *limit) { in parseWeight() 110 MaybeStackArray<LocaleAndWeight, 20> array; member 120 const char *p = s.data(); in LocalePriorityList() local
|
| D | uresdata.cpp | 312 const UChar *p; in res_getStringNoTrace() local 364 const UChar *p=(const UChar *)p32; in isNoInheritanceMarker() local 367 const UChar *p; in isNoInheritanceMarker() local 386 int32_t getStringArray(const ResourceData *pResData, const icu::ResourceArray &array, in getStringArray() 421 const UChar *p; in res_getAlias() local 440 const uint8_t *p; in res_getBinaryNoTrace() local 460 const int32_t *p; in res_getIntVectorNoTrace() local 681 ResourceArray array = getArray(errorCode); in getStringOrFirstOfArray() local 723 const uint16_t *p= (const uint16_t *)(pResData->pRoot+offset); in res_getTableItemByKey() local 734 const uint16_t *p=pResData->p16BitUnits+offset; in res_getTableItemByKey() local [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | unistr.cpp | 162 UChar *array = getArrayStart(); in UnicodeString() local 180 UChar *array = getArrayStart(); in UnicodeString() local 255 const UChar *p = buff, *limit = buff + buffCapacity; in UnicodeString() local 382 int32_t *array = (int32_t *) uprv_malloc(numBytes); in allocate() local 629 const UChar *array = getBuffer(); in unescape() local 793 const UChar *array = getArrayStart(); in char32At() local 805 const UChar *array = getArrayStart(); in getChar32Start() local 817 const UChar *array = getArrayStart(); in getChar32Limit() local 849 const UChar *array = getArrayStart(); in moveIndex32() local 869 const UChar *array = getArrayStart(); in doExtract() local [all …]
|
| D | localeprioritylist.cpp | 54 const char *skipSpaces(const char *p, const char *limit) { in skipSpaces() 59 int32_t findTagLength(const char *p, const char *limit) { in findTagLength() 75 int32_t parseWeight(const char *&p, const char *limit) { in parseWeight() 110 MaybeStackArray<LocaleAndWeight, 20> array; member 120 const char *p = s.data(); in LocalePriorityList() local
|
| /third_party/json/tests/src/ |
| D | unit-custom-base-class.cpp | 60 auto array = json::array(); variable 171 json const array(10, value); variable 288 { in __anon886a6a280102()
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_tbe_ops/ |
| D | test_renorm.py | 27 def __init__(self, p, dim, max_norm): argument 40 def __init__(self, array, p, dim, max_norm): argument
|
| /third_party/googletest/googlemock/include/gmock/internal/ |
| D | gmock-internal-utils.h | 82 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) { in GetRawPointer() 94 inline Element* GetRawPointer(Element* p) { in GetRawPointer() 393 const ::std::tuple<ElementPointer, Size>& array) { in ConstReference() 397 static type Copy(const ::std::tuple<ElementPointer, Size>& array) { in Copy()
|
| /third_party/cJSON/ |
| D | cJSON.c | 605 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure() 1267 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string() 1507 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintBuffered() local 1537 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintPreallocated() local 2076 CJSON_PUBLIC(int) cJSON_GetArraySize(const cJSON *array) in cJSON_GetArraySize() 2099 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item() 2118 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) in cJSON_GetArrayItem() 2204 static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) in add_item_to_array() 2238 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) in cJSON_AddItemToArray() 2307 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) in cJSON_AddItemReferenceToArray() [all …]
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| D | ttcpal.c | 81 FT_Byte* p = NULL; in tt_face_load_cpal() local 132 FT_UShort* array = NULL; in tt_face_load_cpal() local 267 FT_Byte* p; in tt_face_palette_set() local
|
| /third_party/skia/src/core/ |
| D | SkReadBuffer.h | 99 SkPoint readPoint() { SkPoint p; this->readPoint(&p); return p; } in readPoint() local 153 void setTypefaceArray(sk_sp<SkTypeface> array[], int count) { in setTypefaceArray() 162 void setFactoryPlayback(SkFlattenable::Factory array[], int count) { in setFactoryPlayback()
|
| /third_party/musl/libc-test/src/functional/ |
| D | ipc_sem.c | 36 unsigned short *array; in inc() member 109 int p; in main() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/ |
| D | op_api_convert.h | 146 …nvertValue(const ValuePtr &value, const AttrDeclType<std::vector<int64_t>> &, aclIntArray *array) { in ConvertValue() 152 …nvertValue(const ValuePtr &value, const AttrDeclType<std::vector<int32_t>> &, aclIntArray *array) { in ConvertValue() 161 …vertValue(const ValuePtr &value, const AttrDeclType<std::vector<uint8_t>> &, aclBoolArray *array) { in ConvertValue() 167 …nvertValue(const ValuePtr &value, const AttrDeclType<std::vector<float>> &, aclFloatArray *array) { in ConvertValue() 681 inline void Release(aclTensor *p) { in Release() 689 inline void Release(aclScalar *p) { in Release() 697 inline void Release(aclIntArray *p) { in Release() 706 inline void Release(aclBoolArray *p) { in Release() 715 inline void Release(aclTensorList *p) { in Release()
|