Searched refs:adjustment (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dtext.h15 struct adjustment { struct
22 adjustment adj;
H A Dobject.h128 adjustment adj;
/macosx-10.10/ntp-92/util/
H A Dtestrs6000.c3 * adjustment. If the problem is fixed, this program will print the
16 struct timeval adjustment, result; variable in typeref:struct:timeval
32 adjustment.tv_sec = 0;
33 adjustment.tv_usec = -2000;
49 if (adjtime(&adjustment, &result))
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DParserTokens.h161 JSTextPosition operator+(int adjustment) const { return JSTextPosition(line, offset + adjustment, lineStartOffset); }
162 JSTextPosition operator+(unsigned adjustment) const { return *this + static_cast<int>(adjustment); }
163 JSTextPosition operator-(int adjustment) const { return *this + (- adjustment); }
164 JSTextPosition operator-(unsigned adjustment) const { return *this + (- static_cast<int>(adjustment)); }
/macosx-10.10/Libc-1044.1.2/uuid/uuidsrc/
H A Dgen_uuid.c171 static int adjustment = 0; local
189 adjustment = 0;
193 if (adjustment >= MAX_ADJUSTMENT)
195 adjustment++;
197 adjustment = 0;
201 clock_reg = tv.tv_usec*10 + adjustment;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ios/
H A DFontServicesIOS.mm95 CGFloat adjustment = (shouldUseAdjustment(font, isiOS7OrLater)) ? ceil((ascent + descent) * kLineHeightAdjustment) : 0;
97 m_ascent = ascent + adjustment;
100 m_lineSpacing = ceil(ascent) + adjustment + ceil(descent) + m_lineGap;
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DScrollbarThemeGtk2.cpp113 // The adjustment controls the rendering of the scrollbar thumb. If it's not set
115 GtkAdjustment* adjustment = gtk_range_get_adjustment(GTK_RANGE(widget)); local
116 gtk_adjustment_set_value(adjustment, scrollbar->currentPos());
117 gtk_adjustment_set_lower(adjustment, 0);
118 gtk_adjustment_set_upper(adjustment, scrollbar->maximum());
122 gtk_adjustment_set_page_size(adjustment, rect.height());
125 gtk_adjustment_set_page_size(adjustment, rect.width());
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dlunar.el122 (adjustment
164 (adjustment (cond ((= phase 1) (+ adjustment adj))
165 ((= phase 2) (- adjustment adj))
166 (t adjustment)))
167 (date (+ date adjustment))
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DSimpleLineLayout.cpp387 static void adjustRunOffsets(Vector<Run, 4>& lineRuns, float adjustment) argument
389 if (!adjustment)
392 lineRuns[i].left += adjustment;
393 lineRuns[i].right += adjustment;
H A DRenderBlockLineLayout.cpp1136 LayoutUnit adjustment = 0; local
1138 adjustLinePositionForPagination(lineBox, adjustment, overflowsRegion, layoutState.flowThread());
1139 if (adjustment) {
1141 lineBox->adjustBlockDirectionPosition(adjustment);
1145 if (availableLogicalWidthForLine(oldLogicalHeight + adjustment, layoutState.lineInfo().isFirstLine()) != oldLineWidth) {
1148 end = restartLayoutRunsAndFloatsInRange(oldLogicalHeight, oldLogicalHeight + adjustment, lastFloatFromPreviousLine, resolver, oldEnd);
H A DInlineTextBox.cpp828 float adjustment = uncoveredLength / stepCount; local
829 step += adjustment;
830 controlPointDistance += adjustment;
H A DRenderBlockFlow.cpp1789 bool RenderBlockFlow::pushToNextPageWithMinimumLogicalHeight(LayoutUnit& adjustment, LayoutUnit logicalOffset, LayoutUnit minimumLogicalHeight) const argument
1792 for (LayoutUnit pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset + adjustment); pageLogicalHeight;
1793 pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset + adjustment)) {
1796 if (!hasNextPage(logicalOffset + adjustment))
1798 adjustment += pageLogicalHeight;
H A DRenderBlockFlow.h405 bool pushToNextPageWithMinimumLogicalHeight(LayoutUnit& adjustment, LayoutUnit logicalOffset, LayoutUnit minimumLogicalHeight) const;
/macosx-10.10/ntp-92/ntpd/
H A Dntp_loopfilter.c707 double adjustment; local
732 adjustment = clock_offset / (CLOCK_PLL * ULOGTOD(sys_poll));
733 clock_offset -= adjustment;
734 adj_systime(adjustment + drift_comp);
/macosx-10.10/vim-55/src/
H A Dgui_gtk.c642 GtkAdjustment *adjustment; local
644 adjustment = gtk_range_get_adjustment(GTK_RANGE(sb->id));
646 adjustment->lower = 0.0;
647 adjustment->value = val;
648 adjustment->upper = max + 1;
649 adjustment->page_size = size;
650 adjustment->page_increment = size < 3L ? 1L : size - 2L;
651 adjustment->step_increment = 1.0;
653 g_signal_handler_block(GTK_OBJECT(adjustment),
655 gtk_adjustment_changed(adjustment);
672 adjustment_value_changed(GtkAdjustment *adjustment, gpointer data) argument
743 GtkAdjustment *adjustment; local
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_reloc.c138 uint64_t adjustment, int32_t *instr32);
1269 uint64_t adjustment = 0; local
1290 * have a different adjustment corresponding to the specific type.
1295 adjustment = 0;
1301 adjustment = 1;
1307 adjustment = 2;
1313 adjustment = 4;
1320 adjustment = (1 << length);
1335 * addresses to the adjustment variable. This will yield the
1341 adjustment
1427 calculate_displacement_x86_64(uint64_t target, uint64_t adjustment, int32_t *instr32) argument
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dundo.c79 marker adjustment before undo boundary. */
187 because that's the only case where an automatic marker adjustment
191 record_marker_adjustment (marker, adjustment)
193 int adjustment;
208 = Fcons (Fcons (marker, make_number (adjustment)),
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A DpmCPU.h117 void (*RTCClockAdjust)(uint64_t adjustment);
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c8131 vm_map_offset_t adjustment,
8147 new_entry->vme_start += adjustment;
8148 new_entry->vme_end += adjustment;
8205 vm_map_size_t adjustment; local
8315 adjustment = start - vm_copy_start;
8396 entry->vme_start += adjustment;
8397 entry->vme_end += adjustment;
8520 vm_map_copy_remap(dst_map, last, copy, adjustment,
9208 vm_map_offset_t adjustment; local
9214 adjustment
8127 vm_map_copy_remap( vm_map_t map, vm_map_entry_t where, vm_map_copy_t copy, vm_map_offset_t adjustment, vm_prot_t cur_prot, vm_prot_t max_prot, vm_inherit_t inheritance) argument
9256 vm_map_offset_t adjustment; local
[all...]
H A Dvm_map.h530 vm_map_offset_t adjustment,
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceHandleSoup.cpp114 void adjustMaxConnections(int adjustment) argument
121 maxConnections += adjustment;
122 maxConnectionsPerHost += adjustment;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex2060 is set to $a.used$ at step 4. Only if there is a final carry will the \textbf{used} count require adjustment.

Completed in 503 milliseconds