Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtelnet.c52 static void slc(int line) in slc() function
/external/cronet/third_party/icu/source/tools/toolutil/
Dppucd.h54 UChar32 scf, slc, stc, suc; member
/external/icu/icu4c/source/tools/toolutil/
Dppucd.h54 UChar32 scf, slc, stc, suc; member
/external/rust/crates/serde_json/src/lexical/
Dmath.rs103 let slc = &x[..len - rindex]; in nonzero() localVariable
830 let slc = split_u64(x); in from_u64() localVariable
/external/rust/crates/minimal-lexical/src/
Dbigint.rs214 let slc = &x[..len - rindex]; in nonzero() localVariable
/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