Home
last modified time | relevance | path

Searched defs:LEAF (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/unicode-ident/src/
Dtables.rs176 pub(crate) static LEAF: Align64<[u8; 7520]> = Align64([ variable
/external/f2fs-tools/lib/
Dnls_utf8.c278 #define LEAF_GEN(LEAF) ((LEAF)[0]) argument
279 #define LEAF_CCC(LEAF) ((LEAF)[1]) argument
280 #define LEAF_STR(LEAF) ((const char *)((LEAF) + 2)) argument
/external/e2fsprogs/lib/ext2fs/
Dnls_utf8.c281 #define LEAF_GEN(LEAF) ((LEAF)[0]) argument
282 #define LEAF_CCC(LEAF) ((LEAF)[1]) argument
283 #define LEAF_STR(LEAF) ((const char *)((LEAF) + 2)) argument
/external/antlr/runtime/ObjC/Framework/
DACBTree.h11 LEAF enumerator
/external/cronet/net/data/crl_unittest/
Dgenerate_crl_test_data.py122 LEAF = CreateCert('Test Cert', CA, crl_dp='URI:http://example.com/foo.crl', is_ca=False) variable
/external/e2fsprogs/util/
Dmkutf8data.c173 #define LEAF_GEN(LEAF) ((LEAF)[0]) argument
174 #define LEAF_CCC(LEAF) ((LEAF)[1]) argument
175 #define LEAF_STR(LEAF) ((const char*)((LEAF) + 2)) argument
341 #define LEAF 0 macro
/external/google-breakpad/src/common/android/include/asm-mips/
Dasm.h50 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; sym… macro
/external/one-true-awk/
Db.c45 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL: macro