Searched defs:refPrefix (Results 1 – 7 of 7) sorted by relevance
/external/zstd/tests/fuzz/ |
D | dictionary_loader.c | 32 int const refPrefix) in compress() 52 int const refPrefix) in decompress() 71 int const refPrefix = FUZZ_dataProducer_uint32Range(producer, 0, 1) != 0; in LLVMFuzzerTestOneInput() local
|
D | dictionary_stream_round_trip.c | 61 FUZZ_dataProducer_t *producer, int refPrefix, in compress() 179 int const refPrefix = FUZZ_dataProducer_uint32Range(producer, 0, 1) != 0; in LLVMFuzzerTestOneInput() local
|
D | raw_dictionary_round_trip.c | 35 int const refPrefix = FUZZ_dataProducer_uint32Range(producer, 0, 1) != 0; in roundTripTest() local
|
D | dictionary_round_trip.c | 35 int const refPrefix = FUZZ_dataProducer_uint32Range(producer, 0, 1) != 0; in roundTripTest() local
|
/external/doclava/src/com/google/doclava/ |
D | NavTree.java | 30 public static void writeNavTree(String dir, String refPrefix) { in writeNavTree()
|
D | Doclava.java | 530 String refPrefix = new String(); in start() local
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 266 const xmlChar *refPrefix; /* Deprecated; not used */ member 374 const xmlChar *refPrefix; /* Deprecated; not used */ member 629 const xmlChar *refPrefix; /* Deprecated; not used */ member 791 const xmlChar *refPrefix; /* Deprecated; not used */ member
|