/external/clang/test/CodeGen/ |
H A D | 2006-03-17-KnRMismatch.c | 3 void regnode(int op); 5 void regnode(op) 6 char op;
|
/external/liblzf/ |
H A D | lzf_d.c | 60 u8 *op = (u8 *)out_data; local 62 u8 *const out_end = op + out_len; 72 if (op + ctrl > out_end) 87 lzf_movsb (op, ip, ctrl); 91 case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; 92 case 28: *op++ = *ip++; case 27: *op [all...] |
/external/v8/src/compiler/ |
H A D | operator-properties.h | 16 static inline bool HasValueInput(const Operator* op); 17 static inline bool HasContextInput(const Operator* op); 18 static inline bool HasEffectInput(const Operator* op); 19 static inline bool HasControlInput(const Operator* op); 20 static inline bool HasFrameStateInput(const Operator* op); 22 static inline int GetValueInputCount(const Operator* op); 23 static inline int GetContextInputCount(const Operator* op); 24 static inline int GetEffectInputCount(const Operator* op); 25 static inline int GetControlInputCount(const Operator* op); 26 static inline int GetFrameStateInputCount(const Operator* op); [all...] |
H A D | operator-properties-inl.h | 17 inline bool OperatorProperties::HasValueInput(const Operator* op) { argument 18 return OperatorProperties::GetValueInputCount(op) > 0; 21 inline bool OperatorProperties::HasContextInput(const Operator* op) { argument 22 IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode()); 26 inline bool OperatorProperties::HasEffectInput(const Operator* op) { argument 27 return OperatorProperties::GetEffectInputCount(op) > 0; 30 inline bool OperatorProperties::HasControlInput(const Operator* op) { argument 31 return OperatorProperties::GetControlInputCount(op) > 0; 34 inline bool OperatorProperties::HasFrameStateInput(const Operator* op) { argument 39 switch (op 87 GetValueInputCount(const Operator* op) argument 91 GetContextInputCount(const Operator* op) argument 95 GetFrameStateInputCount(const Operator* op) argument 99 GetEffectInputCount(const Operator* op) argument 109 GetControlInputCount(const Operator* op) argument 131 GetTotalInputCount(const Operator* op) argument 140 HasValueOutput(const Operator* op) argument 144 HasEffectOutput(const Operator* op) argument 151 HasControlOutput(const Operator* op) argument 157 GetValueOutputCount(const Operator* op) argument 161 GetEffectOutputCount(const Operator* op) argument 171 IsBasicBlockBegin(const Operator* op) argument [all...] |
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderLoopTests.cpp | 247 std::ostringstream& op = isVertexCase ? vtx : frag; local 283 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; 288 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; 291 op << "uniform ${COUNTER_PRECISION} float uf_one;\n"; 327 op << " ${PRECISION} vec4 res = coords;\n"; 381 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; 382 op << " {\n"; 383 op << loopBody; 384 op << " }\n"; 388 op << "\ 445 std::ostringstream& op = isVertexCase ? vtx : frag; local [all...] |
/external/google-breakpad/src/third_party/libdisasm/ |
H A D | ia32_operand.c | 16 static void apply_seg( x86_op_t *op, unsigned int prefixes ) { argument 22 op->flags |= op_cs_seg; break; 24 op->flags |= op_ss_seg; break; 26 op->flags |= op_ds_seg; break; 28 op->flags |= op_es_seg; break; 30 op->flags |= op_fs_seg; break; 32 op->flags |= op_gs_seg; break; 39 x86_op_t *op, x86_insn_t *insn, 68 size = ia32_modrm_decode( buf, buf_len, op, insn, 72 size = ia32_modrm_decode( buf, buf_len, op, ins 38 decode_operand_value( unsigned char *buf, size_t buf_len, x86_op_t *op, x86_insn_t *insn, unsigned int addr_meth, size_t op_size, unsigned int op_value, unsigned char modrm, size_t gen_regs ) argument 384 x86_op_t *op; local [all...] |
H A D | ia32_modrm.h | 8 x86_op_t *op, x86_insn_t *insn, 11 void ia32_reg_decode( unsigned char byte, x86_op_t *op, size_t gen_regs );
|
H A D | x86_operand_list.c | 5 static void x86_oplist_append( x86_insn_t *insn, x86_oplist_t *op ) { 21 insn->operands = op; 31 list->next = op; 37 x86_oplist_t *op; local 42 op = calloc( sizeof(x86_oplist_t), 1 ); 43 op->op.insn = insn; 44 x86_oplist_append( insn, op ); 45 return( &(op->op) ); 49 x86_oplist_t *op, *list; local 149 count_operand( x86_op_t *op, x86_insn_t *insn, void *arg ) argument [all...] |
/external/libpcap/ |
H A D | bpf_image.c | 60 const char *fmt, *op; local 68 op = "unimp"; 74 op = "ret"; 79 op = "ret"; 84 op = "ld"; 89 op = "ldh"; 94 op = "ldb"; 99 op = "ld"; 104 op = "ld"; 109 op [all...] |
/external/valgrind/none/tests/s390x/ |
H A D | dfp_utils.h | 10 #define DFP_VAL_PRINT(op, type) \ 14 printf("%x", *((unsigned int *) &op)); \ 16 printf("%lx", *((unsigned long *) &op)); \ 18 printf("%lx%08lx", *((unsigned long *) &op), \ 19 *(((unsigned long *) &op) + 1)); \ 22 #define DFP_BINOP_PRINT(op1, op2, result, type, op, cc) \ 25 printf(" "op" "); \
|
/external/javassist/src/main/javassist/compiler/ast/ |
H A D | Stmnt.java | 27 public Stmnt(int op, ASTree _head, ASTList _tail) { argument 29 operatorId = op; 32 public Stmnt(int op, ASTree _head) { argument 34 operatorId = op; 37 public Stmnt(int op) { argument 38 this(op, null); 41 public static Stmnt make(int op, ASTree oprand1, ASTree oprand2) { argument 42 return new Stmnt(op, oprand1, new ASTList(oprand2)); 45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { argument 46 return new Stmnt(op, op [all...] |
H A D | AssignExpr.java | 28 private AssignExpr(int op, ASTree _head, ASTList _tail) { argument 29 super(op, _head, _tail); 32 public static AssignExpr makeAssign(int op, ASTree oprand1, argument 34 return new AssignExpr(op, oprand1, new ASTList(oprand2));
|
H A D | BinExpr.java | 32 private BinExpr(int op, ASTree _head, ASTList _tail) { argument 33 super(op, _head, _tail); 36 public static BinExpr makeBin(int op, ASTree oprand1, ASTree oprand2) { argument 37 return new BinExpr(op, oprand1, new ASTList(oprand2));
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderLoopTests.cpp | 279 std::ostringstream& op = isVertexCase ? vtx : frag; local 311 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; 316 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; 319 op << "uniform ${COUNTER_PRECISION} float uf_one;\n"; 355 op << " ${PRECISION} vec4 res = coords;\n"; 409 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; 410 op << " {\n"; 411 op << loopBody; 412 op << " }\n"; 416 op << "\ 487 std::ostringstream& op = isVertexCase ? vtx : frag; local [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
H A D | fx_zlib_inffast.c | 91 unsigned op; /* code bits, operation, extra bits, or */ local 129 op = (unsigned)(here.bits); 130 hold >>= op; local 131 bits -= op; 132 op = (unsigned)(here.op); 133 if (op == 0) { /* literal */ 139 else if (op & 16) { /* length base */ 141 op &= 15; /* number of extra bits */ 142 if (op) { 148 hold >>= op; local 161 hold >>= op; local 183 hold >>= op; local [all...] |
/external/zlib/src/ |
H A D | inffast.c | 91 unsigned op; /* code bits, operation, extra bits, or */ local 129 op = (unsigned)(here.bits); 130 hold >>= op; local 131 bits -= op; 132 op = (unsigned)(here.op); 133 if (op == 0) { /* literal */ 139 else if (op & 16) { /* length base */ 141 op &= 15; /* number of extra bits */ 142 if (op) { 148 hold >>= op; local 161 hold >>= op; local 183 hold >>= op; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
H A D | dct.c | 21 short *op = output; local 30 op[0] = a1 + b1; 31 op[2] = a1 - b1; 33 op[1] = (c1 * 2217 + d1 * 5352 + 14500)>>12; 34 op[3] = (d1 * 2217 - c1 * 5352 + 7500)>>12; 37 op += 4; 41 op = output; 49 op[0] = ( a1 + b1 + 7)>>4; 50 op[8] = ( a1 - b1 + 7)>>4; 52 op[ 72 short *op = output; local [all...] |
/external/valgrind/none/tests/mips32/ |
H A D | FPUarithmetic.c | 68 #define UNOPdd(op) \ 71 op" %0, %1\n\t" \ 74 #define UNOPff(op) \ 77 op" %0, %1\n\t" \ 80 #define BINOPf(op) \ 83 op" %0, %1, %2\n\t" \ 86 #define BINOPd(op) \ 89 op" %0, %1, %2\n\t" \ 125 int arithmeticOperations(flt_art_op_t op) argument 136 switch(op) { 228 flt_art_op_t op; local [all...] |
/external/valgrind/none/tests/mips64/ |
H A D | fpu_arithmetic.c | 7 int arithmeticOperations(flt_art_op_t op) argument 18 switch(op) { 21 printf("%s %f %f\n", flt_art_op_names[op], fd_f, fs_f[i]); 25 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]); 30 flt_art_op_names[op], fd_f, fs_f[i], ft_f[i]); 35 flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]); 40 flt_art_op_names[op], roundf(fd_f), fs_f[i], ft_f[i]); 45 flt_art_op_names[op], round(fd_d), fs_d[i], ft_d[i]); 50 flt_art_op_names[op], roundf(fd_f), fs_f[i], ft_f[i]); 55 flt_art_op_names[op], roun 163 flt_art_op_t op; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_shader.h | 31 uint32_t brw_conditional_for_comparison(unsigned int op); 32 uint32_t brw_math_function(enum opcode op);
|
/external/mesa3d/src/glsl/ |
H A D | ir_constant_expression.cpp | 110 ir_constant *op[Elements(this->operands)] = { NULL, }; 116 op[operand] = this->operands[operand]->constant_expression_value(variable_context); 117 if (!op[operand]) 121 if (op[1] != NULL) 122 assert(op[0]->type->base_type == op[1]->type->base_type || 126 bool op0_scalar = op[0]->type->is_scalar(); 127 bool op1_scalar = op[1] != NULL && op[1]->type->is_scalar(); 135 if (op1_scalar || !op[ [all...] |
/external/skia/src/sfnt/ |
H A D | SkPreprocessorSeq.h | 564 #define SK_SEQ_FOREACH(op, data, seq) SK_SEQ_FOREACH_L(op, op, data, seq) 565 #define SK_SEQ_FOREACH_L(op, lop, data, seq) SK_CONCAT(SK_SEQ_FOREACH_, SK_SEQ_SIZE(seq)) (op, lop, data, SK_SEQ_HEAD(seq), SK_SEQ_TAIL(seq)) 567 #define SK_SEQ_FOREACH_0(op,lop,d,x,t) 568 #define SK_SEQ_FOREACH_1(op,lop,d,x,t) lop(d,x) 569 #define SK_SEQ_FOREACH_2(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_1(op, lo [all...] |
/external/valgrind/none/tests/ |
H A D | fdleak.h | 7 #define DO(op) \ 9 long res = op; \ 11 perror(#op); \
|
/external/v8/src/ |
H A D | token.h | 194 static bool IsBinaryOp(Value op) { 195 return COMMA <= op && op <= MOD; 198 static bool IsTruncatingBinaryOp(Value op) { 199 return BIT_OR <= op && op <= ROR; 202 static bool IsCompareOp(Value op) { 203 return EQ <= op && op <= IN; 206 static bool IsOrderedRelationalCompareOp(Value op) { [all...] |
/external/libunwind/include/ |
H A D | libunwind-dynamic.h | 97 uint32_t op_count; /* length of op-array */ 98 unw_dyn_op_t op[1]; /* variable-length op-array */ member in struct:unw_dyn_region_info 161 ((char *) (((unw_dyn_region_info_t *) NULL)->op + (op_count)) \ 179 #define _U_dyn_op_save_reg(op, qp, when, reg, dst) \ 180 (*(op) = _U_dyn_op (UNW_DYN_SAVE_REG, (qp), (when), (reg), (dst))) 182 #define _U_dyn_op_spill_fp_rel(op, qp, when, reg, offset) \ 183 (*(op) = _U_dyn_op (UNW_DYN_SPILL_FP_REL, (qp), (when), (reg), \ 186 #define _U_dyn_op_spill_sp_rel(op, qp, when, reg, offset) \ 187 (*(op) [all...] |