Home
last modified time | relevance | path

Searched defs:prefix (Results 1251 - 1275 of 1717) sorted by relevance

1...<<51525354555657585960>>...69

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h182 size_t prefix; member
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp76 bool prefix = (flags & AFFIX_PREFIX) != 0; in getEndpoints() local
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c794 static size_t count_encoded_length(size_t n, size_t prefix) { in count_encoded_length() argument
811 static size_t encode_length(uint8_t *buf, size_t n, size_t prefix) { in encode_length() argument
853 decode_length(uint32_t *res, size_t *shift_ptr, int *fin, uint32_t initial, size_t shift, const uint8_t *in, const uint8_t *last, size_t prefix) decode_length() argument
1646 hd_inflate_read_len(nghttp2_hd_inflater *inflater, int *rfin, const uint8_t *in, const uint8_t *last, size_t prefix, size_t maxlen) hd_inflate_read_len() argument
2300 nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, uint32_t initial, size_t shift, uint8_t *in, uint8_t *last, size_t prefix) nghttp2_hd_decode_length() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp853 UnicodeString prefix = ""; variable
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c679 static void vlog_err(const char *prefix, const char *pattern, va_list ap) in vlog_err() argument
724 vlog_info(const char *prefix, const char *pattern, va_list ap) in vlog_info() argument
770 vlog_verbose(const char *prefix, const char *pattern, va_list ap) vlog_verbose() argument
[all...]
/third_party/libevdev/libevdev/
H A Dlibevdev.c110 const char *prefix; in libevdev_dflt_log_func() local
/third_party/lwip/src/core/ipv6/
H A Dnd6.c99 struct prefix_option prefix; member
727 s8_t prefix; nd6_input() local
1988 nd6_get_onlink_prefix(const ip6_addr_t *prefix, struct netif *netif) global() argument
2012 nd6_new_onlink_prefix(const ip6_addr_t *prefix, struct netif *netif) global() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c154 static const char *show_char(const char *s, size_t len, char prefix, char delim) in show_char() argument
168 static const char *quote_char(const char *s, size_t len, char prefix, char delim) in quote_char() argument
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc533 os_ << prefix; in PrintInputs() local
530 PrintInputs(InputIterator* i, int count, const char* prefix) PrintInputs() argument
/third_party/node/deps/v8/src/objects/
H A Djs-function.cc307 Handle<String> prefix = isolate->factory()->bound__string(); in GetName() local
220 CopyNameAndLength( Isolate* isolate, Handle<JSFunctionOrBoundFunctionOrWrappedFunction> function, Handle<JSReceiver> target, Handle<String> prefix, int arg_count) CopyNameAndLength() argument
1159 SetName(Handle<JSFunction> function, Handle<Name> name, Handle<String> prefix) SetName() argument
[all...]
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h65 static const char prefix[] = "std::__"; in CanonicalizeForStdLibVersioning() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c81 char *prefix; member
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utl.c686 static int wildcard_match(const unsigned char *prefix, size_t prefix_len, in wildcard_match() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-device-manager.c480 static char *get_name(const char *key, const char *prefix) { in get_name() argument
490 static inline struct entry *load_or_initialize_entry(struct userdata *u, struct entry *entry, const char *name, const char *prefix) { in load_or_initialize_entry() argument
557 update_highest_priority_device_indexes(struct userdata *u, const char *prefix, void *ignore_device) update_highest_priority_device_indexes() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp186 s << prefix; in bitsToString() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp78 const auto prefix = (result.empty() ? "" : ", "); in getFormatValueString() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp186 s << prefix; in bitsToString() local
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp236 void logListOf(const std::string prefix, const std::string name) const in logListOf() argument
/third_party/openssl/crypto/x509/
H A Dv3_utl.c686 static int wildcard_match(const unsigned char *prefix, size_t prefix_len, in wildcard_match() argument
/third_party/openssl/ssl/
H A Dssl_conf.c81 char *prefix; member
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.h131 unsigned short prefix[SK_MAX_DICTIONARY_ENTRIES]; member in final
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationbuilder.cpp647 CollationBuilder::addRelation(int32_t strength, const UnicodeString &prefix, in addRelation() argument
1120 UnicodeString prefix; addOnlyClosure() local
1133 UnicodeString prefix = prefixIter.next(); addOnlyClosure() local
1326 UnicodeString prefix; // empty closeOverComposites() local
1345 addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) addIfDifferent() argument
[all...]
H A Dcollationdatabuilder.cpp535 CollationDataBuilder::add(const UnicodeString &prefix, const UnicodeString &s, in add() argument
543 CollationDataBuilder::addCE32(const UnicodeString &prefix, cons argument
1518 getCEs(const UnicodeString &prefix, const UnicodeString &s, int64_t ces[], int32_t cesLength) getCEs() argument
[all...]
H A Dnumber_patternstring.cpp76 bool prefix = (flags & AFFIX_PREFIX) != 0; in getEndpoints() local
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c677 static void vlog_err(const char *prefix, const char *pattern, va_list ap) in vlog_err() argument
722 vlog_info(const char *prefix, const char *pattern, va_list ap) in vlog_info() argument
768 vlog_verbose(const char *prefix, const char *pattern, va_list ap) vlog_verbose() argument
[all...]

Completed in 45 milliseconds

1...<<51525354555657585960>>...69