Home
last modified time | relevance | path

Searched defs:mn (Results 1 - 25 of 34) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Denum-min-size.c23 enum mn { MN = -1LL }; enum
/third_party/icu/icu4c/source/tools/tzcode/
H A Dasctime.c82 register const char * mn; in asctime_r() local
H A Dzdump.c877 register const char * mn; in dumptime() local
/third_party/libexif/contrib/examples/
H A Dphotographer.c46 ExifMnoteData *mn = exif_data_get_mnote_data(d); in show_mnote_tag() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dasctime.c82 register const char * mn; in asctime_r() local
H A Dzdump.c883 register const char * mn; in dumptime() local
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-debug.c113 struct ssp_aux_config_mn *mn; in ssp_print_internal() local
H A Dssp-process.c559 struct ssp_intel_mn_ctl *mn; in ssp_calculate_intern_ext() local
/third_party/tzdata/
H A Dasctime.c74 register const char * mn; in asctime_r() local
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h262 inline T clamp(T v, T mn, T mx) in clamp() argument
/third_party/libexif/test/
H A Dtest-parse-from-data.c65 ExifMnoteData *mn = exif_data_get_mnote_data(d); in dump_makernote() local
H A Dtest-parse.c61 ExifMnoteData *mn = exif_data_get_mnote_data(d); in dump_makernote() local
/third_party/skia/modules/skottie/src/effects/
H A DEffects.cpp64 const skjson::StringValue* mn = jeffect["mn"]; in findBuilder() local
/third_party/ffmpeg/libavfilter/
H A Dvf_cas.c88 int mn, mn2, mx, mx2; in cas_slice8() local
155 int mn, mn2, mx, mx2; in cas_slice16() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCompatibilityTest.java660 void aux4064654(int yr, int mo, int dt, int hr, int mn, int sc) { in aux4064654() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCompatibilityTest.java663 void aux4064654(int yr, int mo, int dt, int hr, int mn, int sc) { in aux4064654() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-date.c489 ecma_number_t mn = (ecma_number_t) fmod (m, 12); in ecma_date_make_day() local
/third_party/skia/gm/
H A Dhsl.cpp56 float mn = min(*r,*g,*b), in set_sat() local
68 mn = min(*r,*g,*b), in clip_color() local
/third_party/ffmpeg/libavcodec/
H A Dtexturedspenc.c503 int mn, mx; in compress_alpha() local
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_core.c775 const struct snmp_node *mn = NULL; in snmp_get_node_instance_from_oid() local
814 const struct snmp_node *mn = NULL; in snmp_get_next_node_instance_from_oid() local
[all...]
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeInt32.h122 DE_INLINE deBool deInRange32 (int a, int mn, int mx) in deInRange32() argument
136 DE_INLINE deBool deInBounds32 (int a, int mn, int mx) in deInBounds32() argument
148 deClamp32(int a, int mn, int mx) deClamp32() argument
[all...]
H A DdeMath.h154 DE_INLINE float deFloatClamp (float x, float mn, float mx) { return (x <= mn) ? mn : ((x >= mx) ? mx : x); } in deFloatClamp() argument
159 DE_INLINE double deClamp (double x, double mn, double mx) { return (x <= mn) ? mn : ((x >= mx) ? mx : x); } in deClamp() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h417 template<typename T> static inline T ImClamp(T v, T mn, T mx) { return (v < mn) ? mn : (v > mx) ? mx : v; } in ImClamp() argument
420 template<typename T> static inline T ImAddClampOverflow(T a, T b, T mn, T mx) { if (b < 0 && (a < mn - b)) return mn; if (b > 0 && (a > mx - b)) return mx; return a + b; } in ImAddClampOverflow() argument
421 template<typename T> static inline T ImSubClampOverflow(T a, T b, T mn, T mx) { if (b > 0 && (a < mn + b)) return mn; if (b < 0 && (a > mx + b)) return mx; return a - b; } in ImSubClampOverflow() argument
425 static inline ImVec2 ImClamp(const ImVec2& v, const ImVec2& mn, ImVec in ImMax() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay_i.h41 be32 mn; member
47 u32 mn; member
132 u32 mn; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay_i.h41 be32 mn; member
47 u32 mn; member
132 u32 mn; member

Completed in 22 milliseconds

12