Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 25 of 132) sorted by relevance

123456

/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp363 GuiInfo wi, ti, bi; in empty_empty_UW_ES_IA() local
369 ti.label = ""; in empty_empty_UW_ES_IA()
370 ti.width = 245.0f; in empty_empty_UW_ES_IA()
371 ti.height = 13.0f; in empty_empty_UW_ES_IA()
372 ti.topleft.Set(55.0f, 6.0f); in empty_empty_UW_ES_IA()
373 ati.SetTextViewInfo(ti); in empty_empty_UW_ES_IA()
392 GuiInfo wi, ti, bi; in OK_X_UW_ES_IA() local
398 ti.label = "X"; in OK_X_UW_ES_IA()
399 ti.width = 245.0f; in OK_X_UW_ES_IA()
400 ti.height = 13.0f; in OK_X_UW_ES_IA()
[all …]
/haiku/src/libs/libsolv/solv/
H A Dbitmap.c66 unsigned char *ti, *si, *end; in map_and() local
67 ti = t->map; in map_and()
69 end = ti + (t->size < s->size ? t->size : s->size); in map_and()
70 while (ti < end) in map_and()
71 *ti++ &= *si++; in map_and()
78 unsigned char *ti, *si, *end; in map_or() local
81 ti = t->map; in map_or()
83 end = ti + (t->size < s->size ? t->size : s->size); in map_or()
84 while (ti < end) in map_or()
85 *ti++ |= *si++; in map_or()
[all …]
H A Dtransaction.c66 Queue *ti = &trans->transaction_info; in transaction_all_obs_pkgs() local
85 for (i = 0; i < ti->count; i += 2) in transaction_all_obs_pkgs()
86 if (ti->elements[i + 1] == p) in transaction_all_obs_pkgs()
87 queue_push2(pkgs, p, ti->elements[i]); in transaction_all_obs_pkgs()
98 for (i = 0; i < ti->count; i += 2) in transaction_all_obs_pkgs()
100 if (ti->elements[i] == p) in transaction_all_obs_pkgs()
101 queue_push(pkgs, ti->elements[i + 1]); in transaction_all_obs_pkgs()
113 Queue *ti; in transaction_obs_pkg() local
123 ti = &trans->transaction_info; in transaction_obs_pkg()
124 for (i = 0; i < ti->count; i += 2) in transaction_obs_pkg()
[all …]
/haiku/src/tests/add-ons/translators/tifftranslator/
H A DTIFFTranslatorTest.cpp86 translator_info ti; in IdentifyTests() local
97 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
98 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
100 CheckBits_Tiff(&ti); in IdentifyTests()
102 CheckTiff(&ti, pinfo[i].identifyString); in IdentifyTests()
106 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
107 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
110 CheckBits_Tiff(&ti); in IdentifyTests()
112 CheckTiff(&ti, pinfo[i].identifyString); in IdentifyTests()
116 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
[all …]
/haiku/src/tests/add-ons/translators/pngtranslator/
H A DPNGTranslatorTest.cpp101 translator_info ti; in IdentifyTests() local
116 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
117 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
119 CheckBits_PNG(&ti); in IdentifyTests()
121 CheckPNG(&ti); in IdentifyTests()
125 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
126 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
129 CheckBits_PNG(&ti); in IdentifyTests()
131 CheckPNG(&ti); in IdentifyTests()
135 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
[all …]
/haiku/src/tests/add-ons/translators/stxttranslator/
H A DSTXTTranslatorTest.cpp82 translator_info ti; in IdentifyTests() local
93 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
94 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
96 CheckPlain(&ti); in IdentifyTests()
98 CheckStyled(&ti); in IdentifyTests()
102 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
103 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
106 CheckPlain(&ti); in IdentifyTests()
108 CheckStyled(&ti); in IdentifyTests()
112 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
[all …]
/haiku/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp119 translator_info ti; in IdentifyTests() local
130 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
131 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
133 CheckBits_Tga(&ti); in IdentifyTests()
135 CheckTga(&ti, pinfo[i].identifyString); in IdentifyTests()
139 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
140 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
143 CheckBits_Tga(&ti); in IdentifyTests()
145 CheckTga(&ti, pinfo[i].identifyString); in IdentifyTests()
149 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
[all …]
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp125 translator_info ti; in IdentifyTests() local
136 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
137 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
139 CheckBits_Bmp(&ti); in IdentifyTests()
141 CheckBmp(&ti, pinfo[i].identifyString); in IdentifyTests()
145 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
146 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
149 CheckBits_Bmp(&ti); in IdentifyTests()
151 CheckBmp(&ti, pinfo[i].identifyString); in IdentifyTests()
155 memset(&ti, 0, sizeof(translator_info)); in IdentifyTests()
[all …]
/haiku/src/system/libroot/os/arch/arm64/
H A Dtls.c20 void* __tls_get_addr(struct tls_index* ti);
65 __tls_get_addr(struct tls_index* ti) in __tls_get_addr() argument
67 return __gRuntimeLoader->get_tls_address(ti->ti_module, ti->ti_offset); in __tls_get_addr()
/haiku/src/system/libroot/os/arch/m68k/
H A Dtls.c26 void* __tls_get_addr(struct tls_index* ti);
61 __tls_get_addr(struct tls_index* ti) in __tls_get_addr() argument
63 return __gRuntimeLoader->get_tls_address(ti->module, ti->offset); in __tls_get_addr()
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itowa.c290 mp_limb_t ti = t[--n]; local
296 while (ti != 0)
300 umul_ppmm (x, dummy, ti, base_multiplier);
301 quo = (x + ((ti - x) >> 1)) >> (brec->post_shift - 1);
302 rem = ti - quo * base;
304 ti = quo;
308 while (ti != 0)
312 umul_ppmm (x, dummy, ti, base_multiplier);
314 rem = ti - quo * base;
316 ti = quo;
[all …]
H A D_itoa.c371 mp_limb_t ti = t[--n]; local
377 while (ti != 0)
381 umul_ppmm (x, dummy, ti, base_multiplier);
382 quo = (x + ((ti - x) >> 1)) >> (brec->post_shift - 1);
383 rem = ti - quo * base;
385 ti = quo;
389 while (ti != 0)
393 umul_ppmm (x, dummy, ti, base_multiplier);
395 rem = ti - quo * base;
397 ti = quo;
[all …]
/haiku/src/system/libroot/os/arch/riscv64/
H A Dtls.cpp17 extern "C" void* __tls_get_addr(struct tls_index* ti);
67 __tls_get_addr(struct tls_index* ti) in __tls_get_addr() argument
69 return __gRuntimeLoader->get_tls_address(ti->ti_module, ti->ti_offset); in __tls_get_addr()
/haiku/src/system/libroot/os/arch/x86/
H A Dtls.c22 void* ___tls_get_addr(struct tls_index* ti) __attribute__((__regparm__(1)));
77 ___tls_get_addr(struct tls_index* ti) in ___tls_get_addr() argument
79 return __gRuntimeLoader->get_tls_address(ti->module, ti->offset); in ___tls_get_addr()
/haiku/src/system/libroot/os/arch/arm/
H A Dtls.c64 __tls_get_addr(struct tls_index *ti) in __tls_get_addr() argument
66 return __gRuntimeLoader->get_tls_address(ti->ti_module, ti->ti_offset); in __tls_get_addr()
/haiku/src/system/libroot/os/arch/x86_64/
H A Dtls.cpp71 __tls_get_addr(tls_index* ti) in __tls_get_addr() argument
73 return __gRuntimeLoader->get_tls_address(ti->module, ti->offset); in __tls_get_addr()
/haiku/data/catalogs/apps/icon-o-matic/
H A Dlt.catkeys3 Add empty Icon-O-Matic-ShapesList Pridėti tuščią
5 Add with path Icon-O-Matic-ShapesList Pridėti su kreive
10 Select Icon-O-Matic-Properties Pažymėti
15 Paste Icon-O-Matic-Properties Įdėti
17 Add rect Icon-O-Matic-PathsList Pridėti stačiakampį
20 Add shape with style Icon-O-Matic-Menu-Shape Pridėti figūrą su stiliumi
40 Add with path & style Icon-O-Matic-ShapesList Pridėti su kreive ir stiliumi
44 Add Icon-O-Matic-TransformersList Pridėti
47 Add Icon-O-Matic-PathsList Pridėti
59 Add shape with path Icon-O-Matic-Menu-Shape Pridėti figūrą su kreive
[all …]
/haiku/data/catalogs/preferences/mail/
H A Dlt.catkeys13 Add Config Window Pridėti
39 Add filter Config Views Pridėti filtrą
44 …Pridėti naują paskyrą galite spustelėję mygtuką „Pridėti“.\n\nPašalinti esamą paskyrą galite, ją p…
/haiku/data/catalogs/preferences/printers/
H A Dlt.catkeys24 Add… PrintersWindow Pridėti
27 Add AddPrinterDialog Pridėti
38 Restart job PrintersWindow Pradėti užduotį iš naujo
/haiku/src/apps/haikudepot/process/
H A DThreadedProcessNode.cpp55 thread_info ti; in IsRunning() local
56 status_t status = get_thread_info(fWorker, &ti); in IsRunning()
/haiku/data/catalogs/apps/stylededit/
H A Dsk.catkeys3 Cannot revert, file not found: \"%s\". RevertToSavedAlert Nie je možné vrátiť späť, súbor nebol ná…
28 Can't undo Menus Nie je možné vrátiť späť
37 …st saved version? RevertToSavedAlert „%s“ má neuložené zmeny.\nChcete vrátiť späť jeho poslednú …
54 Undo typing QuitAlert Vrátiť späť písanie
72 Revert RevertToSavedAlert Vrátiť späť
/haiku/data/catalogs/apps/mail/
H A Dlt.catkeys25 Paste Mail Įdėti
29 Only files can be added as attachments. Mail Kaip priedus pridėti galima tik failus.
53 Add signature Mail Pridėti prierašą
63 Set to %s Mail Pažymėti kaip %s
74 Automatically mark mail as read: Mail Automatiškai žymėti laiškus kaip skaitytus:
88 Need Tracker to move items to trash Mail Kad galėtumėte mesti objektus Šiukšlinėn, turi būti palei…
108 Warn unencodable: Mail Įspėti apie kodavimo problemas:
112 Select all Mail Pažymėti viską
126 Add Mail Pridėti
/haiku/data/catalogs/preferences/shortcuts/
H A Dlt.catkeys6 Revert to saved ShortcutsWindow Grįžti prie įrašyto
16 Select ShortcutsWindow Pažymėti
41 Add new shortcut ShortcutsWindow Pridėti naują klavišų derinį
/haiku/data/catalogs/servers/mount/
H A Dsk.catkeys10 … loss of data.\n AutoMounter Nebolo možné odpojiť disk „%s“:\n\t%s\n\nVynútiť odpojenie?\n\nPozn.…
11 Force unmount AutoMounter Vynútiť odpojenie
/haiku/data/catalogs/apps/packageinstaller/
H A Dlt.catkeys18 …r. PackageView Pasirinktojo paketo į sistemą įdiegti nepavyko. Tai gali būti paties paketo proble…
37 …e? PackageInfo Panašu, kad failų dydžiai pakete nesutampa. Paketas gali būti sugadintas arba pake…
41 …BeOS .pkg package. PackageView Paketo failo nepavyko perskaityti.\nGali būti, jog nurodytas faila…
46 Begin PackageView Pradėti

123456