Searched refs:special (Results 1 - 24 of 24) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_debug_console.cpp195 static uint8 special = 0; local
199 if (special & 0x80) {
200 special &= ~0x80;
203 if (special != 0) {
204 key = special;
205 special = 0;
260 special = 0x80 | 'A';
263 special = 0x80 | 'B';
266 special = 0x80 | 'C';
269 special
[all...]
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp416 static uint8 special = 0; local
420 if (special & 0x80) {
421 special &= ~0x80;
424 if (special != 0) {
425 key = special;
426 special = 0;
487 special = 0x80 | 'A';
490 special = 0x80 | 'B';
493 special = 0x80 | 'C';
496 special
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c193 /* "NaN" or "Inf" for the special cases. */
194 const char *special = NULL; local
256 /* Check for special values: not a number or infinity. */
261 special = "NAN";
266 special = "nan";
277 special = "INF";
282 special = "inf";
295 /* Check for special values: not a number or infinity. */
300 special = "NAN";
305 special
[all...]
H A Dprintf_size.c121 /* "NaN" or "Inf" for the special cases. */
122 const char *special = NULL; local
136 /* Check for special values: not a number or infinity. */
139 special = "nan";
145 special = "inf";
162 /* Check for special values: not a number or infinity. */
165 special = "nan";
171 special = "inf";
184 if (special)
202 PRINT (special, wspecia
[all...]
H A Dprintf_fp.c161 /* "NaN" or "Inf" for the special cases. */
162 const char *special = NULL; local
328 /* Check for special values: not a number or infinity. */
333 special = "NAN";
338 special = "nan";
347 special = "INF";
352 special = "inf";
372 /* Check for special values: not a number or infinity. */
377 special = "NAN";
382 special
[all...]
/haiku/src/libs/glut/
H A DglutWindow.h60 GLUTspecialCB special; /* special key */ member in class:GlutWindow
61 GLUTspecialCB specialUp; /* special key up */
74 bool specialEvent; // call special
75 bool specialUpEvent; // call special
87 int specialKey; // for special key callback
88 int specialX, specialY; // for special callback
H A DglutCallback.cpp49 gState.currentWindow->special = specialFunc;
H A DglutEvent.cpp221 if (win->special) {
223 win->special(win->specialKey, win->specialX, win->specialY);
401 * DESCRIPTION: handles keyboard and special events
483 if (special) {
526 * DESCRIPTION: handles keyboard and special events
H A DglutWindow.cpp113 special = NULL;
H A Dglutint.h397 GLUTspecialCB special; /* special key */ member in struct:_GLUTwindow
398 GLUTspecialCB specialUp; /* special up key */
424 GLUTspecialFCB fspecial; /* special key */
425 GLUTspecialFCB fspecialUp; /* special key up */
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dlshift.S56 jnc L(special) /* jump if s_ptr + 1 >= res_ptr */
59 jnc L(special) /* jump if res_ptr >= s_ptr + size */
147 L(special):
H A Drshift.S56 jnc L(special) /* jump if res_ptr + 1 >= s_ptr */
59 jnc L(special) /* jump if s_ptr >= res_ptr + size */
144 L(special):
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h118 /* Number of star used to generate the special animation */
182 /* what special mode are we using ? */
183 int32 special; member in struct:ChartWindow::setting
208 /* this union is used to store special animation information
231 } special; typedef in class:ChartWindow
279 /* Init a new special animation of a specific type. */
307 /* Process the special animation for a specified time step */
404 /* used for the special animation */
407 special *fSpecialList;
H A DChartWindow.cpp405 fCurrentSettings.special = SPECIAL_NONE;
427 /* initialise the starfield and the special structs */
430 fSpecialList = (special*)malloc(sizeof(special)*SPECIAL_COUNT_MAX);
851 /* no special radio button */
863 /* comet special animation radio button */
874 /* novas special animation radio button */
885 /* space batle special animation radio button (not implemented) */
1023 fNextSettings.special = SPECIAL_COMET;
1054 fNextSettings.special
[all...]
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp998 const char* special = _SpecialKeyLabel(map, key->code, true); local
999 if (special != NULL) {
1000 strlcpy(text, special, textSize);
1008 special = _SpecialMappedKeyLabel(bytes, numBytes, true);
1009 if (special != NULL)
1010 strlcpy(text, special, textSize);
1025 const char* special = _SpecialKeyLabel(map, key->code); local
1026 if (special != NULL) {
1027 strlcpy(text, special, textSize);
1041 special
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_hw.h133 __le16 special; member in struct:igc_rx_desc
213 __le16 special; member in struct:igc_tx_desc::__anon16::__anon17
263 __le16 special; member in struct:igc_data_desc::__anon26::__anon27
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c294 special(int k, int x, int y) function
401 glutSpecialFunc(special);
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp68 display_as_parameter(const char* special) argument
70 const char* parameter = strchr(special, ':');
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c241 * Test whether a SID means "some special group"
1293 /* assume special flags unchanged */
1461 /* assume special bits are not inherited */
2413 /* a null ACE to hold special flags */
2722 /* a null ACE to hold special flags */
2789 if (pxdesc->mode & 07000) /* a NULL ACE for special modes */
2888 if (mode & 07000) /* a NULL ACE for special modes */
2945 le32 owner, le32 group, le32 world, le32 special)
3023 /* build special permission flags */
3024 if (special) {
2944 merge_permissions(BOOL isdir, le32 owner, le32 group, le32 world, le32 special) argument
3210 le32 special; local
3297 le32 special; local
3489 le32 special; local
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex42 special file system handling, but rather a special file format.
284 resource, and the section ends with a special padding.
321 Contains special data as described in section \ref{resources-unknown}.
335 Contains special data as described in section \ref{resources-unknown}.
345 Contains special data as described in section \ref{resources-unknown}.
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_hw.h420 __le16 special; member in struct:e1000_rx_desc
500 __le16 special; member in struct:e1000_tx_desc::__anon35::__anon36
550 __le16 special; member in struct:e1000_data_desc::__anon45::__anon46
H A Dem_txrx.c652 ri->iri_vtag = le16toh(rxd->special);
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c75 static int special(int);
151 if (special(c)) {
876 * is this characted special ("in need of quoting") ?
882 special(int ch) { function
/haiku/src/bin/network/telnet/
H A Dcommands.c219 special(char *s) function
242 * for a special character.
290 int (*handler)(char *, ...); /* Routine to perform (for special ops) */
292 int what; /* Character to be sent (<0 ==> special) */
919 rlogin = (s && *s) ? special(s) : _POSIX_VDISABLE;
923 escape = (s && *s) ? special(s) : _POSIX_VDISABLE;
988 value = special(argv[2]);
1458 { "export", "Use local special character definitions",
1460 { "import", "Use remote special character definitions",
1462 { "check", "Verify remote special characte
[all...]

Completed in 322 milliseconds