Searched refs:dim (Results 76 - 90 of 90) sorted by relevance

1234

/external/libpcap/
H A Dpcap-win32.c771 pcap_setbuff(pcap_t *p, int dim) argument
779 if(PacketSetBuff(p->adapter,dim)==FALSE)
/external/javassist/src/main/javassist/
H A DCtField.java1362 int[] dim; field in class:CtField.MultiArrayInitializer
1364 MultiArrayInitializer(CtClass t, int[] d) { type = t; dim = d; }
1376 int s = code.addMultiNewarray(type, dim);
1384 int s = code.addMultiNewarray(type, dim);
/external/mesa3d/src/pixelflinger2/
H A Dllvm_texture.cpp219 // dim is size - 1, since [0.0f,1.0f]->[0, size - 1]
221 /*const ChannelType type,*/ Value * r, Value * size, Value * dim,
244 tc = builder.CreateMul(tc, dim);
253 tc = minIntScalar(builder, tc, dim);
262 tc = builder.CreateSub(dim, tc, name("tc_mirrored"));
220 texcoordWrap(IRBuilder< & builder, const unsigned wrap, Value * r, Value * size, Value * dim, Value ** texelLerp) argument
/external/tremolo/Tremolo/
H A Dres012.c110 int partitions_per_word=phrasebook->dim;
/external/opencv/cv/src/
H A Dcvhistogram.cpp812 step = ((CvMatND*)(hist->bins))->dim[i].step/sizeof(float);
835 step = ((CvMatND*)(hist->bins))->dim[i].step/sizeof(float);
1211 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float);
1263 binptr += idx*(mat->dim[i].step/sizeof(float));
1282 binptr += idx*(mat->dim[i].step/sizeof(float));
1317 binptr += idx*(mat->dim[i].step/sizeof(float));
1903 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float);
1937 binptr += idx*(mat->dim[i].step/sizeof(float));
1969 binptr += idx*(mat->dim[i].step/sizeof(float));
2391 sizes[i] = mat->dim[
[all...]
H A Dcvthresh.cpp218 count = hist->mat.dim[0].size;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_video.c178 PhDim_t dim = {w, h}; local
189 PtSetArg(&args[nargs++], Pt_ARG_DIM, &dim, 0);
/external/srec/srec/include/
H A Dsimapi.h185 int dim; member in struct:__anon9890
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTracer.java811 int dim = code[pos + 3] & 0xff;
812 stackTop -= dim - 1;
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c2297 struct demangle_component *dim; local
2304 dim = NULL;
2316 dim = d_make_name (di, s, d_str (di) - s);
2317 if (dim == NULL)
2322 dim = d_expression (di);
2323 if (dim == NULL)
2330 return d_make_comp (di, DEMANGLE_COMPONENT_ARRAY_TYPE, dim,
/external/icu4c/i18n/
H A Dcalendar.cpp2760 int32_t dim = internalGet(UCAL_DAY_OF_WEEK_IN_MONTH, 1); local
2761 if (dim >= 0) {
2762 date += 7*(dim - 1);
2766 // then back up as needed. If dim==-1, we don't back up at
2767 // all. If dim==-2, we back up once, etc. Don't back up
2773 date += ((monthLength - date) / 7 + dim + 1) * 7;
/external/opencv/cxcore/include/
H A Dcxtypes.h726 dim[CV_MAX_DIM]; member in struct:CvMatND
H A Dcxcore.h886 CVAPI(void) cvReduce( const CvArr* src, CvArr* dst, int dim CV_DEFAULT(-1),
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js2190 var dim = parseInt(proceed(element, style), 10);
2192 if (dim !== element['offset' + style.capitalize()])
2193 return dim + 'px';
2204 return properties.inject(dim, function(memo, property) {
H A Dconcat-jquery-mootools-prototype.js10569 var dim = parseInt(proceed(element, style), 10);
10571 if (dim !== element['offset' + style.capitalize()])
10572 return dim + 'px';
10583 return properties.inject(dim, function(memo, property) {

Completed in 1742 milliseconds

1234