/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 300 for (size_t J2 = 0; J2 < Corpus.size(); J2++) { in Loop() local 302 CrossOver(Corpus[J1], Corpus[J2], &CurrentUnit, Options.MaxLen); in Loop()
|
/external/llvm/test/MC/MachO/ARM/ |
D | thumb-bl-jbits.s | 17 # has it displacement encoded correctly with respect to the J1 and J2 bits when
|
/external/clang/test/Sema/ |
D | warn-duplicate-enum.c | 64 enum { J1, J2 = -1, J3 }; enumerator
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 271 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame() 274 DenseMap<Instruction *, int>::iterator J2I = PossibleRedIdx.find(J2); in isPairInSame() 285 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair() 287 assert(PossibleRedIdx.count(J2) && in recordPair() 291 PossibleRedIter[J2] = i; in recordPair() 294 assert(Idx == PossibleRedIdx[J2] && in recordPair()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 610 uint32_t J2 = (offset & 0x200000) >> 21; in encodeThumbBLOffset() local 612 J2 = (~J2 & 0x1); in encodeThumbBLOffset() 614 J2 ^= S; in encodeThumbBLOffset() 618 offset |= J2 << 21; in encodeThumbBLOffset() 774 bool J2 = (Val & 0x200000); in getUnconditionalBranchTargetOpValue() local 780 if (I ^ J2) in getUnconditionalBranchTargetOpValue()
|
D | ARMAsmBackend.cpp | 437 bool J2 = Value & 0x200000; in adjustFixupValue() local 439 J2 ^= I; in adjustFixupValue() 443 out |= !J2 << 11; // J2 bit in adjustFixupValue()
|
/external/icu/icu4c/source/data/locales/ |
D | luy.txt | 107 "J2",
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kpdf_lfz.pkb | 216 …��fM���bN������������X���I!0��VN���K���J2U��ST�7�r…
|
D | en-GB_kdt_posd.pkb | 12 . �X�0�@0��Sˇ���!����J2@Sn��� qA��@R�T�� @8�B�aY����� X���]��
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_kdt_g2p.pkb | 78 …](�W�m���֮��%�������&C�]�֮��Il�f�L(���Z��i(�c�� �J2{<Ctt�!�x���T���ד��…
|
D | fr-FR_nk0_kpdf_mgc.pkb | 164 ���� ��"E�ݒ�|`Y6lq�R{cbe�Z`�WG=X)H`.@J2+YGrS�|�|�}�uerUwi|o�5GA#PUn_em�xgyyx��nm�4@??A…
|
/external/libvncserver/x11vnc/ |
D | scan.c | 790 int I, J, I1, I2, J1, J2; /* indices for main fb (source) */ in scale_rect() local 987 J2 = (int) CEIL(y2) - 1; in scale_rect() 988 J2 = nfix(J2, Ny); in scale_rect() 990 J2 = J1 + 1; /* simple interpolation */ in scale_rect() 1070 for (J=J1; J<=J2; J++) { in scale_rect()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_lfz.pkb | 186 X���'��J�W�����/XI���,�������#9����)x7���b8����8���J2���R…
|
D | it-IT_cm0_kpdf_phs.pkb | 3428 G��������v^OQ[]J2%$,9CJS_mrjU<(
|
D | it-IT_cm0_kpdf_mgc.pkb | 886 …!K�n��m���,��&��L �����%8�+?C)223LQAFO-A>9E$!'2,:? D8=56(6<J2?*".'---3==:;DQ�`;8@1…
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 2231 unsigned J2 = fieldFromInstruction(Insn, 11, 1); in DecodeT2BInstruction() local 2233 unsigned I2 = !(J2 ^ S); in DecodeT2BInstruction() 3910 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLXOffset() local 3912 unsigned I2 = !(J2 ^ S); in DecodeThumbBLXOffset() 4047 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLTargetOperand() local 4049 unsigned I2 = !(J2 ^ S); in DecodeThumbBLTargetOperand()
|
/external/svox/pico/lib/ |
D | picopam.c | 325 #define J2 56 macro 4132 case J2: /*processor for J2*/ in pam_process_event_feature() 4141 pam->sSyllFeats[pam->nCurrSyllable].phoneV[J2] in pam_process_event_feature()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_kpr.pkb | 102 …1��1�(��1�+��1��1��1�-�2�2�2�3�"2�5�.2�6�=2�9�J2�<��P2�S2�=�
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 1463 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate() local 1466 uint32_t I2 = !(J2 ^ S); in EmulateBLXImmediate() 1481 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate() local 1484 uint32_t I2 = !(J2 ^ S); in EmulateBLXImmediate() 2285 uint32_t J2 = Bit32(opcode, 11); in EmulateB() local 2287 uint32_t imm21 = (S << 20) | (J2 << 19) | (J1 << 18) | (imm6 << 12) | (imm11 << 1); in EmulateB() 2298 uint32_t J2 = Bit32(opcode, 11); in EmulateB() local 2301 uint32_t I2 = !(J2 ^ S); in EmulateB()
|
/external/jpeg/ |
D | testimg.ppm | 4 …�������������������������������������������������������ʴ��xt^GeO8bL5\H0^J2\J2\J2]K3]K3^L4^L4\M6YN8…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kpdf_mgc.pkb | 2143 …V�dck<i��vg=UnM%$+>?F�j��rsz����s�������ei_vju�wy������������sksp�{��{r�\4J2� ������ �g�6 …
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_mgc.pkb | 211 d�','Q�:7=\jI^~�zA`;X98m;J?J4HG:J2+5'3?<O6O<^Q63H:??h467+A2>>/=:RG&/%,09><HOC�^5�"YL���…
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 4704 + int I, J, I1, I2, J1, J2; /* indices for main fb (source) */ 4963 + J2 = (int) CEIL(y2) - 1; 4964 + J2 = nfix(J2, Ny); 4966 + J2 = J1 + 1; /* simple interpolation */ 5045 +if (first) fprintf(stderr, " I1=%d I2=%d J1=%d J2=%d\n", I1, I2, J1, J2); 5073 + for (J=J1; J<=J2; J++) {
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | ddms_calculator_start.trace | 21944 h qeJ2� 35398 5q�J2� 132785 �@�p��J2� 347916 8\ qZ=J2� 449315 ���q�J2� 493526 0�q�rJ2"�
|