Home
last modified time | relevance | path

Searched refs:bMore (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/scummvm/scummvm-2.5.1/engines/icb/sound/
H A Dsound_common.cpp43 bool bMore = true; in openWav() local
58 for (i = 0; i < (bytesRead - 3) && bMore; i++) in openWav()
59 bMore = READ_LE_U32(buff + i) != MKTAG('a', 't', 'a', 'd'); in openWav()
61 if (bMore) in openWav()
66 } while (bMore && bytesRead == 256); in openWav()
68 if (bMore) // Can't find 'data' ! in openWav()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsmtp.c378 int bMore = 0; in smtp_client_quit() local
382 smtp_get_reply_from_server(p, &in, &iCode, &bMore, &zArg); in smtp_client_quit()
383 }while( bMore ); in smtp_client_quit()
398 int bMore = 0; in smtp_client_startup() local
402 }while( bMore ); in smtp_client_startup()
410 }while( bMore ); in smtp_client_startup()
543 int bMore = 0; in smtp_send_msg() local
550 }while( bMore ); in smtp_send_msg()
556 }while( bMore ); in smtp_send_msg()
562 }while( bMore ); in smtp_send_msg()
[all …]
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dprinterfactory.cpp309 bool bMore = true; in nextFamily() local
324 bMore = false; in nextFamily()
326 return bMore; in nextFamily()
375 bool bMore = true; in nextPrinter() local
385 bMore = false; // no families in the list in nextPrinter()
396 bMore = false; in nextPrinter()
401 bMore = false; in nextPrinter()
407 return bMore; in nextPrinter()
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/antiword/
H A Dicons.c18 BOOL bMore; in vUpdateIcon() local
22 Error_CheckFatal(Wimp_UpdateWindow(&tRedraw, &bMore)); in vUpdateIcon()
23 while (bMore) { in vUpdateIcon()
25 Error_CheckFatal(Wimp_GetRectangle(&tRedraw, &bMore)); in vUpdateIcon()
H A Ddraw.c843 BOOL bMore; in bRedrawMainWindow() local
861 Error_CheckFatal(Wimp_RedrawWindow(&tBlock, &bMore)); in bRedrawMainWindow()
864 while (bMore) { in bRedrawMainWindow()
869 Error_CheckFatal(Wimp_GetRectangle(&tBlock, &bMore)); in bRedrawMainWindow()
/dports/textproc/antiword/antiword-0.37/
H A Dicons.c18 BOOL bMore; in vUpdateIcon() local
22 Error_CheckFatal(Wimp_UpdateWindow(&tRedraw, &bMore)); in vUpdateIcon()
23 while (bMore) { in vUpdateIcon()
25 Error_CheckFatal(Wimp_GetRectangle(&tRedraw, &bMore)); in vUpdateIcon()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DUtlDirectory.cpp179 bool bMore = (hFind != (HANDLE) -1); in scan() local
189 while (bMore) { in scan()
200 bMore = (FindNextFile(hFind, &myFindData) != 0); in scan()
206 bMore = (hFind != (HANDLE) -1); in scan()
207 bSuccess = bMore; in scan()
208 while (bMore) { in scan()
216 bMore = (FindNextFile(hFind, &myDirectoriesFindData) != 0); in scan()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Ddynamic_big_crypt_hash.cin31 bMore = 1;
33 while (bMore) {
35 bMore = 0;
45 } else if (cnt < loops[i]) bMore = 1;
60 cp = (unsigned char*)in; bMore = 1; cnt = 1;
61 while (bMore) {
63 bMore = 0;
71 } else if (cnt < loops[i]) bMore = 1;
86 while (bMore) {
88 bMore = 0;
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dmkfilelt.cpp221 BOOL bMore = TRUE; in dirwalk() local
273 while (bMore) { in dirwalk()
287 bMore = FindNextFile(find_handle, &find_data); in dirwalk()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dmkfilelt.cpp221 BOOL bMore = TRUE; in dirwalk() local
273 while (bMore) { in dirwalk()
287 bMore = FindNextFile(find_handle, &find_data); in dirwalk()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dmkfilelt.cpp221 BOOL bMore = TRUE; in dirwalk() local
273 while (bMore) { in dirwalk()
287 bMore = FindNextFile(find_handle, &find_data); in dirwalk()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dmkfilelt.cpp221 BOOL bMore = TRUE; in dirwalk() local
273 while (bMore) { in dirwalk()
287 bMore = FindNextFile(find_handle, &find_data); in dirwalk()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dtextconv.cxx124 bool bMore = false; in ConvMore_impl() local
130 bMore = pEE->ConvertNextDocument(); in ConvMore_impl()
131 if ( bMore ) in ConvMore_impl()
138 return bMore; in ConvMore_impl()
H A Dedtspell.cxx114 bool bMore = false; in SpellMore() local
117 bMore = pEE->SpellNextDocument(); in SpellMore()
118 if ( bMore ) in SpellMore()
126 return bMore; in SpellMore()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dtextconv.cxx127 bool bMore = false; in ConvMore_impl() local
133 bMore = pEE->ConvertNextDocument(); in ConvMore_impl()
134 if ( bMore ) in ConvMore_impl()
141 return bMore; in ConvMore_impl()
H A Dedtspell.cxx116 bool bMore = false; in SpellMore() local
119 bMore = pEE->SpellNextDocument(); in SpellMore()
120 if ( bMore ) in SpellMore()
128 return bMore; in SpellMore()
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Dprint_abbrevs.c304 Dwarf_Bool bMore = TRUE; in get_abbrev_array_info() local
318 while (bMore && (abres = dwarf_get_abbrev(dbg, offset, &ab, in get_abbrev_array_info()
325 bMore = FALSE; in get_abbrev_array_info()
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Dprint_abbrevs.c304 Dwarf_Bool bMore = TRUE; in get_abbrev_array_info() local
318 while (bMore && (abres = dwarf_get_abbrev(dbg, offset, &ab, in get_abbrev_array_info()
325 bMore = FALSE; in get_abbrev_array_info()
/dports/security/john/john-1.9.0-jumbo-1/src/unused/
H A Ddynamic_big_crypt.c638 bMore = 1; in DoMD5_crypt_f_sse()
642 bMore = 0; in DoMD5_crypt_f_sse()
667 bMore = 0; in DoMD5_crypt_sse()
692 bMore = 0; in DoMD5_sse_crypt_only()
1150 bMore = 1; in DoMD4_crypt_f_sse()
1154 bMore = 0; in DoMD4_crypt_f_sse()
1179 bMore = 0; in DoMD4_crypt_sse()
1204 bMore = 0; in DoMD4_sse_crypt_only()
1659 bMore = 1; in DoSHA1_crypt_f_sse()
2171 bMore = 1; in DoSHA224_crypt_f_sse()
[all …]
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/rtree/
H A DBulkLoader.cc431 bool bMore = true; in createLevel() local
433 while (bMore) in createLevel()
441 catch (Tools::EndOfStreamException) { bMore = false; break; } in createLevel()
/dports/www/firefox-esr/firefox-91.8.0/modules/libjar/
H A DnsJAR.cpp401 bool bMore; in GetNext() local
402 nsresult rv = HasMore(&bMore); in GetNext()
403 if (NS_FAILED(rv) || !bMore) in GetNext()
/dports/www/firefox/firefox-99.0/modules/libjar/
H A DnsJAR.cpp401 bool bMore; in GetNext() local
402 nsresult rv = HasMore(&bMore); in GetNext()
403 if (NS_FAILED(rv) || !bMore) in GetNext()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/libjar/
H A DnsJAR.cpp395 bool bMore; in GetNext() local
396 nsresult rv = HasMore(&bMore); in GetNext()
397 if (NS_FAILED(rv) || !bMore) in GetNext()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/libjar/
H A DnsJAR.cpp401 bool bMore; in GetNext() local
402 nsresult rv = HasMore(&bMore); in GetNext()
403 if (NS_FAILED(rv) || !bMore) in GetNext()
/dports/lang/spidermonkey78/firefox-78.9.0/modules/libjar/
H A DnsJAR.cpp401 bool bMore; in GetNext() local
402 nsresult rv = HasMore(&bMore); in GetNext()
403 if (NS_FAILED(rv) || !bMore) in GetNext()

123