Searched refs:top (Results 226 - 250 of 1627) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_exp.c209 * the top bit being set. It was caused by an error in BN_div
212 /* if ((m->d[m->top-1]&BN_TBIT) && BN_is_odd(m)) */
217 if (a->top == 1 && !a->neg && (BN_get_flags(p, BN_FLG_CONSTTIME) == 0))
309 wstart=bits-1; /* The top bit of the window */
455 wstart=bits-1; /* The top bit of the window */
525 static int MOD_EXP_CTIME_COPY_TO_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int width) argument
529 if (bn_wexpand(b, top) == NULL)
531 while (b->top < top)
533 b->d[b->top
545 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int width) argument
576 int top; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dmainframe.tcl46 {-separator Enum both 1 {none top bottom both}}
77 set top [winfo parent $path]
78 if { ![string equal [winfo toplevel $path] $top] } {
112 if { $sepopt == "both" || $sepopt == "top" } {
167 set _widget($path,top) $top
197 set listmenu [$_widget($path,top) cget -menu]
223 set top $_widget($path,top)
224 if {[string equal $top
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Di386_vm_init.c326 ppnum_t base, top; local
334 top = (ppnum_t) (((mptr->PhysicalStart) >> I386_PGSHIFT) + mptr->NumberOfPages - 1);
342 kprintf("WARNING: ignoring first page in [0x%llx:0x%llx]\n", (uint64_t) base, (uint64_t) top);
345 if (top + 1 == 0) {
351 kprintf("WARNING: ignoring last page in [0x%llx:0x%llx]\n", (uint64_t) base, (uint64_t) top);
352 top--;
354 if (top < base) {
431 DBG("EFI region %d: type %u/%d, base 0x%x, top 0x%x %s\n",
432 i, mptr->Type, pmap_type, base, top,
439 top
[all...]
/macosx-10.10/CPANInternal-159.1/Heap-0.80/t/
H A Dbinary.t23 top
H A Dbinomial.t24 top
H A Dfibonacci.t28 top
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dring.c54 #define ring_increment(d,a,c) (((a)+(c) < (d)->top)? \
91 ring->top = ring->bottom+ring->size;
163 else if (ring->consume + count > ring->top &&
165 ring->bottom + ((ring->consume + count) - ring->top))
201 * return distance to the top
203 return ring_subtract(ring, ring->top, ring->supply);
239 return ring_subtract(ring, ring->top, ring->consume);
245 return ring_subtract(ring, ring->top, ring->consume);
304 (*encryptor)(c, ring->top - c);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_dr_reduce.c49 /* top of loop, this is where the code resumes if
52 top:
86 goto top;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A D2kprime.c20 top:
66 goto top;
H A Ddrprime.c17 top:
46 printf("Error not DR modulus\n"); sizes[x] += 1; goto top;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderScrollbarPart.h51 virtual LayoutUnit marginTop() const override { ASSERT(isIntegerValue(m_marginBox.top())); return m_marginBox.top(); }
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DComputedStyleDetailsPanel.css36 vertical-align: top;
H A DLegacyProfileView.css28 top: 0;
H A DLogContentView.css44 margin-top: auto;
48 border-top: 1px solid rgb(240, 240, 240);
52 border-top: none;
78 top: 8px;
81 margin-top: -5px;
91 margin-top: -2px;
103 margin-top: 0;
122 top: 6px;
141 border-top: 3px dashed rgb(240, 240, 240);
206 top
[all...]
H A DProbeDetailsSidebarPanel.css28 top: 0;
35 top: 23px;
45 margin-top: 1px;
52 margin-top: -1px;
H A DSlider.css36 top: -5px;
H A DTimelineView.css28 top: 0;
/macosx-10.10/cups-408/cups/filter/
H A Dcommon.h62 float top, float width);
/macosx-10.10/dcerpc-61/www/content/css/blueprint/plugins/fancy-type/
H A Dscreen.css11 p + p { text-indent:2em; margin-top:-1.5em; }
/macosx-10.10/groff-38/groff/src/preproc/eqn/
H A Ddelim.cpp36 const char *top; member in struct:delimiter
202 static void build_extensible(const char *ext, const char *top, const char *mid, argument
210 if (top) {
213 top);
232 if (top)
254 if (top)
258 top);
338 build_extensible(d->ext, d->top, d->mid, d->bot);
/macosx-10.10/libxslt-13/libxslt/tests/xmlspec/
H A DW3C-REC.css29 background-position: top left;
50 div.head h1 { margin-top: 2em; clear: both }
51 div.head table { margin-left: 2em; margin-top: 2em }
52 div.head img { color: white; border: none } /* remove border from top image */
64 margin-top: 0.6em;
68 dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dring.c79 #define ring_increment(d,a,c) (((a)+(c) < (d)->top)? \
112 ring->top = ring->bottom+ring->size;
184 else if (ring->consume + count > ring->top &&
186 ring->bottom + ((ring->consume + count) - ring->top))
222 * return distance to the top
224 return ring_subtract(ring, ring->top, ring->supply);
260 return ring_subtract(ring, ring->top, ring->consume);
266 return ring_subtract(ring, ring->top, ring->consume);
305 (*encryptor)(c, ring->top - c);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkbrowse.rb23 top = if $dirlist.size > 0 then TkToplevel.new else nil end
24 list = TkScrollbox.new(top) {
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dnotebook2.rb8 :side=>:top, :padx=>10, :pady=>0)
H A Dpanedwindow2.rb7 top = pw.add
19 pw.paneconfigure(0, :minimum=>20) # 0 == pw.index(top)

Completed in 249 milliseconds

1234567891011>>