/toolchain/binutils/binutils-2.25/cpu/ |
mep.opc | 117 parse_csrn (CGEN_CPU_DESC cd, const char **strp, 123 err = cgen_parse_keyword (cd, strp, keyword_table, field); 127 err = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CSRN_IDX, & value); 141 parse_ivc2_cr (CGEN_CPU_DESC cd, 146 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_cr_ivc2, field); 154 parse_ivc2_ccr (CGEN_CPU_DESC cd, 159 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, field); 164 parse_tpreg (CGEN_CPU_DESC cd, const char ** strp, 169 err = cgen_parse_keyword (cd, strp, keyword_table, field); 178 parse_spreg (CGEN_CPU_DESC cd, const char ** strp [all...] |
or1k.opc | 55 parse_disp26 (CGEN_CPU_DESC cd, 70 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_OR1K_PLT26, 81 return cgen_parse_address (cd, strp, opindex, opinfo, resultp, valuep); 85 parse_simm16 (CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep) 99 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16, 120 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_LO16, 139 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_OR1K_GOT16, 155 errmsg = cgen_parse_address (cd, strp, opindex, 172 errmsg = cgen_parse_address (cd, strp, opindex, 189 errmsg = cgen_parse_address (cd, strp, opindex [all...] |
frv.opc | 935 parse_symbolic_address (CGEN_CPU_DESC cd, [all...] |
m32r.opc | 95 parse_hash (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, 108 parse_hi16 (CGEN_CPU_DESC cd, 123 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_M32R_HI16_ULO, 140 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_M32R_HI16_SLO, 156 return cgen_parse_unsigned_integer (cd, strp, opindex, valuep); 164 parse_slo16 (CGEN_CPU_DESC cd, 179 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_M32R_LO16, 194 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_M32R_SDA16, 203 return cgen_parse_signed_integer (cd, strp, opindex, valuep); 211 parse_ulo16 (CGEN_CPU_DESC cd, [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
lm32-ibld.c | 81 insert_1 (CGEN_CPU_DESC cd, 91 x = cgen_get_insn_value (cd, bufp, word_length); 101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x); 123 insert_normal (CGEN_CPU_DESC cd, 146 if (cd->min_insn_bitsize < cd->base_insn_bitsize) 192 if (! cgen_signed_overflow_ok_p (cd)) 225 insert_1 (cd, value, start, length, word_length, bufp); 241 insert_insn_normal (CGEN_CPU_DESC cd, 251 CGEN_INIT_INSERT (cd); [all...] |
or1k-ibld.c | 81 insert_1 (CGEN_CPU_DESC cd, 91 x = cgen_get_insn_value (cd, bufp, word_length); 101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x); 123 insert_normal (CGEN_CPU_DESC cd, 146 if (cd->min_insn_bitsize < cd->base_insn_bitsize) 192 if (! cgen_signed_overflow_ok_p (cd)) 225 insert_1 (cd, value, start, length, word_length, bufp); 241 insert_insn_normal (CGEN_CPU_DESC cd, 251 CGEN_INIT_INSERT (cd); [all...] |
fr30-desc.c | 1618 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local [all...] |
m32r-desc.c | 1397 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local [all...] |
mt-desc.c | 1178 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local [all...] |
xstormy16-desc.c | 1349 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local [all...] |
mep-ibld.c | 81 insert_1 (CGEN_CPU_DESC cd, 91 x = cgen_get_insn_value (cd, bufp, word_length); 101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x); 123 insert_normal (CGEN_CPU_DESC cd, 146 if (cd->min_insn_bitsize < cd->base_insn_bitsize) 192 if (! cgen_signed_overflow_ok_p (cd)) 225 insert_1 (cd, value, start, length, word_length, bufp); 241 insert_insn_normal (CGEN_CPU_DESC cd, 251 CGEN_INIT_INSERT (cd); [all...] |
cgen-asm.in | 190 parse_insn_normal (CGEN_CPU_DESC cd, 222 CGEN_INIT_PARSE (cd); 223 cgen_init_parse_operand (cd); 283 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), &str, fields); 334 @arch@_cgen_assemble_insn (CGEN_CPU_DESC cd, 352 ilist = CGEN_ASM_LOOKUP_INSN (cd, str); 365 if (! @arch@_cgen_insn_supported (cd, insn)) 384 parse_errmsg = CGEN_PARSE_FN (cd, insn) (cd, insn, & str, fields) [all...] |
/external/pcre/dist/ |
pcre_compile.c | 49 #define NLBLOCK cd /* Block containing newline information */ 9012 compile_data *cd = &compile_block; local [all...] |
/external/clang/test/SemaCXX/ |
direct-initializer.cpp | 56 void foo(const Derived cd, Derived d) { 57 int *pi = cd; // expected-error {{no viable conversion from 'const Derived' to 'int *'}}
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
cgen.h | 282 CD is a cpu table descriptor. 294 CD is a cpu table descriptor. 312 CD is a cpu table descriptor. 333 CD is a cpu table descriptor. [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
fma-scalar-intel.d | 12 [ ]*[a-f0-9]+: c4 e2 cd 99 d4 vfmadd132sd xmm2,xmm6,xmm4 13 [ ]*[a-f0-9]+: c4 e2 cd 99 11 vfmadd132sd xmm2,xmm6,QWORD PTR \[ecx\] 14 [ ]*[a-f0-9]+: c4 e2 cd a9 d4 vfmadd213sd xmm2,xmm6,xmm4 15 [ ]*[a-f0-9]+: c4 e2 cd a9 11 vfmadd213sd xmm2,xmm6,QWORD PTR \[ecx\] 16 [ ]*[a-f0-9]+: c4 e2 cd b9 d4 vfmadd231sd xmm2,xmm6,xmm4 17 [ ]*[a-f0-9]+: c4 e2 cd b9 11 vfmadd231sd xmm2,xmm6,QWORD PTR \[ecx\] 18 [ ]*[a-f0-9]+: c4 e2 cd 9b d4 vfmsub132sd xmm2,xmm6,xmm4 19 [ ]*[a-f0-9]+: c4 e2 cd 9b 11 vfmsub132sd xmm2,xmm6,QWORD PTR \[ecx\] 20 [ ]*[a-f0-9]+: c4 e2 cd ab d4 vfmsub213sd xmm2,xmm6,xmm4 21 [ ]*[a-f0-9]+: c4 e2 cd ab 11 vfmsub213sd xmm2,xmm6,QWORD PTR \[ecx\ [all...] |
x86-64-fma-scalar-intel.d | 12 [ ]*[a-f0-9]+: c4 e2 cd 99 d4 vfmadd132sd xmm2,xmm6,xmm4 13 [ ]*[a-f0-9]+: c4 e2 cd 99 11 vfmadd132sd xmm2,xmm6,QWORD PTR \[rcx\] 14 [ ]*[a-f0-9]+: c4 e2 cd a9 d4 vfmadd213sd xmm2,xmm6,xmm4 15 [ ]*[a-f0-9]+: c4 e2 cd a9 11 vfmadd213sd xmm2,xmm6,QWORD PTR \[rcx\] 16 [ ]*[a-f0-9]+: c4 e2 cd b9 d4 vfmadd231sd xmm2,xmm6,xmm4 17 [ ]*[a-f0-9]+: c4 e2 cd b9 11 vfmadd231sd xmm2,xmm6,QWORD PTR \[rcx\] 18 [ ]*[a-f0-9]+: c4 e2 cd 9b d4 vfmsub132sd xmm2,xmm6,xmm4 19 [ ]*[a-f0-9]+: c4 e2 cd 9b 11 vfmsub132sd xmm2,xmm6,QWORD PTR \[rcx\] 20 [ ]*[a-f0-9]+: c4 e2 cd ab d4 vfmsub213sd xmm2,xmm6,xmm4 21 [ ]*[a-f0-9]+: c4 e2 cd ab 11 vfmsub213sd xmm2,xmm6,QWORD PTR \[rcx\ [all...] |
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
shared.mk | 47 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 50 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 55 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 58 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 63 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 66 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 71 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 74 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
shared.mk | 47 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 50 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 55 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 58 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 63 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 66 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 71 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 74 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
|
/external/libxml2/os400/ |
transcode.c | 51 iconv_t cd; local 87 cd = iconv_open(encoding, "UTF-8"); 89 if (cd == (iconv_t) -1) 94 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); 95 iconv_close(cd); 139 iconv_t cd; local 167 cd = iconv_open("UTF-8", encoding); 169 if (cd == (iconv_t) -1) { 176 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); 177 iconv_close(cd); [all...] |
/external/libvncserver/examples/ |
example.c | 126 ClientData* cd=cl->clientData; local 132 if(cd->oldButton==buttonMask) { /* draw a line */ 134 x,y,cd->oldx,cd->oldy); 136 if(x1>cd->oldx) x1++; else cd->oldx++; 137 if(y1>cd->oldy) y1++; else cd->oldy++; 138 rfbMarkRectAsModified(cl->screen,x,y,cd->oldx,cd->oldy) 200 ClientData* cd=cl->clientData; local [all...] |
/external/e2fsprogs/e2fsck/ |
pass2.c | 90 struct check_dir_struct cd; local 100 clear_problem_context(&cd.pctx); 107 fix_problem(ctx, PR_2_PASS_HEADER, &cd.pctx); 112 cd.pctx.errcode = 0; 116 cd.pctx.errcode = ext2fs_create_icount2(fs, 122 if (cd.pctx.errcode) { 123 fix_problem(ctx, PR_2_ALLOCATE_ICOUNT, &cd.pctx); 137 cd.buf = buf; 138 cd.ctx = ctx; 139 cd.count = 1 742 struct check_dir_struct *cd; local [all...] |
/external/libvncserver/test/ |
encodingstest.c | 127 clientData* cd=(clientData*)client->clientData; 129 testEncodings[cd->encodingIndex].str, 135 clientData* cd=(clientData*)client->clientData; local 139 if(testEncodings[cd->encodingIndex].id==rfbEncodingZYWRLE) 142 if(testEncodings[cd->encodingIndex].id==rfbEncodingTight) 146 updateStatistics(cd->encodingIndex, 147 !doFramebuffersMatch(cd->server,client,maxDelta)); 153 clientData* cd=(clientData*)client->clientData; local 155 client->appData.encodingsString=strdup(testEncodings[cd->encodingIndex].str); 160 testEncodings[cd->encodingIndex].str 187 clientData* cd; local [all...] |
/development/apps/Development/src/com/android/development/ |
Details.java | 86 ColumnData cd = mData.get(i); local 87 TextView label = makeView(cd.key, true, 12); 88 TextView contents = makeView(cd.value, false, 12); 124 ColumnData cd = new ColumnData(columnNames[i], str); 125 mData.add(cd); 145 ColumnData cd = mData.get(i); 146 System.out.println(" " + cd.key + ": " + cd.value);
|
/external/clang/test/CodeGen/ |
builtins-ppc-crypto-disabled.c | 30 vector unsigned long long cd = D_INIT2 42 vector unsigned long long r9 = __builtin_crypto_vpermxor(ad, bd, cd);
|