Searched refs:offset_out (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dfold.c79 int offset_out = 0; /* Index in `line_out' for next char. */ local
87 if (offset_out + 1 >= allocated_out) {
93 line_out[offset_out++] = c;
94 fwrite(line_out, sizeof(char), (size_t) offset_out, stdout);
95 column = offset_out = 0;
109 for (logical_end = offset_out - 1; logical_end >= 0; logical_end--) {
121 memmove(line_out, line_out + logical_end, offset_out - logical_end);
122 offset_out -= logical_end;
123 for (column = i = 0; i < offset_out; i++) {
129 if (offset_out
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dmem.h9 extern int phys_mapping(unsigned long phys, unsigned long long *offset_out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dphysmem.c110 int phys_mapping(unsigned long phys, unsigned long long *offset_out) argument
116 *offset_out = phys;
125 *offset_out = phys - region->phys;
133 *offset_out = phys - iomem_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-crypt.c39 unsigned int offset_out; member in struct:convert_context
384 ctx->offset_out = 0;
424 bv_out->bv_offset + ctx->offset_out);
432 ctx->offset_out += 1 << SECTOR_SHIFT;
433 if (ctx->offset_out >= bv_out->bv_len) {
434 ctx->offset_out = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dposix.c82 static BOOL posix_lock_in_range(SMB_OFF_T *offset_out, SMB_OFF_T *count_out, argument
172 DEBUG(10,("posix_lock_in_range: offset_out = %.0f, count_out = %.0f\n",
175 *offset_out = offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c1052 static int mxf_absolute_bodysid_offset(MXFContext *mxf, int body_sid, int64_t offset, int64_t *offset_out) argument
1064 *offset_out = p->essence_offset + offset;
1102 static int mxf_edit_unit_absolute_offset(MXFContext *mxf, MXFIndexTable *index_table, int64_t edit_unit, int64_t *edit_unit_out, int64_t *offset_out, int nag) argument
1137 return mxf_absolute_bodysid_offset(mxf, index_table->body_sid, offset_temp, offset_out);

Completed in 59 milliseconds