Searched defs:op (Results 151 - 175 of 1255) sorted by relevance

1234567891011>>

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp233 rr::StencilOp mapGLStencilOp (deUint32 op) argument
235 switch (op)
/external/deqp/modules/gles2/functional/
H A Des2fShaderAlgorithmTests.cpp77 std::ostringstream& op = isVertexCase ? vtx : frag; local
93 // op << "uniform mediump sampler2D ut_brick;\n";
106 op << " ${PRECISION} vec4 coords = a_unitCoords;\n";
108 op << " ${PRECISION} vec4 coords = v_coords;\n";
110 op << " ${PRECISION} vec3 res = vec3(0.0);\n";
111 op << shaderBody.str();
/external/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp48 void (CmdOp::*op) (); member in class:CmdOp
50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){
65 (this->*op)();
/external/iptables/extensions/
H A Dlibip6t_hl.c60 static const char *const op[] = { local
69 printf(" HL match HL %s %u", op[info->mode], info->hop_limit);
74 static const char *const op[] = { local
83 printf(" %s %u", op[info->mode], info->hop_limit);
/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java82 int op = ci.byteAt(index);
83 stackDepth = visitInst(op, ci, index, stackDepth);
87 if (processBranch(op, ci, index, codeLength, stack, stackDepth, jsrDepth))
90 if (isEnd(op)) // return, ireturn, athrow, ...
93 if (op == JSR || op == JSR_W)
211 private int visitInst(int op, CodeIterator ci, int index, int stack) argument
215 switch (op) {
249 op = ci.byteAt(index + 1);
252 stack += STACK_GROW[op];
[all...]
/external/kernel-headers/original/uapi/xen/
H A Dprivcmd.h41 __u64 op; member in struct:privcmd_hypercall
/external/liblzf/
H A Dlzf_c.c110 u8 *op = (u8 *)out_data; local
112 u8 *out_end = op + out_len;
137 lit = 0; op++; /* start run */
167 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */
168 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
171 op [- lit - 1] = lit - 1; /* stop run */
172 op -= !lit; /* undo run if length is zero */
211 *op++ = (off >> 8) + (len << 5);
215 *op++ = (off >> 8) + ( 7 << 5);
216 *op
[all...]
/external/libnl/lib/genl/
H A Dmngt.c139 char *genl_op2name(int family, int op, char *buf, size_t len) argument
150 if (cmd->c_id == op) {
/external/libpcap/tests/
H A Dopentest.c52 register int op; local
71 while ((op = getopt(argc, argv, "i:Ips:aB:")) != -1) {
72 switch (op) {
/external/libvorbis/examples/
H A Ddecoder_example.c48 ogg_packet op; /* one raw packet of data for decode */ local
123 if(ogg_stream_packetout(&os,&op)!=1){
129 if(vorbis_synthesis_headerin(&vi,&vc,&op)<0){
158 result=ogg_stream_packetout(&os,&op);
166 result=vorbis_synthesis_headerin(&vi,&vc,&op);
220 result=ogg_stream_packetout(&os,&op);
230 if(vorbis_synthesis(&vb,&op)==0) /* test for success! */
H A Dencoder_example.c46 ogg_packet op; /* one raw packet of data for decode */ local
218 while(vorbis_bitrate_flushpacket(&vd,&op)){
221 ogg_stream_packetin(&os,&op);
/external/libvorbis/lib/
H A Dbitrate.c230 int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){ argument
237 if(op){
243 op->packet=oggpack_get_buffer(vbi->packetblob[choice]);
244 op->bytes=oggpack_bytes(vbi->packetblob[choice]);
245 op->b_o_s=0;
246 op->e_o_s=vb->eofflag;
247 op->granulepos=vb->granulepos;
248 op->packetno=vb->sequence; /* for sake of completeness */
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc31 int16_t *op = output; local
42 op[0] = a1 + d1;
43 op[12] = a1 - d1;
44 op[4] = b1 + c1;
45 op[8] = b1 - c1;
47 ++op;
50 op = output;
60 op[0] = (a1 + d1 + 4) >> 3;
61 op[3] = (a1 - d1 + 4) >> 3;
62 op[
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dstrfilter.c61 static struct strfilter_node *strfilter_node__alloc(const char *op, argument
68 ret->p = op;
/external/lldb/source/Interpreter/
H A DOptionValueBoolean.cpp40 VarSetOperationType op)
43 switch (op)
76 error = OptionValue::SetValueFromCString (value_cstr, op);
39 SetValueFromCString(const char *value_cstr, VarSetOperationType op) argument
H A DOptionValueFileSpec.cpp74 VarSetOperationType op)
77 switch (op)
110 error = OptionValue::SetValueFromCString (value_cstr, op);
73 SetValueFromCString(const char *value_cstr, VarSetOperationType op) argument
H A DOptionValueUUID.cpp41 VarSetOperationType op)
44 switch (op)
65 error = OptionValue::SetValueFromCString (value_cstr, op);
40 SetValueFromCString(const char *value_cstr, VarSetOperationType op) argument
/external/llvm/tools/llvm-c-test/
H A Dcalc.c26 static LLVMOpcode op_to_opcode(char op) { argument
27 switch (op) {
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp205 operation op;
286 opInfo[i].op = (operation)i;
315 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NEG;
317 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_ABS;
319 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NOT;
321 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
323 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_IMMEDIATE;
325 opInfo[prop->op].immdBits = 0xffffffff;
328 opInfo[prop->op].dstMods = NV50_IR_MOD_SAT;
397 return (!i->asTex() && i->op !
458 isOpSupported(operation op, DataType ty) const argument
526 isPostMultiplySupported(operation op, float f, int& e) const argument
[all...]
/external/mesa3d/src/glsl/
H A Dlower_vector.cpp67 ir_rvalue *op = ir->operands[i]; local
69 while (op != NULL) {
70 switch (op->ir_type) {
72 const ir_constant *const c = op->as_constant();
77 op = NULL;
82 ir_dereference_variable *const d = (ir_dereference_variable *) op;
88 op = NULL;
93 ir_expression *const ex = (ir_expression *) op;
98 op = ex->operands[0];
103 op
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp158 unsigned int level, unsigned int layer, gen6_hiz_op op)
160 brw_hiz_op_params params(mt, level, layer, op);
186 gen6_hiz_op op)
188 this->hiz_op = op;
157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
183 brw_hiz_op_params(struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
/external/mesa3d/src/mesa/main/
H A Dstencil.c59 validate_stencil_op(struct gl_context *ctx, GLenum op) argument
61 switch (op) {
/external/openfst/src/include/fst/script/
H A Dscript-impl.h127 OperationSignature op) {
128 this->SetEntry(make_pair(operation_name, arc_type), op); local
186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type); local
188 if (op == 0) {
194 op(args);
125 RegisterOperation(const string &operation_name, const string &arc_type, OperationSignature op) argument
/external/openssl/crypto/pkcs12/
H A Dp12_decr.c136 FILE *op; local
141 op = fopen(fname, "wb");
142 fwrite (p, 1, outlen, op);
143 fclose(op);
/external/oprofile/daemon/
H A Dopd_ibs.h33 struct ibs_op_sample * op; member in struct:ibs_sample
58 /** This struct represents the hardware-level IBS op information. */
95 * Handle an IBS op sample escape code sequence. An IBS op sample
98 * IBS fetch IBS op
118 * entries are needed to process a complete IBS op sample.

Completed in 2149 milliseconds

1234567891011>>