/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_mschdbg.c | 186 char *state[] = {"NONE", "CHN_SW", "ONCHAN_FIRE", "OFF_CHN_PREP", in dhd_mschdbg_timeslot_profiler_event_data() local 198 s = (int)(ntoh32(p->state)); in dhd_mschdbg_timeslot_profiler_event_data() 202 MSCH_EVENT(("id: %d, state[%d]: %s, chan_ctxt: [0x%08x]\n", in dhd_mschdbg_timeslot_profiler_event_data() 203 ntoh32(p->timeslot_id), ntoh32(p->state), state[s], ntoh32(p->p_chan_ctxt))); in dhd_mschdbg_timeslot_profiler_event_data()
|
H A D | dhd_wlfc.h | 211 uint16 pktgen_rcv_state; /* receive state */ 305 uint8 state; member 362 uint8 state; /**< eg WLFC_STATE_OPEN */ member 387 /** flag. TRUE when remote MAC is in suppressed state */ 557 /** ON/OFF state for flow control to the host network interface */ 780 int dhd_wlfc_flowcontrol(dhd_pub_t *dhdp, bool state, bool bAcquireLock);
|
/third_party/ffmpeg/libavcodec/ |
H A D | utils.c | 997 uint32_t *av_restrict state) in avpriv_find_start_code() 1006 uint32_t tmp = *state << 8; in avpriv_find_start_code() 1007 *state = tmp + *(p++); in avpriv_find_start_code() 1023 *state = AV_RB32(p); in avpriv_find_start_code() 995 avpriv_find_start_code(const uint8_t *av_restrict p, const uint8_t *end, uint32_t *av_restrict state) avpriv_find_start_code() argument
|
H A D | pgssubdec.c | 394 int i, state, ret; in parse_presentation_segment() local 415 * state is a 2 bit field that defines pgs epoch boundaries in parse_presentation_segment() 423 state = bytestream_get_byte(&buf) >> 6; in parse_presentation_segment() 424 if (state != 0) { in parse_presentation_segment()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_private.h | 163 /* Scissor accumulation state defines 282 /* Issue Data Fence, Wait for Data Fence state. */ 327 /* Derived and other state */ 341 /* Derived and other state */ 384 * Sampler state word 1? 494 /* Derived and other state. */ 747 /* Identifies which pipeline state is static or dynamic. 818 /* FIXME: Check if we need a dirty state flag for the given scissor 819 * accumulation state. 879 /* Some draw state need 926 struct pvr_cmd_buffer_state state; global() member 1110 } state; global() member [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader.c | 272 * state. This is basically the texture-related state. 294 * the number of samplers exceeds SVGA limit or the sampler state in svga_init_shader_key_common() 421 /* Use the same index if sampler state mapping is not supported */ in svga_init_shader_key_common() 430 * unique sampler state objects only. in svga_init_shader_key_common() 479 key->uav_splice_index = svga->state.hw_draw.uavSpliceIndex; in svga_init_shader_key_common() 549 svga->state.raw_constbufs[shader_type]) { in svga_init_shader_key_common() 550 key->raw_buffers = svga->state.raw_constbufs[shader_type]; in svga_init_shader_key_common() 661 * Since we don't want to do any flush within state emission to avoid in define_gb_shader_vgpu10() 662 * partial state i in define_gb_shader_vgpu10() [all...] |
/third_party/mesa3d/src/intel/isl/tests/ |
H A D | isl_aux_info_test.cpp | 39 #define E(state, usage, fc, op) \ 41 isl_aux_prepare_access(ISL_AUX_STATE_ ## state, \ 130 PrintTo(const enum isl_aux_state &state, ::std::ostream* os) { in PrintTo() argument 140 }[state]; in PrintTo()
|
/third_party/lwip/src/netif/ppp/ |
H A D | ipv6cp.c | 198 ipv6cp_up, /* Called when fsm reaches OPENED state */ 199 ipv6cp_down, /* Called when fsm leaves OPENED state */ 321 * This state variable is used to ensure that we don't 664 * This should not modify any state if the Nak is bad 665 * or if IPV6CP is in the OPENED state. 790 * OK, the Nak is good. Now we can update state. in ipv6cp_nakci() 792 if (f->state != PPP_FSM_OPENED) in ipv6cp_nakci() 864 * Now we can update state. in ipv6cp_rejci() 866 if (f->state != PPP_FSM_OPENED) in ipv6cp_rejci() 1348 if (ipv6cp_fsm[0].state ! [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.h | 167 static bool VisitBlackObjects(MemoryChunk* chunk, MarkingState* state, 174 static void VisitBlackObjectsNoFail(MemoryChunk* chunk, MarkingState* state, 181 static void VisitGreyObjectsNoFail(MemoryChunk* chunk, MarkingState* state, 186 static void RecomputeLiveBytes(MemoryChunk* chunk, MarkingState* state);
|
/third_party/python/Lib/ |
H A D | functools.py | 317 def __setstate__(self, state): 318 if not isinstance(state, tuple): 320 if len(state) != 4: 321 raise TypeError(f"expected 4 items in state, got {len(state)}") 322 func, args, kwds, namespace = state 326 raise TypeError("invalid partial state") 611 # a consistent state.
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-sbc.c | 114 void *state; in choose_remote_endpoint() local 117 PA_HASHMAP_FOREACH_KV(key, a2dp_capabilities, capabilities_hashmap, state) { in choose_remote_endpoint() 128 void *state; in choose_remote_endpoint_xq() local 131 PA_HASHMAP_FOREACH_KV(key, a2dp_capabilities, capabilities_hashmap, state) { in choose_remote_endpoint_xq()
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Texture.cpp | 453 TextureState state) in TextureBase() 462 mState(state) { in TextureBase() 477 TextureBase::TextureBase(DeviceBase* device, TextureState state) in TextureBase() argument 478 : ApiObjectBase(device, kLabelNotImplemented), mFormat(kUnusedFormat), mState(state) { in TextureBase() 451 TextureBase(DeviceBase* device, const TextureDescriptor* descriptor, TextureState state) TextureBase() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-waveout.c | 127 if (!PA_SINK_IS_LINKED(u->sink->state)) in do_write() 203 if (!PA_SOURCE_IS_LINKED(u->source->state)) in do_read() 269 if (PA_SINK_IS_OPENED(u->sink->thread_info.state)) { in thread_func() 275 if (u->source && PA_SOURCE_IS_OPENED(u->source->thread_info.state)) { in thread_func()
|
/third_party/selinux/checkpolicy/test/ |
H A D | dismod.c | 390 fprintf(fp, " : %d\n", p->bool_val_to_struct[i]->state); in display_bools() 580 fprintf(fp, "current state: %d\n", cur->cur_state); 599 int change_bool(char *name, int state, policydb_t * p, FILE * fp) 608 bool->state = state; 626 fprintf(out_fp, "current state: %d\n", in display_avdecl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ProgramD3D.cpp | 686 ProgramD3D::ProgramD3D(const gl::ProgramState &state, RendererD3D *renderer) 687 : ProgramImpl(state), 723 bool ProgramD3D::usesGeometryShader(const gl::State &state, const gl::PrimitiveMode drawMode) const in usesGeometryShader() argument 735 return state.getProvokingVertex() == gl::ProvokingVertexConvention::LastVertexConvention; in usesGeometryShader() 1624 const gl::State &state, 1635 if (!usesGeometryShader(state, drawMode)) 1650 const gl::Caps &caps = state.getCaps(); 1747 GetGeometryExecutableTask(ProgramD3D *program, const gl::State &state) 1748 : GetExecutableTask(program), mState(state) 2563 // In the program state, arra [all...] |
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | stream_v20.c | 322 if (dev->ispp_sdev.state != ISPP_STOP) {
in rkispp_module_work_event() 337 if (dev->ispp_sdev.state == ISPP_STOP) {
in rkispp_module_work_event() 371 if (dev->inp != INP_ISP || ispp_sdev->state) {
in start_isp()
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/ |
H A D | pci.h | 58 * @set_state: invokes the platform firmware to set the device's power state 60 * @get_state: queries the platform firmware for a device's current power state 62 * @refresh_state: asks the platform to refresh the device's power state data 64 * @choose_state: returns PCI power state of given device preferred by the 66 * sleeping state to the working state and vice versa 80 int (*set_state)(struct pci_dev *dev, pci_power_t state); 89 void pci_update_current_state(struct pci_dev *dev, pci_power_t state); 115 /* Wait 100 ms before the system can be put into a sleep state. */ in pci_wakeup_event() 349 * pci_dev_set_io_state - Set the new error state i [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | stream_v20.c | 330 if (dev->ispp_sdev.state != ISPP_STOP) in rkispp_module_work_event() 345 if (dev->ispp_sdev.state == ISPP_STOP) { in rkispp_module_work_event() 378 if (dev->inp != INP_ISP || ispp_sdev->state) in start_isp()
|
/third_party/elfutils/libdwfl/ |
H A D | libdwflP.h | 91 DWFL_ERROR (ATTACH_STATE_CONFLICT, N_("Dwfl already has attached state")) \ 92 DWFL_ERROR (NO_ATTACH_STATE, N_("Dwfl has no attached state")) \ 284 int __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, 290 bool __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, 594 extern void __libdwfl_frame_unwind (Dwfl_Frame *state)
|
/third_party/curl/lib/vtls/ |
H A D | rustls.c | 513 if(ssl_connection_none == connssl->state) { in cr_connect_common() 519 connssl->state = ssl_connection_negotiating; in cr_connect_common() 528 * handlers, and update the state machine. in cr_connect_common() 533 connssl->state = ssl_connection_complete; in cr_connect_common()
|