Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/builtins/arm/
Dclzsi2.S50 #define BLOCK(shift) \ macro
Dclzdi2.S71 #define BLOCK(shift) \ macro
/external/crosvm/sandbox/src/
Dpolicy.rs70 pub const BLOCK: Policy = Policy { constant
/external/clang/test/CodeGen/
Dcapture-complex-expr-in-block.c4 typedef void (^BLOCK)(void); typedef
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DDirectiveConstants.java31 int BLOCK = 1; field
/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/liburing/test/
Deeed8b54e0df.c16 #define BLOCK 4096 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.c31 #define BLOCK 4096 macro
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DIncludeEventHandlingTestCase.java83 private static final int BLOCK=2; field in IncludeEventHandlingTestCase
/external/owasp/java-encoder/core/src/main/java/org/owasp/encoder/
DJavaScriptEncoder.java71 BLOCK, enumConstant
/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/clang/test/Rewriter/
Drewrite-block-pointer.mm74 typedef void (^BLOCK)(id, id<CoreDAVAccountInfoProvider>, id<CodeProvider> codeInfo); category
/external/rust/crates/rayon/src/slice/
Dquicksort.rs242 const BLOCK: usize = 128; in partition_in_blocks() constant
/external/e2fsprogs/e2fsck/
Dmtrace.h154 #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1) macro
/external/zstd/tests/fuzz/
Dfuzz.py36 BLOCK = 2 variable in FrameType
/external/javassist/src/main/javassist/compiler/
DTokenId.java121 int BLOCK = 'B'; // block statement field
/external/rust/crates/rand_chacha/src/
Dguts.rs17 pub(crate) const BLOCK: usize = 64; constant
/external/python/cpython3/Modules/
D_collectionsmodule.c81 typedef struct BLOCK { struct
82 struct BLOCK *leftlink; argument
83 PyObject *data[BLOCKLEN]; argument
84 struct BLOCK *rightlink; argument

12