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

1 2 3 4 5 6 7 8 9

  /device/google/contexthub/firmware/os/platform/stm32/lkr/
stm32f401.map.lkr 19 bl : ORIGIN = 0x08000000, LENGTH = 16K /* one block */
20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
21 code : ORIGIN = 0x0800C000, LENGTH = 80K /* 16K block + 64K block */
22 shared : ORIGIN = 0x08020000, LENGTH = 384K /* 3x 128K blocks */
23 ram : ORIGIN = 0x20000000, LENGTH = 96K
stm32f411.map.lkr 19 bl : ORIGIN = 0x08000000, LENGTH = 16K /* one block */
20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
21 code : ORIGIN = 0x0800C000, LENGTH = 208K /* 16K block + 64K block + 128K block */
22 shared : ORIGIN = 0x08040000, LENGTH = 256K /* 2x 128K blocks */
23 ram : ORIGIN = 0x20000000, LENGTH = 128K
stm32f412.map.lkr 19 bl : ORIGIN = 0x08000000, LENGTH = 16K /* one block */
20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
21 code : ORIGIN = 0x0800C000, LENGTH = 208K /* 16K block + 64K block + 128K block */
22 shared : ORIGIN = 0x08040000, LENGTH = 768K /* 6x 128K blocks */
23 ram : ORIGIN = 0x20000000, LENGTH = 256K
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-over3.t 5 bss (rwx) : ORIGIN = 0, LENGTH = 0
6 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
7 r2 (rwx) : ORIGIN = 0x2000, LENGTH = 8
rgn-over7.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
6 r2 (rwx) : ORIGIN = 0x1008, LENGTH = 12
rgn-at2.t 4 ram : ORIGIN = 0x10000, LENGTH = 0x100
5 rom : ORIGIN = 0x20000, LENGTH = 0x200
6 other : ORIGIN = 0x30000, LENGTH = 0x200
rgn-over4.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
6 v1 (rwx) : ORIGIN = 0x2000, LENGTH = 24
rgn-over5.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 24
6 v1 (rwx) : ORIGIN = 0x2000, LENGTH = 8
rgn-over6.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
6 v1 (rwx) : ORIGIN = 0x2000, LENGTH = 8
rgn-at1.t 4 ram : ORIGIN = 0x10000, LENGTH = 0x100
5 rom : ORIGIN = 0x20000, LENGTH = 0x200
rgn-at3.t 4 ram : ORIGIN = 0x10000, LENGTH = 0x100
5 rom : ORIGIN = 0x20000, LENGTH = 0x200
rgn-over1.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
rgn-over2.t 5 bss (rwx) : ORIGIN = 0, LENGTH = 0
6 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 20
rgn-at4.t 4 ram : ORIGIN = 0x10000, LENGTH = 0x100
5 rom : ORIGIN = 0x20000, LENGTH = 0x200
rgn-over8.t 4 rom (rwx) : ORIGIN = 0, LENGTH = 2048
5 ram (rwx) : ORIGIN = 0x1000, LENGTH = 2048
  /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/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/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/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/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...]
  /external/linux-kselftest/tools/testing/selftests/vm/
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)) {
  /hardware/qcom/gps/sdm845/utils/
loc_target.cpp 61 #define LENGTH(s) (sizeof(s) - 1)
152 /*The character array passed to this function should have length
161 LOC_LOGE("%s:%d]: NULL parameter or array length less than PROPERTY_VALUE_MAX\n",
166 /*The character array passed to this function should have length
175 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
180 /*The character array passed to this function should have length
189 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n",
232 if( !memcmp(rd_auto_platform, STR_AUTO, LENGTH(STR_AUTO)) )
238 if( !memcmp(baseband, STR_APQ_NO_WGR, LENGTH(STR_APQ_NO_WGR)) ){
244 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) |
    [all...]
  /test/vts/drivers/hal/libcodecoverage/
gcov_basic_io.h 21 #define GCOV_TAG_ARCS_NUM(LENGTH) (((LENGTH)-1) / 2)
25 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH)
27 #define GCOV_TAG_COUNTER_NUM(LENGTH) ((LENGTH) / 2)
120 unsigned length; /* Read limit in the block. */ member in struct:android::vts::gcov_var_t
125 /* Holds a variable length block, as the compiler can write

Completed in 5008 milliseconds

1 2 3 4 5 6 7 8 9