/third_party/ntfs-3g/libntfs-3g/ |
H A D | acls.c | 157 * Determine the size of a SID 171 int size; in ntfs_same_sid() local 173 size = ntfs_sid_size(first); in ntfs_same_sid() 174 return ((ntfs_sid_size(second) == size) in ntfs_same_sid() 175 && !memcmp(first, second, size)); in ntfs_same_sid() 253 * Determine the size of a security attribute 295 endacl = offsacl + le16_to_cpu(psacl->size); in ntfs_attr_size() 305 endacl = offdacl + le16_to_cpu(pdacl->size); in ntfs_attr_size() 562 acesz = le16_to_cpu(pace->size); in valid_acl() 621 * first check overall size i in ntfs_valid_descr() 1357 int size; ntfs_build_inherited_posix() local 1545 size_t size; ntfs_merge_descr_posix() local 4289 s64 size; ntfs_read_mapping() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 116 const int nestedArraySize; //Max size of any nested arrays 169 return 600 * structData.structArraySize; //size of struct in f16 with offsets in getStructSize() 171 return 184 * structData.structArraySize; //size of struct in f16 with offsets in getStructSize() 173 return 304 * structData.structArraySize; //size of struct in f32 with offsets in getStructSize() 175 return 184 * structData.structArraySize; //size of struct in f32 with offset in getStructSize() 177 return 4480 * structData.structArraySize / 2; //size of struct in 16b with offset in getStructSize() 179 return 1216 * structData.structArraySize / 2; //size of struct in 16b with offset in getStructSize() 197 if (outputAllocs.size() != originalFloats.size()) in graphicsCheck16BitFloats() 200 for (deUint32 outputNdx = 0; outputNdx < outputAllocs.size(); in graphicsCheck16BitFloats() [all...] |
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 74 explicit SimStack(size_t size) : usable_size_(size) {} in SimStack() argument 79 void SetBaseGuardSize(size_t size) { base_guard_size_ = size; } in SetBaseGuardSize() argument 81 // Guard against stack overflows. The size should be large enough to detect 84 void SetLimitGuardSize(size_t size) { limit_guard_size_ = size; } in SetLimitGuardSize() argument 86 // The minimum usable size of the stack. 88 void SetUsableSize(size_t size) { usable_size_ = size; } in SetUsableSize() argument 143 size_t size = l + u + b; Allocate() local 865 unsigned size = RegisterSizeInBytesFromFormat(vform); ClearForWrite() local 1223 IsExclusive(uint64_t address, size_t size) IsExclusive() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 116 const int nestedArraySize; //Max size of any nested arrays 169 return 600 * structData.structArraySize; //size of struct in f16 with offsets in getStructSize() 171 return 184 * structData.structArraySize; //size of struct in f16 with offsets in getStructSize() 173 return 304 * structData.structArraySize; //size of struct in f32 with offsets in getStructSize() 175 return 184 * structData.structArraySize; //size of struct in f32 with offset in getStructSize() 177 return 4480 * structData.structArraySize / 2; //size of struct in 16b with offset in getStructSize() 179 return 1216 * structData.structArraySize / 2; //size of struct in 16b with offset in getStructSize() 197 if (outputAllocs.size() != originalFloats.size()) in graphicsCheck16BitFloats() 200 for (deUint32 outputNdx = 0; outputNdx < outputAllocs.size(); in graphicsCheck16BitFloats() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | str.h | 49 * Returns a new string object with at least size+1 bytes storage allocated. 52 * @param size The size to allocate for the binary string data. 56 coap_string_t *coap_new_string(size_t size); 66 * Returns a new const string object with at least size+1 bytes storage 71 * @param size The size to allocate for the binary string data. 75 coap_str_const_t *coap_new_str_const(const uint8_t *data, size_t size);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | Heap.h | 32 * @param x the size of the item to be allocated 40 * @param b the new size of the item 47 * @param x the size of the item to be freed 58 size_t current_size; /**< current size of the heap in bytes */ 59 size_t max_size; /**< max size the heap has reached in bytes */ 66 void* mymalloc(char*, int, size_t size); 67 void* myrealloc(char*, int, void* p, size_t size);
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_misc.c | 34 u32 mali_osk_snprintf(char *buf, u32 size, const char *fmt, ...) in mali_osk_snprintf() argument 40 res = vscnprintf(buf, (size_t)size, fmt, args); in mali_osk_snprintf()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | rockchip-iovmm.h | 52 static inline dma_addr_t rockchip_iovmm_map(struct device *dev, struct scatterlist *sg, off_t offset, size_t size) in rockchip_iovmm_map() argument 61 static inline int rockchip_iovmm_map_oto(struct device *dev, phys_addr_t phys, size_t size) in rockchip_iovmm_map_oto() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_misc.c | 33 u32 _mali_osk_snprintf(char *buf, u32 size, const char *fmt, ...) in _mali_osk_snprintf() argument 39 res = vscnprintf(buf, (size_t)size, fmt, args); in _mali_osk_snprintf()
|
/foundation/ai/ai_engine/services/server/server_executor/source/ |
H A D | engine_worker.cpp | 34 size_t size = queue.Count(); in ClearQueue() local 35 for (size_t i = 0; i < size; ++i) { in ClearQueue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_accessibility_property.cpp | 29 return static_cast<int32_t>(arrayValue.size()); in GetCollectionItemCounts() 58 if (selectIndex < static_cast<int32_t>(arrayValue.size())) { in GetText()
|
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | render_stepper_item.cpp | 43 auto size = GetLayoutParam().Constrain(Size(child->GetLayoutSize().Width(), child->GetLayoutSize().Height())); in PerformLayout() local 44 SetLayoutSize(size); in PerformLayout()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/ |
H A D | cj_prompt_ffi.h | 41 CJ_EXPORT void* FfiPromptMallocButtons(int64_t size); 43 CJ_EXPORT void FfiPromptShowDialog(const char* title, const char* message, int32_t size,
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.h | 33 const Size& size, AIImageQuality imageQuality = AIImageQuality::NONE, bool isHdrDecoderNeed = false) override; 35 uint32_t index, const Size& size,
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_scrollbar_ffi.cpp | 34 if (!Utils::CheckParamsValid(direction, AXIS.size())) { in FfiOHOSAceFrameworkScrollBarCreate() 38 if (!Utils::CheckParamsValid(state, DISPLAY_MODE.size())) { in FfiOHOSAceFrameworkScrollBarCreate()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_content_modifier.h | 49 void SetClipSize(SizeF size) in SetClipSize() argument 51 clipSize_->Set(size); in SetClipSize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_item_pool.h | 37 explicit ScrollableItemPool(size_t size) : size_(size) {} in ScrollableItemPool() argument
|
/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_animation.cpp | 66 if (currentIndex_ == pictures_.size() - 1) { in OnNormalizedTimestampChanged() 75 if (index >= pictures_.size()) { in OnNormalizedTimestampChanged()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_painter.h | 37 void PaintSide(RSCanvas& context, const SizeF& size, const OffsetF& offset); 80 void Paint(RSCanvas& canvas, const SizeF& size, const OffsetF& offset);
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | font_ram_allocator.h | 47 void* Allocate(uint32_t size); 50 void* DynamicAllocate(uint32_t size);
|
/foundation/arkui/ace_engine/test/unittest/core/rosen/ |
H A D | gradient_style_modifier_test.cpp | 65 * @tc.steps: step4. check data size. in HWTEST_F() 67 EXPECT_EQ(outputGradient.GetColors().size(), gradient.GetColors().size()); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/ |
H A D | a2dp_codec_wrapper.h | 56 virtual void DataAvailable(uint8_t *buf, uint32_t size) = 0; 65 virtual bool DecodePacket(uint8_t *data, uint16_t size) = 0;
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_extractor_util.h | 31 uint64_t size); 36 static bool HasCopiedData(const char *filePath, int32_t fp, uint64_t size);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | raw_address.h | 97 void ConvertToUint8(uint8_t *dst, const size_t size = BT_ADDRESS_BYTE_LEN) const; 106 static RawAddress ConvertToString(const uint8_t *src, const size_t size = BT_ADDRESS_BYTE_LEN);
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | world_matrix_component_manager.cpp | 48 return componentMetaData_.size(); 53 if (index < componentMetaData_.size()) {
|