Home
last modified time | relevance | path

Searched defs:prefix (Results 526 - 550 of 770) sorted by relevance

1...<<2122232425262728293031

/third_party/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c166 void prterr(char *prefix) in prterr() argument
/third_party/node/src/
H A Dnode_sockaddr.cc215 in_network_ipv4( const SocketAddress& ip, const SocketAddress& net, int prefix) in_network_ipv4() argument
230 in_network_ipv6( const SocketAddress& ip, const SocketAddress& net, int prefix) in_network_ipv6() argument
259 in_network_ipv4_ipv6( const SocketAddress& ip, const SocketAddress& net, int prefix) in_network_ipv4_ipv6() argument
290 in_network_ipv6_ipv4( const SocketAddress& ip, const SocketAddress& net, int prefix) in_network_ipv6_ipv4() argument
425 AddSocketAddressMask( const std::shared_ptr<SocketAddress>& network, int prefix) AddSocketAddressMask() argument
645 int32_t prefix; AddSubnet() local
[all...]
/third_party/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/node/deps/icu-small/source/i18n/
H A Dcollationbuilder.cpp649 CollationBuilder::addRelation(int32_t strength, const UnicodeString &prefix, in addRelation() argument
1137 UnicodeString prefix; addOnlyClosure() local
1155 UnicodeString prefix = prefixIter.next(); addOnlyClosure() local
1353 UnicodeString prefix; // empty closeOverComposites() local
1372 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.cpp554 CollationDataBuilder::add(const UnicodeString &prefix, const UnicodeString &s, in add() argument
562 CollationDataBuilder::addCE32(const UnicodeString &prefix, cons argument
1661 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/node/deps/icu-small/source/common/
H A Ddictbe.cpp105 int32_t prefix; // The longest match with a dictionary word member in PossibleWord
[all...]
/third_party/node/
H A DMakefile
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp540 char prefix[MAX_PKG_NAME_LENGTH+4]; in readPackage() local
687 char prefix[MAX_PKG_NAME_LENGTH+4]; writePackage() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h182 size_t prefix; member
/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

Completed in 48 milliseconds

1...<<2122232425262728293031