Home
last modified time | relevance | path

Searched defs:first (Results 951 - 975 of 2477) sorted by relevance

1...<<31323334353637383940>>...100

/third_party/libwebsockets/lib/core/
H A Dcontext.c1016 char *p = context->tls.alpn_discovered, first = 1; in lws_create_context() local
/third_party/libunwind/libunwind/include/
H A Dlibunwind-dynamic.h159 unw_dyn_info_t *first; member
/third_party/libsnd/src/
H A Dwavlike.c117 wavex_guid_equal (const EXT_SUBFORMAT * first, const EXT_SUBFORMAT * second) in wavex_guid_equal() argument
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c316 mbedtls_x509_crt *first; in ca_callback() local
[all...]
/third_party/mbedtls/library/
H A Dmemory_buffer_alloc.c63 memory_header *first; member
[all...]
/third_party/jerryscript/jerry-core/jcontext/
H A Djcontext.h266 jmem_heap_free_t first; /**< first node in free region list */ member
309 jmem_heap_free_t first; /**< first node in free region list */ member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_vector.c238 int first = frac; in create_new_io_vars() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_io.c649 nir_block *first = nir_start_block(impl); in emit_gs_prolog() local
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c144 offer(struct per_session_data__sshd *pss, uint8_t *p, uint32_t len, int first, in offer() argument
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_openmetrics_export.c951 char first; in callback_lws_openmetrics_prox_client() local
/third_party/libwebsockets/plugins/deaddrop/
H A Dprotocol_lws_deaddrop.c95 uint8_t first:1; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.h153 struct quad_stage *first; /**< points to one of the above stages */ member
/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h293 static int stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first, int x0, int width, int *pwaste) in stbrp__skyline_find_min_y() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.c506 bool first = true; in qir_dump() local
530 bool first = true; in qir_dump() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c247 const nir_instr *first = *(nir_instr **)util_dynarray_begin(stack); in r600_hash_stack() local
/third_party/nghttp2/src/
H A Dmemchunk.h176 auto first = static_cast<const uint8_t *>(src); in append() local
221 auto first = static_cast<uint8_t *>(dest); in remove() local
487 auto first = static_cast<uint8_t *>(dest); remove() local
[all...]
H A Dutil.h114 std::string percent_decode(InputIt first, InputIt last) { in percent_decode() argument
414 inp_strlower(InputIt first, InputIt last) inp_strlower() argument
788 make_hostport(OutputIt first, const StringRef &host, uint16_t port) make_hostport() argument
819 make_http_hostport(OutputIt first, const StringRef &host, uint16_t port) make_http_hostport() argument
875 random_alpha_digit(OutputIt first, OutputIt last, Generator &gen) random_alpha_digit() argument
889 random_bytes(OutputIt first, OutputIt last, Generator &gen) random_bytes() argument
898 shuffle(RandomIt first, RandomIt last, Generator &&gen, SwapFun fun) shuffle() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dbytestriebuilder.cpp296 BytesTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const { in getLimitOfLinearMatch() argument
H A Ducharstriebuilder.cpp245 UCharsTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t unitIndex) const { in getLimitOfLinearMatch() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatinbuilder.cpp670 CollationFastLatinBuilder::encodeTwoCEs(int64_t first, int64_t second) const { in encodeTwoCEs() argument
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducharstrie.h200 inline UStringTrieResult first(int32_t uchar) { in first() function in UCharsTrie
/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.c369 bind_samplers(struct gl_context *ctx, GLuint first, GLsizei count, in bind_samplers() argument
456 _mesa_BindSamplers_no_error(GLuint first, GLsizei count, const GLuint *samplers) in _mesa_BindSamplers_no_error() argument
464 _mesa_BindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in _mesa_BindSamplers() argument
[all...]
H A Dviewport.c177 viewport_array(struct gl_context *ctx, GLuint first, GLsizei count, in viewport_array() argument
193 _mesa_ViewportArrayv_no_error(GLuint first, GLsizei count, const GLfloat *v) in _mesa_ViewportArrayv_no_error() argument
202 _mesa_ViewportArrayv(GLuint first, GLsizei count, const GLfloat *v) in _mesa_ViewportArrayv() argument
360 depth_range_arrayv(struct gl_context *ctx, GLuint first, GLsizei count, const struct gl_depthrange_inputs *const inputs) depth_range_arrayv() argument
368 _mesa_DepthRangeArrayv_no_error(GLuint first, GLsizei count, const GLclampd *v) _mesa_DepthRangeArrayv_no_error() argument
378 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v) _mesa_DepthRangeArrayv() argument
398 _mesa_DepthRangeArrayfvOES(GLuint first, GLsizei count, const GLfloat *v) _mesa_DepthRangeArrayfvOES() argument
[all...]
H A Datifragshader.c205 GLuint first; in _mesa_GenFragmentShadersATI() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c202 unsigned i, first; in st_draw_gallium_multimode() local
561 unsigned i, first; st_hw_select_draw_gallium_multimode() local
[all...]

Completed in 33 milliseconds

1...<<31323334353637383940>>...100