Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 25 of 94) sorted by relevance

1234

/haiku/src/add-ons/kernel/network/stack/
H A Dradix.c70 static struct radix_mask *rn_new_radix_mask(struct radix_node *tt,
150 rn_new_radix_mask(register struct radix_node *tt, register struct radix_mask *next) in rn_new_radix_mask() argument
164 m->rm_bit = tt->rn_bit; in rn_new_radix_mask()
165 m->rm_flags = tt->rn_flags; in rn_new_radix_mask()
166 if (tt->rn_flags & RNF_NORMAL) in rn_new_radix_mask()
167 m->rm_leaf = tt; in rn_new_radix_mask()
169 m->rm_mask = tt->rn_mask; in rn_new_radix_mask()
171 tt->rn_mklist = m; in rn_new_radix_mask()
249 register struct radix_node *tt = nodes, *t = tt + 1; in rn_newpair() local
252 t->rn_left = tt; in rn_newpair()
[all …]
/haiku/data/catalogs/apps/aboutsystem/
H A Dsv.catkeys3 …ael C. Ring. All rights reserved. AboutView Upphovsrätt © 1999-2007 Michael C. Ring. Med ensamrät…
6 …99-2000 Y.Takagi. All rights reserved. AboutView Upphovsrätt © 1999-2000 Y. Takagi. Med ensamrätt.
10 Copyright © 2006-2012 Kentaro Fukuchi AboutView Upphovsrätt © 2006-2012 Kentaro Fukuchi
11 …ics, Inc. All rights reserved. AboutView Upphovsrätt © 1991-2000 Silicon Graphics, Inc. Med ensam…
12 …990-2002 Info-ZIP. All rights reserved. AboutView Upphovsrätt © 1990-2002 Info-ZIP. Med ensamrätt.
15 Copyright © 2003 Peter Hanappe and others. AboutView Upphovsrätt © 2003 Peter Hanappe och andra.
20 … Jeff Prosise. All rights reserved. AboutView Upphovsrätt © 1996-1997 Jeff Prosise. Med ensamrätt.
21 …ject. All rights reserved. AboutView Upphovsrätt © 1999-2006 Brian Paul. Mesa3D projektet. Med en…
22 …2011 Google Inc. All rights reserved. AboutView Upphovsrätt © 2010-2011 Google Inc. Med ensamrätt.
23 …ghts reserved. AboutView Upphovsrätt © 1987-1988 Digital Equipment Corporation, Manyard, Massachu…
[all …]
/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_timers.c370 idle_timer *tt; in evSetIdleTimer() local
373 OKNEW(tt); in evSetIdleTimer()
374 tt->func = func; in evSetIdleTimer()
375 tt->uap = uap; in evSetIdleTimer()
376 tt->lastTouched = ctx->lastEventTime; in evSetIdleTimer()
377 tt->max_idle = max_idle; in evSetIdleTimer()
379 if (evSetTimer(opaqueCtx, idle_timeout, tt, in evSetIdleTimer()
382 FREE(tt); in evSetIdleTimer()
386 tt->timer = opaqueID->opaque; in evSetIdleTimer()
394 idle_timer *tt = del->uap; in evClearIdleTimer() local
[all …]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h142 int tt = 0; in calc_usecs_unicast_packet() local
221 tt += (short_retries + 1) * ctsduration; in calc_usecs_unicast_packet()
223 tt += t_difs; in calc_usecs_unicast_packet()
226 tt += (long_retries+1)*ath_hal_pkt_txtime(sc->sc_ah, rt, length, rix, in calc_usecs_unicast_packet()
229 tt += (long_retries+1)*(t_sifs + rt->info[rix].spAckDuration); in calc_usecs_unicast_packet()
233 tt += (t_slot * cw/2); in calc_usecs_unicast_packet()
235 return tt; in calc_usecs_unicast_packet()
H A Dsample.c320 int rix, tt, pct; in pick_best_rate() local
335 tt = sn->stats[size_bin][rix].average_tx_time; in pick_best_rate()
336 if (tt <= 0 || in pick_best_rate()
377 tt); in pick_best_rate()
387 if (best_rate_tt == 0 || tt <= best_rate_tt) { in pick_best_rate()
388 best_rate_tt = tt; in pick_best_rate()
400 if (best_rate_tt == 0 || ((tt * 10) <= (best_rate_tt * 10))) { in pick_best_rate()
401 best_rate_tt = tt; in pick_best_rate()
975 int tt; in update_stats() local
1006 tt = calc_usecs_unicast_packet(sc, size, rix0, in update_stats()
[all …]
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_sqrt.c190 u_int bit, q, tt; local
267 #define t0 tt
291 #define t1 tt
322 #define t2 tt
355 #define t3 tt
/haiku/data/catalogs/apps/stylededit/
H A Dsv.catkeys8 Wrap-around search FindandReplaceWindow Fortsätt sökning vid andra änden
30 Replace… Menus Ersätt
37 Replace in all windows FindandReplaceWindow Ersätt i alla fönster
45 Replace all FindandReplaceWindow Ersätt alla
78 Replace next Menus Ersätt nästa
81 Replace with: FindandReplaceWindow Ersätt med:
84 Replace FindandReplaceWindow Ersätt
/haiku/data/catalogs/apps/clock/
H A Dsv.catkeys5 …ock (Replikantversionen)\n\nUpphovsrätt 2002-2020 Haiku, Inc.\n\nUrsprungligen kodades av folket p…
/haiku/docs/user/drivers/
H A Dfs_modules.dox93 hook functions: <tt>open*()</tt>, <tt>close*()</tt>, and
94 <tt>free*_cookie()</tt>. The <tt>open*()</tt> hook is passed all that is
101 to all hooks that operate on a thusly opened object. The <tt>close*()</tt>
105 the cookie stops being in use the <tt>free*_cookie()</tt> hook is called;
111 iteration through the contained objects. The <tt>read_*()</tt> hook reads
112 the next one or more entries into a <tt>struct dirent</tt> buffer. The
113 <tt>rewind_*()</tt> hook resets the iteration state to the first entry.
117 <tt>read*_stat()</tt> hook and must be written into a <tt>struct stat</tt>
153 both return entries in a <tt>struct dirent</tt> structure, which also
179 Return a <tt>struct stat</tt> info for the given node, consisting of the
[all …]
/haiku/data/catalogs/preferences/backgrounds/
H A Dhu.catkeys2 Backgrounds System name Háttér
4 Setting the background image failed: Main View Nem sikerült a háttérkép beállítása:
11 Set background image error Main View Háttérkép-beállítási hiba
/haiku/data/catalogs/add-ons/mail_daemon/inbound_filters/spam_filter/
H A Dhu.catkeys3 Genuine below and uncertain above: SpamFilterConfig Értékes ezalatt és bizonytalan efölött:
4 Spam above: SpamFilterConfig Spam efölött:
/haiku/data/catalogs/apps/mandelbrot/
H A Dsv.catkeys2 Grassland MandelbrotWindow Grässlätt
17 Set MandelbrotWindow Sätt
/haiku/data/catalogs/apps/glteapot/
H A Dhu.catkeys3 Backface culling TeapotWindow Háttérszűrés
13 Filled polygons TeapotWindow Kitöltött poligonszám
/haiku/data/catalogs/apps/sudoku/
H A Dsv.catkeys9 Easy SudokuWindow Lätt
22 Set all hints SudokuWindow Sätt alla ledrådar
/haiku/data/catalogs/apps/packageinstaller/
H A Dsv.catkeys4 Continue PackageInstall Fortsätt
8 Replace PackageView Ersätt
11 … package or skip it? PackageView Symboliska länken '%s' finns redan.\nErsätt länken med den från …
34 Continue PackageTextViewer Fortsätt
50 Replace all PackageView Ersätt alla
52 Continue PackageInfo Fortsätt
/haiku/data/catalogs/apps/cortex/RouteApp/
H A Dsv.catkeys25 …ermission. CortexRouteApp Cortex/Route 2.1.2\n\nUpphovsrätt 1999-2000 Eric Moon\nMed ensamrätt.\n…
H A Dhu.catkeys17 Between: CortexRouteApp Között:
25 …tartva.\n\nA Cortex csapat:\n\nChristopher Lenz: UI\nEric Moon: felület, háttér\n\nKöszönet:\nJohn…
/haiku/data/catalogs/apps/cortex/InfoView/
H A Dsv.catkeys19 Flavor flags DormantNodeInfoView Smaksätt flaggor
58 Copyright FileNodeInfoView Upphovsrätt
/haiku/data/catalogs/apps/cortex/AddOnHost/
H A Dhu.catkeys5 …u probably don't want to start it manually. CortexAddOnHost A program a háttérben fut, és szükség…
/haiku/data/catalogs/servers/keystore/
H A Dsv.catkeys3 …e the required privileges. AppAccessRequestWindow Denna applikation har inte rätt rättighterer än.
17 …t been granted access before. AppAccessRequestWindow Denna application har inte fått access förut.
/haiku/data/catalogs/servers/debug/
H A Dnb.catkeys2 …application and clean up. DebugServer Programmet:\n\n %app\n\nhar støtt på en feil som hindr…
H A Dsv.catkeys2 … the application and clean up. DebugServer Programmet:\n\n %app\n\nhar stött på ett fel som förhi…
H A Dhu.catkeys2 …n and clean up. DebugServer A következő program:\n\n %app\n\nhibába ütközött, és nem tud tovább f…
/haiku/docs/user/
H A Dapidoc.dox113 space. If the text is part of a category, such as <tt>Authors</tt>, put
119 -# Then there is a label <tt>Authors:</tt>, which is followed by
122 -# In the same vein there is the label <tt>Proofreaders:</tt> in case the
124 -# The final part is underneath the label <tt>Corresponds to:</tt>.
183 another five slashes. Like this: <tt>///// Global Functions /////</tt>.
198 <tt>//! \\cond INTERNAL</tt> and end the block with the command
199 <tt>//! \\endcond INTERNAL</tt>.
323 - <tt>Typewriter font</tt> \n
327 - \c \<tt\> and \c \<\\tt\> for multiple words or phrases
348 command takes two arguments: a \c \<name\> and <tt>(a title)</tt>. The name
[all …]
/haiku/data/catalogs/bin/dstcheck/
H A Dsv.catkeys4 …kan klockan gå en timme fel.\n Din dator tror att klockan är %current time%.\n \n Är det rätt tid??

1234