Searched refs:top (Results 251 - 275 of 1504) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/doc/
H A Dmanpage.css36 margin-top: 5pt;
40 padding-top: 5pt;
70 margin-top: 1em;
84 margin-top: 3pt;
95 padding-top: 1ex;
126 padding-top: 0.5ex;
188 margin-top: 10px;
/macosx-10.10.1/Heimdal-398.1.2/tests/ldap/
H A Dsamba.schema158 #objectclass ( 1.3.6.1.4.1.7165.2.2.1 NAME 'smbPasswordEntry' SUP top AUXILIARY
163 #objectclass ( 1.3.6.1.4.1.7165.2.2.2 NAME 'sambaAccount' SUP top STRUCTURAL
171 #objectclass ( 1.3.6.1.4.1.7165.2.2.3 NAME 'sambaAccount' SUP top AUXILIARY
475 objectclass ( 1.3.6.1.4.1.7165.2.2.6 NAME 'sambaSamAccount' SUP top AUXILIARY
490 objectclass ( 1.3.6.1.4.1.7165.2.2.4 NAME 'sambaGroupMapping' SUP top AUXILIARY
498 objectclass ( 1.3.6.1.4.1.7165.2.2.14 NAME 'sambaTrustPassword' SUP top STRUCTURAL
506 objectclass ( 1.3.6.1.4.1.7165.2.2.5 NAME 'sambaDomain' SUP top STRUCTURAL
520 objectclass ( 1.3.6.1.4.1.7165.2.2.7 NAME 'sambaUnixIdPool' SUP top AUXILIARY
525 objectclass ( 1.3.6.1.4.1.7165.2.2.8 NAME 'sambaIdmapEntry' SUP top AUXILIARY
530 objectclass ( 1.3.6.1.4.1.7165.2.2.9 NAME 'sambaSidEntry' SUP top STRUCTURA
[all...]
/macosx-10.10.1/libxml2-26/libxml2/doc/
H A Dindex.py451 # top 100 english word without the one len < 3 + own set
690 def analyzeAPIFile(top):
692 name = top.prop("name")
693 cur = top.children
705 def analyzeAPIFiles(top):
707 cur = top.children
720 def analyzeAPIEnum(top):
721 file = top.prop("file")
724 symbol = top.prop("name")
735 def analyzeAPIConst(top)
[all...]
/macosx-10.10.1/libxslt-13/libxslt/doc/
H A Dindex.py442 # top 100 english word without the one len < 3 + own set
681 def analyzeAPIFile(top):
683 name = top.prop("name")
684 cur = top.children
696 def analyzeAPIFiles(top):
698 cur = top.children
711 def analyzeAPIEnum(top):
712 file = top.prop("file")
715 symbol = top.prop("name")
726 def analyzeAPIConst(top)
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dradixsort.c158 const u_char **an, *t, **aj, **top[256]; local
206 * Set top[]; push incompletely sorted bins onto stack.
207 * top[] = pointers to last out-of-place element in bins.
209 * Before permuting: top[c-1] + count[c] = top[c];
210 * during deal: top[c] counts down to top[c-1].
214 if (endch == 0) /* Special case: set top[eos]. */
215 top[0] = ak = a + count[0];
218 top[25
265 const u_char **top[256]; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_lcl.h231 # define bn_check_top(a) assert ((a)->top >= 0 && (a)->top <= (a)->dmax);
238 #define bn_set_max(r) ((r)->max=(r)->top,BN_set_flags((r),BN_FLG_STATIC_DATA))
246 (r)->top=((a)->top > (n))?(n):(a)->top; \
255 if ((a)->top > (n)) \
257 (r)->top=(a)->top-n; \
261 (r)->top
[all...]
H A Dbn_print.c92 buf=(char *)Malloc(a->top*BN_BYTES*2+2);
100 if (a->top == 0) *(p++)='0';
101 for (i=a->top-1; i >=0; i--)
143 if (t->top == 0)
230 ret->top=h;
320 if ((a->top == 0) && (BIO_write(bp,"0",1) != 1)) goto end;
321 for (i=a->top-1; i >=0; i--)
/macosx-10.10.1/swig-12/Source/Modules/
H A Dmain.cxx67 -debug-top <n> - Display entire parse tree at stages 1-4, <n> is a csv list of stages\n\
724 } else if (strcmp(argv[i], "-debug-top") == 0) {
1091 Node *top = Swig_cparse(cpps); local
1094 Printf(stdout, "debug-top stage 1\n");
1095 Swig_print_tree(top);
1099 Swig_print_tree(Getattr(top, "module"));
1105 Swig_process_types(top);
1108 Printf(stdout, "debug-top stage 2\n");
1109 Swig_print_tree(top);
1113 Swig_print_tree(Getattr(top, "modul
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-topic.el280 (let ((top (cddr (gnus-topic-find-topology
282 (unless (equal topic (caaar top))
283 (while (and top (not (equal (caaadr top) topic)))
284 (setq top (cdr top)))
285 (caaar top))))
332 (let ((top topology)
343 (and remove top)))))
361 (let ((top (gnu
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/makeconv/
H A Dgencnvex.c118 int32_t length, top, headerSize; local
147 top=0;
150 top+=length*4;
152 indexes[UCNV_EXT_TO_U_INDEX]=top;
154 top+=length*4;
156 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top;
158 top+=length*2;
160 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top;
162 top+=length*2;
164 if(top
[all...]
/macosx-10.10.1/bc-21/bc/lib/
H A Dgetopt.c231 int top = optind;
239 while (top > middle && middle > bottom)
241 if (top - middle > middle - bottom)
247 /* Swap it with the top part of the top segment. */
251 argv[bottom + i] = argv[top - (middle - bottom) + i];
252 argv[top - (middle - bottom) + i] = tem;
255 top -= len;
260 int len = top - middle;
270 /* Exclude the moved top segmen
228 int top = optind; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLoopPass.cpp112 // This is top level loop.
318 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
324 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager &&
325 !PMS.top()->preserveHigherLevelAnalysis(this))
334 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
338 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager)
339 LPPM = (LPPassManager*)PMS.top();
343 PMDataManager *PMD = PMS.top();
349 // [2] Set up new manager's top level manager
H A DRegionPass.cpp222 PMS.top()->getPassManagerType() > PMT_RegionPassManager)
229 if (PMS.top()->getPassManagerType() == PMT_RegionPassManager &&
230 !PMS.top()->preserveHigherLevelAnalysis(this))
239 PMS.top()->getPassManagerType() > PMT_RegionPassManager)
245 if (PMS.top()->getPassManagerType() == PMT_RegionPassManager)
246 RGPM = (RGPassManager*)PMS.top();
250 PMDataManager *PMD = PMS.top();
256 // [2] Set up new manager's top level manager
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Druler.tcl37 pack $w.msg -side top
44 pack $w.c -side top -fill x
49 set demo_rulerInfo(top) [winfo fpixels $c 1c]
113 set v(y) [expr {$v(top)+2}]
141 if {($cy >= $v(top)) && ($cy <= $v(bottom))} {
142 set cy [expr {$v(top)+2}]
167 if {$v(y) != $v(top)+2} {
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Druler.tcl36 pack $w.msg -side top
45 pack $w.c -side top -fill x
50 set demo_rulerInfo(top) [winfo fpixels $c 1c]
113 set v(y) [expr {$v(top)+2}]
141 if {($cy >= $v(top)) && ($cy <= $v(bottom))} {
142 set cy [expr {$v(top)+2}]
167 if {$v(y) != $v(top)+2} {
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/generator/template/darkfish/
H A Drdoc.css29 h2,h3,h4 { margin-top: 1.5em; }
74 margin-top: 0 !important;
204 -webkit-border-top-left-radius: 4px;
205 -webkit-border-top-right-radius: 4px;
220 margin-top: 2em;
229 margin-top: 2em;
267 margin-top: 2em;
273 margin-top: 2em;
343 margin-top: 0.7em;
351 margin-top
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dtree.tcl16 set pw [PanedWindow $frame.pw -side top]
34 pack $sw -side top -expand yes -fill both
69 BWidget::place .top 0 0 at [expr $global_w-[winfo screenwidth .]] $global_h
70 wm deiconify .top
71 bind . <Unmap> {wm withdraw .top}
72 bind . <Map> {wm deiconify .top}
78 BWidget::place .top 0 0 at [expr $global_w-[winfo screenwidth .]] $global_h
83 wm withdraw .top
110 set w .top
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DGCSegmentedArray.h99 size_t top();
151 GCSegmentedArrayIterator(GCArraySegment<T>* start, size_t top) argument
154 , m_offsetLimit(top)
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_nist.c289 static void nist_cp_bn_0(BN_ULONG *buf, BN_ULONG *a, int top, int max) argument
295 OPENSSL_assert(top <= max);
297 for (i = (top); i != 0; i--)
299 for (i = (max) - (top); i != 0; i--)
303 static void nist_cp_bn(BN_ULONG *buf, BN_ULONG *a, int top) argument
307 for (i = (top); i != 0; i--)
350 int top = a->top, i; local
388 nist_cp_bn_0(buf, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, BN_NIST_192_TOP);
412 r->top
434 int top = a->top, i; local
545 int i, top = a->top; local
667 int i, top = a->top; local
780 int top = a->top, i; local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDashboardContainerView.css35 border-top-color: white;
68 margin-top: 6px;
92 top: 0;
126 -webkit-animation-name: slide-top-edge;
140 -webkit-animation-name: slide-top-edge;
143 @-webkit-keyframes slide-top-edge {
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dgetopt.c324 int top = optind;
334 string can work normally. Our top argument must be in the range
336 if (nonoption_flags_len > 0 && top >= nonoption_flags_max_len)
340 char *new_str = (char *) malloc (top + 1);
347 '\0', top + 1 - nonoption_flags_max_len);
348 nonoption_flags_max_len = top + 1;
354 while (top > middle && middle > bottom)
356 if (top - middle > middle - bottom)
362 /* Swap it with the top part of the top segmen
321 int top = optind; local
[all...]
H A Dsort.c87 digit_t *top; local
106 top = ((digit_t *) (pointers + n)) + j;
112 digit < top;
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dgetopt.c319 int top = optind;
329 string can work normally. Our top argument must be in the range
331 if (nonoption_flags_len > 0 && top >= nonoption_flags_max_len)
335 char *new_str = malloc (top + 1);
342 '\0', top + 1 - nonoption_flags_max_len);
343 nonoption_flags_max_len = top + 1;
349 while (top > middle && middle > bottom)
351 if (top - middle > middle - bottom)
357 /* Swap it with the top part of the top segmen
316 int top = optind; local
[all...]
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dgetopt.c301 int top = optind;
311 string can work normally. Our top argument must be in the range
313 if (nonoption_flags_len > 0 && top >= nonoption_flags_max_len)
317 char *new_str = malloc (top + 1);
324 top + 1 - nonoption_flags_max_len);
325 nonoption_flags_max_len = top + 1;
331 while (top > middle && middle > bottom)
333 if (top - middle > middle - bottom)
339 /* Swap it with the top part of the top segmen
298 int top = optind; local
[all...]
/macosx-10.10.1/gpatch-3/patch/
H A Dgetopt.c319 int top = optind;
329 string can work normally. Our top argument must be in the range
331 if (nonoption_flags_len > 0 && top >= nonoption_flags_max_len)
335 char *new_str = malloc (top + 1);
342 '\0', top + 1 - nonoption_flags_max_len);
343 nonoption_flags_max_len = top + 1;
349 while (top > middle && middle > bottom)
351 if (top - middle > middle - bottom)
357 /* Swap it with the top part of the top segmen
316 int top = optind; local
[all...]

Completed in 181 milliseconds

<<11121314151617181920>>