Home
last modified time | relevance | path

Searched defs:order (Results 126 - 150 of 1020) sorted by relevance

12345678910>>...41

/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Diteration_check.c25 int order; in my_item_insert() local
165 void iteration_test(unsigned order, unsigned test_duration) in iteration_test() argument
[all...]
/kernel/linux/linux-6.6/sound/drivers/pcsp/
H A Dpcsp.c46 int div, min_div, order; in snd_pcsp_create() local
/kernel/linux/linux-6.6/mm/
H A Dshuffle.c85 const int order = SHUFFLE_ORDER; in __shuffle_zone() local
36 shuffle_valid_page(struct zone *zone, unsigned long pfn, int order) shuffle_valid_page() argument
/third_party/nghttp2/tests/
H A Dnghttp2_map_test.c116 static int order[NUM_ENT]; variable
/third_party/mesa3d/src/mesa/math/
H A Dm_eval.c74 _math_horner_bezier_curve(const GLfloat * cp, GLfloat * out, GLfloat t, GLuint dim, GLuint order) _math_horner_bezier_curve() argument
/third_party/libdrm/tests/util/
H A Dformat.h49 enum util_yuv_order order; member
/third_party/libexif/libexif/
H A Dexif-utils.c87 exif_get_sshort (const unsigned char *buf, ExifByteOrder order) in exif_get_sshort() argument
102 exif_get_short (const unsigned char *buf, ExifByteOrder order) in exif_get_short() argument
108 exif_set_sshort (unsigned char *b, ExifByteOrder order, ExifSShort value) in exif_set_sshort() argument
124 exif_set_short (unsigned char *b, ExifByteOrder order, ExifShort value) in exif_set_short() argument
130 exif_get_slong (const unsigned char *b, ExifByteOrder order) in exif_get_slong() argument
145 exif_set_slong(unsigned char *b, ExifByteOrder order, ExifSLong value) exif_set_slong() argument
165 exif_get_long(const unsigned char *buf, ExifByteOrder order) exif_get_long() argument
171 exif_set_long(unsigned char *b, ExifByteOrder order, ExifLong value) exif_set_long() argument
177 exif_get_srational(const unsigned char *buf, ExifByteOrder order) exif_get_srational() argument
188 exif_get_rational(const unsigned char *buf, ExifByteOrder order) exif_get_rational() argument
199 exif_set_rational(unsigned char *buf, ExifByteOrder order, ExifRational value) exif_set_rational() argument
208 exif_set_srational(unsigned char *buf, ExifByteOrder order, ExifSRational value) exif_set_srational() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc89 int32_t order = 1; in TryBuildSwitch() local
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlopen_test.cpp281 static void FinalizeCallback(int32_t order) in FinalizeCallback() argument
[all...]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_operator.py28 order = "pre" variable in FixOperator
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_layout_test.cpp44 spv_result_t Equals(int order) { in Equals() argument
61 spv_result_t InvalidSet(int order) { in InvalidSet() argument
170 GenerateCode(std::string substr, int order) GenerateCode() argument
187 int order; TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_layout_test.cpp44 spv_result_t Equals(int order) { in Equals() argument
61 spv_result_t InvalidSet(int order) { in InvalidSet() argument
170 GenerateCode(std::string substr, int order) GenerateCode() argument
187 int order; TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Ddag_test.cpp25 std::vector<std::string> order; member
[all...]
/third_party/skia/experimental/graphite/src/
H A DDrawContext.cpp52 stencilAndFillPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) stencilAndFillPath() argument
61 fillConvexPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) fillConvexPath() argument
70 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder order, const PaintParams* paint) strokePath() argument
/third_party/spirv-tools/test/val/
H A Dval_layout_test.cpp42 spv_result_t Equals(int order) { in Equals() argument
161 std::vector<std::string> GenerateCode(std::string substr, int order) { in GenerateCode() argument
178 int order; TEST_P() local
[all...]
/kernel/linux/linux-5.10/arch/x86/um/
H A Dldt.c238 int i, size, k, order; in ldt_get_host_info() local
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpage-states.c71 static inline void set_page_unused(struct page *page, int order) in set_page_unused() argument
82 static inline void set_page_stable_dat(struct page *page, int order) in set_page_stable_dat() argument
93 static inline void set_page_stable_nodat(struct page *page, int order) in set_page_stable_nodat() argument
208 void arch_free_page(struct page *page, int order) in arch_free_page() argument
215 void arch_alloc_page(struct page *page, int order) in arch_alloc_page() argument
225 arch_set_page_dat(struct page *page, int order) arch_set_page_dat() argument
232 arch_set_page_nodat(struct page *page, int order) arch_set_page_nodat() argument
251 unsigned long flags, order, t; arch_set_page_states() local
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dgart.h62 static inline void gart_set_size_and_enable(struct pci_dev *dev, u32 order) in gart_set_size_and_enable() argument
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsigp.h41 static inline int ____pcpu_sigp(u16 addr, u8 order, unsigned long parm, in ____pcpu_sigp() argument
56 static inline int __pcpu_sigp(u16 addr, u8 order, unsigned long parm, in __pcpu_sigp() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dras.c99 int order; member
107 static int __init cbe_ptcal_enable_on_node(int nid, int order) in cbe_ptcal_enable_on_node() argument
166 int order, found_mic = 0; in cbe_ptcal_enable() local
184 cbe_ptcal_enable_on_node(of_node_to_nid(np), order); in cbe_ptcal_enable() local
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dmemmap.c23 unsigned int order = get_order(size); in __efi_memmap_alloc_late() local
41 unsigned int order = get_order(size); in __efi_memmap_free() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Dras.c99 int order; member
107 static int __init cbe_ptcal_enable_on_node(int nid, int order) in cbe_ptcal_enable_on_node() argument
166 int order, found_mic = 0; in cbe_ptcal_enable() local
184 cbe_ptcal_enable_on_node(of_node_to_nid(np), order); in cbe_ptcal_enable() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Drtas-work-area.c136 const unsigned int order = ilog2(RTAS_WORK_AREA_MIN_ALLOC_SZ); in rtas_work_area_allocator_init() local
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsigp.h41 static inline int ____pcpu_sigp(u16 addr, u8 order, unsigned long parm, in ____pcpu_sigp() argument
58 static inline int __pcpu_sigp(u16 addr, u8 order, unsigned long parm, in __pcpu_sigp() argument
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpage-states.c61 static inline void set_page_unused(struct page *page, int order) in set_page_unused() argument
72 static inline void set_page_stable_dat(struct page *page, int order) in set_page_stable_dat() argument
83 static inline void set_page_stable_nodat(struct page *page, int order) in set_page_stable_nodat() argument
204 void arch_free_page(struct page *page, int order) in arch_free_page() argument
211 void arch_alloc_page(struct page *page, int order) in arch_alloc_page() argument
221 arch_set_page_dat(struct page *page, int order) arch_set_page_dat() argument
[all...]

Completed in 11 milliseconds

12345678910>>...41