| /src/crypto/external/bsd/openssl/dist/crypto/objects/ |
| obj_dat.c | 177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; local 201 aop = lh_ADDED_OBJ_insert(added, ao[i]); 203 OPENSSL_free(aop);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/objects/ |
| obj_dat.c | 177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; local 201 aop = lh_ADDED_OBJ_insert(added, ao[i]); 203 OPENSSL_free(aop);
|
| /src/crypto/external/apache2/openssl/dist/crypto/objects/ |
| obj_dat.c | 265 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop[4]; local 296 aop[i] = lh_ADDED_OBJ_retrieve(added, ao[i]); 297 if (aop[i] != NULL) 298 aop[i]->type = -1; 301 if (aop[i] != NULL) 302 aop[i]->type = i; 305 if (aop[i] != NULL) 306 aop[i]->type = i;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.h | 418 struct { int r0; int s0; int x0; int aop; } modcodes; member in struct:YYSTYPE::__anon9956
|
| tc-bfin.c | 1221 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, 1228 ASSIGN (aop); 1431 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) 1443 ASSIGN (aop); 1502 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) 1508 ASSIGN (aop); 1516 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) 1522 ASSIGN (aop); 1999 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......| 2002 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask) 2000 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local 2075 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local 2133 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local 2346 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local [all...] |
| bfin-parse.c | 83 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ 84 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1) 109 #define LDST(ptr, reg, aop, sz, z, w) \ 110 bfin_gen_ldst (ptr, reg, aop, sz, z, w) 115 #define DSPLDST(i, m, reg, aop, w) \ 116 bfin_gen_dspldst (i, reg, aop, w, m) 118 #define LDSTPMOD(ptr, reg, idx, aop, w) \ 119 bfin_gen_ldstpmod (ptr, reg, aop, w, idx) 448 int aop = ((x->value >> 9) & 0x3); local 450 if (!w || aop == 3 902 struct { int r0; int s0; int x0; int aop; } modcodes; member in struct:YYSTYPE::__anon9953 [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.h | 418 struct { int r0; int s0; int x0; int aop; } modcodes; member in struct:YYSTYPE::__anon11436
|
| tc-bfin.c | 1221 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, 1228 ASSIGN (aop); 1431 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) 1443 ASSIGN (aop); 1502 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) 1508 ASSIGN (aop); 1516 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) 1522 ASSIGN (aop); 1999 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......| 2002 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask) 2000 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local 2075 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local 2133 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local 2346 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local [all...] |
| bfin-parse.c | 83 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ 84 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1) 109 #define LDST(ptr, reg, aop, sz, z, w) \ 110 bfin_gen_ldst (ptr, reg, aop, sz, z, w) 115 #define DSPLDST(i, m, reg, aop, w) \ 116 bfin_gen_dspldst (i, reg, aop, w, m) 118 #define LDSTPMOD(ptr, reg, idx, aop, w) \ 119 bfin_gen_ldstpmod (ptr, reg, aop, w, idx) 448 int aop = ((x->value >> 9) & 0x3); local 450 if (!w || aop == 3 902 struct { int r0; int s0; int x0; int aop; } modcodes; member in struct:YYSTYPE::__anon11433 [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| journal.c | 799 int bop = 0, aop = 0; local 804 aop = 1; 808 aop = 0; 827 r = bop - aop;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| journal.c | 817 int bop = 0, aop = 0; local 822 aop = 1; 826 aop = 0; 845 r = bop - aop;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-openmp.cc | 5103 enum tree_code aop = OMP_ATOMIC; local 5141 aop = OMP_ATOMIC_CAPTURE_OLD; 5148 aop = OMP_ATOMIC_CAPTURE_NEW; 5158 aop = OMP_ATOMIC_CAPTURE_OLD; 5188 aop = OMP_ATOMIC_CAPTURE_OLD; 5192 aop = OMP_ATOMIC_CAPTURE_NEW; 5240 if (aop == OMP_ATOMIC_CAPTURE_OLD) 5435 if (aop == OMP_ATOMIC_CAPTURE_NEW) 5459 if (aop == OMP_ATOMIC) 5468 x = build2 (aop, type, lhsaddr, convert (type, x)) [all...] |
| openmp.cc | 9369 gfc_omp_atomic_op aop local 9581 switch (aop)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-openmp.cc | 4546 enum tree_code aop = OMP_ATOMIC; local 4584 aop = OMP_ATOMIC_CAPTURE_OLD; 4591 aop = OMP_ATOMIC_CAPTURE_NEW; 4601 aop = OMP_ATOMIC_CAPTURE_OLD; 4631 aop = OMP_ATOMIC_CAPTURE_OLD; 4635 aop = OMP_ATOMIC_CAPTURE_NEW; 4683 if (aop == OMP_ATOMIC_CAPTURE_OLD) 4878 if (aop == OMP_ATOMIC_CAPTURE_NEW) 4902 if (aop == OMP_ATOMIC) 4911 x = build2 (aop, type, lhsaddr, convert (type, x)) [all...] |
| openmp.cc | 7714 gfc_omp_atomic_op aop local 7926 switch (aop)
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExprScalar.cpp | 2479 llvm::AtomicRMWInst::BinOp aop = isInc ? llvm::AtomicRMWInst::Add : local 2486 Builder.CreateAtomicRMW(aop, LV.getPointer(CGF), amt,
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| bfin-dis.c | 1855 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......| 1858 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local 1863 if (aop == 1 && W == 0 && idx == ptr) 1870 else if (aop == 2 && W == 0 && idx == ptr) 1877 else if (aop == 1 && W == 1 && idx == ptr) 1884 else if (aop == 2 && W == 1 && idx == ptr) 1891 else if (aop == 0 && W == 0) 1900 else if (aop == 1 && W == 0) 1909 else if (aop == 2 && W == 0) 1918 else if (aop == 3 && W == 0 2064 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local 2227 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local 3082 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| bfin-dis.c | 1855 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......| 1858 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local 1863 if (aop == 1 && W == 0 && idx == ptr) 1870 else if (aop == 2 && W == 0 && idx == ptr) 1877 else if (aop == 1 && W == 1 && idx == ptr) 1884 else if (aop == 2 && W == 1 && idx == ptr) 1891 else if (aop == 0 && W == 0) 1900 else if (aop == 1 && W == 0) 1909 else if (aop == 2 && W == 0) 1918 else if (aop == 3 && W == 0 2064 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local 2227 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local 3082 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| bfin-dis.c | 1855 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......| 1858 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local 1863 if (aop == 1 && W == 0 && idx == ptr) 1870 else if (aop == 2 && W == 0 && idx == ptr) 1877 else if (aop == 1 && W == 1 && idx == ptr) 1884 else if (aop == 2 && W == 1 && idx == ptr) 1891 else if (aop == 0 && W == 0) 1900 else if (aop == 1 && W == 0) 1909 else if (aop == 2 && W == 0) 1918 else if (aop == 3 && W == 0 2064 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local 2227 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local 3082 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 2934 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......| 2937 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local 2946 TRACE_EXTRACT (cpu, "%s: W:%i aop:%i reg:%i idx:%i ptr:%i", 2947 __func__, W, aop, reg, idx, ptr); 2952 if (aop == 1 && W == 0 && idx == ptr) 2959 else if (aop == 2 && W == 0 && idx == ptr) 2966 else if (aop == 1 && W == 1 && idx == ptr) 2972 else if (aop == 2 && W == 1 && idx == ptr) 2978 else if (aop == 0 && W == 0) 2987 else if (aop == 1 && W == 0 3138 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local 3301 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local 4067 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| bfin-dis.c | 1855 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......| 1858 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local 1863 if (aop == 1 && W == 0 && idx == ptr) 1870 else if (aop == 2 && W == 0 && idx == ptr) 1877 else if (aop == 1 && W == 1 && idx == ptr) 1884 else if (aop == 2 && W == 1 && idx == ptr) 1891 else if (aop == 0 && W == 0) 1900 else if (aop == 1 && W == 0) 1909 else if (aop == 2 && W == 0) 1918 else if (aop == 3 && W == 0 2064 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local 2227 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local 3082 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 2934 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......| 2937 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local 2946 TRACE_EXTRACT (cpu, "%s: W:%i aop:%i reg:%i idx:%i ptr:%i", 2947 __func__, W, aop, reg, idx, ptr); 2952 if (aop == 1 && W == 0 && idx == ptr) 2959 else if (aop == 2 && W == 0 && idx == ptr) 2966 else if (aop == 1 && W == 1 && idx == ptr) 2972 else if (aop == 2 && W == 1 && idx == ptr) 2978 else if (aop == 0 && W == 0) 2987 else if (aop == 1 && W == 0 3138 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local 3301 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local 4067 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local [all...] |