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

1 2 3 4 5 6

  /external/linux-kselftest/tools/testing/selftests/vm/
hugepage-shm.c 42 #define LENGTH (256UL*1024*1024)
61 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W);
77 for (i = 0; i < LENGTH; i++) {
85 for (i = 0; i < LENGTH; i++)
hugepage-mmap.c 27 #define LENGTH (256UL*1024*1024)
48 for (i = 0; i < LENGTH; i++)
57 for (i = 0; i < LENGTH; i++)
76 addr = mmap(ADDR, LENGTH, PROTECTION, FLAGS, fd, 0);
88 munmap(addr, LENGTH);
map_hugetlb.c 19 #define LENGTH (256UL*1024*1024)
44 for (i = 0; i < LENGTH; i++)
53 for (i = 0; i < LENGTH; i++)
66 addr = mmap(ADDR, LENGTH, PROTECTION, FLAGS, -1, 0);
77 /* munmap() length of MAP_HUGETLB memory must be hugepage aligned */
78 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/msm8909w_3100/utils/
loc_target.cpp 62 #define LENGTH(s) (sizeof(s) - 1)
90 /*The character array passed to this function should have length
99 LOC_LOGE("%s:%d]: NULL parameter or array length less than PROPERTY_VALUE_MAX\n",
104 /*The character array passed to this function should have length
113 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
118 /*The character array passed to this function should have length
127 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
165 if( !memcmp(rd_auto_platform, STR_AUTO, LENGTH(STR_AUTO)) )
171 if( !memcmp(baseband, STR_APQ_NO_WGR, LENGTH(STR_APQ_NO_WGR)) ){
177 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) |
    [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 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)) )
217 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
219 if( !memcmp(rd_id, MPQ8064_ID_1, LENGTH(MPQ8064_ID_1))
220 && IS_STR_END(rd_id[LENGTH(MPQ8064_ID_1)]) )
226 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...]
  /packages/apps/SecureElement/src/com/android/se/security/
ApduFilter.java 43 public static final int LENGTH = 8;
51 if (apdu.length != 4) {
52 throw new IllegalArgumentException("apdu length must be 4 bytes");
54 if (mask.length != 4) {
55 throw new IllegalArgumentException("mask length must be 4 bytes");
62 if (apduAndMask.length != 8) {
63 throw new IllegalArgumentException("filter length must be 8 bytes");
83 if (apdu.length != 4) {
84 throw new IllegalArgumentException("apdu length must be 4 bytes");
95 if (mask.length != 4)
    [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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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...]

Completed in 857 milliseconds

1 2 3 4 5 6