HomeSort by relevance Sort by last modified time
    Searched defs:LENGTH (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/linux-kselftest/tools/testing/selftests/vm/
hugepage-shm.c 41 #define LENGTH (256UL*1024*1024)
60 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W);
76 for (i = 0; i < LENGTH; i++) {
84 for (i = 0; i < LENGTH; i++)
hugepage-mmap.c 26 #define LENGTH (256UL*1024*1024)
47 for (i = 0; i < LENGTH; i++)
56 for (i = 0; i < LENGTH; i++)
75 addr = mmap(ADDR, LENGTH, PROTECTION, FLAGS, fd, 0);
87 munmap(addr, LENGTH);
map_hugetlb.c 18 #define LENGTH (256UL*1024*1024)
43 for (i = 0; i < LENGTH; i++)
52 for (i = 0; i < LENGTH; i++)
65 addr = mmap(ADDR, LENGTH, PROTECTION, FLAGS, 0, 0);
76 /* munmap() length of MAP_HUGETLB memory must be hugepage aligned */
77 if (munmap(addr, LENGTH)) {
  /external/libjpeg-turbo/md5/
md5hl.c 31 #define LENGTH 16
39 unsigned char digest[LENGTH];
43 buf = malloc(2*LENGTH + 1);
47 for (i = 0; i < LENGTH; i++) {
  /external/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length ]
26 /// [ : length ]
31 /// subscript expressions can be used to specify length-one dimensions of
33 /// The lower-bound and length are integral type expressions. When evaluated
36 /// { lower-bound, lower-bound + 1, lower-bound + 2,... , lower-bound + length -
39 /// The lower-bound and length must evaluate to non-negative integers.
40 /// When the size of the array dimension is not known, the length must be
42 /// When the length is absent, it defaults to the size of the array dimension
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type
    [all...]
  /external/trappy/trappy/plotter/
AttrConf.py 19 LENGTH = 7
20 """Default Length of a MatPlotlib Plot"""
  /hardware/qcom/gps/msm8084/utils/
loc_target.cpp 57 #define LENGTH(s) (sizeof(s) - 1)
148 /*The character array passed to this function should have length
157 LOC_LOGE("%s:%d]: NULL parameter or array length less than PROPERTY_VALUE_MAX\n",
162 /*The character array passed to this function should have length
171 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
211 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
212 if( !memcmp(rd_id, MPQ8064_ID_1, LENGTH(MPQ8064_ID_1))
213 && IS_STR_END(rd_id[LENGTH(MPQ8064_ID_1)]) )
219 if( (!memcmp(rd_hw_platform, STR_LIQUID, LENGTH(STR_LIQUID))
220 && IS_STR_END(rd_hw_platform[LENGTH(STR_LIQUID)])) |
    [all...]
  /hardware/qcom/gps/msm8909/utils/
loc_target.cpp 59 #define LENGTH(s) (sizeof(s) - 1)
150 /*The character array passed to this function should have length
159 LOC_LOGE("%s:%d]: NULL parameter or array length less than PROPERTY_VALUE_MAX\n",
164 /*The character array passed to this function should have length
173 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
212 if( !memcmp(baseband, STR_AUTO, LENGTH(STR_AUTO)) )
218 if( !memcmp(baseband, STR_APQ_NO_WGR, LENGTH(STR_APQ_NO_WGR)) ){
224 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
226 if( !memcmp(rd_id, MPQ8064_ID_1, LENGTH(MPQ8064_ID_1))
227 && IS_STR_END(rd_id[LENGTH(MPQ8064_ID_1)])
    [all...]
  /hardware/qcom/gps/msm8960/utils/
loc_target.cpp 57 #define LENGTH(s) (sizeof(s) - 1)
102 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
103 if( !memcmp(rd_id, MPQ8064_ID_1, LENGTH(MPQ8064_ID_1))
104 && IS_STR_END(rd_id[LENGTH(MPQ8064_ID_1)]) )
110 if( (!memcmp(rd_hw_platform, STR_LIQUID, LENGTH(STR_LIQUID))
111 && IS_STR_END(rd_hw_platform[LENGTH(STR_LIQUID)])) ||
112 (!memcmp(rd_hw_platform, STR_SURF, LENGTH(STR_SURF))
113 && IS_STR_END(rd_hw_platform[LENGTH(STR_SURF)])) ||
114 (!memcmp(rd_hw_platform, STR_MTP, LENGTH(STR_MTP))
115 && IS_STR_END(rd_hw_platform[LENGTH(STR_MTP)])))
    [all...]
  /hardware/qcom/gps/msm8994/utils/
loc_target.cpp 58 #define LENGTH(s) (sizeof(s) - 1)
149 /*The character array passed to this function should have length
158 LOC_LOGE("%s:%d]: NULL parameter or array length less than PROPERTY_VALUE_MAX\n",
163 /*The character array passed to this function should have length
172 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
211 if( !memcmp(baseband, STR_AUTO, LENGTH(STR_AUTO)) )
216 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
218 if( !memcmp(rd_id, MPQ8064_ID_1, LENGTH(MPQ8064_ID_1))
219 && IS_STR_END(rd_id[LENGTH(MPQ8064_ID_1)]) )
225 if( (!memcmp(rd_hw_platform, STR_LIQUID, LENGTH(STR_LIQUID)
    [all...]
  /hardware/qcom/gps/msm8996/utils/
loc_target.cpp 58 #define LENGTH(s) (sizeof(s) - 1)
149 /*The character array passed to this function should have length
158 LOC_LOGE("%s:%d]: NULL parameter or array length less than PROPERTY_VALUE_MAX\n",
163 /*The character array passed to this function should have length
172 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
211 if( !memcmp(baseband, STR_AUTO, LENGTH(STR_AUTO)) )
216 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
218 if( !memcmp(rd_id, MPQ8064_ID_1, LENGTH(MPQ8064_ID_1))
219 && IS_STR_END(rd_id[LENGTH(MPQ8064_ID_1)]) )
225 if( (!memcmp(rd_hw_platform, STR_LIQUID, LENGTH(STR_LIQUID)
    [all...]
  /hardware/qcom/gps/msm8998/utils/
loc_target.cpp 59 #define LENGTH(s) (sizeof(s) - 1)
150 /*The character array passed to this function should have length
159 LOC_LOGE("%s:%d]: NULL parameter or array length less than PROPERTY_VALUE_MAX\n",
164 /*The character array passed to this function should have length
173 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
178 /*The character array passed to this function should have length
187 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
230 if( !memcmp(rd_auto_platform, STR_AUTO, LENGTH(STR_AUTO)) )
236 if( !memcmp(baseband, STR_APQ_NO_WGR, LENGTH(STR_APQ_NO_WGR)) ){
242 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) )
    [all...]
  /hardware/qcom/gps/utils/
loc_target.cpp 58 #define LENGTH(s) (sizeof(s) - 1)
149 /*The character array passed to this function should have length
158 LOC_LOGE("%s:%d]: NULL parameter or array length less than PROPERTY_VALUE_MAX\n",
163 /*The character array passed to this function should have length
172 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
211 if( !memcmp(baseband, STR_AUTO, LENGTH(STR_AUTO)) )
216 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
218 if( !memcmp(rd_id, MPQ8064_ID_1, LENGTH(MPQ8064_ID_1))
219 && IS_STR_END(rd_id[LENGTH(MPQ8064_ID_1)]) )
225 if( (!memcmp(rd_hw_platform, STR_LIQUID, LENGTH(STR_LIQUID)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length ]
26 /// [ : length ]
31 /// subscript expressions can be used to specify length-one dimensions of
33 /// The lower-bound and length are integral type expressions. When evaluated
36 /// { lower-bound, lower-bound + 1, lower-bound + 2,... , lower-bound + length -
39 /// The lower-bound and length must evaluate to non-negative integers.
40 /// When the size of the array dimension is not known, the length must be
42 /// When the length is absent, it defaults to the size of the array dimension
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length ]
26 /// [ : length ]
31 /// subscript expressions can be used to specify length-one dimensions of
33 /// The lower-bound and length are integral type expressions. When evaluated
36 /// { lower-bound, lower-bound + 1, lower-bound + 2,... , lower-bound + length -
39 /// The lower-bound and length must evaluate to non-negative integers.
40 /// When the size of the array dimension is not known, the length must be
42 /// When the length is absent, it defaults to the size of the array dimension
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length ]
26 /// [ : length ]
31 /// subscript expressions can be used to specify length-one dimensions of
33 /// The lower-bound and length are integral type expressions. When evaluated
36 /// { lower-bound, lower-bound + 1, lower-bound + 2,... , lower-bound + length -
39 /// The lower-bound and length must evaluate to non-negative integers.
40 /// When the size of the array dimension is not known, the length must be
42 /// When the length is absent, it defaults to the size of the array dimension
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length ]
26 /// [ : length ]
31 /// subscript expressions can be used to specify length-one dimensions of
33 /// The lower-bound and length are integral type expressions. When evaluated
36 /// { lower-bound, lower-bound + 1, lower-bound + 2,... , lower-bound + length -
39 /// The lower-bound and length must evaluate to non-negative integers.
40 /// When the size of the array dimension is not known, the length must be
42 /// When the length is absent, it defaults to the size of the array dimension
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length ]
26 /// [ : length ]
31 /// subscript expressions can be used to specify length-one dimensions of
33 /// The lower-bound and length are integral type expressions. When evaluated
36 /// { lower-bound, lower-bound + 1, lower-bound + 2,... , lower-bound + length -
39 /// The lower-bound and length must evaluate to non-negative integers.
40 /// When the size of the array dimension is not known, the length must be
42 /// When the length is absent, it defaults to the size of the array dimension
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length ]
26 /// [ : length ]
31 /// subscript expressions can be used to specify length-one dimensions of
33 /// The lower-bound and length are integral type expressions. When evaluated
36 /// { lower-bound, lower-bound + 1, lower-bound + 2,... , lower-bound + length -
39 /// The lower-bound and length must evaluate to non-negative integers.
40 /// When the size of the array dimension is not known, the length must be
42 /// When the length is absent, it defaults to the size of the array dimension
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length ]
26 /// [ : length ]
31 /// subscript expressions can be used to specify length-one dimensions of
33 /// The lower-bound and length are integral type expressions. When evaluated
36 /// { lower-bound, lower-bound + 1, lower-bound + 2,... , lower-bound + length -
39 /// The lower-bound and length must evaluate to non-negative integers.
40 /// When the size of the array dimension is not known, the length must be
42 /// When the length is absent, it defaults to the size of the array dimension
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length ]
26 /// [ : length ]
31 /// subscript expressions can be used to specify length-one dimensions of
33 /// The lower-bound and length are integral type expressions. When evaluated
36 /// { lower-bound, lower-bound + 1, lower-bound + 2,... , lower-bound + length -
39 /// The lower-bound and length must evaluate to non-negative integers.
40 /// When the size of the array dimension is not known, the length must be
42 /// When the length is absent, it defaults to the size of the array dimension
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
LongSparseArrayTest.java 39 private static final int LENGTH = VALUES.length;
48 int length = VALUES.length; local
50 for (int i = 0; i < length; i++) {
55 for (int i = 0; i < length; i++) {
59 for (int i = 0; i < length; i++) {
68 assertEquals(LENGTH, sparseArray.size());
71 assertEquals(LENGTH, sparseArray.size());
114 int length = VALUES.length local
    [all...]
SparseArrayTest.java 36 private static final int LENGTH = VALUES.length;
45 int length = VALUES.length; local
47 for (int i = 0; i < length; i++) {
52 for (int i = 0; i < length; i++) {
56 for (int i = 0; i < length; i++) {
65 assertEquals(LENGTH, sparseArray.size());
68 assertEquals(LENGTH, sparseArray.size());
111 int length = VALUES.length local
    [all...]
SparseLongArrayTest.java 37 private static final int LENGTH = VALUES.length;
46 int length = VALUES.length; local
48 for (int i = 0; i < length; i++) {
53 for (int i = 0; i < length; i++) {
57 for (int i = 0; i < length; i++) {
66 assertEquals(LENGTH, sparseArray.size());
69 assertEquals(LENGTH, sparseArray.size());
108 int length = VALUES.length local
    [all...]
  /external/ltp/testcases/kernel/mem/include/
mem.h 33 #define LENGTH (3UL<<30)

Completed in 7476 milliseconds

1 2 3 4 5