HomeSort by relevance Sort by last modified time
    Searched refs:pure (Results 101 - 125 of 329) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4.go 58 // This is the pure Go version. rc4_{amd64,386,arm}* contain assembly
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block.go 14 // blockGeneric is a portable, pure Go version of the SHA1 block step.
  /external/selinux/libselinux/src/
Makefile 59 EXTRA_CFLAGS = -fipa-pure-const -Wlogical-op -Wpacked-bitfield-compat -Wsync-nand \
61 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wjump-misses-init \
62 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -Wp,-D_FORTIFY_SOURCE=2
  /device/google/dragon/audio/hal/dsp/
drc_math.h 44 #define PURE __attribute__ ((pure))
45 static inline float decibels_to_linear(float decibels) PURE;
46 static inline float linear_to_decibels(float linear) PURE;
47 static inline float warp_sinf(float x) PURE;
48 static inline float warp_asinf(float x) PURE;
49 static inline float knee_expf(float input) PURE;
  /external/bison/data/
glr.c 37 ## Pure/impure interfaces. ##
40 b4_define_flag_if([pure])
42 # do not change the value of b4_pure_flag, and do not record a use of api.pure.
44 [b4_percent_define_default([[api.pure]], [[false]])
46 [b4_percent_define_flag_if([[api.pure]], [[1]], [[0]])])])
    [all...]
yacc.c 64 ## Pure/impure interfaces. ##
67 b4_percent_define_default([[api.pure]], [[false]])
68 b4_percent_define_check_values([[[[api.pure]],
72 m4_case(b4_percent_define_get([[api.pure]]),
83 [m4_fatal([invalid api.pure value: ]$1)])])
180 # pure-parser.
    [all...]
glr.cc 23 # skeleton is clean and pure enough so that there are no real
48 # We require a pure interface using locations.
  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 197 S::S() __attribute((pure)) = default;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 106 print " {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name)
  /external/skia/include/core/
SkPreConfig.h 239 # define SK_PURE_FUNC __attribute__((pure))
  /external/jemalloc/include/jemalloc/
jemalloc.h 231 int flags) JEMALLOC_ATTR(pure); variable
236 JEMALLOC_ATTR(pure); variable
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidJsonException.cs 42 /// exception is only thrown for "pure JSON" errors, whereas <c>InvalidProtocolBufferException</c>
  /prebuilts/go/darwin-x86/src/cmd/vet/
unused.go 6 // pure functions.
  /prebuilts/go/linux-x86/src/cmd/vet/
unused.go 6 // pure functions.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 221 // An array of pure memory would be handled by the
223 // pure memory.
399 // An array of pure memory would be handled by the
401 // pure memory. Even if we unrolled the range loop,
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer.go 13 // Binary mode treats the writer's input as pure binary and processes end of
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
alg.go 221 // An array of pure memory would be handled by the
223 // pure memory.
399 // An array of pure memory would be handled by the
401 // pure memory. Even if we unrolled the range loop,
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer.go 13 // Binary mode treats the writer's input as pure binary and processes end of
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 178 * pure (no side effects) functions using "volatile" and "const";
340 #define __purefunc __attribute__((pure))
  /external/llvm/include/llvm/Support/
Compiler.h 168 #if __has_attribute(pure) || defined(__GNUC__)
169 // aka 'PURE' but following LLVM Conventions.
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.y 76 %pure-parser
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Compiler.h 170 #if __has_attribute(pure) || defined(__GNUC__)
171 // aka 'PURE' but following LLVM Conventions.
  /external/syslinux/gpxe/src/include/
compiler.h 468 * Declare a function as pure - i.e. without side effects
470 #define __pure __attribute__ (( pure ))
  /external/valgrind/callgrind/
fn.c 556 /* Every function gets a "pure" context, i.e. a context with stack
560 fn_node* pure[2]; local
561 pure[0] = 0;
562 pure[1] = fn;
563 fn->pure_cxt = CLG_(get_cxt)(pure+1);

Completed in 4024 milliseconds

1 2 3 45 6 7 8 91011>>