Home
last modified time | relevance | path

Searched defs:LENGTH (Results 1 – 16 of 16) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/vm/
Dhugepage-shm.c42 #define LENGTH (256UL*1024*1024) macro
Dmap_hugetlb.c19 #define LENGTH (256UL*1024*1024) macro
Dhugepage-mmap.c27 #define LENGTH (256UL*1024*1024) macro
/external/libjpeg-turbo/md5/
Dmd5hl.c55 #define LENGTH 16 macro
/external/ltp/testcases/kernel/mem/include/
Dmem.h34 #define LENGTH (3UL<<30) macro
/external/webp/src/dsp/
Dfilters_mips_dsp_r2.c36 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ argument
109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ argument
/external/clang/include/clang/AST/
DExprOpenMP.h46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator
/external/u-boot/lib/zlib/
Dinflate.h46 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
/external/zlib/src/
Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
/external/python/cpython2/Modules/zlib/
Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
/external/python/cpython3/Include/
Dunicodeobject.h919 #define _PyUnicodeWriter_Prepare(WRITER, LENGTH, MAXCHAR) \ argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java180 LENGTH("length ({0})"), /* keep */ enumConstant
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java75 static String LENGTH = "[\u30FC]"; field in RoundTripTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java78 static String LENGTH = "[\u30FC]"; field in RoundTripTest
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp971 static const char LENGTH[] = "[\\u30FC]"; variable
Drbbitst.cpp4583 constexpr int32_t LENGTH = 1000000; in TestBug13692() local