| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| H A D | enum-min-size.c | 23 enum mn { MN = -1LL }; enum
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | asctime.c | 82 register const char * mn; in asctime_r() local
|
| H A D | zdump.c | 877 register const char * mn; in dumptime() local
|
| /third_party/libexif/contrib/examples/ |
| H A D | photographer.c | 46 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 D | asctime.c | 82 register const char * mn; in asctime_r() local
|
| H A D | zdump.c | 883 register const char * mn; in dumptime() local
|
| /third_party/alsa-utils/topology/nhlt/intel/ssp/ |
| H A D | ssp-debug.c | 113 struct ssp_aux_config_mn *mn; in ssp_print_internal() local
|
| H A D | ssp-process.c | 559 struct ssp_intel_mn_ctl *mn; in ssp_calculate_intern_ext() local
|
| /third_party/tzdata/ |
| H A D | asctime.c | 74 register const char * mn; in asctime_r() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_mathlib.h | 262 inline T clamp(T v, T mn, T mx) in clamp() argument
|
| /third_party/libexif/test/ |
| H A D | test-parse-from-data.c | 65 ExifMnoteData *mn = exif_data_get_mnote_data(d); in dump_makernote() local
|
| H A D | test-parse.c | 61 ExifMnoteData *mn = exif_data_get_mnote_data(d); in dump_makernote() local
|
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | Effects.cpp | 64 const skjson::StringValue* mn = jeffect["mn"]; in findBuilder() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_cas.c | 88 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 D | CompatibilityTest.java | 660 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 D | CompatibilityTest.java | 663 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 D | ecma-builtin-helpers-date.c | 489 ecma_number_t mn = (ecma_number_t) fmod (m, 12); in ecma_date_make_day() local
|
| /third_party/skia/gm/ |
| H A D | hsl.cpp | 56 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 D | texturedspenc.c | 503 int mn, mx; in compress_alpha() local [all...] |
| /third_party/lwip/src/apps/snmp/ |
| H A D | snmp_core.c | 775 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 D | deInt32.h | 122 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 D | deMath.h | 154 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 D | imgui_internal.h | 417 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 D | ieee802_1x_kay_i.h | 41 be32 mn; member 47 u32 mn; member 132 u32 mn; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
| H A D | ieee802_1x_kay_i.h | 41 be32 mn; member 47 u32 mn; member 132 u32 mn; member
|