HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 801 - 825 of 10005) sorted by null

<<31323334353637383940>>

  /external/clang/test/OpenMP/
parallel_reduction_codegen.cpp 5 // RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -DBLOCKS -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
35 #elif defined(BLOCKS)
62 #elif defined(BLOCKS)
78 // BLOCKS: [[SS_TY:%.+]] = type { i{{[0-9]+}}, i8
203 #elif defined(BLOCKS)
204 // BLOCKS: [[G:@.+]] = global i{{[0-9]+}} 1212,
205 // BLOCKS-LABEL: @main
206 // BLOCKS: call
207 // BLOCKS: call void {{%.+}}(i8
209 // BLOCKS: define{{.*}} internal{{.*}} void {{.+}}(i8
    [all...]
parallel_copyin_codegen.cpp 5 // RUN: %clang_cc1 -verify -fopenmp -fnoopenmp-use-tls -x c++ -fblocks -DBLOCKS -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
12 // RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -DBLOCKS -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=TLS-BLOCKS %s
138 #elif defined(BLOCKS)
139 // BLOCKS: [[G:@.+]] = global i{{[0-9]+}} 1212,
140 // BLOCKS-LABEL: @main
141 // BLOCKS: call {{.*}}void {{%.+}}(i8
143 // TLS-BLOCKS: [[G:@.+]] = {{.*}}thread_local {{.*}}global i{{[0-9]+}} 1212,
144 // TLS-BLOCKS-LABEL: @main
145 // TLS-BLOCKS: call {{.*}}void {{%.+}}(i8
147 // BLOCKS: define{{.*}} internal{{.*}} void {{.+}}(i8
    [all...]
  /art/compiler/optimizing/
code_sinking.h 40 // blocks, to these blocks.
select_generator.h 32 * Blocks are merged into one and Select replaces the If and the Phi:
37 * Note: In order to recognize no side-effect blocks, this optimization must be
  /art/test/570-checker-osr/smali/
Osr.smali 19 # Check that blocks only havig nops are not merged when they are loop headers.
20 # This ensures we can do on-stack replacement for branches to those nop blocks.
  /art/test/578-polymorphic-inlining/src/
Main.java 31 // incorrect graph, by setting the inlined blocks as catch blocks.
  /bootable/recovery/otautil/
SysUtil.cpp 63 // Each block range represents a half-open interval; the line "30 33" reprents the blocks
91 size_t blocks; local
93 blocks = ((size - 1) / blksize) + 1;
95 if (size == 0 || blksize == 0 || blocks > SIZE_MAX / blksize || range_count == 0 ||
103 void* reserve = mmap64(nullptr, blocks * blksize, PROT_NONE, MAP_PRIVATE | MAP_ANON, -1, 0);
113 munmap(reserve, blocks * blksize);
120 size_t remaining_size = blocks * blksize;
155 munmap(reserve, blocks * blksize);
  /device/google/contexthub/firmware/os/platform/stm32/lkr/
stm32f401.map.lkr 20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
22 shared : ORIGIN = 0x08020000, LENGTH = 384K /* 3x 128K blocks */
stm32f411.map.lkr 20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
22 shared : ORIGIN = 0x08040000, LENGTH = 256K /* 2x 128K blocks */
stm32f412.map.lkr 20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
22 shared : ORIGIN = 0x08040000, LENGTH = 768K /* 6x 128K blocks */
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
BaseMemAllocation.c 22 /* Allocates memory blocks */
28 /* Reallocate memory blocks */
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
CapsuleX64.uni 2 // CapsuleX64 module handles >4GB capsule blocks.
26 #string STR_MODULE_ABSTRACT #language en-US "Handles >4GB capsule blocks"
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/Guid/
QuarkCapsuleGuid.h 44 UINTN BlocksCompleted; // # of blocks processed
45 UINTN TotalBlocks; // Total # of blocks to be processed
  /external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
control 22 A test case shall pass iff the browser blocks cookies on a test page with an
27 - Blocks cookies on a test page with an URL that does not match any of the
  /external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
control 21 In general, a test case shall pass if the browser only blocks images on a test
24 should be blocked, or blocks images on a page where they should be shown.
  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
control 23 In general, a test shall pass if the browser blocks JavaScript execution only
26 on a page where it should be blocked, or blocks execution on a page where it
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
control 21 In general, a test shall pass if the browser only blocks popups on a test page
23 fail if the browser blocks popups on a page where they should be allowed, or
  /external/clang/include/clang/Analysis/Analyses/
PostOrderCFGView.h 1 //===- PostOrderCFGView.h - Post order view of CFG blocks ---------*- C++ --*-//
10 // This file implements post order view of the blocks in a CFG.
64 /// This method is for tracking visited blocks in the main threadsafety
73 std::vector<const CFGBlock*> Blocks;
84 iterator begin() { return Blocks.rbegin(); }
85 iterator end() { return Blocks.rend(); }
87 const_iterator begin() const { return Blocks.rbegin(); }
88 const_iterator end() const { return Blocks.rend(); }
  /external/clang/test/CodeGen/
inline-asm-mixed-style.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -fasm-blocks -fsyntax-only -verify %s -DCHECK_ASM_GOTO
2 // RUN: %clang_cc1 -triple i386-unknown-unknown -fasm-blocks -O0 -emit-llvm -S %s -o - | FileCheck %s
ms-inline-asm-align.c 2 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -fasm-blocks -emit-llvm -o - | FileCheck %s --check-prefix=DARWIN
3 // RUN: %clang_cc1 %s -triple i686-pc-win32 -fasm-blocks -emit-llvm -o - | FileCheck %s --check-prefix=WINDOWS
  /external/clang/test/Parser/
ms-inline-asm.c 2 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks
4 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks -fno-gnu-inline-asm
  /external/clang/test/Sema/
block-sentinel-attribute.c 6 void (^bbad) (int arg, const char * format) __attribute__ ((__sentinel__)) ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}}
7 bbad = ^void (int arg, const char * format) __attribute__ ((__sentinel__)) {} ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}}
  /external/clang/test/SemaCXX/
ms-inline-asm.cpp 2 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -fasm-blocks -verify
21 // The parser combines adjacent __asm blocks into one. Avoid that by calling
  /external/deqp/doc/testspecs/GLES3/
functional.ubo.txt 30 + Binding uniform buffers to uniform blocks
36 + Uniform blocks GLSL
37 - Basic scalar, vector and matrix types in uniform blocks
38 - Samplers in uniform blocks - as negative case!
39 - Structures and arrays in uniform blocks
45 - Unused uniforms in uniform blocks
46 + Sharing uniform blocks between vertex and fragment shaders
56 Uniform block tests define a set of uniforms and uniform blocks. In addition two
  /external/e2fsprogs/lib/ext2fs/
jfs_dat.h 21 * Standard header for all descriptor blocks:
56 __u32 s_maxlen; /* total blocks in journal file */

Completed in 1062 milliseconds

<<31323334353637383940>>