HomeSort by relevance Sort by last modified time
    Searched full:unroll (Results 226 - 250 of 543) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha1-armv4-large.pl 29 # full unroll ~5100/+260% ~1260/+4% ~1300/+5%
34 # compact = detached Xload/update, 5x unroll;
35 # large = interleaved Xload/update, 5x unroll;
36 # full unroll = interleaved Xload/update, full unroll, estimated[!];
  /external/clang/include/clang/Basic/
AttrDocs.td     [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcat.S 91 // To speed up really small dst strings, unroll checking the first 4 bytes.
141 // Unroll the first 8 bytes that will be copied.
  /external/compiler-rt/lib/msan/
msan.h 196 __attribute__((optimize("unroll-loops")))
202 #pragma unroll
  /external/mesa3d/src/compiler/glsl/
lower_tess_level.cpp 307 * unroll it to element-by-element assignments and lower each of them.
309 * Note: to unroll into element-by-element assignments, we need to make
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 239 /* XXX In the future we might want to try to unroll nested
249 /* Don't unroll loops if it has a BRK instruction
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
spirv.py 408 'Unroll' : 0,
414 'Unroll' : 0x00000001,
  /device/google/contexthub/firmware/lib/libc/
strlen.c 147 /* If we have PLD, then unroll the loop a bit. */
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 143 * created after this marker argument, this routine must unroll them
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 84 /// this routine must unroll them like a stack. Assumes the state the
  /external/liblzf/
Changes 3 - unroll copy for small sizes, use memcpy for larger sizes,
  /external/llvm/test/Transforms/LoopVectorize/X86/
no_fpmath.ll 96 !18 = !{!"llvm.loop.unroll.disable"}
  /external/skia/src/gpu/
GrPathUtils.h 63 * has been templated so that the compiler can easliy unroll the loop
  /external/tcpdump/
in_cksum.c 104 * Unroll the loop to make overhead from
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.c 433 static void unroll (lua_State *L, void *ud) { function
529 unroll(L, NULL);
549 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */
  /external/clang/docs/
LanguageExtensions.rst     [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 428 // Unroll 4x, interleave bytes, use pmaddubsw (all_x is small)
500 // Unroll 4x, interleave bytes, use pmaddubsw (all_x is small)
610 // Unroll 2x, interleave bytes, use pmaddubsw (all_x is small)
  /external/skia/third_party/lua/src/
ldo.c 426 static void unroll (lua_State *L, void *ud) { function
522 unroll(L, NULL);
541 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */
  /external/syslinux/com32/lua/src/
ldo.c 433 static void unroll (lua_State *L, void *ud) { function
529 unroll(L, NULL);
549 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 420 // loop unroll
457 // Loop unroll.
583 // Unroll loop.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrHasAttributeImpl.inc 340 .Case("unroll", 1)
343 .Case("unroll", 1)
346 .Case("unroll", 1)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrHasAttributeImpl.inc 340 .Case("unroll", 1)
343 .Case("unroll", 1)
346 .Case("unroll", 1)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td     [all...]

Completed in 1538 milliseconds

1 2 3 4 5 6 7 8 91011>>