Searched refs:RESERVED (Results 1 - 11 of 11) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_ca.h | 181 #define RESERVED(N, T) T RESERVED##N; // placeholder struct members used for "reserved" areas macro 206 RESERVED(0:4, uint32_t) 284 RESERVED(0:2, uint32_t) 286 RESERVED(1:1, uint32_t) 288 RESERVED(2:2, uint32_t) 294 RESERVED(3:2, uint32_t) 296 RESERVED(4:1, uint32_t) 301 RESERVED(5:1, uint32_t) 304 RESERVED( [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | LookupTable.java | 22 RESERVED(0x00E0), enum constant 43 if (LookupFlagBit.RESERVED.getValue(lookupFlag) != 0) { in LookupTable()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cff-interp-dict-common.hh | 87 enum Nibble { DECIMAL=10, EXP_POS, EXP_NEG, RESERVED, NEG, END }; in parse_bcd() enumerator 105 if (unlikely (nibble == RESERVED)) break; in parse_bcd()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | EOTWriter.java | 40 private final static long RESERVED = 0; field in EOTWriter 151 index += writableFontData.writeULongLE(index, RESERVED); in writeReservedFields()
|
/third_party/node/deps/brotli/c/include/brotli/ |
H A D | decode.h | 72 BROTLI_ERROR_CODE(_ERROR_FORMAT_, RESERVED, -2) SEPARATOR \
|
/third_party/skia/third_party/externals/brotli/c/include/brotli/ |
H A D | decode.h | 72 BROTLI_ERROR_CODE(_ERROR_FORMAT_, RESERVED, -2) SEPARATOR \
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_glyf.h | 128 RESERVED,
|
/third_party/curl/lib/ |
H A D | content_encoding.c | 87 #define RESERVED 0xE0 /* bits 5..7: reserved */ macro 390 if(method != Z_DEFLATED || (flags & RESERVED) != 0) { in check_gzip_header()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | RBBIDataWrapper.java | 195 public final static int RESERVED = 3; field in RBBIDataWrapper
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 34 milliseconds