HomeSort by: relevance | last modified time | path
    Searched refs:unimplemented (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl2/lvm2/dist/tools/
stub.h 18 #define unimplemented \ macro
21 /*int e2fsadm(struct cmd_context *cmd, int argc, char **argv) unimplemented*/
26 unimplemented;
33 unimplemented;
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
TreeView.cpp 39 static bool unimplemented(const GroupRecord &Group) { function in class:TreePrinter
44 if (!unimplemented(GR))
67 if (unimplemented(Group))
135 << " = unimplemented (accepted for GCC compatibility)\n\n";
  /src/crypto/external/apache2/openssl/dist/ms/
uplink.c 28 static void unimplemented(void) function
39 void (*func)(void) = unimplemented;
60 _tcscpy(msg + len, _T("unimplemented function"));
  /src/crypto/external/bsd/openssl/dist/ms/
uplink.c 28 static void unimplemented(void) function
39 void (*func) (void) = unimplemented;
60 _tcscpy(msg + len, _T("unimplemented function"));
  /src/crypto/external/bsd/openssl.old/dist/ms/
uplink.c 28 static void unimplemented(void) function
39 void (*func) (void) = unimplemented;
60 _tcscpy(msg + len, _T("unimplemented function"));
  /src/external/gpl3/gdb/dist/sim/igen/
igen.h 168 /* Issue warning about unimplemented instructions */
169 int unimplemented; member in struct:_igen_warn_options
igen.c 1076 printf ("\t Suppress warnings about unimplemented instructions\n");
1350 options.warn.unimplemented = 0;
1351 else if (strcmp (optarg, "unimplemented") == 0)
1352 options.warn.unimplemented = 1;
ld-insn.c 1223 else if (options.warn.unimplemented)
1224 notify (new_insn->line, "unimplemented\n");
  /src/external/gpl3/gdb.old/dist/sim/igen/
igen.h 168 /* Issue warning about unimplemented instructions */
169 int unimplemented; member in struct:_igen_warn_options
igen.c 1076 printf ("\t Suppress warnings about unimplemented instructions\n");
1350 options.warn.unimplemented = 0;
1351 else if (strcmp (optarg, "unimplemented") == 0)
1352 options.warn.unimplemented = 1;
ld-insn.c 1223 else if (options.warn.unimplemented)
1224 notify (new_insn->line, "unimplemented\n");
  /src/sys/arch/m68k/060sp/dist/
fpsp.doc 44 These exception handlers emulate Unimplemented FP instructions,
45 instructions using unimplemented data types, and instructions
46 using unimplemented addressing modes. In addition, this package
243 (unimplemented (fpu disabled) (possible F-line illegal)
ilsp.doc 46 exception vector #61 "Unimplemented Integer Instruction".
49 making subroutine calls in place of the unimplemented
test.doc 153 0x08: FP unimplemented test
164 FP unimplemented: tests FP unimplemented exception. this one is
166 want FP unimplemented instructions.
fplsp.doc 46 "FP Unimplemented Instruction".
49 making subroutine calls in place of the unimplemented
isp.doc 43 integrated into an operating system to handle the "Unimplemented
49 The unimplemented integer instructions are:
117 For example, if the 68060 hardware took a "Unimplemented Integer Instruction"
124 section is 128 bytes long; and the Unimplemented Integer ISP handler entry
184 address) take the Unimplemented Integer Instruction exception. When the
  /src/sys/arch/m68k/fpsp/
fpsp.h 90 * can happen if the package is entered for an unimplemented float
151 * words of a busy frame are the same as the unimplemented frame.
368 UNIMP_VEC equ $202C unimplemented
  /src/sys/arch/atari/atari/
vectors.s 117 VECTOR(fpunsupp) | 55: FPCP unimplemented data type
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.c 2248 /* A helper function that throws an unimplemented error mentioning a
2252 unimplemented (unsigned int op) function
2901 unimplemented (op);
2905 unimplemented (op);
2998 unimplemented (op);
3027 unimplemented (op);
3030 unimplemented (op);
3033 unimplemented (op);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.c 2252 /* A helper function that throws an unimplemented error mentioning a
2256 unimplemented (unsigned int op) function
2905 unimplemented (op);
2909 unimplemented (op);
3002 unimplemented (op);
3031 unimplemented (op);
3034 unimplemented (op);
3037 unimplemented (op);
  /src/sys/arch/vax/vax/
intvec.S 208 SCBENTRY(privinflt) # Privileged/unimplemented instruction
377 * Use noemulate to convert unimplemented ones to reserved instruction faults.
  /src/external/apache2/llvm/dist/libcxx/utils/
generate_feature_test_macro_components.py 59 # unimplemented An optional Boolean field with the value `True`. This field
95 "unimplemented": True,
108 "unimplemented": True,
127 "unimplemented": True,
134 "unimplemented": True,
141 "unimplemented": True,
162 "unimplemented": True,
167 "unimplemented": True,
180 "unimplemented": True,
219 "unimplemented": True
    [all...]
  /src/sys/arch/mips/mips/
locore.S 702 sll t2, t0, (31 - 17) # unimplemented operation?
707 * We received an unimplemented operation trap so
710 * We check whether it's an unimplemented FP instruction here rather
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 50 -c List undocumented commands, undocumented options and unimplemented options.
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 49 -c List undocumented commands, undocumented options and unimplemented options.

Completed in 54 milliseconds

1 2