Home
last modified time | relevance | path

Searched defs:align (Results 101 - 125 of 1136) sorted by relevance

12345678910>>...46

/kernel/linux/linux-6.6/mm/
H A Dmaccess.c26 unsigned long align = 0; in copy_from_kernel_nofault() local
60 unsigned long align = 0; in copy_to_kernel_nofault() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_align_test.cpp24 int32_t align = ARKUI_ALIGNMENT_TOP_START; in TestCommonAttrsAlign001() local
36 int32_t align = ARKUI_ALIGNMENT_TOP; in TestCommonAttrsAlign002() local
48 int32_t align = ARKUI_ALIGNMENT_TOP_END; in TestCommonAttrsAlign003() local
60 int32_t align in TestCommonAttrsAlign004() local
72 int32_t align = ARKUI_ALIGNMENT_CENTER; TestCommonAttrsAlign005() local
84 int32_t align = ARKUI_ALIGNMENT_END; TestCommonAttrsAlign006() local
96 int32_t align = ARKUI_ALIGNMENT_BOTTOM_START; TestCommonAttrsAlign007() local
108 int32_t align = ARKUI_ALIGNMENT_BOTTOM; TestCommonAttrsAlign008() local
120 int32_t align = ARKUI_ALIGNMENT_BOTTOM_END; TestCommonAttrsAlign009() local
132 int32_t align = ARKUI_ALIGNMENT_CENTER; TestCommonAttrsAlign010() local
140 int32_t align = ENUM_ABNORMAL_VALUE; TestCommonAttrsAlign011() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_align_test.cpp24 int32_t align = ARKUI_ALIGNMENT_TOP_START; in TestCustomComponentAlign001() local
36 int32_t align = ARKUI_ALIGNMENT_TOP; in TestCustomComponentAlign002() local
48 int32_t align = ARKUI_ALIGNMENT_TOP_END; in TestCustomComponentAlign003() local
60 int32_t align in TestCustomComponentAlign004() local
72 int32_t align = ARKUI_ALIGNMENT_CENTER; TestCustomComponentAlign005() local
84 int32_t align = ARKUI_ALIGNMENT_END; TestCustomComponentAlign006() local
96 int32_t align = ARKUI_ALIGNMENT_BOTTOM_START; TestCustomComponentAlign007() local
108 int32_t align = ARKUI_ALIGNMENT_BOTTOM; TestCustomComponentAlign008() local
120 int32_t align = ARKUI_ALIGNMENT_BOTTOM_END; TestCustomComponentAlign009() local
132 int32_t align = ARKUI_ALIGNMENT_CENTER; TestCustomComponentAlign010() local
140 int32_t align = ENUM_ABNORMAL_VALUE; TestCustomComponentAlign011() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_align_test.cpp121 int32_t align = -1; in TestStackAlign010() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_align_test.cpp23 int32_t align = ARKUI_ALIGNMENT_TOP_START; in TestTextAlign001() local
35 int32_t align = ARKUI_ALIGNMENT_TOP; in TestTextAlign002() local
47 int32_t align = ARKUI_ALIGNMENT_TOP_END; in TestTextAlign003() local
59 int32_t align in TestTextAlign004() local
71 int32_t align = ARKUI_ALIGNMENT_CENTER; TestTextAlign005() local
83 int32_t align = ARKUI_ALIGNMENT_END; TestTextAlign006() local
95 int32_t align = ARKUI_ALIGNMENT_BOTTOM_START; TestTextAlign007() local
107 int32_t align = ARKUI_ALIGNMENT_BOTTOM; TestTextAlign008() local
119 int32_t align = ARKUI_ALIGNMENT_BOTTOM_END; TestTextAlign009() local
131 int32_t align = ARKUI_ALIGNMENT_CENTER; TestTextAlign010() local
[all...]
/third_party/elfutils/libdw/
H A Dlibdw_alloc.c118 __libdw_allocate (Dwarf *dbg, size_t minsize, size_t align) in __libdw_allocate() argument
/third_party/ffmpeg/libavcodec/ppc/
H A Dlossless_audiodsp_altivec.c56 register vec_u8 align = vec_lvsl(0, v2); in scalarproduct_and_madd_int16_altivec() local
/third_party/ffmpeg/libavformat/
H A Dgenh.c47 int align, ch, ret; in genh_read_header() local
/third_party/musl/src/malloc/
H A Dlite_malloc.c46 size_t align=1; in __simple_malloc() local
/third_party/musl/porting/linux/user/src/malloc/
H A Dlite_malloc.c46 size_t align=1; in __simple_malloc() local
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dcts128.c93 size_t align; in CRYPTO_cts128_encrypt() member
129 size_t align; in CRYPTO_nistcts128_encrypt() member
165 size_t align; in CRYPTO_cts128_decrypt_block() member
208 size_t align; in CRYPTO_nistcts128_decrypt_block() member
254 size_t align; in CRYPTO_cts128_decrypt() member
294 size_t align; in CRYPTO_nistcts128_decrypt() member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableCollector.java36 private final boolean align; field in CsvTableCollector
38 public CsvTableCollector(boolean align) { in CsvTableCollector() argument
/third_party/openssl/crypto/modes/
H A Dcts128.c93 size_t align; in CRYPTO_cts128_encrypt() member
129 size_t align; in CRYPTO_nistcts128_encrypt() member
165 size_t align; in CRYPTO_cts128_decrypt_block() member
208 size_t align; in CRYPTO_nistcts128_decrypt_block() member
254 size_t align; in CRYPTO_cts128_decrypt() member
294 size_t align; in CRYPTO_nistcts128_decrypt() member
/third_party/optimized-routines/string/test/
H A Dmemchr.c52 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test() argument
H A Dmemrchr.c50 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test() argument
H A Dstrchrnul.c54 test (const struct fun *fun, int align, int seekpos, int len) in test() argument
H A Dstrnlen.c53 test (const struct fun *fun, int align, size_t maxlen, size_t len) in test() argument
/third_party/skia/third_party/externals/tint/src/sem/
H A Darray.cc26 Array(const Type* element, uint32_t count, uint32_t align, uint32_t size, uint32_t stride, uint32_t implicit_stride) Array() argument
H A Dstruct.cc29 Struct(const ast::Struct* declaration, Symbol name, StructMemberList members, uint32_t align, uint32_t size, uint32_t size_no_padding) Struct() argument
81 StructMember(const ast::StructMember* declaration, Symbol name, sem::Type* type, uint32_t index, uint32_t offset, uint32_t align, uint32_t size) StructMember() argument
/third_party/skia/experimental/sktext/samples/
H A DText.cpp46 drawLine(SkCanvas* canvas, SkScalar w, SkScalar h, const std::u16string& text, TextAlign align, TextDirection direction = TextDirection::kLtr) drawLine() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dradiotap.c188 find_override(struct ieee80211_radiotap_iterator *iterator, int *align, int *size) find_override() argument
239 int pad, align, size, subns; ieee80211_radiotap_iterator_next() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dradiotap.c188 find_override(struct ieee80211_radiotap_iterator *iterator, int *align, int *size) find_override() argument
239 int pad, align, size, subns; ieee80211_radiotap_iterator_next() local
[all...]
/base/powermgr/battery_manager/charger/include/
H A Danimation_config.h42 std::string align; member
/kernel/linux/linux-5.10/drivers/dax/
H A Ddax-private.h36 unsigned int align; member
66 unsigned int align; member
94 static inline bool dax_align_valid(unsigned long align) in dax_align_valid() argument
105 static inline bool dax_align_valid(unsigned long align) in dax_align_valid() argument
/kernel/linux/linux-5.10/drivers/dma-buf/heaps/
H A Dcma_heap.c53 unsigned long align = get_order(size); in cma_heap_allocate() local

Completed in 8 milliseconds

12345678910>>...46