Searched refs:small (Results 1 - 25 of 39) sorted by relevance

12

/haiku-fatelf/src/libs/ncurses/test/
H A Dfirstlast.c28 WINDOW *large, *small; local
33 small = newwin(10, 30, 7, 25);
40 wrefresh(small);
42 mvwaddstr(small, 5, 5, " Test <place to change> String ");
43 wrefresh(small);
49 mvwaddstr(small, 5, 5, " Test <***************> String ");
50 wrefresh(small);
61 werase(small);
62 wrefresh(small);
65 wmove(small,
[all...]
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Drect.h38 /* True if small is contained entirely within big */
39 static int rect_contains(VTermRect *big, VTermRect *small) argument
41 if(small->start_row < big->start_row) return 0;
42 if(small->start_col < big->start_col) return 0;
43 if(small->end_row > big->end_row) return 0;
44 if(small->end_col > big->end_col) return 0;
/haiku-fatelf/src/apps/cortex/support/
H A DMediaIcon.cpp212 SetBits(M_GENERIC_ICON.small, 256, 0, B_CMAP8);
328 SetBits(M_TIME_SOURCE_ICON.small, 256, 0, B_CMAP8);
336 SetBits(M_AUDIO_MIXER_ICON.small, 256, 0, B_CMAP8);
345 SetBits(M_FILE_READER_ICON.small, 256, 0, B_CMAP8);
352 SetBits(M_FILE_WRITER_ICON.small, 256, 0, B_CMAP8);
362 SetBits(M_AUDIO_INPUT_ICON.small, 256, 0, B_CMAP8);
369 SetBits(M_VIDEO_INPUT_ICON.small, 256, 0, B_CMAP8);
379 SetBits(M_AUDIO_OUTPUT_ICON.small, 256, 0, B_CMAP8);
386 SetBits(M_VIDEO_OUTPUT_ICON.small, 256, 0, B_CMAP8);
396 SetBits(M_AUDIO_PRODUCER_ICON.small, 25
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dobjalloc.c51 We handle large and small allocation requests differently. If we
66 contains small objects, this is NULL. */
77 hold small objects. */
200 struct objalloc_chunk *p, *small; local
204 and set Q to the last small object chunk we see before P. */
205 small = NULL;
212 small = p;
230 /* The block is in a chunk containing small objects. We can
233 any chunks containing small objects; we can free any big
244 if (small !
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/libbz2/
H A Dbzlib.h80 # ifdef small
81 /* windows.h define small to char */
82 # undef small macro
119 int small
143 int small,
219 int small,
H A Dbzlib.c495 int small )
502 if (small != 0 && small != 1) return BZ_PARAM_ERROR;
520 s->smallDecompress = (Bool)small;
1091 int small,
1101 (small != 0 && small != 1) ||
1130 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
1304 int small,
1312 (small !
1087 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
1299 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/haiku-fatelf/headers/private/shared/
H A DIconButton.h76 bool small = true);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DIconButton.h72 bool small = true);
H A DIconButton.cpp376 IconButton::SetIcon(const BMimeType* fileType, bool small) argument
382 status = fileType->GetIcon(mimeBitmap, small ? B_MINI_ICON : B_LARGE_ICON);
/haiku-fatelf/src/apps/webpositive/support/
H A DIconButton.h71 bool small = true);
H A DIconButton.cpp457 IconButton::SetIcon(const BMimeType* fileType, bool small) argument
463 status = fileType->GetIcon(mimeBitmap, small ? B_MINI_ICON : B_LARGE_ICON);
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDebugInfoEntry.h153 DECLARE_DEBUG_INFO_ENTRY_ATTR_SETTER(small)
H A DDebugInfoEntry.cpp290 DEFINE_DEBUG_INFO_ENTRY_ATTR_SETTER(small)
H A DAttributeClasses.cpp118 { ENTRY(small), AC_REFERENCE },
/haiku-fatelf/src/bin/gdb/
H A Ddjunpack.bat22 Rem If their environment space is too small, re-exec with a larger one
/haiku-fatelf/docs/userguide/
H A DHaiku-doc.css354 font-variant: small-caps;
378 font-size: small;
386 font-size: small;
/haiku-fatelf/docs/welcome/
H A DHaiku-doc.css354 font-variant: small-caps;
378 font-size: small;
386 font-size: small;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-typeprint.c337 DOUBLEST small = ada_fixed_to_float (type, 1.0);
344 if (delta != small)
345 fprintf_filtered (stream, " <'small = %g>", (double) small);
336 DOUBLEST small = ada_fixed_to_float (type, 1.0); local
/haiku-fatelf/headers/private/libroot/
H A Dtrig.h77 small = 1E-10, /* 1+small**2 == 1; better values for small: variable
78 * small = 1.5E-9 for VAX D
82 big = 1E20; /* big := 1/(small**2) */
/haiku-fatelf/src/bin/gdb/bfd/
H A Dlibecoff.h212 /* Nonzero if this symbol was referred to as small undefined. */
213 char small; member in struct:ecoff_link_hash_entry
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dndis_0.asm31 CB_DSEG EQU <SEG _DATA> ; 16bit is small/large model
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.bat25 Rem The small_env tests protect against fixed and too small size
245 echo Your environment size is too small. Enlarge it and run me again.
/haiku-fatelf/src/bin/gdb/etc/
H A Dtexi2pod.pl276 /^\@((?:small)?example|display)/ and do {
/haiku-fatelf/src/bin/network/wget/doc/
H A Dtexi2pod.pl282 /^\@((?:small)?example|display)/ and do {
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c948 char *big, *small; local
954 small = (mode == 1) ? "inf" : "nan";
956 tmp = (*p->pf == 'F' || *p->pf == 'G' || *p->pf == 'E') ? big : small;
1784 /* set of small tests for snprintf() */
2004 /* printf("A buffer to small of 10, trying to put this:\n");*/

Completed in 274 milliseconds

12