Home
last modified time | relevance | path

Searched defs:arr (Results 326 - 350 of 386) sorted by relevance

1...<<111213141516

/third_party/musl/Benchmark/musl/
H A Dlibc_stdio.cpp499 const char *arr = "signal_stack"; in Bm_function_Vsprintf_str() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp3623 float arr[4] = {}; in TestBlendColor() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h514 inline bool ImBitArrayTestBit(const ImU32* arr, int n) { ImU32 mask = (ImU32)1 << (n & 31); return (arr[n >> 5] & mask) != 0; } in ImBitArrayTestBit() argument
515 inline void ImBitArrayClearBit(ImU32* arr, int n) { ImU32 mask = (ImU32)1 << (n & 31); arr[n >> 5] &= ~mask; } in ImBitArrayClearBit() argument
516 inline void ImBitArraySetBit(ImU32* arr, int n) { ImU32 mask = (ImU32)1 << (n & 31); arr[n >> 5] |= mask; } in ImBitArraySetBit() argument
517 inline void ImBitArraySetBitRange(ImU32* arr, int n, int n2) // Works on range [n..n2) in ImBitArraySetBitRange() argument
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_java_wrap.c333 jbyte *arr; in SWIG_JavaArrayOutSchar() local
379 jshort *arr; in SWIG_JavaArrayOutUchar() local
425 jshort *arr; SWIG_JavaArrayOutShort() local
471 jint *arr; SWIG_JavaArrayOutUshort() local
517 jint *arr; SWIG_JavaArrayOutInt() local
563 jlong *arr; SWIG_JavaArrayOutUint() local
609 jint *arr; SWIG_JavaArrayOutLong() local
655 jlong *arr; SWIG_JavaArrayOutUlong() local
701 jlong *arr; SWIG_JavaArrayOutLonglong() local
747 jfloat *arr; SWIG_JavaArrayOutFloat() local
793 jdouble *arr; SWIG_JavaArrayOutDouble() local
850 jbyte *arr; SWIG_JavaArrayOutUint8() local
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp406 const Json::Value& arr = root[key]; in parseConfig() local
588 const Json::Value& arr = root[key]; in parseGeneric() local
[all...]
/third_party/skia/tests/
H A DSerializationTest.cpp647 const void* arr = reader.skipByteArray(&len); in DEF_TEST() local
662 const void* arr = reader.skipByteArray(&len); in DEF_TEST() local
676 const void* arr = reader.skipByteArray(&len); in DEF_TEST() local
/third_party/vixl/src/
H A Dutils-vixl.h169 void DeleteArray([[maybe_unused]] T* arr) { in DeleteArray() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php672 $arr = $this->$getter(); variable
/third_party/protobuf/php/tests/
H A DEncodeDecodeTest.php1029 $arr = $m->getValues(); variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVaryingPacking.cpp170 std::vector<unsigned int> arr = backVarying->arraySizes; in StripVaryingArrayDimension() local
178 std::vector<unsigned int> arr = frontVarying->arraySizes; in StripVaryingArrayDimension() local
269 std::vector<unsigned int> arr = in getBasicTypeElementCount() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp746 std::vector<std::string> arr = ReminderRequest::StringSplit(temp[INDEX_VALUE], in GenValuesBucket() local
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp112 napi_value arr; in CtoJSUsbInterface() local
137 napi_value arr; in CtoJSUsbConfig() local
164 napi_value arr; in CtoJSUsbDevice() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp44 auto arr = panda::ArrayRef::New(vm, length); in ToJsValueHelper() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp179 auto arr = ConstructArrayProperty<float>("Keyframes", {}, META_NS::ObjectFlagBits::NONE); in Build() local
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp286 auto arr = static_cast<char**>(malloc(sizeof(char*) * size)); in FfiOHOSGetSupportedFormats() local
455 auto arr = static_cast<int64_t*>(malloc(sizeof(int64_t) * size)); in FfiOHOSImageSourceCreatePixelMapList() local
489 auto arr = static_cast<int32_t*>(malloc(sizeof(int32_t) * size)); FfiOHOSImageSourceGetDelayTime() local
521 int32_t *arr = static_cast<int32_t*>(malloc(sizeof(int32_t) * size)); FfiImageImageSourceImplGetDisposalTypeList() local
1355 auto arr = static_cast<char**>(malloc(sizeof(char*) * size)); FfiOHOSImagePackerGetSupportedFormats() local
[all...]
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_device.cpp118 napi_value arr; in NativeInfoElemsToJsObj() local
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp787 std::string SoftbusListener::ConvertBytesToUpperCaseHexString(const uint8_t arr[], const size_t size) in ConvertBytesToUpperCaseHexString() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp936 int arr[num] = {10, 9, 8, 7, 6, 5, 4, 3, 2, 1}; in Qsort() local
1224 int arr[num] = {5, 9, 10, 14, 16, 19, 21, 26, 29, 31}; in Bsearch() local
1312 void *arr = malloc(LIB_BUFF_SIZE); in Realloc() local
/third_party/mbedtls/library/
H A Decp.c317 static void mpi_init_many(mbedtls_mpi *arr, size_t size) in mpi_init_many() argument
324 static void mpi_free_many(mbedtls_mpi *arr, size_t size) in mpi_free_many() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c264 struct util_dynarray *arr = (struct util_dynarray *)entry->data; in delete_entry_dynarray() local
1281 vectorize_sorted_entries(struct vectorize_ctx *ctx, nir_function_impl *impl, struct util_dynarray *arr) vectorize_sorted_entries() argument
1336 struct util_dynarray *arr = entry->data; vectorize_entries() local
1495 struct util_dynarray *arr; process_block() local
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c643 uint32_t arr[4] = {0}; in virgl_encode_clear_texture() local
/third_party/node/src/
H A Dcares_wrap.cc1698 Local<Array> arr = args[0].As<Array>(); in SetServers() local
H A Dnode_file.cc1142 Local<Value> arr = FillGlobalStatsArray(binding_data, use_bigint, in Stat() local
1176 Local<Value> arr = FillGlobalStatsArray(binding_data, use_bigint, in LStat() local
1208 Local<Value> arr = FillGlobalStatsArray(binding_data, use_bigint, in FStat() local
1248 Local<Value> arr = FillGlobalStatFsArray( in StatFs() local
H A Dnode_messaging.cc921 Local<Array> arr = object.As<Array>(); in ReadIterable() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp1200 Value *crd[3], *arr[2], *shadow; in handleManualTXD() local

Completed in 72 milliseconds

1...<<111213141516