HomeSort by relevance Sort by last modified time
    Searched full:const (Results 1 - 25 of 77709) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/subdir/
subdir.h 0 const char *getSubdir();
  /external/strace/linux/arm/
arch_regs.h 1 extern long *const arm_sp_ptr;
  /external/strace/linux/i386/
arch_regs.h 1 extern long *const i386_esp_ptr;
  /frameworks/rs/cpu_ref/
rsCpuBLASDispatch.h 21 typedef void (*FnPtr_cblas_sgemv)(const enum CBLAS_ORDER order,
22 const enum CBLAS_TRANSPOSE TransA, const int M, const int N,
23 const float alpha, const float *A, const int lda,
24 const float *X, const int incX, const float beta
    [all...]
  /external/ImageMagick/MagickWand/
magick-image.h 27 *MagickGetImageFeatures(MagickWand *,const size_t);
30 MagickSetImageChannelMask(MagickWand *,const ChannelType);
54 *MagickGetImageDistortions(MagickWand *,const MagickWand *,
55 const MetricType),
68 *GetImageFromMagickWand(const MagickWand *);
81 MagickAdaptiveBlurImage(MagickWand *,const double,const double),
82 MagickAdaptiveResizeImage(MagickWand *,const size_t,const size_t),
83 MagickAdaptiveSharpenImage(MagickWand *,const double,const double)
    [all...]
drawing-wand.h 31 DrawGetTextAlignment(const DrawingWand *);
34 *DrawGetClipPath(const DrawingWand *),
35 *DrawGetDensity(const DrawingWand *),
36 *DrawGetException(const DrawingWand *,ExceptionType *),
37 *DrawGetFont(const DrawingWand *),
38 *DrawGetFontFamily(const DrawingWand *),
39 *DrawGetTextEncoding(const DrawingWand *),
43 DrawGetClipUnits(const DrawingWand *);
46 DrawGetTextDecoration(const DrawingWand *);
49 DrawGetTextDirection(const DrawingWand *)
    [all...]
  /external/cblas/include/
cblas.h 25 float cblas_sdsdot(const int N, const float alpha, const float *X,
26 const int incX, const float *Y, const int incY);
27 double cblas_dsdot(const int N, const float *X, const int incX, const float *Y
    [all...]
  /external/strace/linux/aarch64/
arch_regs.h 1 extern uint64_t *const aarch64_sp_ptr;
2 extern uint32_t *const arm_sp_ptr;
  /external/strace/linux/x86_64/
arch_regs.h 1 extern uint32_t *const i386_esp_ptr;
2 extern uint64_t *const x86_64_rsp_ptr;
  /external/clang/test/Modules/Inputs/filename/
a.h 0 const char *p = __FILE__;
  /external/strace/linux/s390/
arch_regs.h 1 extern unsigned long *const s390_frame_ptr;
  /external/skia/include/xml/
SkDOM.h 33 const Node* build(const char doc[], size_t len);
34 const Node* copy(const SkDOM& dom, const Node* node);
36 const Node* getRootNode() const;
39 const Node* finishParsing();
45 Type getType(const Node*) const;
    [all...]
  /external/ImageMagick/MagickCore/
fx.h 40 *AddNoiseImage(const Image *,const NoiseType,const double,ExceptionInfo *),
41 *BlueShiftImage(const Image *,const double,ExceptionInfo *),
42 *CharcoalImage(const Image *,const double,const double,ExceptionInfo *),
43 *ColorizeImage(const Image *,const char *,const PixelInfo *,ExceptionInfo *)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
zgoos_android.go 5 const theGoos = `android`
7 const goos_android = 1
8 const goos_darwin = 0
9 const goos_dragonfly = 0
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 0
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]
zgoos_darwin.go 5 const theGoos = `darwin`
7 const goos_android = 0
8 const goos_darwin = 1
9 const goos_dragonfly = 0
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 0
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]
zgoos_dragonfly.go 5 const theGoos = `dragonfly`
7 const goos_android = 0
8 const goos_darwin = 0
9 const goos_dragonfly = 1
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 0
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]
zgoos_freebsd.go 5 const theGoos = `freebsd`
7 const goos_android = 0
8 const goos_darwin = 0
9 const goos_dragonfly = 0
10 const goos_freebsd = 1
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 0
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]
zgoos_linux.go 7 const theGoos = `linux`
9 const goos_android = 0
10 const goos_darwin = 0
11 const goos_dragonfly = 0
12 const goos_freebsd = 0
13 const goos_linux = 1
14 const goos_nacl = 0
15 const goos_netbsd = 0
16 const goos_openbsd = 0
17 const goos_plan9 =
    [all...]
zgoos_nacl.go 5 const theGoos = `nacl`
7 const goos_android = 0
8 const goos_darwin = 0
9 const goos_dragonfly = 0
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 1
13 const goos_netbsd = 0
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]
zgoos_netbsd.go 5 const theGoos = `netbsd`
7 const goos_android = 0
8 const goos_darwin = 0
9 const goos_dragonfly = 0
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 1
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]
zgoos_openbsd.go 5 const theGoos = `openbsd`
7 const goos_android = 0
8 const goos_darwin = 0
9 const goos_dragonfly = 0
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 0
14 const goos_openbsd = 1
15 const goos_plan9 =
    [all...]
zgoos_plan9.go 5 const theGoos = `plan9`
7 const goos_android = 0
8 const goos_darwin = 0
9 const goos_dragonfly = 0
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 0
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]
zgoos_solaris.go 5 const theGoos = `solaris`
7 const goos_android = 0
8 const goos_darwin = 0
9 const goos_dragonfly = 0
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 0
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]
zgoos_windows.go 5 const theGoos = `windows`
7 const goos_android = 0
8 const goos_darwin = 0
9 const goos_dragonfly = 0
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 0
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
zgoos_android.go 5 const theGoos = `android`
7 const goos_android = 1
8 const goos_darwin = 0
9 const goos_dragonfly = 0
10 const goos_freebsd = 0
11 const goos_linux = 0
12 const goos_nacl = 0
13 const goos_netbsd = 0
14 const goos_openbsd = 0
15 const goos_plan9 =
    [all...]

Completed in 1177 milliseconds

1 2 3 4 5 6 7 8 91011>>