Searched refs:GLOBAL (Results 1 - 11 of 11) sorted by relevance

/haiku/src/bin/unzip/
H A Dcrypt.c81 # ifdef GLOBAL /* used in Amiga system headers, maybe others too */
82 # undef GLOBAL macro
84 # define GLOBAL(g) g macro
86 # define GLOBAL(g) G.g macro
126 temp = ((unsigned)GLOBAL(keys[2]) & 0xffff) | 2;
137 GLOBAL(keys[0]) = CRC32(GLOBAL(keys[0]), c);
138 GLOBAL(keys[1]) += GLOBAL(keys[0]) & 0xff;
139 GLOBAL(key
[all...]
H A Dcryptf.c84 # ifdef GLOBAL /* used in Amiga system headers, maybe others too */
85 # undef GLOBAL macro
87 # define GLOBAL(g) g macro
89 # define GLOBAL(g) G.g macro
129 temp = ((unsigned)GLOBAL(keys[2]) & 0xffff) | 2;
140 GLOBAL(keys[0]) = CRC32(GLOBAL(keys[0]), c);
141 GLOBAL(keys[1]) += GLOBAL(keys[0]) & 0xff;
142 GLOBAL(key
[all...]
H A Dttyio.c45 # ifdef GLOBAL /* used in Amiga system headers, maybe others too */
46 # undef GLOBAL macro
48 # define GLOBAL(g) g macro
50 # define GLOBAL(g) G.g macro
307 GLOBAL(echofd) = f;
321 if (GLOBAL(echofd) != -1) {
322 GTTY(GLOBAL(echofd), &sg); /* get settings */
324 STTY(GLOBAL(echofd), &sg);
325 GLOBAL(echofd) = -1;
456 GLOBAL(echof
[all...]
/haiku/src/system/boot/platform/next_m68k/
H A Dshell.S21 #define GLOBAL(x) .globl x ; x define
/haiku/src/add-ons/translators/jpeg/
H A Dbe_jerror.cpp67 GLOBAL(void)
93 GLOBAL(void)
118 GLOBAL(struct jpeg_error_mgr *)
H A Dbe_jdatadst.cpp151 GLOBAL(void)
H A Dbe_jdatasrc.cpp209 GLOBAL(void)
/haiku/src/system/boot/platform/amiga_m68k/
H A Dshell.S46 #define GLOBAL(x) .globl x ; x define
181 GLOBAL(_floppy_err_alert):
298 GLOBAL(SysBase):
300 GLOBAL(DosBase):
302 GLOBAL(IntuitionBase):
334 GLOBAL(gBootedFromImage):
337 GLOBAL(gBootDriveID):
340 GLOBAL(gBootPartitionOffset):
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_stage2.S23 #define GLOBAL(x) .globl x ; x define
203 GLOBAL(gMultiBootInfo):
206 GLOBAL(gBootPartitionOffset):
209 GLOBAL(gBootedFromImage):
212 GLOBAL(gBootDriveID):
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S19 #define GLOBAL(x) .globl x ; x define
432 GLOBAL(gBootedFromImage):
435 GLOBAL(gBootDriveID):
438 GLOBAL(gBootPartitionOffset):
441 GLOBAL(gMultiBootInfo):
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S51 #define GLOBAL(x) .globl x ; x define
403 GLOBAL(gBootedFromImage):
406 GLOBAL(gBootDriveAPI):
409 GLOBAL(gBootDriveID):
412 GLOBAL(gBootPartitionOffset):

Completed in 44 milliseconds