Searched refs:gap (Results 26 - 50 of 90) sorted by relevance

1234

/macosx-10.10/vim-55/src/proto/
H A Dwindow.pro43 void win_size_save __ARGS((garray_T *gap));
44 void win_size_restore __ARGS((garray_T *gap));
H A Dmisc1.pro92 int unix_expandpath __ARGS((garray_T *gap, char_u *path, int wildoff, int flags, int didstar));
93 void remove_duplicates __ARGS((garray_T *gap));
95 void addfile __ARGS((garray_T *gap, char_u *f, int flags));
H A Dfold.pro35 void deleteFoldRecurse __ARGS((garray_T *gap));
H A Dos_amiga.pro41 int mch_expandpath __ARGS((garray_T *gap, char_u *pat, int flags));
H A Dex_docmd.pro20 void uc_clear __ARGS((garray_T *gap));
H A Dos_unix.pro61 int mch_expandpath __ARGS((garray_T *gap, char_u *path, int flags));
H A Dex_cmds2.pro44 int get_arglist __ARGS((garray_T *gap, char_u *str));
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-m32c.c1428 unsigned char *insn, *gap, *einsn;
1499 gap = NULL;
1525 gap = insn + 1;
1540 gap = insn + 2;
1553 gap = insn + 3;
1566 gap = insn + 3;
1587 gap = insn + posn + enctbl[e->new_encoding].bytes;
1630 gap = insn + posn + enctbl[e->new_encoding].bytes;
1659 gap = insn + 1;
1671 gap
1422 unsigned char *insn, *gap, *einsn; local
[all...]
H A Delf32-h8300.c790 bfd_vma dot, gap;
797 gap = value - dot;
802 if ((int) gap >= -126 && (int) gap <= 130)
839 && (int) gap <= 130
840 && (int) gap >= -128
926 bfd_vma gap;
933 gap = value - dot;
938 if ((int) gap >= -126 && (int) gap <
789 bfd_vma dot, gap; local
925 bfd_vma gap; local
[all...]
H A Dbout.c1054 bfd_vma gap;
1059 gap = value - (dot - shrink);
1061 if (-1 << 23 < (long)gap && (long)gap < 1 << 23)
1084 bfd_vma gap;
1101 gap = old_end - ((dot + size) & ~size);
1051 bfd_vma gap; local
1081 bfd_vma gap; local
/macosx-10.10/vim-55/src/
H A Dspell.c756 static int write_spell_prefcond __ARGS((FILE *fd, garray_T *gap));
843 static int match_checkcompoundpattern __ARGS((char_u *ptr, int wlen, garray_T *gap));
861 static int read_rep_section __ARGS((FILE *fd, garray_T *gap, short *first));
918 static void add_suggestion __ARGS((suginfo_T *su, garray_T *gap, char_u *goodword, int badlen, int score, int altscore, int had_bonus, slang_T *slang, int maxsf));
919 static void check_suggestions __ARGS((suginfo_T *su, garray_T *gap));
923 static int cleanup_suggestions __ARGS((garray_T *gap, int maxscore, int keep));
1748 match_checkcompoundpattern(ptr, wlen, gap)
1751 garray_T *gap; /* &sl_comppat */
1757 for (i = 0; i + 1 < gap->ga_len; i += 2)
1759 p = ((char_u **)gap
2582 garray_T *gap; local
3190 garray_T *gap; local
3510 garray_T *gap; local
3833 garray_T *gap; local
3924 garray_T *gap = &lp->sl_sal; local
5524 garray_T *gap = &spin->si_comppat; local
7958 garray_T *gap; local
11292 garray_T *gap; local
12984 garray_T *gap; local
[all...]
H A Dex_docmd.c43 #define USER_CMD_GA(gap, i) (&((ucmd_T *)((gap)->ga_data))[i])
556 static int store_loop_line __ARGS((garray_T *gap, char_u *line));
557 static void free_cmdlines __ARGS((garray_T *gap));
1579 * Store a line in "gap" so that a ":while" loop can execute it again.
1582 store_loop_line(gap, line)
1583 garray_T *gap;
1586 if (ga_grow(gap, 1) == FAIL)
1588 ((wcmd_T *)(gap->ga_data))[gap
2917 garray_T *gap; local
5162 garray_T *gap; local
5313 garray_T *gap; local
5681 garray_T *gap; local
[all...]
H A Dos_amiga.c1453 mch_expandpath(gap, pat, flags)
1454 garray_T *gap;
1471 start_len = gap->ga_len;
1524 addfile(gap, (char_u *)Anchor->ap_Buffer, flags);
1526 addfile(gap, (char_u *)Anchor->ap_Buf, flags);
1537 matches = gap->ga_len - start_len;
1550 qsort((void *)(((char_u **)gap->ga_data) + start_len),
H A Dui.c1512 garray_T *gap; local
1515 gap = (garray_T *)alloc((unsigned)sizeof(garray_T));
1516 if (gap != NULL)
1519 gap->ga_data = alloc((unsigned)inbufcount + 1);
1520 if (gap->ga_data != NULL)
1521 mch_memmove(gap->ga_data, inbuf, (size_t)inbufcount);
1522 gap->ga_len = inbufcount;
1525 return (char_u *)gap;
1536 garray_T *gap = (garray_T *)p; local
1538 if (gap !
[all...]
H A Dos_vms.c480 mch_expandpath(garray_T *gap, char_u *path, int flags) argument
492 addfile(gap, vms_fmatch[i], flags);
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dcolumn.cpp518 vunits gap = height - *bottomp; local
525 if (total <= gap) {
527 gap -= amount[i];
530 // gap < total
531 vunits v = scale(amount[i], gap, total);
533 gap -= v;
541 *bottomp = height - gap;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPagePrivate.h65 WK_EXPORT void WKPageSetGapBetweenPages(WKPageRef page, double gap);
/macosx-10.10/WebCore-7600.1.25/testing/
H A DInternals.h137 void setPagination(const String& mode, int gap, ExceptionCode& ec) { setPagination(mode, gap, 0, ec); } argument
138 void setPagination(const String& mode, int gap, int pageLength, ExceptionCode&);
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtabnotebook.itk84 option add *Tabnotebook.gap overlap widgetDefault
128 itk_option define -gap gap Gap overlap
556 # OPTION -gap
563 itcl::configbody iwidgets::Tabnotebook::gap {
565 if {$itk_option(-gap) != {}} {
566 $itk_component(tabset) configure -gap $itk_option(-gap)
/macosx-10.10/WebCore-7600.1.25/style/
H A DStyleResolveForDocument.cpp91 documentStyle.get().setColumnGap(pagination.gap);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dtabset.rb110 delta = 1 if (delta = cget(:gap)) == 'overlap' ||
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c2033 UInt64 gap = 0; local
2039 gap = nextExtent->extentByteOffset - (prevExtent->extentByteOffset + prevExtent->extentByteCount);
2043 if (gap >= size) break;
2045 if (gap > largestGap) {
2046 largestGap = gap;
2055 if (largestGap && gap < size) {
2058 gap = nextExtent->extentByteOffset - (prevExtent->extentByteOffset + prevExtent->extentByteCount);
2059 IOLog1("largest extent found is %lld, wanted %lld\n", gap, size);
2062 if (!gap) {
2067 if (gap) {
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationbasedatabuilder.cpp170 // Multiply the number of code points by (gap+1).
172 int32_t gap = 1; local
173 hanStep = gap + 1;
H A Dcalendar.cpp1695 int32_t gap = max - min + 1; local
1698 value = (value - min) % gap;
1700 value += gap;
1861 int32_t gap = limit - start; local
1863 start) % gap;
1864 if (day_of_month < 0) day_of_month += gap;
1919 int32_t gap = limit - start; local
1921 start) % gap;
1922 if (day_of_year < 0) day_of_year += gap;
1988 // From these compute the min and gap milli
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dxkb.vim47 syn keyword xkbIdentifier action affect alias allowExplicit approx baseColor button clearLocks color controls cornerRadius count ctrls description driveskbd font fontSize gap group groups height indicator indicatorDrivesKeyboard interpret key keys labelColor latchToLock latchMods left level_name map maximum minimum modifier_map modifiers name offColor onColor outline preserve priority repeat row section section setMods shape slant solid symbols text top type useModMapMods virtualModifier virtualMods virtual_modifiers weight whichModState width

Completed in 317 milliseconds

1234