Home
last modified time | relevance | path

Searched defs:type (Results 6101 - 6125 of 13053) sorted by relevance

1...<<241242243244245246247248249250>>...523

/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c213 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint() argument
228 int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterVaList() argument
191 HiLogAdapterPrintArgs( const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogAdapterPrintArgs() argument
/third_party/musl/src/fdsan/linux/
H A Dfdsan.c192 uint64_t fdsan_create_owner_tag(enum fdsan_owner_type type, uint64_t tag) in fdsan_create_owner_tag() argument
211 uint64_t type = tag >> 56; in fdsan_get_tag_type() local
[all...]
/third_party/nghttp2/src/
H A Dshrpx_connection_handler.h102 SerialEventType type; member
/third_party/node/deps/cares/src/lib/
H A Dares__socket.c255 int type = is_tcp ? SOCK_STREAM : SOCK_DGRAM; in ares__open_connection() local
395 ares_socket_t ares__open_socket(ares_channel_t *channel, int af, int type, in ares__open_socket() argument
H A Dares_qcache.c246 ares_dns_rec_type_t type = ares_dns_rr_get_type(rr); in ares__qcache_calc_minttl() local
270 ares_dns_rec_type_t type = ares_dns_rr_get_type(rr); in ares__qcache_soa_minimum() local
H A Dares__llist.c74 ares__llist_attach_at(ares__llist_t *list, ares__llist_insert_type_t type, ares__llist_node_t *at, ares__llist_node_t *node) ares__llist_attach_at() argument
122 ares__llist_insert_at(ares__llist_t *list, ares__llist_insert_type_t type, ares__llist_node_t *at, void *val) ares__llist_insert_at() argument
H A Dares_dns_mapping.c84 ares_bool_t ares_dns_rec_type_isvalid(ares_dns_rec_type_t type, in ares_dns_rec_type_isvalid() argument
115 ares_bool_t ares_dns_rec_type_allow_name_compression(ares_dns_rec_type_t type) in ares_dns_rec_type_allow_name_compression() argument
168 ares_dns_rec_type_t type = key / 100; in ares_dns_rr_key_to_rec_type() local
175 const char *ares_dns_rec_type_tostr(ares_dns_rec_type_t type) in ares_dns_rec_type_tostr() argument
529 ares_dns_rr_get_keys(ares_dns_rec_type_t type, size_t *cnt) ares_dns_rr_get_keys() argument
637 ares_dns_rec_type_t type; ares_dns_rec_type_fromstr() member
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dbrkiter.cpp58 BreakIterator::buildInstance(const Locale& loc, const char *type, UErrorCode &status) in buildInstance() argument
501 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() argument
510 BreakIterator::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() argument
H A Dstringtriebuilder.cpp90 int32_t type; in writeNode() local
H A Dcharacterproperties.cpp366 UCPTrieType type; in makeMap() local
H A Dubrk.cpp34 ubrk_open(UBreakIteratorType type, in ubrk_open() argument
303 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status) ubrk_getLocaleByType() argument
H A Duloc_keytype.cpp449 ulocimp_toBcpType(const char* key, const char* type, UBoo argument
494 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) ulocimp_toLegacyType() argument
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c62 static void check_frame_header(size_t length, uint8_t type, uint8_t flags, in check_frame_header() argument
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducptrie.h76 int8_t type; // UCPTrieType member
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo.h131 GLenum16 type; /**< GL_FLOAT, GL_DOUBLE, GL_INT, etc */ member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.c252 st_save_zombie_shader(struct st_context *st, enum pipe_shader_type type, struct pipe_shader_state *shader) st_save_zombie_shader() argument
H A Dst_cb_readpixels.c71 needs_integer_signed_unsigned_conversion(const struct gl_context *ctx, GLenum format, GLenum type) needs_integer_signed_unsigned_conversion() argument
412 st_ReadPixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, void *pixels) st_ReadPixels() argument
[all...]
H A Dst_format.c1109 st_choose_format(struct st_context *st, GLenum internalFormat, GLenum format, GLenum type, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings, bool swap_bytes, bool allow_dxt) st_choose_format() argument
1206 st_choose_matching_format_noverify(struct st_context *st, GLenum format, GLenum type, GLboolean swapBytes) st_choose_matching_format_noverify() argument
1230 st_choose_matching_format(struct st_context *st, unsigned bind, GLenum format, GLenum type, GLboolean swapBytes) st_choose_matching_format() argument
1247 st_ChooseTextureFormat(struct gl_context *ctx, GLenum target, GLint internalFormat, GLenum format, GLenum type) st_ChooseTextureFormat() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_builder.h172 vgrf(enum brw_reg_type type, unsigned n = 1) const in vgrf() argument
[all...]
/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp61 GdkEventType type = gdk_event_get_event_type(event); in ImGui_ImplGtk3_HandleEvent() local
/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c952 const char *type = "????"; in _mesa_write_shader_to_file() local
1010 const char *type; in _mesa_append_uniforms_to_file() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c46 const struct glsl_type *type = texture->type; in get_texture_size() local
/third_party/mesa3d/src/mesa/main/
H A Derrors.c432 _mesa_shader_debug(struct gl_context *ctx, GLenum type, GLuin argument
232 _mesa_gl_vdebugf(struct gl_context *ctx, GLuint *id, enum mesa_debug_source source, enum mesa_debug_type type, enum mesa_debug_severity severity, const char *fmtString, va_list args) _mesa_gl_vdebugf() argument
255 _mesa_gl_debugf(struct gl_context *ctx, GLuint *id, enum mesa_debug_source source, enum mesa_debug_type type, enum mesa_debug_severity severity, const char *fmtString, ...) _mesa_gl_debugf() argument
269 _mesa_gl_debug(struct gl_context *ctx, GLuint *id, enum mesa_debug_source source, enum mesa_debug_type type, enum mesa_debug_severity severity, const char *msg) _mesa_gl_debug() argument
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_gencmn.cpp120 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, in createCommonDataFile() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddayperiodrules.cpp104 CutoffType type = getCutoffTypeFromString(key); in processRules() local

Completed in 22 milliseconds

1...<<241242243244245246247248249250>>...523