Home
last modified time | relevance | path

Searched refs:initial_state (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/mesa3d/src/intel/isl/
Disl_aux_info.c130 isl_aux_prepare_access(enum isl_aux_state initial_state, in isl_aux_prepare_access() argument
137 assert(aux_state_possible(initial_state, state_superset_usage)); in isl_aux_prepare_access()
141 switch (initial_state) { in isl_aux_prepare_access()
171 isl_aux_state_transition_aux_op(enum isl_aux_state initial_state, in isl_aux_state_transition_aux_op() argument
175 assert(aux_state_possible(initial_state, usage)); in isl_aux_state_transition_aux_op()
180 return initial_state; in isl_aux_state_transition_aux_op()
185 assert(isl_aux_state_has_valid_aux(initial_state)); in isl_aux_state_transition_aux_op()
187 return initial_state == ISL_AUX_STATE_CLEAR || in isl_aux_state_transition_aux_op()
188 initial_state == ISL_AUX_STATE_PARTIAL_CLEAR || in isl_aux_state_transition_aux_op()
189 initial_state == ISL_AUX_STATE_COMPRESSED_CLEAR ? in isl_aux_state_transition_aux_op()
[all …]
/third_party/mbedtls/library/
Dchacha20.c115 static void chacha20_block(const uint32_t initial_state[16], in chacha20_block()
122 initial_state, in chacha20_block()
129 working_state[0] += initial_state[0]; in chacha20_block()
130 working_state[1] += initial_state[1]; in chacha20_block()
131 working_state[2] += initial_state[2]; in chacha20_block()
132 working_state[3] += initial_state[3]; in chacha20_block()
133 working_state[4] += initial_state[4]; in chacha20_block()
134 working_state[5] += initial_state[5]; in chacha20_block()
135 working_state[6] += initial_state[6]; in chacha20_block()
136 working_state[7] += initial_state[7]; in chacha20_block()
[all …]
/third_party/node/deps/v8/src/compiler/backend/x64/
Dunwinding-info-writer-x64.cc20 const BlockInitialState* initial_state = in BeginInstructionBlock() local
22 if (!initial_state) return; in BeginInstructionBlock()
23 if (initial_state->register_ != eh_frame_writer_.base_register() && in BeginInstructionBlock()
24 initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock()
26 eh_frame_writer_.SetBaseAddressRegisterAndOffset(initial_state->register_, in BeginInstructionBlock()
27 initial_state->offset_); in BeginInstructionBlock()
28 } else if (initial_state->register_ != eh_frame_writer_.base_register()) { in BeginInstructionBlock()
30 eh_frame_writer_.SetBaseAddressRegister(initial_state->register_); in BeginInstructionBlock()
31 } else if (initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock()
33 eh_frame_writer_.SetBaseAddressOffset(initial_state->offset_); in BeginInstructionBlock()
[all …]
/third_party/node/deps/base64/base64/lib/
Dlib_openmp.c26 struct base64_state state, initial_state; in base64_encode_openmp() local
47 initial_state = state; in base64_encode_openmp()
63 state = initial_state; in base64_encode_openmp()
87 struct base64_state state, initial_state; in base64_decode_openmp() local
108 initial_state = state; in base64_decode_openmp()
139 state = initial_state; in base64_decode_openmp()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dunwinding-info-writer-arm.cc20 const BlockInitialState* initial_state = in BeginInstructionBlock() local
22 if (!initial_state) return; in BeginInstructionBlock()
23 if (initial_state->saved_lr_ != saved_lr_) { in BeginInstructionBlock()
25 if (initial_state->saved_lr_) { in BeginInstructionBlock()
30 saved_lr_ = initial_state->saved_lr_; in BeginInstructionBlock()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dunwinding-info-writer-s390.cc19 const BlockInitialState* initial_state = in BeginInstructionBlock() local
21 if (!initial_state) return; in BeginInstructionBlock()
22 if (initial_state->saved_lr_ != saved_lr_) { in BeginInstructionBlock()
24 if (initial_state->saved_lr_) { in BeginInstructionBlock()
30 saved_lr_ = initial_state->saved_lr_; in BeginInstructionBlock()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dunwinding-info-writer-ppc.cc19 const BlockInitialState* initial_state = in BeginInstructionBlock() local
21 if (!initial_state) return; in BeginInstructionBlock()
22 if (initial_state->saved_lr_ != saved_lr_) { in BeginInstructionBlock()
24 if (initial_state->saved_lr_) { in BeginInstructionBlock()
31 saved_lr_ = initial_state->saved_lr_; in BeginInstructionBlock()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dunwinding-info-writer-arm64.cc23 const BlockInitialState* initial_state = in BeginInstructionBlock() local
25 if (!initial_state) return; in BeginInstructionBlock()
26 if (initial_state->saved_lr_ != saved_lr_) { in BeginInstructionBlock()
28 if (initial_state->saved_lr_) { in BeginInstructionBlock()
34 saved_lr_ = initial_state->saved_lr_; in BeginInstructionBlock()
/third_party/nghttp2/tests/
Dnghttp2_test_helper.c330 nghttp2_stream_state initial_state) { in open_sent_stream2() argument
335 initial_state, NULL); in open_sent_stream2()
341 nghttp2_stream_state initial_state, in open_sent_stream3() argument
348 initial_state, stream_user_data); in open_sent_stream3()
391 nghttp2_stream_state initial_state) { in open_recv_stream2() argument
396 initial_state, NULL); in open_recv_stream2()
402 nghttp2_stream_state initial_state, in open_recv_stream3() argument
409 initial_state, stream_user_data); in open_recv_stream3()
Dnghttp2_test_helper.h119 nghttp2_stream_state initial_state);
124 nghttp2_stream_state initial_state,
141 nghttp2_stream_state initial_state);
146 nghttp2_stream_state initial_state,
/third_party/elfutils/libdw/
Dcfi.c316 cfi_assert (cie->initial_state != NULL); in execute_cfi()
321 if (cie->initial_state->nregs > operand) in execute_cfi()
322 fs->regs[operand] = cie->initial_state->regs[operand]; in execute_cfi()
396 cfi_assert (cie->initial_state != NULL); in execute_cfi()
444 if (likely (cie->initial_state != NULL)) in cie_cache_initial_state()
501 cie->initial_state = cie_fs; in cie_cache_initial_state()
515 Dwarf_Frame *fs = duplicate_frame_state (fde->cie->initial_state, NULL); in __libdw_frame_at_address()
Dframe-cache.c44 free ((Dwarf_Frame *) cie->initial_state); in free_cie()
Dcfi.h51 const Dwarf_Frame *initial_state; member
Dcie.c144 cie->initial_state = NULL; in intern_new_cie()
/third_party/node/deps/v8/src/codegen/
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
368 : CompilationJob(initial_state), compiler_name_(compiler_name) {} in OptimizedCompilationJob()
401 State initial_state) in TurbofanCompilationJob() argument
402 : OptimizedCompilationJob("Turbofan", initial_state), in TurbofanCompilationJob()
/third_party/cef/tools/yapf/yapf/yapflib/
Dreformatter.py291 def _AnalyzeSolutionSpace(initial_state): argument
311 node = _StateNode(initial_state, False, None)
340 _ReconstructPath(initial_state, heapq.heappop(p_queue).state_node)
376 def _ReconstructPath(initial_state, current): argument
392 initial_state.AddTokenToState(newline=node.newline, dry_run=False)
/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h136 #define CREATE_EVENT(ph, manualreset,initial_state,name) \ argument
137 EventCreate(ph,(int)(manualreset),(int)(initial_state))
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksclock.c168 KSSTATE initial_state; in gst_ks_clock_set_state_unlocked() local
176 initial_state = priv->state; in gst_ks_clock_set_state_unlocked()
201 ks_state_to_string (initial_state), ks_state_to_string (state)); in gst_ks_clock_set_state_unlocked()
/third_party/python/Lib/idlelib/idle_test/
Dtest_autoexpand.py147 initial_state = self.auto_expand.state
151 self.assertNotEqual(initial_state, new_state)
/third_party/libcoap/src/oscore/
Doscore.c379 if (ctx->initial_state == 1) { in oscore_validate_sender_seq()
380 ctx->initial_state = 0; in oscore_validate_sender_seq()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.h242 uint8_t flags, nghttp2_stream_state initial_state,
/third_party/nghttp2/lib/
Dnghttp2_stream.h242 uint8_t flags, nghttp2_stream_state initial_state,
/third_party/libcoap/include/oscore/
Doscore_context.h124 uint8_t initial_state; member
/third_party/python/Lib/test/
Dtest_multibytecodec.py129 initial_state = encoder.getstate()
131 encoder.setstate(initial_state)
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c469 enum isl_aux_state initial_state = ISL_AUX_STATE_AUX_INVALID; in crocus_resource_configure_aux() local
480 initial_state = ISL_AUX_STATE_AUX_INVALID; in crocus_resource_configure_aux()
492 initial_state = ISL_AUX_STATE_CLEAR; in crocus_resource_configure_aux()
509 initial_state = in crocus_resource_configure_aux()
512 initial_state = ISL_AUX_STATE_PASS_THROUGH; in crocus_resource_configure_aux()
520 res->aux.state = create_aux_state_map(res, initial_state); in crocus_resource_configure_aux()

1234