Home
last modified time | relevance | path

Searched refs:lj (Results 1 – 25 of 35) sorted by relevance

12

/external/clang/test/CodeGenCUDA/
Daddress-spaces.cu28 __constant__ int lj; in foo() local
30 lj++; in foo()
/external/icu4c/data/coll/
Dhr.txt65 "&L<lj<<<lj<<<Lj<<<Lj<<<LJ<<<LJ"
76 "&L<lj<<<lj<<<Lj<<<Lj<<<LJ<<<LJ"
/external/qemu/target-arm/
Dtranslate-android.h252 lj++; \
253 while (lj <= j) \
254 gen_opc_instr_start[lj++] = 0; \
Dtranslate.c9549 int j, lj; in gen_intermediate_code_internal() local
9585 lj = -1; in gen_intermediate_code_internal()
9670 if (lj < j) { in gen_intermediate_code_internal()
9671 lj++; in gen_intermediate_code_internal()
9672 while (lj < j) in gen_intermediate_code_internal()
9673 gen_opc_instr_start[lj++] = 0; in gen_intermediate_code_internal()
9675 gen_opc_pc[lj] = dc->pc; in gen_intermediate_code_internal()
9676 gen_opc_condexec_bits[lj] = (dc->condexec_cond << 4) | (dc->condexec_mask >> 1); in gen_intermediate_code_internal()
9677 gen_opc_instr_start[lj] = 1; in gen_intermediate_code_internal()
9678 gen_opc_icount[lj] = num_insns; in gen_intermediate_code_internal()
[all …]
/external/clang/test/SemaOpenCL/
Daddress-spaces.cl7 __local int lj = 2; // expected-error {{'__local' variable cannot have an initializer}}
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp343 void GraphicsContext::setLineJoin(LineJoin lj) in setLineJoin() argument
348 m_data->setLineJoin(lj); in setLineJoin()
/external/icu4c/data/translit/
Dcs_FONIPA_ko.txt43 lz → lj ;
DSerbian_Latin_BGN.txt48 љ → lj ; # CYRILLIC SMALL LETTER LJE
DMacedonian_Latin_BGN.txt54 љ → lj ; # CYRILLIC SMALL LETTER LJE
DLatin_ASCII.txt83 lj → lj ; # 01C9;LATIN SMALL LETTER LJ (compat)
/external/icu4c/data/locales/
Dsr_Latn.txt15 ExemplarCharacters{"[a b c č ć d {dž} đ e f g h i j k l {lj} m n {nj} o p r s š t u v z ž]"}
Dbs.txt14 ExemplarCharacters{"[a b c č ć d {dž} đ e f g h i j k l {lj} m n {nj} o p r s š t u v z ž]"}
Dhr.txt14 ExemplarCharacters{"[a b c č ć d {dž} đ e f g h i j k l {lj} m n {nj} o p r s š t u v z ž]"}
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp467 void PlatformContextSkia::setLineJoin(SkPaint::Join lj) in setLineJoin() argument
469 m_state->m_lineJoin = lj; in setLineJoin()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp125 static inline Qt::PenJoinStyle toQtLineJoin(LineJoin lj) in toQtLineJoin() argument
127 switch (lj) { in toQtLineJoin()
1070 void GraphicsContext::setLineJoin(LineJoin lj) in setLineJoin() argument
1077 nPen.setJoinStyle(toQtLineJoin(lj)); in setLineJoin()
/external/icu4c/data/region/
Dksf.txt32 BE{"bɛljík"}
/external/qemu/target-i386/
Dtranslate.c7609 int j, lj, cflags; in gen_intermediate_code_internal() local
7684 lj = -1; in gen_intermediate_code_internal()
7703 if (lj < j) { in gen_intermediate_code_internal()
7704 lj++; in gen_intermediate_code_internal()
7705 while (lj < j) in gen_intermediate_code_internal()
7706 gen_opc_instr_start[lj++] = 0; in gen_intermediate_code_internal()
7708 gen_opc_pc[lj] = pc_ptr; in gen_intermediate_code_internal()
7709 gen_opc_cc_op[lj] = dc->cc_op; in gen_intermediate_code_internal()
7710 gen_opc_instr_start[lj] = 1; in gen_intermediate_code_internal()
7711 gen_opc_icount[lj] = num_insns; in gen_intermediate_code_internal()
[all …]
/external/qemu/target-mips/
Dtranslate.c8286 int j, lj = -1; in gen_intermediate_code_internal() local
8336 if (lj < j) { in gen_intermediate_code_internal()
8337 lj++; in gen_intermediate_code_internal()
8338 while (lj < j) in gen_intermediate_code_internal()
8339 gen_opc_instr_start[lj++] = 0; in gen_intermediate_code_internal()
8341 gen_opc_pc[lj] = ctx.pc; in gen_intermediate_code_internal()
8342 gen_opc_hflags[lj] = ctx.hflags & MIPS_HFLAG_BMASK; in gen_intermediate_code_internal()
8343 gen_opc_instr_start[lj] = 1; in gen_intermediate_code_internal()
8344 gen_opc_icount[lj] = num_insns; in gen_intermediate_code_internal()
8401 lj++; in gen_intermediate_code_internal()
[all …]
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
Dvoice.rtpdump6 …���������9M�4����pjY`l���zii{��������������������vht����mek�og|��z�p������lj}���|st����ttlxspe^\j…
8 …l^]j��������me���lgk��|nqq����������|km�������~l����nv~�~`Z_nk`[evyfa\f���lj}����������z���no����…
9 …j{����on��������zy�����w���re`h����|qo����������oiw�|h[do�symvztmm��}nt����lj���rf_bmkjm�{~�����t…
82 …�����:��5dj��pj����b_`dWQSQOKHIIKMRWTXmman�������������������|x}f`WX^d[Zg{lj�������������xfb^fmb^…
/external/webkit/Source/WebKit/gtk/po/
Dsv.po760 msgstr "Välj fil"
836 msgstr "_Dölj stavning och grammatik"
888 msgstr "välj"
/external/icu4c/test/testdata/
DDataDrivenCollationTest.txt240 "& L < lj, Lj <<< LJ"
/external/svox/pico/lib/
Dpicopr.c785 picoos_int32 lj; in pr_isSUC() local
793 lj = 0; in pr_isSUC()
795 while (lj < ll) { in pr_isSUC()
796 lutf[lj] = str[li]; in pr_isSUC()
797 lj++; in pr_isSUC()
800 lutf[lj] = 0; in pr_isSUC()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_posp.pkb318 �+U7��֛ ���*Ca0�7�=I�Ju�jB# Ð�9`#4�3r���1�B)��c�Ҷ�P�$w���� ��yM�D�Ω�4lj�������֐Ċ�9� …
Dde-DE_gl0_kpdf_mgc.pkb533 �� �q+�O��`��������\�"�C@�b��`\�� ��� �0��b�R�-74�-B=~Dpab^8$L8-!&5H?635HV[X�lj@FJ…
2712 �������\'���lj�������fhz�Rfk����C4=7@[\[Td--5>K`]ks����.<JIYab//4127?OZdqw���� % ���� …
/external/qemu/distrib/jpeg-6b/
Dtestimg.ppm4lj��l��cy�Yv�Po�Bd�7V�4L�8H�@E�FB�JC�JE�GG�CJ�=N�>L�CI�CC�A>�ID�;4�4,�I@�LF�BA�?=�;;�<;�@=�E?�G<�G…

12