Home
last modified time | relevance | path

Searched defs:qs (Results 1 – 25 of 254) sorted by relevance

1234567891011

/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2_meta.cpp57 int Qcow2Meta::load(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u32 len, bool sync) in load()
83 int Qcow2Meta::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u64 off, in flush()
152 int Qcow2Header::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u64 off, in flush()
244 int Qcow2Header::load(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u32 len, bool sync) in load()
282 Qcow2MappingMeta::Qcow2MappingMeta(Qcow2State &qs, u64 off, u32 buf_sz, in Qcow2MappingMeta()
296 int Qcow2MappingMeta::__flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, in __flush()
354 void Qcow2MappingMeta::io_done(Qcow2State &qs, const struct ublksrv_queue *q, in io_done()
368 Qcow2TopTable::Qcow2TopTable(Qcow2State &qs, u64 off, u32 buf_sz, in Qcow2TopTable()
399 void Qcow2TopTable::io_done(Qcow2State &qs, const struct ublksrv_queue *q, in io_done()
417 int Qcow2TopTable::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, in flush()
[all …]
H A Dqcow2_flush_meta.cpp51 co_io_job MetaFlushingState::__write_slice_co(Qcow2State &qs, in __write_slice_co()
118 void MetaFlushingState::__write_slices(Qcow2State &qs, in __write_slices()
148 co_io_job MetaFlushingState::__write_top_co(Qcow2State &qs, in __write_top_co()
194 void MetaFlushingState::__write_top(Qcow2State &qs, in __write_top()
211 void MetaFlushingState::__done(Qcow2State &qs, const struct ublksrv_queue *q) in __done()
225 void MetaFlushingState::__prep_write_slice(Qcow2State &qs, in __prep_write_slice()
279 co_io_job MetaFlushingState::__zero_my_cluster_co(Qcow2State &qs, in __zero_my_cluster_co()
336 void MetaFlushingState::__zero_my_cluster(Qcow2State &qs, in __zero_my_cluster()
359 void MetaFlushingState::run_flush(Qcow2State &qs, in run_flush()
430 bool MetaFlushingState::need_flush(Qcow2State &qs, int *top_idx, in need_flush()
[all …]
H A Dtgt_qcow2.cpp39 Qcow2State *qs; in qcow2_init_tgt() local
222 static inline int qcow2_queue_tgt_zero_cluster(const Qcow2State *qs, in qcow2_queue_tgt_zero_cluster()
275 Qcow2State *qs = queue_to_qcow2state(q); in qcow2_queue_tgt_rw() local
340 Qcow2State *qs = queue_to_qcow2state(q); in __qcow2_handle_io_async() local
473 Qcow2State *qs = dev_to_qcow2state(dev); in qcow2_deinit_tgt() local
503 Qcow2State *qs = queue_to_qcow2state(q); in qcow2_handle_io_bg() local
519 Qcow2State *qs = queue_to_qcow2state(q); in qcow2_idle() local
530 Qcow2State *qs = dev_to_qcow2state(q->dev); in qcow2_init_queue() local
H A Dqcow2.cpp358 void slice_cache<T>::dump(Qcow2State &qs) { in dump()
374 int slice_cache<T>::figure_group_from_dirty_list(Qcow2State &qs) { in figure_group_from_dirty_list()
403 int slice_cache<T>::__figure_group_for_flush(Qcow2State &qs) in __figure_group_for_flush()
440 int slice_cache<T>::figure_group_for_flush(Qcow2State &qs) in figure_group_for_flush()
449 bool slice_cache<T>::has_dirty_slice(Qcow2State &qs) in has_dirty_slice()
465 void slice_cache<T>::shrink(Qcow2State &qs) in shrink()
487 Qcow2ClusterAllocator::Qcow2ClusterAllocator(Qcow2State &qs): state(qs), in Qcow2ClusterAllocator()
738 Qcow2ClusterMapping::Qcow2ClusterMapping(Qcow2State &qs): state(qs), in Qcow2ClusterMapping()
H A Dqcow2_meta.h310 Qcow2State &qs; variable
623 void io_done_validate(Qcow2State &qs, const struct ublksrv_queue *q, in io_done_validate()
756 void check(Qcow2State &qs, const char *func, int line) {} in check()
757 void check_duplicated_clusters(Qcow2State &qs, int tag, in check_duplicated_clusters()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_fs.c63 shade_quad(struct quad_stage *qs, struct quad_header *quad) in shade_quad()
81 coverage_quad(struct quad_stage *qs, struct quad_header *quad) in coverage_quad()
104 shade_quads(struct quad_stage *qs, in shade_quads()
145 shade_begin(struct quad_stage *qs) in shade_begin()
152 shade_destroy(struct quad_stage *qs) in shade_destroy()
H A Dsp_quad_blend.c150 logicop_quad(struct quad_stage *qs, in logicop_quad()
264 blend_quad(struct quad_stage *qs, in blend_quad()
920 blend_fallback(struct quad_stage *qs, in blend_fallback()
1028 blend_single_add_src_alpha_inv_src_alpha(struct quad_stage *qs, in blend_single_add_src_alpha_inv_src_alpha()
1105 blend_single_add_one_one(struct quad_stage *qs, in blend_single_add_one_one()
1174 single_output_color(struct quad_stage *qs, in single_output_color()
1210 blend_noop(struct quad_stage *qs, in blend_noop()
1218 choose_blend_quad(struct quad_stage *qs, in choose_blend_quad()
1288 static void blend_begin(struct quad_stage *qs) in blend_begin()
1294 static void blend_destroy(struct quad_stage *qs) in blend_destroy()
H A Dsp_quad_depth_test.c537 depth_test_quad(struct quad_stage *qs, in depth_test_quad()
618 depth_stencil_test_quad(struct quad_stage *qs, in depth_stencil_test_quad()
724 alpha_test_quads(struct quad_stage *qs, in alpha_test_quads()
762 depth_bounds_test_quads(struct quad_stage *qs, in depth_bounds_test_quads()
846 depth_test_quads_fallback(struct quad_stage *qs, in depth_test_quads_fallback()
975 depth_noop(struct quad_stage *qs, in depth_noop()
985 choose_depth_test(struct quad_stage *qs, in choose_depth_test()
1073 depth_test_begin(struct quad_stage *qs) in depth_test_begin()
1081 depth_test_destroy(struct quad_stage *qs) in depth_test_destroy()
/aosp_15_r20/external/cldr/tools/cldr-rdf/src/main/java/org/unicode/cldr/rdf/
H A DQueryClient.java52 public static final String getLiteralOrNull(final QuerySolution qs, final String k) { in getLiteralOrNull()
69 public static final String getStringOrNull(final QuerySolution qs, final String k) { in getStringOrNull()
86 public static final String getResourceOrNull(final QuerySolution qs, final String k) { in getResourceOrNull()
136 QuerySolution qs = rs.next(); in dumpResults() local
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_queue.c23 nvk_queue_state_init(struct nvk_queue_state *qs) in nvk_queue_state_init()
30 struct nvk_queue_state *qs) in nvk_queue_state_finish()
44 struct nvk_queue_state *qs, FILE *fp) in nvk_queue_state_dump_push()
57 struct nvk_queue_state *qs) in nvk_queue_state_update()
/aosp_15_r20/external/aac/libSACdec/src/
H A Dsac_reshapeBBEnv.cpp161 INT qs; in getSlotNrgHQ() local
233 INT qs; in combineDryWet() local
250 INT qs, s1, s2, headroom_dry, headroom_wet; in slotAmp() local
302 INT qs; in shapeBBEnv() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_pre_mix.c332 WORD32 ts, qs, row; in ixheaacd_mps_apply_pre_matrix() local
382 WORD32 ts, qs, row, col; in ixheaacd_mps_apply_mix_matrix() local
588 WORD32 ts, qs, row; in ixheaacd_mps_apply_mix_matrix_type1() local
617 WORD32 ts, qs, row, col; in ixheaacd_mps_apply_mix_matrix_type2() local
818 WORD32 ts, qs, row, col; in ixheaacd_mps_apply_mix_matrix_type3() local
H A Dixheaacd_mps_dec.c276 WORD32 ts, qs, row, indx; in ixheaacd_mps_mix_res_decor() local
315 WORD32 ts, qs, indx; in ixheaacd_mps_mix_res_decor_residual_band() local
367 WORD32 ch, ts, qs; in ixheaacd_mps_apply() local
1798 WORD32 ch, ts, qs; in ixheaacd_apply_frame() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/repackaged-jarjar/javac/
DSystemUIPluginLib.jar ... statusbar/ com/android/systemui/plugins/qs/QSTileView.class QSTileView.java package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/javac/
DSystemUIPluginLib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
H A DWifiViewModelTest.kt112 val qs = viewModelForLocation(underTest, StatusBarLocation.QS) in wifiIcon_allLocationViewModelsReceiveSameData() constant
244 val qs = viewModelForLocation(underTest, StatusBarLocation.QS) in activity_allLocationViewModelsReceiveSameData() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/connectivity/
H A DCallbackHandlerTest.java82 IconState qs = new IconState(true, 1, ""); in testSignalCallback_setWifiIndicators() local
110 IconState qs = new IconState(true, 1, ""); in testSignalCallback_setMobileDataIndicators() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/turbine/
DSystemUIPluginLib.jarcom/android/systemui/plugins/BcSmartspaceDataPlugin$SmartspaceEventNotifier.class <Unknown> package com. ...
/aosp_15_r20/external/strace/tests-mx32/
H A Dquotactl-xfs.c132 struct fs_quota_stat *qs = ptr; in print_xquota_stat() local
166 struct fs_quota_statv *qs = ptr; in print_xquota_statv() local
/aosp_15_r20/external/strace/tests-m32/
H A Dquotactl-xfs.c132 struct fs_quota_stat *qs = ptr; in print_xquota_stat() local
166 struct fs_quota_statv *qs = ptr; in print_xquota_statv() local
/aosp_15_r20/external/strace/tests/
H A Dquotactl-xfs.c132 struct fs_quota_stat *qs = ptr; in print_xquota_stat() local
166 struct fs_quota_statv *qs = ptr; in print_xquota_statv() local
/aosp_15_r20/external/python/cpython2/Lib/
Durlparse.py364 def parse_qs(qs, keep_blank_values=0, strict_parsing=0): argument
390 def parse_qsl(qs, keep_blank_values=0, strict_parsing=0): argument
/aosp_15_r20/external/eigen/Eigen/src/Jacobi/
H A DJacobi.h197 Scalar qs = q / p1; in makeGivens() local
212 Scalar qs = q / q1; in makeGivens() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kotlin_headers/
DSystemUI-core.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__SystemUI__android_common__SystemUI-core. ...
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dhighbd_loopfilter_sse2.c268 __m128i *qs, const __m128i *mask, in highbd_filter4_dual_sse2()
535 __m128i ps[2], qs[2]; in highbd_lpf_internal_14_dual_sse2() local
868 __m128i ps[2], qs[2], p[2], q[2]; in highbd_lpf_internal_6_dual_sse2() local
1135 __m128i ps[2], qs[2], p[2], q[2]; in highbd_lpf_internal_8_dual_sse2() local
1299 __m128i *qs, const uint8_t *_blimit0, const uint8_t *_limit0, in highbd_lpf_internal_4_dual_sse2()
1372 __m128i ps[2], qs[2]; in aom_highbd_lpf_horizontal_4_dual_sse2() local
1418 __m128i ps[2], qs[2]; in aom_highbd_lpf_vertical_4_dual_sse2() local

1234567891011