Home
last modified time | relevance | path

Searched defs:BLOCK (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm-project/compiler-rt/lib/builtins/arm/
Dclzsi2.S39 #define BLOCK(shift) \ macro
Dclzdi2.S59 #define BLOCK(shift) \ macro
/external/compiler-rt/lib/builtins/arm/
Dclzdi2.S71 #define BLOCK(shift) \ macro
Dclzsi2.S50 #define BLOCK(shift) \ macro
/external/clang/test/CodeGen/
Dcapture-complex-expr-in-block.c4 typedef void (^BLOCK)(void); typedef
/external/llvm-project/clang/test/CodeGen/
Dcapture-complex-expr-in-block.c4 typedef void (^BLOCK)(void); typedef
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
DParseStart.java22 ParseStart<BlockStmt> BLOCK = ASTParser::Block; field
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-misleading-indentation.cpp7 #define BLOCK \ macro
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.h22 #define BLOCK 5 macro
DSimpleCTP.h31 #define BLOCK 5 macro
DSimpleCWalker.h31 #define BLOCK 5 macro
DSimpleCParser.h40 #define BLOCK 5 macro
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DParseStart.java52 ParseStart<BlockStmt> BLOCK = GeneratedJavaParser::BlockParseStart; field
/external/f2fs-tools/tools/
Dcheck_f2fs.c29 #define BLOCK 4096 macro
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DElemDesc.java51 static final int BLOCK = (1 << 3); field in ElemDesc
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DSwitchEntry.java85 STATEMENT_GROUP, EXPRESSION, BLOCK, THROWS_STATEMENT enumConstant
/external/python/cpython2/Modules/
D_collectionsmodule.c50 typedef struct BLOCK { struct
51 PyObject *data[BLOCKLEN]; argument
52 struct BLOCK *rightlink; argument
53 struct BLOCK *leftlink; argument
/external/llvm-project/clang/test/Rewriter/
Drewrite-block-pointer.mm74 typedef void (^BLOCK)(id, id<CoreDAVAccountInfoProvider>, id<CodeProvider> codeInfo); category
/external/clang/test/Rewriter/
Drewrite-block-pointer.mm74 typedef void (^BLOCK)(id, id<CoreDAVAccountInfoProvider>, id<CodeProvider> codeInfo); category
/external/rust/crates/rayon/src/slice/
Dquicksort.rs238 const BLOCK: usize = 128; in partition_in_blocks() constant
/external/e2fsprogs/e2fsck/
Dmtrace.h154 #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1) macro
/external/javassist/src/main/javassist/compiler/
DTokenId.java121 int BLOCK = 'B'; // block statement field
/external/zstd/tests/fuzz/
Dfuzz.py36 BLOCK = 2 variable in FrameType
/external/rust/crates/rand_chacha/src/
Dguts.rs17 pub(crate) const BLOCK: usize = 64; constant
/external/python/cpython3/Modules/
D_collectionsmodule.c80 typedef struct BLOCK { struct
81 struct BLOCK *leftlink; argument
82 PyObject *data[BLOCKLEN]; argument
83 struct BLOCK *rightlink; argument

123