Home
last modified time | relevance | path

Searched defs:ls (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts108 const ls = ts.createLanguageService(host); constant
208 const ls = ts.createLanguageService(host); constant
212 const { ls, system, class1, class2 } = setup(returnTrue); constant
234 …const { ls, system, class1Dts, class2 } = setup(/*useSourceOfProjectReferenceRedirect*/ undefined); constant
DhostNewLineSupport.ts29 const ls = testLSWithFiles(options, [{ constant
48 const ls = testLSWithFiles(options, [{ constant
/third_party/libcoap/examples/
Dtiny.c38 COAP_PSEUDOFP_ENCODE_8_4_DOWN(unsigned int v, int *ls) { in COAP_PSEUDOFP_ENCODE_8_4_DOWN()
44 #define COAP_PSEUDOFP_ENCODE_8_4_UP(v,ls,s) (v < HIBIT ? v : (ls = coap_fls(v) - Nn, (s = (((v + ((… argument
59 int len, ls; in make_pdu() local
/third_party/typescript/tests/baselines/reference/
DgenericTypeAliases.js17 var ls: Lazy<string>; variable
19 ls = () => "lazy"; function
88 var ls; variable
/third_party/backends/backend/
Dkvs20xx.c439 memcpy24 (u8 * dest, u8 * src, unsigned size, unsigned ls) in memcpy24()
476 unsigned ls = s->params.bytes_per_line; in sane_read() local
486 unsigned ls = s->params.bytes_per_line; in sane_read() local
509 unsigned i, ls = s->params.bytes_per_line; in sane_read() local
Dplustek-usbimg.c248 u_char ls = 2; in usb_AverageColorWord() local
397 u_char ls; in usb_ColorDuplicate16() local
439 u_char ls; in usb_ColorDuplicate16_2() local
594 u_char ls; in usb_ColorDuplicateGray16() local
653 u_char ls; in usb_ColorDuplicateGray16_2() local
741 u_char ls; in usb_GrayDuplicate16() local
993 u_char ls; in usb_ColorScaleGray16() local
1083 u_char ls; in usb_ColorScaleGray16_2() local
1250 u_char ls; in usb_ColorScale16() local
1309 u_char ls; in usb_ColorScale16_2() local
[all …]
/third_party/toybox/lib/
Dlinestack.c52 struct linestack ls; in linestack_insert() member
53 } ls; in linestack_insert() local
69 struct linestack *ls; in linestack_load() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_compiler.h91 unsigned fma, cvt, sfu, v, ls, t; member
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DgenericTypeAliases.ts16 var ls: Lazy<string>; variable
/third_party/skia/resources/skottie/
Dskottie-text-allcaps.json1 …:[],"d":{"k":[{"s":{"ca":0,"f":"ArialMT","fc":[0.706,0,1],"j":2,"lh":75.6,"ls":0,"mc":100,"mf":10,… number
Dskottie-text-valign-scaletofit.json4076 "ls": 0, number
4102 "ls": 0, number
4128 "ls": 0, number
4154 "ls": 0, number
4180 "ls": 0, number
4206 "ls": 0, number
4232 "ls": 0, number
4258 "ls": 0, number
4284 "ls": 0, number
4310 "ls": 0, number
[all …]
Dskottie-text-valign-2.json4075 "ls": 0, number
4100 "ls": 0, number
4125 "ls": 0, number
4150 "ls": 0, number
4175 "ls": 0, number
4200 "ls": 0, number
4225 "ls": 0, number
4250 "ls": 0, number
4275 "ls": 0, number
4300 "ls": 0, number
[all …]
/third_party/ffmpeg/libavcodec/
Dvp9lpf.c28 uint8_t *dst, ptrdiff_t ls) in filter_plane_cols()
103 uint8_t *dst, ptrdiff_t ls) in filter_plane_rows()
Dvdpau_h264.c81 int i, ls = list ? 16 : h->short_ref_count; in vdpau_h264_set_reference_frames() local
/third_party/skia/modules/skottie/src/effects/
DVenetianBlindsEffect.cpp35 sk_sp<sksg::RenderNode> layer, const SkSize& ls, in VenetianBlindsAdapter()
DEffects.cpp187 MaskShaderEffectBase::MaskShaderEffectBase(sk_sp<sksg::RenderNode> child, const SkSize& ls) in MaskShaderEffectBase()
DHueSaturationEffect.cpp170 ls = 1 - std::abs(l), // scale in makeColorFilter() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c357 unsigned ls; in lp_build_float_to_srgb_packed() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp117 for(int i = 0, ls = n->literals.size(); i < ls; ++i) { in build_alu_group() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceTest.java489 ICULocaleService ls = new ICULocaleService(); in TestAPI() local
652 String ls = locale.toString(); in getDisplayName() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java486 ICULocaleService ls = new ICULocaleService(); in TestAPI() local
649 String ls = locale.toString(); in getDisplayName() local
/third_party/rust/crates/minimal-lexical/src/
Dbigint.rs246 let ls = r0.leading_zeros(); in u64_to_hi64_1() localVariable
253 let ls = r0.leading_zeros(); in u64_to_hi64_2() localVariable
/third_party/mksh/
Dulimit.c170 #define FN(lname,lg,ls,lw,lopt) \ argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_test_shaders.cpp3097 istringstream ls(line); in from_string() local
/third_party/libwebsockets/lib/system/async-dns/
Dasync-dns-parse.c32 lws_adns_parse_label(const uint8_t *pkt, int len, const uint8_t *ls, int budget, in lws_adns_parse_label()

12345