HomeSort by relevance Sort by last modified time
    Searched refs:pmode (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-opts.h 72 enum pmode { enum
73 PMODE_SI, /* Pmode == SImode. */
74 PMODE_DI /* Pmode == DImode. */
  /external/fmtlib/test/
posix-mock.h 56 int* pfh, const char *filename, int oflag, int shflag, int pmode);
posix-mock-test.cc 91 int* pfh, const char *filename, int oflag, int shflag, int pmode) {
93 return _sopen_s(pfh, filename, oflag, shflag, pmode);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 173 typedef INT_PTR (DIAMONDAPI *PFNFCIOPEN) (char *pszFile,int oflag,int pmode,int *err,void *pv);
180 #define FNFCIOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode,int *err,void *pv)
fdi.h 202 typedef INT_PTR (DIAMONDAPI *PFNOPEN) (char *pszFile,int oflag,int pmode);
208 #define FNOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode)
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 38 // A pmode value represents the current printer mode.
39 type pmode int type
42 noExtraBlank pmode = 1 << iota // disables extra blank after /*-style comment
62 mode pmode // current printer mode
884 case pmode:
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 38 // A pmode value represents the current printer mode.
39 type pmode int type
42 noExtraBlank pmode = 1 << iota // disables extra blank after /*-style comment
62 mode pmode // current printer mode
884 case pmode:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
options.h     [all...]

Completed in 496 milliseconds