Searched refs:noffset (Results 1 - 6 of 6) sorted by relevance
/third_party/f2fs-tools/fsck/ |
H A D | node.c | 164 * @noffset: NO. of the index block within a file. 170 int offset[4], unsigned int noffset[4]) in get_node_path() 180 noffset[0] = 0; in get_node_path() 189 noffset[n]= 1; in get_node_path() 197 noffset[n] = 2; in get_node_path() 205 noffset[n] = 3; in get_node_path() 207 noffset[n] = 4 + offset[n - 1]; in get_node_path() 215 noffset[n] = 4 + dptrs_per_blk; in get_node_path() 217 noffset[n] = 5 + dptrs_per_blk + offset[n - 1]; in get_node_path() 225 noffset[ in get_node_path() 169 get_node_path(struct f2fs_node *node, long block, int offset[4], unsigned int noffset[4]) get_node_path() argument 247 unsigned int noffset[4]; get_dnode_of_data() local [all...] |
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 1952 off_t noffset; in growfile() local 2031 if ((noffset = lseek(fd, grow_incr - 1, SEEK_END)) == -1) { in growfile() 2104 noffset = in growfile() 2108 noffset = in growfile() 2123 noffset = min_lseek; /* file will still grow */ in growfile() 2125 noffset = in growfile() 2130 noffset = in growfile() 2134 if ((Woffset = lseek(fd, noffset, SEEK_SET)) == -1) { in growfile() 2139 (long)noffset, strerror(errno)); in growfile()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | varray.h | 36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member
|
H A D | varray.c | 2625 layout->noffset = 4 * f; in _mesa_get_interleaved_layout() 2660 layout->noffset = 2 * f; in _mesa_get_interleaved_layout() 2669 layout->noffset = 6 * f; in _mesa_get_interleaved_layout() 2678 layout->noffset = 8 * f; in _mesa_get_interleaved_layout() 2736 _mesa_NormalPointer( GL_FLOAT, stride, (GLubyte *) pointer + layout.noffset ); in _mesa_InterleavedArrays()
|
H A D | glthread_varray.c | 699 stride, (GLubyte *) pointer + layout.noffset); in _mesa_glthread_InterleavedArrays()
|
/third_party/ffmpeg/libavcodec/ |
H A D | iff.c | 835 unsigned noffset; in decode_short_horizontal_delta() local 841 noffset = (pos / planepitch) * pitch + (pos % planepitch) + k * planepitch; in decode_short_horizontal_delta() 842 bytestream2_seek_p(&pb, noffset, SEEK_SET); in decode_short_horizontal_delta() 852 noffset = (pos / planepitch) * pitch + (pos % planepitch) + k * planepitch; in decode_short_horizontal_delta() 853 bytestream2_seek_p(&pb, noffset, SEEK_SET); in decode_short_horizontal_delta() 1006 unsigned noffset = offset + (r * pitch) + d * planepitch; in decode_delta_j() local 1016 if (noffset >= dst_size) in decode_delta_j() 1018 ptr = dst + noffset; in decode_delta_j() 1025 noffset++; in decode_delta_j()
|
Completed in 13 milliseconds