HomeSort by: relevance | last modified time | path
    Searched defs:M_MASK (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/gen/
glob.c 132 #define M_MASK 0xffff
141 #define M_MASK (Char)0xff
717 if ((pglobstar[0] & M_MASK) == M_ALL &&
718 (pglobstar[1] & M_MASK) == M_ALL) {
720 chase_symlinks = (pglobstar[2] & M_MASK) == M_ALL;
963 switch (c & M_MASK) {
965 while ((pat[1] & M_MASK) == M_ALL) pat++;
982 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
984 while (((c = *pat++) & M_MASK) != M_END)
985 if ((*pat & M_MASK) == M_RNG)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
glob.c 119 #define M_MASK 0xffff
128 #define M_MASK 0xff
705 switch (c & M_MASK) {
722 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != CHAR_EOS)
724 while (((c = *pat++) & M_MASK) != M_END)
725 if ((*pat & M_MASK) == M_RNG) {
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4316 #define M_MASK M (0x3f, 1)
4327 /* An M_MASK with the MB field fixed. */
4328 #define MMB_MASK (M_MASK | MB_MASK)
4330 /* An M_MASK with the ME field fixed. */
4331 #define MME_MASK (M_MASK | ME_MASK)
4333 /* An M_MASK with the MB and ME fields fixed. */
4334 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
4336 /* An M_MASK with the SH and ME fields fixed. */
4337 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
4339 /* An M_MASK with the SH and MB fields fixed. *
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4315 #define M_MASK M (0x3f, 1)
4326 /* An M_MASK with the MB field fixed. */
4327 #define MMB_MASK (M_MASK | MB_MASK)
4329 /* An M_MASK with the ME field fixed. */
4330 #define MME_MASK (M_MASK | ME_MASK)
4332 /* An M_MASK with the MB and ME fields fixed. */
4333 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
4335 /* An M_MASK with the SH and ME fields fixed. */
4336 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
4338 /* An M_MASK with the SH and MB fields fixed. *
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 4225 #define M_MASK M (0x3f, 1)
4236 /* An M_MASK with the MB field fixed. */
4237 #define MMB_MASK (M_MASK | MB_MASK)
4239 /* An M_MASK with the ME field fixed. */
4240 #define MME_MASK (M_MASK | ME_MASK)
4242 /* An M_MASK with the MB and ME fields fixed. */
4243 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
4245 /* An M_MASK with the SH and ME fields fixed. */
4246 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
4248 /* An M_MASK with the SH and MB fields fixed. *
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 4225 #define M_MASK M (0x3f, 1)
4236 /* An M_MASK with the MB field fixed. */
4237 #define MMB_MASK (M_MASK | MB_MASK)
4239 /* An M_MASK with the ME field fixed. */
4240 #define MME_MASK (M_MASK | ME_MASK)
4242 /* An M_MASK with the MB and ME fields fixed. */
4243 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
4245 /* An M_MASK with the SH and ME fields fixed. */
4246 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
4248 /* An M_MASK with the SH and MB fields fixed. *
    [all...]

Completed in 55 milliseconds