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

  /src/external/bsd/pcc/dist/pcc/arch/arm/
order.c 334 * Signal whether the instruction is acceptable for this target.
337 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/hppa/
order.c 211 * Signal whether the instruction is acceptable for this target.
214 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/i386/
order.c 308 * Signal whether the instruction is acceptable for this target.
311 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/i86/
order.c 329 * Signal whether the instruction is acceptable for this target.
332 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/m68k/
order.c 175 * Signal whether the instruction is acceptable for this target.
178 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/mips/
order.c 254 * Signal whether the instruction is acceptable for this target.
257 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/nova/
order.c 168 * Signal whether the instruction is acceptable for this target.
171 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/pdp10/
order.c 197 * Signal whether the instruction is acceptable for this target.
200 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
order.c 244 * Signal whether the instruction is acceptable for this target.
247 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/powerpc/
order.c 401 * Signal whether the instruction is acceptable for this target.
404 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/sparc64/
order.c 115 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/vax/
order.c 662 * Signal whether the instruction is acceptable for this target.
665 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
order.c 358 * Signal whether the instruction is acceptable for this target.
361 acceptable(struct optab *op) function
  /src/external/bsd/pcc/dist/pcc/arch/m16c/
order.c 616 * Signal whether the instruction is acceptable for this target.
619 acceptable(struct optab *op) function
  /src/external/bsd/wpa/dist/wpa_supplicant/
wnm_sta.h 47 unsigned int acceptable:1; member in struct:neighbor_report
  /src/external/gpl2/xcvs/dist/lib/
regexec.c 3312 bitset acceptable;
3392 bitset_empty (acceptable);
3435 bitset_merge (acceptable, dests_ch[i]);
3450 for (ch = i * BITSET_WORD_BITS, elem = acceptable[i], mask = 1;
3480 for (ch = i * BITSET_WORD_BITS, elem = acceptable[i], mask = 1;
3497 if (bitset_contain (acceptable, NEWLINE_CHAR))
3308 bitset acceptable; local

Completed in 39 milliseconds