Searched refs:relative (Results 1 - 25 of 94) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_seek.c18 __os_seek(env, fhp, pgno, pgsize, relative)
23 u_int32_t relative;
32 offset = (off_t)pgsize * pgno + relative;
43 fhp->offset = relative;
48 (u_long)pgno, (u_long)pgsize, (u_long)relative);
H A Dos_rw.c18 __os_io(env, op, fhp, pgno, pgsize, relative, io_len, buf, niop)
23 u_int32_t pgsize, relative, io_len;
31 if ((ret = __os_seek(env, fhp, pgno, pgsize, relative)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_seek.c21 __os_seek(env, fhp, pgno, pgsize, relative)
26 u_int32_t relative;
40 offset = (off_t)pgsize * pgno + relative;
55 fhp->offset = relative;
59 (u_long)pgno, (u_long)pgsize, (u_long)relative);
H A Dos_rw.c21 __os_io(env, op, fhp, pgno, pgsize, relative, io_len, buf, niop)
26 u_int32_t pgsize, relative, io_len;
48 DB_ASSERT(env, (pgno == 0 && pgsize == 0) || relative == 0);
53 if ((offset = relative) == 0)
105 if ((ret = __os_seek(env, fhp, pgno, pgsize, relative)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_seek.c18 __os_seek(env, fhp, pgno, pgsize, relative)
23 u_int32_t relative;
43 offset = (off_t)pgsize * pgno + relative;
56 fhp->offset = relative;
60 (u_long)pgno, (u_long)pgsize, (u_long)relative);
H A Dos_rw.c18 __os_io(env, op, fhp, pgno, pgsize, relative, io_len, buf, niop)
23 u_int32_t pgsize, relative, io_len;
36 if ((off = relative) == 0)
83 if ((ret = __os_seek(env, fhp, pgno, pgsize, relative)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_file.c27 u_int32_t relative; local
33 * increment may be larger than the maximum possible seek "relative"
44 relative = (u_int32_t)((size - FILE_EXTEND_IO_SIZE) % MEGABYTE);
45 if ((ret = __os_seek(env, fhp, pages, MEGABYTE, relative)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DRelPath.mk17 # Returns the relative path from <from-dir> to <to-dir>; <from-dir>
39 # $3 (removes common path prefix) and generates a relative
47 # ---relpath(), and turns the result into an actual relative
54 # function produces a relative path between the two inputs,
73 # the relative path from $1 to each element of $2.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dtest.c268 DBusString relative; local
285 _dbus_string_init_const (&relative, filename);
287 if (!_dbus_concat_dir_and_file (&config_file, &relative))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpathlist.tex60 {\bf Note:} if the given path is relative, it won't be made absolute before adding it
61 (this is why \helpref{FindValidPath}{wxpathlistfindvalidpath} may return relative paths).
97 The returned path may be relative to the current working directory.
98 Note in fact that wxPathList can be used to store both relative and absolute paths so that
99 if you \helpref{Add()}{wxpathlistadd}ed relative paths, then the current working directory
H A Dhtmlhlpf.tex24 All filenames (including the Default topic) are relative to the
63 contents, {\it filename.htm} is HTML page name (relative to .hhp file) and {\it numeric\_id} is optional
H A Dilayout.tex66 optional margin. Implicitly, this is relative to the top edge of the other window.
90 optional margin. Implicitly, this is relative to the bottom edge of the other window.
104 optional margin. Implicitly, this is relative to the left edge of the other window.
118 optional margin. Implicitly, this is relative to the right edge of the other window.
H A Dhtcell.tex171 These coordinates are used e.g. by COLORMAP. Values are relative to the
204 Returns X position within parent (the value is relative to parent's
212 Returns Y position within parent (the value is relative to parent's
257 \docparam{pos}{coordinates of mouse click (this is relative to cell's origin}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcollect_deps.com8 $! Convert absolute dependencies to relative from one level above P5.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/scripts/
H A Dtoolchain-flags13 # Check whether cross-segment segment-relative relocs work fine. We need
22 warning: your linker cannot handle cross-segment segment-relative relocations.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcollect_deps.com8 $! Convert absolute dependencies to relative from one level above P5.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseqmid.h124 * \param relative relative time-stamp if non-zero
132 #define snd_seq_ev_schedule_tick(ev, q, relative, ttick) \
135 (ev)->flags |= (relative) ? SND_SEQ_TIME_MODE_REL : SND_SEQ_TIME_MODE_ABS,\
143 * \param relative relative time-stamp if non-zero
151 #define snd_seq_ev_schedule_real(ev, q, relative, rtime) \
154 (ev)->flags |= (relative) ? SND_SEQ_TIME_MODE_REL : SND_SEQ_TIME_MODE_ABS,\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_vidstabtransform.c78 {"relative", "consider transforms as relative", OFFSETC(relative),
98 {"tripod", "enable virtual tripod mode (same as relative=0:smoothing=0)", OFFSET(tripod),
177 av_log(ctx, AV_LOG_INFO, "Virtual tripod mode: relative=0, smoothing=0\n");
178 tc->conf.relative = 0;
200 av_log(ctx, AV_LOG_INFO, " relative = %s\n", tc->conf.relative ? "True": "False");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dmount.testroot142 with relative paths in fstab
150 mount with relative path in fstab
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Dvc-list-files27 # If there's an argument, it must be a single, "."-relative directory name.
35 Output a list of version-controlled files in DIR (default .), relative to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscript_asm.pl200 @relative = (); # Array of relative names
235 # an identifier or constant, $word is the word offset relative to
240 # relative to $address, and that the %symbol_references table is
250 $relative = 'REL';
255 $relative = 'ABS';
266 "$symbol_references{$symbol} $relative,$tmp,$length";
272 $symbol_references{$symbol} = "$relative,$tmp,$length";
426 push (@relative, $id);
816 "$0 : $symbol $i has invalid relative referenc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-fonts.h97 *of relative font size.
138 *the CRFontSize::value.relative
159 enum CRRelativeFontSize relative ; member in union:_CRFontSize::__anon6702
H A Dcr-fonts.c139 str = (gchar *) "unknown relative font size value";
437 * @a_relative: the new relative font size
451 a_this->value.relative = a_relative ;
537 (a_this->value.relative));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-fonts.h97 *of relative font size.
138 *the CRFontSize::value.relative
159 enum CRRelativeFontSize relative ; member in union:_CRFontSize::__anon6476
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.core.js80 if (($.browser.msie && (/(static|relative)/).test(this.css('position'))) || (/absolute/).test(this.css('position'))) {
82 return (/(relative|absolute|fixed)/).test($.curCSS(this,'position',1)) && (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
105 if ( position === "absolute" || position === "relative" || position === "fixed" ) {

Completed in 232 milliseconds

1234