Home
last modified time | relevance | path

Searched defs:slc (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/VectorToROCDL/
DVectorToROCDL.cpp34 Value &offsetSizeInBytes, Value &glc, Value &slc) { in replaceTransferOpWithMubuf()
44 Value &offsetSizeInBytes, Value &glc, Value &slc) { in replaceTransferOpWithMubuf()
/external/adhd/cras/src/server/
Dcras_hfp_iodev.c36 struct hfp_slc_handle *slc; member
285 struct hfp_slc_handle *slc, in hfp_iodev_create()
Dcras_hfp_alsa_iodev.c31 struct hfp_slc_handle *slc; member
238 struct hfp_slc_handle *slc, in hfp_alsa_iodev_create()
/external/llvm-project/llvm/docs/
DAMDGPUModifierSyntax.rst327 slc subsection
405 slc subsection
410 .. _amdgpu_synid_r128:
608 slc subsection
621 .. _amdgpu_synid_tfe:
716 slc subsection
/external/toybox/toys/pending/
Dtelnet.c52 static void slc(int line) in slc() function
/external/adhd/cras/src/tests/
Dhfp_ag_profile_unittest.cc142 struct hfp_slc_handle* slc, in hfp_alsa_iodev_create()
154 struct hfp_slc_handle* slc, in hfp_iodev_create()
Dhfp_alsa_iodev_unittest.cc18 struct hfp_slc_handle* slc; member
/external/icu/icu4c/source/tools/toolutil/
Dppucd.h54 UChar32 scf, slc, stc, suc; member
/external/rust/crates/serde_json/src/lexical/
Dmath.rs102 let slc = &x[..len - rindex]; in nonzero() localVariable
829 let slc = split_u64(x); in from_u64() localVariable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp64 const load_command *slc = lc; in forEachLoadCommand() local
/external/mesa3d/src/amd/compiler/
Daco_ir.h1169 bool slc : 1; /* system level coherent */ member
1195 bool slc : 1; /* system level coherent */ member
1219 bool slc : 1; /* system level coherent */ member
1240 bool slc : 1; /* system level coherent */ member
Daco_instruction_selection.cpp3023 bool slc = false; member
3915 bool slc = false, bool swizzled = false) in emit_single_mubuf_store()
3937 … bool allow_combining = true, memory_sync_info sync=memory_sync_info(), bool slc = false) in store_vmem_mubuf()
3959 bool slc = false) in load_vmem_mubuf()
/external/python/cpython2/Python/
Dast.c1677 slice_ty slc = ast_for_slice(c, CHILD(n, 0)); in ast_for_trailer() local
1689 slice_ty slc; in ast_for_trailer() local
/external/python/cpython3/Python/
Dast.c2607 expr_ty slc = ast_for_slice(c, CHILD(n, 0)); in ast_for_trailer() local
2616 expr_ty slc, e; in ast_for_trailer() local