/system/extras/libpagemap/ |
pm_process.c | 85 for (i = 0; i < proc->num_maps; i++) { 159 if (proc->num_maps) { 160 maps = malloc(proc->num_maps * sizeof(pm_map_t*)); 164 memcpy(maps, proc->maps, proc->num_maps * sizeof(pm_map_t*)); 170 *len = proc->num_maps; 188 for (i = 0; i < proc->num_maps; i++) { 223 for (i = 0; i < proc->num_maps; i++) { 315 proc->num_maps = maps_count;
|
/system/extras/procmem/ |
procmem.c | 50 pm_map_t **maps; size_t num_maps; local 128 error = pm_process_maps(proc, &maps, &num_maps); 134 mis = (struct map_info **)calloc(num_maps, sizeof(struct map_info *)); 157 for (i = 0; i < num_maps; i++) { 236 qsort(mis, num_maps, sizeof(mis[0]), compfn); 238 for (i = 0; i < num_maps; i++) {
|
/external/chromium_org/third_party/freetype/src/psnames/ |
psmodule.c | 314 table->num_maps = 0; 390 table->num_maps = count; 407 max = min + table->num_maps - 1; 453 FT_UInt max = table->num_maps; 487 if ( min < table->num_maps )
|
/external/freetype/src/psnames/ |
psmodule.c | 314 table->num_maps = 0; 390 table->num_maps = count; 407 max = min + table->num_maps - 1; 453 FT_UInt max = table->num_maps; 487 if ( min < table->num_maps )
|
/system/extras/ksmutils/ |
ksminfo.c | 62 static int read_pages(struct ksm_pages *kp, pm_map_t **maps, size_t num_maps, uint8_t pr_flags); 76 size_t num_maps; local 160 error = pm_process_maps(proc, &maps, &num_maps); 168 if (read_pages(&kp, maps, num_maps, pr_flags) < 0) { 190 static int read_pages(struct ksm_pages *kp, pm_map_t **maps, size_t num_maps, uint8_t pr_flags) { 208 if (num_maps == 0) 231 for (i = 0; i < num_maps; i++) {
|
/external/chromium_org/third_party/freetype/include/freetype/internal/services/ |
svpscmap.h | 67 FT_UInt num_maps; member in struct:PS_UnicodesRec_
|
/external/freetype/include/internal/services/ |
svpscmap.h | 67 FT_UInt num_maps; member in struct:PS_UnicodesRec_
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/ |
svpscmap.h | 67 FT_UInt num_maps; member in struct:PS_UnicodesRec_
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/ |
svpscmap.h | 67 FT_UInt num_maps; member in struct:PS_UnicodesRec_
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
vpx_decoder.c | 205 unsigned int num_maps) { 215 for (i = 0; i < num_maps; i++, mmap++) {
|
/external/libvpx/libvpx/vpx/src/ |
vpx_decoder.c | 205 unsigned int num_maps) { 215 for (i = 0; i < num_maps; i++, mmap++) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
vpx_decoder.c | 209 unsigned int num_maps) { 219 for (i = 0; i < num_maps; i++, mmap++) {
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/ |
fxft_psmodule.c | 373 table->num_maps = 0; 449 table->num_maps = count; 466 max = min + table->num_maps - 1; 512 FT_UInt max = table->num_maps; 546 if ( min < table->num_maps )
|
/bionic/tests/ |
dlext_test.cpp | 288 size_t num_maps; local 289 ASSERT_EQ(0, pm_process_maps(process, &maps, &num_maps)); 292 for (size_t i = 0; i < num_maps; i++) {
|
/system/extras/librank/ |
librank.c | 211 size_t num_maps; local 342 error = pm_process_maps(proc, &maps, &num_maps); 348 for (j = 0; j < num_maps; j++) {
|
/external/chromium_org/third_party/freetype/src/cff/ |
cffcmap.c | 169 unicodes->num_maps = 0;
|
/external/freetype/src/cff/ |
cffcmap.c | 169 unicodes->num_maps = 0;
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cffcmap.c | 169 unicodes->num_maps = 0;
|
/external/chromium_org/third_party/freetype/src/psaux/ |
t1cmap.c | 299 unicodes->num_maps = 0;
|
/external/freetype/src/psaux/ |
t1cmap.c | 299 unicodes->num_maps = 0;
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
t1cmap.c | 299 unicodes->num_maps = 0;
|
/system/extras/libpagemap/include/pagemap/ |
pagemap.h | 64 int num_maps; member in struct:pm_process
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_codec.h | 538 * \param[in] num_maps Number of entries being set at this time 550 unsigned int num_maps);
|
/external/libvpx/libvpx/vpx/ |
vpx_codec.h | 538 * \param[in] num_maps Number of entries being set at this time 550 unsigned int num_maps);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_codec.h | 538 * \param[in] num_maps Number of entries being set at this time 550 unsigned int num_maps);
|