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

1 2 3

  /external/grub/stage2/
defs.h 42 #define btodb(byte_offset) ((byte_offset) >> 9)
disk_io.c 140 rawread (int drive, int sector, int byte_offset, int byte_len, char *buf)
176 slen = ((byte_offset + byte_len + buf_geom.sector_size - 1)
190 + (soff << sector_size_bits) + byte_offset);
205 bufaddr = (char *) BUFFERADDR + byte_offset;
227 bufaddr = (char *) BUFFERADDR + byte_offset;
256 if (size > ((num_sect << sector_size_bits) - byte_offset))
257 size = (num_sect << sector_size_bits) - byte_offset;
265 int length = buf_geom.sector_size - byte_offset;
268 (*disk_read_func) (sector_num++, byte_offset, length);
286 byte_offset = 0
    [all...]
fsys_iso9660.c 69 iso9660_devread (int sector, int byte_offset, int byte_len, char *buf)
84 sector += (byte_offset >> sector_size_lg2);
85 byte_offset &= (buf_geom.sector_size - 1);
93 printf ("<%d, %d, %d>", sector, byte_offset, byte_len);
96 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu_util.c 66 brw_MOV(p, byte_offset(dst, delta), byte_offset(src, delta));
67 brw_MOV(p, byte_offset(dst, delta+16), byte_offset(src, delta+16));
85 brw_MOV(p, byte_offset(dst, delta), byte_offset(src, delta));
118 brw_MOV(p, byte_offset(dst, delta), deref_4f(ptr, delta));
119 brw_MOV(p, byte_offset(dst, delta+16), deref_4f(ptr, delta+16));
brw_clip_util.c 304 byte_offset(c->reg.vertex[to],
307 byte_offset(c->reg.vertex[from],
313 byte_offset(c->reg.vertex[to],
316 byte_offset(c->reg.vertex[from],
322 byte_offset(c->reg.vertex[to],
325 byte_offset(c->reg.vertex[from],
331 byte_offset(c->reg.vertex[to],
334 byte_offset(c->reg.vertex[from],
brw_clip_unfilled.c 57 struct brw_reg v0 = byte_offset(c->reg.vertex[0], hpos_offset);
58 struct brw_reg v1 = byte_offset(c->reg.vertex[1], hpos_offset);
59 struct brw_reg v2 = byte_offset(c->reg.vertex[2], hpos_offset);
162 byte_offset(c->reg.vertex[i],
165 byte_offset(c->reg.vertex[i],
172 byte_offset(c->reg.vertex[i],
175 byte_offset(c->reg.vertex[i],
236 brw_MOV(p, byte_offset(c->reg.vertex[0],
244 brw_MOV(p, byte_offset(c->reg.vertex[2],
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_util.c 66 brw_MOV(p, byte_offset(dst, delta), byte_offset(src, delta));
67 brw_MOV(p, byte_offset(dst, delta+16), byte_offset(src, delta+16));
85 brw_MOV(p, byte_offset(dst, delta), byte_offset(src, delta));
118 brw_MOV(p, byte_offset(dst, delta), deref_4f(ptr, delta));
119 brw_MOV(p, byte_offset(dst, delta+16), deref_4f(ptr, delta+16));
brw_clip_util.c 304 byte_offset(c->reg.vertex[to],
307 byte_offset(c->reg.vertex[from],
313 byte_offset(c->reg.vertex[to],
316 byte_offset(c->reg.vertex[from],
322 byte_offset(c->reg.vertex[to],
325 byte_offset(c->reg.vertex[from],
331 byte_offset(c->reg.vertex[to],
334 byte_offset(c->reg.vertex[from],
brw_clip_unfilled.c 57 struct brw_reg v0 = byte_offset(c->reg.vertex[0], hpos_offset);
58 struct brw_reg v1 = byte_offset(c->reg.vertex[1], hpos_offset);
59 struct brw_reg v2 = byte_offset(c->reg.vertex[2], hpos_offset);
162 byte_offset(c->reg.vertex[i],
165 byte_offset(c->reg.vertex[i],
172 byte_offset(c->reg.vertex[i],
175 byte_offset(c->reg.vertex[i],
236 brw_MOV(p, byte_offset(c->reg.vertex[0],
244 brw_MOV(p, byte_offset(c->reg.vertex[2],
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.cpp 43 Description: AMRDecode now returns byte_offset rather than bit_offset,
57 1. Changed all references to bit_offset to byte_offset.
63 Removed byte_offset from input list. Renamed speech_bits
156 byte_offset = address offset of the next frame to be processed or
180 and byte_offset will be updated according to the contents of WmfDecBytesPerFrame
185 byte_offset will be updated according to the contents of If2DecBytesPerFrame
200 If input_format is an unsupported format, byte_offset will be set to -1, to
208 This function returns the new byte_offset value to indicate the address
249 byte_offset = WmfDecBytesPerFrame[frame_type]
261 byte_offset = If2DecBytesPerFrame[frame_type
403 Word16 byte_offset = -1; local
    [all...]
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 177 int byte_offset,j; local
179 byte_offset=entry_num/8; /* Find the correct byte - entry_num/8 */
183 type_data.u.buffer [byte_offset] |= bit_mask; /* And apply it */
192 int byte_offset,j; local
194 byte_offset=entry_num/8;
199 type_data.u.buffer [byte_offset] &= bit_mask;
inodebitmap_com.c 137 int byte_offset,j; local
139 byte_offset=entry_num/8;
142 type_data.u.buffer [byte_offset] |= bit_mask;
149 int byte_offset,j; local
151 byte_offset=entry_num/8;
156 type_data.u.buffer [byte_offset] &= bit_mask;
  /development/ndk/sources/android/libportable/arch-mips/
mmap.c 92 void *WRAP(mmap)(void *addr, size_t size, int prot, int flags, int fd, long byte_offset)
99 ALOGV("%s(addr:%p, size:%d, prot:0x%x, flags:0x%x, fd:%d, byte_offset:0x%lx) {", __func__,
100 addr, size, prot, flags, fd, byte_offset);
105 ret_addr = REAL(mmap)(addr, size, native_prot, native_flags, fd, byte_offset);
  /external/chromium_org/skia/ext/
convolver_mips_dspr2.cc 243 int byte_offset; local
361 [offset] "+r" (byte_offset), [fy] "+r" (filter_y), [cnt] "+r" (cnt),
467 [offset] "+r" (byte_offset), [fy] "+r" (filter_y), [cnt] "+r" (cnt),
convolver.cc 189 int byte_offset = out_x * 4; local
195 accum[0] += cur_filter * source_data_rows[filter_y][byte_offset + 0];
196 accum[1] += cur_filter * source_data_rows[filter_y][byte_offset + 1];
197 accum[2] += cur_filter * source_data_rows[filter_y][byte_offset + 2];
199 accum[3] += cur_filter * source_data_rows[filter_y][byte_offset + 3];
211 out_row[byte_offset + 0] = ClampTo8(accum[0]);
212 out_row[byte_offset + 1] = ClampTo8(accum[1]);
213 out_row[byte_offset + 2] = ClampTo8(accum[2]);
224 int max_color_channel = std::max(out_row[byte_offset + 0],
225 std::max(out_row[byte_offset + 1], out_row[byte_offset + 2]))
    [all...]
  /external/chromium_org/net/quic/
quic_stream_sequencer.cc 48 QuicStreamOffset byte_offset = frame.offset; local
58 if (byte_offset + data_len - num_bytes_consumed_ > max_frame_memory_) {
81 QuicStreamOffset byte_offset = frame.offset; local
90 if (byte_offset == num_bytes_consumed_) {
91 DVLOG(1) << "Processing byte offset " << byte_offset;
108 byte_offset += bytes_consumed;
111 DVLOG(1) << "Buffering packet at offset " << byte_offset;
112 frames_.insert(make_pair(byte_offset, string(data, data_len)));
  /external/chromium_org/content/child/npapi/
plugin_stream.cc 197 int byte_offset = 0; local
202 while (byte_offset < length) {
203 int bytes_remaining = length - byte_offset;
209 return byte_offset;
213 const_cast<char*>(buf + byte_offset));
221 return byte_offset;
228 byte_offset += bytes_consumed;
  /art/runtime/
memory_region.h 87 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); local
88 return ComputeInternalPointer<byte>(byte_offset);
  /external/libffi/src/x86/
ffi64.c 135 size_t byte_offset)
148 if (byte_offset + type->size <= 4)
154 if (byte_offset == 0)
186 byte_offset = ALIGN (byte_offset, (*ptr)->alignment);
188 num = classify_argument (*ptr, subclasses, byte_offset % 8);
193 int pos = byte_offset / 8;
198 byte_offset += (*ptr)->size;
  /external/chromium_org/third_party/skia/src/images/
SkJpegUtility.cpp 23 static boolean sk_seek_input_data(j_decompress_ptr cinfo, long byte_offset) {
25 size_t bo = (size_t) byte_offset;
  /external/skia/src/images/
SkJpegUtility.cpp 26 static boolean sk_seek_input_data(j_decompress_ptr cinfo, long byte_offset) {
28 size_t bo = (size_t) byte_offset;
  /bionic/libc/kernel/common/sound/
compress_offload.h 39 __u32 byte_offset; member in struct:snd_compr_tstamp
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.c 202 uint byte_offset = tile_offset * bytes_per_tile; local
203 const uint8_t *src_tile = (uint8_t *) src + byte_offset;
291 uint byte_offset = tile_offset * bytes_per_tile; local
292 uint8_t *dst_tile = (uint8_t *) dst + byte_offset;
  /external/kernel-headers/original/sound/
compress_offload.h 58 * @byte_offset: Byte offset in ring buffer to DSP
68 __u32 byte_offset; member in struct:snd_compr_tstamp
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 202 uint byte_offset = tile_offset * bytes_per_tile; local
203 const uint8_t *src_tile = (uint8_t *) src + byte_offset;
291 uint byte_offset = tile_offset * bytes_per_tile; local
292 uint8_t *dst_tile = (uint8_t *) dst + byte_offset;

Completed in 1655 milliseconds

1 2 3