Home
last modified time | relevance | path

Searched defs:initial_state (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/base64/base64/lib/
H A Dlib_openmp.c26 struct base64_state state, initial_state; in base64_encode_openmp() local
87 struct base64_state state, initial_state; in base64_decode_openmp() local
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dunwinding-info-writer-arm64.cc23 const BlockInitialState* initial_state = in BeginInstructionBlock() local
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dunwinding-info-writer-x64.cc20 const BlockInitialState* initial_state = in BeginInstructionBlock() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dunwinding-info-writer-arm.cc20 const BlockInitialState* initial_state = in BeginInstructionBlock() local
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dunwinding-info-writer-ppc.cc19 const BlockInitialState* initial_state = in BeginInstructionBlock() local
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dunwinding-info-writer-s390.cc19 const BlockInitialState* initial_state = in BeginInstructionBlock() local
/third_party/mesa3d/src/intel/isl/
H A Disl_aux_info.c130 isl_aux_prepare_access(enum isl_aux_state initial_state, in isl_aux_prepare_access() argument
171 isl_aux_state_transition_aux_op(enum isl_aux_state initial_state, in isl_aux_state_transition_aux_op() argument
208 isl_aux_state_transition_write(enum isl_aux_state initial_state, enum isl_aux_usage usage, bool full_surface) isl_aux_state_transition_write() argument
[all...]
/third_party/mbedtls/library/
H A Dchacha20.c115 static void chacha20_block(const uint32_t initial_state[16], in chacha20_block() argument
[all...]
/third_party/libcoap/include/oscore/
H A Doscore_context.h124 uint8_t initial_state; member
/third_party/elfutils/libdw/
H A Dcfi.h51 const Dwarf_Frame *initial_state; member
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c327 open_sent_stream2(nghttp2_session *session, int32_t stream_id, nghttp2_stream_state initial_state) open_sent_stream2() argument
336 open_sent_stream3(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) open_sent_stream3() argument
388 open_recv_stream2(nghttp2_session *session, int32_t stream_id, nghttp2_stream_state initial_state) open_recv_stream2() argument
397 open_recv_stream3(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) open_recv_stream3() argument
/third_party/ffmpeg/libavcodec/
H A Dffv1enc.c334 static int contains_non_128(uint8_t (*initial_state)[CONTEXT_SIZE], in contains_non_128() argument
/third_party/nghttp2/lib/
H A Dnghttp2_stream.c60 nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, uint8_t flags, nghttp2_stream_state initial_state, int32_t weight, int32_t remote_initial_window_size, int32_t local_initial_window_size, void *stream_user_data, nghttp2_mem *mem) nghttp2_stream_init() argument
H A Dnghttp2_session.c1290 nghttp2_session_open_stream(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) nghttp2_session_open_stream() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c60 nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, uint8_t flags, nghttp2_stream_state initial_state, int32_t weight, int32_t remote_initial_window_size, int32_t local_initial_window_size, void *stream_user_data, nghttp2_mem *mem) nghttp2_stream_init() argument
H A Dnghttp2_session.c1285 nghttp2_session_open_stream(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) nghttp2_session_open_stream() argument
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h254 explicit CompilationJob(State initial_state) : state_(initial_state) { in CompilationJob() argument
367 OptimizedCompilationJob(const char* compiler_name, State initial_state) in OptimizedCompilationJob() argument
400 TurbofanCompilationJob(OptimizedCompilationInfo* compilation_info, State initial_state) TurbofanCompilationJob() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c836 enum isl_aux_state initial_state; in iris_resource_configure_aux() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c469 enum isl_aux_state initial_state = ISL_AUX_STATE_AUX_INVALID; in crocus_resource_configure_aux() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h284 D3D12_RESOURCE_STATES initial_state; /* initial state for this memory type */ member
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c658 const enum isl_aux_state initial_state = in transition_depth_buffer() local
/third_party/glfw/deps/
H A Dnuklear.h18458 nk_tree_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, enum nk_collapse_states initial_state, const char *hash, int len, int line) nk_tree_base() argument
18511 nk_tree_push_hashed(struct nk_context *ctx, enum nk_tree_type type, const char *title, enum nk_collapse_states initial_state, const char *hash, int len, int line) nk_tree_push_hashed() argument
18518 nk_tree_image_push_hashed(struct nk_context *ctx, enum nk_tree_type type, struct nk_image img, const char *title, enum nk_collapse_states initial_state, const char *hash, int len,int seed) nk_tree_image_push_hashed() argument
18641 nk_tree_element_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, enum nk_collapse_states initial_state, int *selected, const char *hash, int len, int line) nk_tree_element_base() argument
18663 nk_tree_element_push_hashed(struct nk_context *ctx, enum nk_tree_type type, const char *title, enum nk_collapse_states initial_state, int *selected, const char *hash, int len, int seed) nk_tree_element_push_hashed() argument
18670 nk_tree_element_image_push_hashed(struct nk_context *ctx, enum nk_tree_type type, struct nk_image img, const char *title, enum nk_collapse_states initial_state, int *selected, const char *hash, int len,int seed) nk_tree_element_image_push_hashed() argument
[all...]

Completed in 84 milliseconds