Searched refs:TOLOWER (Results 51 - 75 of 141) sorted by relevance

123456

/haiku-buildtools/legacy/binutils/cpu/
H A Dmt.opc84 hash = (hash * 23) ^ (0x1F & TOLOWER (*m));
/haiku-buildtools/binutils/cpu/
H A Dmt.opc82 hash = (hash * 23) ^ (0x1F & TOLOWER (*m));
H A Dip2k.opc66 hash = (hash * 23) ^ (0x1F & TOLOWER (*m));
/haiku-buildtools/binutils/gas/config/
H A Dtc-dlx.c170 low_name[idx++] = TOLOWER (*ptr);
679 *s = TOLOWER (*s);
H A Dtc-visium.c912 buf[cnt++] = TOLOWER (*s++);
949 buf[cnt++] = TOLOWER (*s++);
986 buf[cnt++] = TOLOWER (*s++);
1065 mnem[cnt++] = TOLOWER (*str++);
H A Dtc-m68k.c6218 *s = TOLOWER (*s);
6298 c1 = TOLOWER (c1);
6299 c2 = TOLOWER (c2);
6530 *s++ = TOLOWER (qual);
6548 *s++ = TOLOWER (extent);
6792 q[0] = TOLOWER (qual);
6863 ex[0] = TOLOWER (extent);
6901 ex[0] = TOLOWER (extent);
7083 *s++ = TOLOWER (qual);
7101 *s++ = TOLOWER (qua
[all...]
H A Dtc-tic30.c190 opcode_chars[c] = TOLOWER (c);
355 op[char_ptr++] = TOLOWER (c);
359 op[char_ptr++] = TOLOWER (c);
473 ind_buffer[buffer_posn] = TOLOWER (*(token + count));
H A Dtc-vax.c1048 c1 = TOLOWER (c1);
1049 c2 = TOLOWER (c2);
1311 c = TOLOWER (c);
/haiku-buildtools/binutils/gas/
H A Dhash.c460 command = TOLOWER (command); /* Ecch! */
H A Dmacro.c710 name.ptr[idx] = TOLOWER (name.ptr[idx]);
1255 *cls = TOLOWER (*cls);
1292 copy[i] = TOLOWER (name[i]);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-avr.c354 *t = TOLOWER (*arg1++);
718 c = TOLOWER (*str);
761 char c = TOLOWER (*str++);
H A Dtc-m68k.c5779 *s = TOLOWER (*s);
5859 c1 = TOLOWER (c1);
5860 c2 = TOLOWER (c2);
6091 *s++ = TOLOWER (qual);
6109 *s++ = TOLOWER (extent);
6353 q[0] = TOLOWER (qual);
6424 ex[0] = TOLOWER (extent);
6462 ex[0] = TOLOWER (extent);
6644 *s++ = TOLOWER (qual);
6662 *s++ = TOLOWER (qua
[all...]
H A Dtc-tic30.c192 opcode_chars[c] = TOLOWER (c);
355 opcode[char_ptr++] = TOLOWER (c);
359 opcode[char_ptr++] = TOLOWER (c);
473 ind_buffer[buffer_posn] = TOLOWER (*(token + count));
H A Dtc-dlx.c168 low_name[idx++] = TOLOWER (*ptr);
672 *s = TOLOWER (*s);
H A Dtc-vax.c1045 c1 = TOLOWER (c1);
1046 c2 = TOLOWER (c2);
1310 c = TOLOWER (c);
H A Dtc-or32.c348 *s = TOLOWER (*s);
/haiku-buildtools/legacy/binutils/gas/
H A Dmacro.c711 name.ptr[idx] = TOLOWER (name.ptr[idx]);
1253 *cs = TOLOWER (*cs);
1309 copy[i] = TOLOWER (name[i]);
H A Dhash.c481 command = TOLOWER (command); /* Ecch! */
H A Dexpr.c812 expressionP->X_add_number = - TOLOWER (c);
934 expressionP->X_add_number = - TOLOWER (c);
/haiku-buildtools/legacy/binutils/ld/
H A Dldfile.c522 *name = TOLOWER (*name);
/haiku-buildtools/legacy/binutils/opcodes/
H A Dip2k-opc.c45 hash = (hash * 23) ^ (0x1F & TOLOWER (*m));
/haiku-buildtools/gcc/gcc/
H A Dgenopinit.c198 if (TOLOWER (*p) != *q)
/haiku-buildtools/binutils/ld/
H A Dldfile.c640 *name = TOLOWER (*name);
/haiku-buildtools/binutils/opcodes/
H A Dip2k-opc.c45 hash = (hash * 23) ^ (0x1F & TOLOWER (*m));
/haiku-buildtools/gcc/gcc/fortran/
H A Dscanner.c108 return (wide_is_ascii (c) ? (gfc_char_t) TOLOWER((unsigned char) c) : c);
249 c2 = TOLOWER (*s2++);

Completed in 226 milliseconds

123456