Home
last modified time | relevance | path

Searched defs:max (Results 3526 - 3550 of 3558) sorted by relevance

1...<<141142143

/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c9789 u64 val, max; record_func_key() local
12135 u32 max = 0, ptr_limit = 0; retrieve_ptr_limit() local
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvideodev2.h920 struct v4l2_fract max; /* Maximum frame interval [s] */ member
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c9570 u64 max = min(0x7fffffffULL, in __kvm_x86_vendor_init() local
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvideodev2.h473 struct v4l2_fract max; member
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1121 u8 max; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvideodev2.h473 struct v4l2_fract max; member
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h1930 mlxsw_reg_cwtp_profile_pack(char *payload, u8 profile, u32 min, u32 max, in mlxsw_reg_cwtp_profile_pack() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1814 u8 max:4; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h2380 mlxsw_reg_cwtp_profile_pack(char *payload, u8 profile, u32 min, u32 max, in mlxsw_reg_cwtp_profile_pack() argument
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h534 int max; member
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h4853 u16 max; member
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1846 u8 max:4; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1945 uintptr_t max[UPB_MAXARRSIZE + 1] = {0}; in upb_inttable_compact2() local
7952 bool upb_pbdecoder_setmaxnesting(upb_pbdecoder *d, size_t max) { in upb_pbdecoder_setmaxnesting() argument
[all...]
H A Dupb.h5879 bool set_max_nesting(size_t max) { return upb_pbdecoder_maxnesting(ptr()); } in set_max_nesting() argument
/third_party/glfw/deps/
H A Dnuklear.h5273 float min, max, range; global() member
21046 nk_draw_slider(struct nk_command_buffer *out, nk_flags state, const struct nk_style_slider *style, const struct nk_rect *bounds, const struct nk_rect *visual_cursor, float min, float value, float max) nk_draw_slider() argument
21105 nk_do_slider(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, float min, float val, float max, float step, const struct nk_style_slider *style, struct nk_input *in, const struct nk_user_font *font) nk_do_slider() argument
21228 nk_slide_float(struct nk_context *ctx, float min, float val, float max, float step) nk_slide_float() argument
21233 nk_slide_int(struct nk_context *ctx, int min, int val, int max, int step) nk_slide_int() argument
21240 nk_slider_int(struct nk_context *ctx, int min, int *val, int max, int step) nk_slider_int() argument
21259 nk_progress_behavior(nk_flags *state, struct nk_input *in, struct nk_rect r, struct nk_rect cursor, nk_size max, nk_size value, int modifiable) nk_progress_behavior() argument
21289 nk_draw_progress(struct nk_command_buffer *out, nk_flags state, const struct nk_style_progress *style, const struct nk_rect *bounds, const struct nk_rect *scursor, nk_size value, nk_size max) nk_draw_progress() argument
21324 nk_do_progress(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, nk_size value, nk_size max, int modifiable, const struct nk_style_progress *style, struct nk_input *in) nk_do_progress() argument
21355 nk_progress(struct nk_context *ctx, nk_size *cur, nk_size max, int is_modifyable) nk_progress() argument
21386 nk_prog(struct nk_context *ctx, nk_size cur, nk_size max, int modifyable) nk_prog() argument
23399 nk_edit_string(struct nk_context *ctx, nk_flags flags, char *memory, int *len, int max, nk_plugin_filter filter) nk_edit_string() argument
23516 nk_edit_string_zero_terminated(struct nk_context *ctx, nk_flags flags, char *buffer, int max, nk_plugin_filter filter) nk_edit_string_zero_terminated() argument
23938 nk_property_int(struct nk_context *ctx, const char *name, int min, int *val, int max, int step, float inc_per_pixel) nk_property_int() argument
23952 nk_property_float(struct nk_context *ctx, const char *name, float min, float *val, float max, float step, float inc_per_pixel) nk_property_float() argument
23966 nk_property_double(struct nk_context *ctx, const char *name, double min, double *val, double max, double step, float inc_per_pixel) nk_property_double() argument
23980 nk_propertyi(struct nk_context *ctx, const char *name, int min, int val, int max, int step, float inc_per_pixel) nk_propertyi() argument
23994 nk_propertyf(struct nk_context *ctx, const char *name, float min, float val, float max, float step, float inc_per_pixel) nk_propertyf() argument
24008 nk_propertyd(struct nk_context *ctx, const char *name, double min, double val, double max, double step, float inc_per_pixel) nk_propertyd() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A D802.11.h348 int8 max; member
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h3582 __be32 max; member

Completed in 193 milliseconds

1...<<141142143