Searched refs:map_ptr (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 224 void *map_ptr; /* where it is currently mapped */ member 888 if (tdb->map_ptr) { in tdb_write() 889 memcpy(off + (char *)tdb->map_ptr, buf, len); in tdb_write() 918 if (tdb->map_ptr) { in tdb_read() 919 memcpy(buf, off + (char *)tdb->map_ptr, len); in tdb_read() 947 if (tdb->map_ptr) { in tdb_next_hash_chain() 949 if (0 != *(u32 *)(TDB_HASH_TOP(h) + (unsigned char *)tdb->map_ptr)) { in tdb_next_hash_chain() 971 if (tdb->map_ptr) { in tdb_munmap() 972 int ret = munmap(tdb->map_ptr, tdb->map_size); in tdb_munmap() 977 tdb->map_ptr = NULL; in tdb_munmap() [all …]
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | canny.cl | 385 __kernel void stage2_hysteresis(__global uchar *map_ptr, int map_step, int map_offset, int rows, in… 387 map_ptr += map_offset; 403 __global uchar* map = map_ptr + mad24(y, map_step, x * (int)sizeof(int)); 445 __global uchar *addr = map_ptr + mad24(posy, map_step, posx * (int)sizeof(int));
|
/external/v8/samples/ |
D | process.cc | 356 Local<External> map_ptr = External::New(GetIsolate(), obj); in WrapMap() local 359 result->SetInternalField(0, map_ptr); in WrapMap()
|