/third_party/mesa3d/src/intel/isl/ |
D | isl_aux_info.c | 130 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 …]
|
D | isl.h | 2105 isl_aux_prepare_access(enum isl_aux_state initial_state, 2117 isl_aux_state_transition_aux_op(enum isl_aux_state initial_state, 2136 isl_aux_state_transition_write(enum isl_aux_state initial_state,
|
/third_party/mbedtls/library/ |
D | chacha20.c | 133 static void chacha20_block( const uint32_t initial_state[16], in chacha20_block() 140 initial_state, in chacha20_block() 146 working_state[ 0] += initial_state[ 0]; in chacha20_block() 147 working_state[ 1] += initial_state[ 1]; in chacha20_block() 148 working_state[ 2] += initial_state[ 2]; in chacha20_block() 149 working_state[ 3] += initial_state[ 3]; in chacha20_block() 150 working_state[ 4] += initial_state[ 4]; in chacha20_block() 151 working_state[ 5] += initial_state[ 5]; in chacha20_block() 152 working_state[ 6] += initial_state[ 6]; in chacha20_block() 153 working_state[ 7] += initial_state[ 7]; in chacha20_block() [all …]
|
/third_party/nghttp2/tests/ |
D | nghttp2_test_helper.c | 329 nghttp2_stream_state initial_state) { in open_sent_stream2() argument 334 initial_state, NULL); in open_sent_stream2() 340 nghttp2_stream_state initial_state, in open_sent_stream3() argument 347 initial_state, stream_user_data); in open_sent_stream3() 390 nghttp2_stream_state initial_state) { in open_recv_stream2() argument 395 initial_state, NULL); in open_recv_stream2() 401 nghttp2_stream_state initial_state, in open_recv_stream3() argument 408 initial_state, stream_user_data); in open_recv_stream3()
|
D | nghttp2_test_helper.h | 119 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/ |
D | cfi.c | 316 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()
|
D | frame-cache.c | 44 free ((Dwarf_Frame *) cie->initial_state); in free_cie()
|
D | cfi.h | 51 const Dwarf_Frame *initial_state; member
|
D | cie.c | 144 cie->initial_state = NULL; in intern_new_cie()
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | reformatter.py | 291 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/ |
D | wels_decoder_thread.h | 136 #define CREATE_EVENT(ph, manualreset,initial_state,name) \ argument 137 EventCreate(ph,(int)(manualreset),(int)(initial_state))
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksclock.c | 168 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()
|
D | gstksvideodevice.c | 825 KSSTATE initial_state; in gst_ks_video_device_set_state() local 833 initial_state = priv->state; in gst_ks_video_device_set_state() 868 ks_state_to_string (initial_state), ks_state_to_string (state)); in gst_ks_video_device_set_state()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_autoexpand.py | 147 initial_state = self.auto_expand.state 151 self.assertNotEqual(initial_state, new_state)
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_stream.h | 226 uint8_t flags, nghttp2_stream_state initial_state,
|
D | nghttp2_session.h | 503 nghttp2_stream_state initial_state,
|
D | nghttp2_stream.c | 61 uint8_t flags, nghttp2_stream_state initial_state, in nghttp2_stream_init() argument 70 stream->state = initial_state; in nghttp2_stream_init()
|
/third_party/nghttp2/lib/ |
D | nghttp2_stream.h | 242 uint8_t flags, nghttp2_stream_state initial_state,
|
D | nghttp2_session.h | 539 nghttp2_stream_state initial_state,
|
D | nghttp2_stream.c | 61 uint8_t flags, nghttp2_stream_state initial_state, in nghttp2_stream_init() argument 69 stream->state = initial_state; in nghttp2_stream_init()
|
/third_party/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 132 t_state * initial_state; /* Initial NFA state. */ variable 792 sp = nfadevelop(initial_state, final, in nfaenter() 1313 get_dfa_state(&stack, closure(NULL, initial_state), sethash); in builddfa() 1434 stack = initial_state; in deletenfa() 1881 initial_state = newstate();
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 469 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()
|
/third_party/python/Lib/test/ |
D | test_multibytecodec.py | 129 initial_state = encoder.getstate() 131 encoder.setstate(initial_state)
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 836 enum isl_aux_state initial_state; in iris_resource_configure_aux() local 844 initial_state = ISL_AUX_STATE_AUX_INVALID; in iris_resource_configure_aux() 857 initial_state = ISL_AUX_STATE_CLEAR; in iris_resource_configure_aux() 866 initial_state = in iris_resource_configure_aux() 880 initial_state = isl_aux_usage_has_fast_clears(res->aux.usage) ? in iris_resource_configure_aux() 895 initial_state = ISL_AUX_STATE_PASS_THROUGH; in iris_resource_configure_aux() 903 res->aux.state = create_aux_state_map(res, initial_state); in iris_resource_configure_aux()
|
/third_party/ffmpeg/libavcodec/ |
D | ffv1enc.c | 334 static int contains_non_128(uint8_t (*initial_state)[CONTEXT_SIZE], in contains_non_128() 337 if (!initial_state) in contains_non_128() 341 if (initial_state[i][j] != 128) in contains_non_128()
|