Searched refs:rmap (Results 1 - 15 of 15) sorted by relevance

/external/opencv3/modules/cudaimgproc/test/
H A Dtest_mean_shift.cpp113 cv::cuda::GpuMat rmap; local
115 cv::cuda::meanShiftProc(loadMat(img), rmap, spmap, spatialRad, colorRad); local
117 ASSERT_EQ(CV_8UC4, rmap.type());
119 EXPECT_MAT_NEAR(rmap_filtered, rmap, 0.0);
/external/opencv3/modules/cudaimgproc/src/
H A Dmssegmentation.cpp242 Mat rmap(d_rmap);
257 Vec4b* ry = rmap.ptr<Vec4b>(y);
258 Vec4b* ryp = rmap.ptr<Vec4b>(y + 1);
297 r1 = rmap.at<Vec4b>(y, ncols - 1);
298 r2[0] = rmap.at<Vec4b>(y + 1, ncols - 1);
307 r1 = rmap.at<Vec4b>(nrows - 1, x);
308 r2[0] = rmap.at<Vec4b>(nrows - 1, x + 1);
/external/opencv3/samples/cpp/
H A Dstereo_calib.cpp250 Mat rmap[2][2];
279 initUndistortRectifyMap(cameraMatrix[0], distCoeffs[0], R1, P1, imageSize, CV_16SC2, rmap[0][0], rmap[0][1]);
280 initUndistortRectifyMap(cameraMatrix[1], distCoeffs[1], R2, P2, imageSize, CV_16SC2, rmap[1][0], rmap[1][1]);
305 remap(img, rimg, rmap[k][0], rmap[k][1], INTER_LINEAR);
/external/iputils/
H A Drarpd.c422 struct rarp_map *rmap; local
510 rmap = rarp_lookup(sll.sll_ifindex, sll.sll_hatype,
512 if (rmap == NULL)
522 if (put_mylladdr(&ptr, sll.sll_ifindex, rmap->lladdr_len))
524 if (put_myipaddr(&ptr, sll.sll_ifindex, rmap->ipaddr))
527 ptr += rmap->lladdr_len;
528 memcpy(ptr, &rmap->ipaddr, 4);
534 arp_advise(sll.sll_ifindex, rmap->lladdr, rmap->lladdr_len, rmap
[all...]
/external/iproute2/misc/
H A Drtacct.c63 static __u32 rmap[256/4]; variable
187 if (!(rmap[realm>>5] & (1<<(realm&0x1f))))
250 if (!(rmap[realm>>5] & (1<<(realm&0x1f))))
496 rmap[realm>>5] |= (1<<(realm&0x1f));
500 memset(rmap, ~0, sizeof(rmap));
/external/google-breakpad/src/processor/
H A Dstatic_range_map_unittest.cc355 scoped_ptr<RMap> rmap(new RMap());
367 StoreTest(rmap.get(), range_test);
373 scoped_array<char> memaddr(serializer_.Serialize(*rmap, NULL));
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3793 materialized mappings whereas /proc/self/rmap contains information about
3795 with MAP_NORESERVE flag, such as thread stacks). But /proc/self/rmap does
3969 const Mapping *rmap = NULL; local
3975 /* Read fully /proc/self/xmap and /proc/self/rmap. */
3979 rmap_entries = read_proc_file("/proc/self/rmap", rmap_buf, M_RMAP_BUF,
3982 /* Get the first xmap and rmap. */
3987 /* Get next xmap or rmap if necessary. */
3993 rmap = next_rmap(rmap_buf, rmap_entries, &rmap_index, &rmap_mapping);
3998 if (rmap == NULL)
4004 aspacem_assert(rmap
[all...]
/external/iproute2/tc/
H A Dtc_bpf.c1317 unsigned int ioff, rmap; local
1332 rmap = sym.st_value / sizeof(struct bpf_elf_map);
1333 if (rmap >= ARRAY_SIZE(ctx->map_fds))
1335 if (!ctx->map_fds[rmap])
1341 bpf_str_tab_name(ctx, &sym), ctx->map_fds[rmap],
1345 insns[ioff].imm = ctx->map_fds[rmap];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 418 milliseconds