Searched refs:sword (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D961125-1.c2 begfield (int tab, char *ptr, char *lim, int sword, int schar) argument
6 while (ptr < lim && sword--)
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-dw2-fde.h113 typedef int sword __attribute__ ((mode (SI)));
144 sword CIE_id;
153 sword CIE_delta;
112 typedef int sword __attribute__ ((mode (SI))); typedef
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde.h107 typedef int sword __attribute__ ((mode (SI)));
138 sword CIE_id;
147 sword CIE_delta;
106 typedef int sword __attribute__ ((mode (SI))); typedef
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-cr16c.c188 short sword; /* Extracted from the hole and put back. */ local
224 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
225 value = sword;
246 sword = bfd_get_16 (abfd, (char *) data + octets);
247 value = sword & 0x000F;
248 value |= ((sword & 0x0F00) >> 4);
249 left_val = sword & 0xF0F0;
255 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
256 value = sword;
310 sword
[all...]
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h85 typedef short sword; typedef
/openbsd-current/usr.sbin/zic/
H A Dzic.c2237 itsabbr(const char *sabbr, const char *sword) argument
2240 const unsigned char *word = sword;

Completed in 198 milliseconds