Home
last modified time | relevance | path

Searched defs:SMALL (Results 1 – 25 of 28) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2l.c27 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.m>>48) < ((0x3fff + 25)<<16 | 0x921f>>1 | 0x8000)) macro
53 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.top) < ((0x3fff + 45)<<16 | 0x921f)) macro
/third_party/musl/src/math/
D__rem_pio2l.c27 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.m>>48) < ((0x3fff + 25)<<16 | 0x921f>>1 | 0x8000)) macro
53 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.top) < ((0x3fff + 45)<<16 | 0x921f)) macro
/third_party/pixman/demos/
Dclip-in.c16 #define SMALL 25 in main() macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.h61 SMALL enumerator
/third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/
Dmakeconv.h29 U_CFUNC UBool SMALL; variable
Dmakeconv.cpp83 UBool SMALL = FALSE; variable
/third_party/icu/icu4c/source/tools/makeconv/
Dmakeconv.h29 U_CFUNC UBool SMALL; variable
Dmakeconv.cpp83 UBool SMALL = FALSE; variable
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
Dmakeconv.h29 U_CFUNC UBool SMALL; variable
Dmakeconv.cpp83 UBool SMALL = FALSE; variable
/third_party/flutter/skia/bench/
DBlurBench.cpp17 #define SMALL SkIntToScalar(2) macro
DMorphologyBench.cpp16 #define SMALL SkIntToScalar(2) macro
DCmapBench.cpp112 constexpr int SMALL = 10; variable
DBlurRectBench.cpp16 #define SMALL SkIntToScalar(2) macro
DRegionBench.cpp121 #define SMALL 16 macro
/third_party/skia/bench/
DBlurBench.cpp17 #define SMALL SkIntToScalar(2) macro
DMorphologyBench.cpp16 #define SMALL SkIntToScalar(2) macro
DCmapBench.cpp112 constexpr int SMALL = 10; variable
DBlurRectBench.cpp16 #define SMALL SkIntToScalar(2) macro
DRegionBench.cpp121 #define SMALL 16 macro
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dbenchmark.c38 #define SMALL (1024 * 128) macro
Dbenchmark_https.c38 #define SMALL (1024 * 128) macro
/third_party/python/Lib/test/test_json/
Dtest_enum.py5 SMALL = 1 variable
/third_party/uboot/u-boot-2020.01/lib/
Dvsprintf.c147 #define SMALL 32 /* Must be 32 == 0x20 */ macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DStringTrieBuilder.java45 SMALL enumConstant

12