Searched refs:temp (Results 1 - 25 of 547) sorted by relevance

1234567891011>>

/xsrc/external/mit/libFS/dist/src/
H A DFSSynchro.c68 FSSyncHandler temp; local in function:FSSynchronize
70 temp = svr->synchandler;
75 return temp;
83 FSSyncHandler temp; local in function:FSSetAfterFunction
85 temp = svr->synchandler;
87 return temp;
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionX.cc110 directedLine *temp; local in function:numInteriorCuspsX
114 for(temp = polygon->getNext(); temp != polygon; temp = temp->getNext())
115 if(cuspTypeX(temp) == 1)
124 directedLine *temp; local in function:findInteriorCuspsX
130 for(temp = polygon->getNext(); temp != polygon; temp
139 directedLine* temp; local in function:findDiagonal_singleCuspX
[all...]
H A DdirectedLine.cc133 directedLine* temp; local in function:directedLine::deleteDegenerateLines
143 for(temp = this->next; temp != this; temp = temp->next)
146 if(temp->head()[0] != temp->tail()[0] ||
147 temp->head()[1] != temp->tail()[1])
149 if(! myequal(temp
182 directedLine* temp; local in function:directedLine::deleteDegenerateLinesAllPolygons
210 directedLine* temp; local in function:directedLine::cutIntersectionAllPoly
242 directedLine *temp, *tempNext; local in function:directedLine::deleteSinglePolygonWithSline
254 directedLine *temp, *tempNext; local in function:directedLine::deletePolygonListWithSline
264 directedLine *temp, *tempNext; local in function:directedLine::deleteSinglePolygon
275 directedLine *temp, *tempNext; local in function:directedLine::deletePolygonList
349 directedLine* temp; local in function:directedLine::numEdges
361 directedLine* temp; local in function:directedLine::numEdgesAllPolygons
373 directedLine* temp; local in function:directedLine::isPolygon
483 directedLine* temp; local in function:directedLine::printList
492 directedLine *temp; local in function:directedLine::printAllPolygons
516 directedLine* temp; local in function:directedLine::cutoffPolygon
554 directedLine *temp; local in function:directedLine::toArraySinglePolygon
573 directedLine *temp; local in function:directedLine::toArrayAllPolygons
587 directedLine* temp; local in function:directedLine::polyArea
714 directedLine *temp; local in function:directedLine::samePolygon
725 directedLine* temp; local in function:directedLine::findRoot
765 directedLine *temp; local in function:directedLine::writeAllPolygons
[all...]
H A DpolyDBG.cc62 directedLine* temp; local in function:DBG_isConvex
65 for(temp = poly->getNext(); temp != poly; temp = temp->getNext())
67 if(area(temp->head(), temp->tail(), temp->getNext()->tail()) < 0.00000)
78 directedLine* temp; local in function:DBG_is_U_monotone
84 for(temp
106 directedLine* temp; local in function:DBG_is_U_direction
259 directedLine* temp; local in function:DBG_edgeIntersectPoly
272 directedLine* temp; local in function:DBG_polygonsIntersect
286 directedLine *temp; local in function:DBG_polygonListIntersect
380 directedLine* temp; local in function:DBG_rayIntersectPoly
414 directedLine* temp; local in function:DBG_enclosingPolygons
446 directedLine* temp; local in function:DBG_reverse
464 directedLine* temp; local in function:DBG_checkConnectivity
484 directedLine* temp; local in function:DBG_check
535 directedLine *temp; local in function:DBG_edgeIntersectChainD
681 directedLine* temp; local in function:DBG_cutIntersectionAllPoly
699 directedLine *temp; local in function:DBG_collectSampledLinesAllPoly
723 directedLine *temp; local in function:DBG_collectSampledLinesPoly
[all...]
H A DsampledLine.cc61 sampledLine *temp, *tempNext; local in function:sampledLine::deleteList
62 for(temp = this; temp != NULL; temp = tempNext)
64 tempNext = temp->next;
65 delete temp;
156 Real2 *temp = (Real2*) malloc(sizeof(Real2) * (n+1)); local in function:sampledLine::tessellate
157 assert(temp);
162 temp[i][0] = u;
163 temp[
177 sampledLine* temp; local in function:sampledLine::tessellateAll
[all...]
H A DmonoChain.cc100 directedLine* temp; local in function:monoChain::monoChain
104 for(temp=chainHead; temp!=cTail; temp = temp->getNext())
106 if(temp->head()[0] < minX)
107 minX = temp->head()[0];
108 if(temp->head()[0] > maxX)
109 maxX = temp->head()[0];
111 if(temp
144 monoChain *temp, *tempNext; local in function:monoChain::deleteLoop
155 monoChain *temp, *tempNext; local in function:monoChain::deleteLoopList
165 monoChain *temp; local in function:monoChain::toArraySingleLoop
179 monoChain *temp; local in function:monoChain::toArrayAllLoops
190 monoChain* temp; local in function:monoChain::numChainsSingleLoop
201 monoChain *temp; local in function:monoChain::numChainsAllLoops
210 directedLine* temp; local in function:monoChain::chainIntersectHoriz
234 directedLine *temp; local in function:directedLineLoopToMonoChainLoop
275 directedLine* temp; local in function:directedLineLoopListToMonoChainLoopList
396 directedLine *temp; local in function:monoChain::find
424 directedLine* temp; local in function:monoChain::printOneChain
434 monoChain* temp; local in function:monoChain::printChainLoop
445 monoChain* temp; local in function:monoChain::printAllLoops
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DSynchro.c41 int (*temp)(Display *); local in function:XSynchronize
49 temp = dpy->savedsynchandler;
52 temp = dpy->synchandler;
56 return (temp);
66 int (*temp)(Display *); local in function:XSetAfterFunction
70 temp = dpy->savedsynchandler;
73 temp = dpy->synchandler;
77 return (temp);
H A DFreeEData.c35 XExtData *temp; local in function:_XFreeExtData
40 temp = extension->next;
42 extension = temp;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_cursor.h50 ULong temp; \
51 temp = SIS_MMIO_IN32(pSiS->IOBase, CS(0)); \
52 temp &= 0xbfffffff; \
53 temp |= status; \
54 SIS_MMIO_OUT32(pSiS->IOBase, CS(0), temp); \
59 ULong temp; \
60 temp = SIS_MMIO_IN32(pSiS->IOBase, CS(0)); \
61 temp &= 0x0fffffff; \
62 temp |= 0x40000000; \
63 SIS_MMIO_OUT32(pSiS->IOBase, CS(0), temp); \
[all...]
/xsrc/external/mit/xsm/dist/
H A Dremote.c136 char *temp = format_rstart_env (env[i]);
137 fprintf (fp, "MISC X %s\n", temp);
138 if (temp != env[i])
139 XtFree (temp);
210 char *temp = str;
212 while (*temp != '\0')
214 if (!isgraph (*temp) || *temp == '\\')
216 temp++;
227 temp
135 char *temp = format_rstart_env (env[i]); local in function:remote_start
208 char *temp = str; local in function:format_rstart_env
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_cursor.c79 uint32_t temp; local in function:I830InitHWCursor
92 temp = INREG(cursor_control);
95 temp &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE |
98 temp |= (i << 28);
99 temp |= CURSOR_MODE_DISABLE;
103 temp &= ~(CURSOR_ENABLE|CURSOR_GAMMA_ENABLE);
107 OUTREG(cursor_control, temp);
147 uint32_t temp; local in function:i830_crtc_set_cursor_position
149 temp = 0;
151 temp |
181 uint32_t temp; local in function:i830_crtc_show_cursor
219 uint32_t temp; local in function:i830_crtc_hide_cursor
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Dstroke2.c55 VGfloat temp[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; local in function:init
58 xform[i] = temp[i];
69 VGubyte temp[6] = {VG_MOVE_TO_ABS, VG_VLINE_TO_REL,
74 lineCmds[i] = temp[i];
78 VGfloat temp[8] = {0.5f, 0.8f, -0.6f, 0.28f, 0.6f, -0.4f, 0.44f, 0.4f};
81 lineCoords[i] = temp[i] * window_width();
86 VGfloat temp[5] = {0.35f, 0.15f, 29, 0.3f, 0.4f}; local in function:init
89 arcCoords[i] = temp[i] * window_width();
95 VGubyte temp[1] = {VG_SCCWARC_TO_ABS}; local in function:init
98 sccCmd[i] = temp[
102 VGubyte temp[1] = {VG_SCWARC_TO_ABS}; local in function:init
109 VGubyte temp[1] = {VG_LCCWARC_TO_ABS}; local in function:init
116 VGubyte temp[1] = {VG_LCWARC_TO_ABS}; local in function:init
124 VGubyte temp[1] = {VG_MOVE_TO_ABS}; local in function:init
131 VGfloat temp[2] = {0.7f, 0.6f}; local in function:init
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_list.c47 struct rc_list * temp; local in function:rc_list_add
54 for (temp = *list; temp->Next; temp = temp->Next);
56 temp->Next = new_value;
57 new_value->Prev = temp;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fog.c100 GLfloat d, temp; local in function:radeonComputeFogBlendFactor
109 temp = (end - z) * d;
110 return CLAMP(temp, 0.0F, 1.0F);
114 NEG_EXP( temp, d * z );
115 return temp;
119 NEG_EXP( temp, d * z * z );
120 return temp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_list.c47 struct rc_list * temp; local in function:rc_list_add
54 for (temp = *list; temp->Next; temp = temp->Next);
56 temp->Next = new_value;
57 new_value->Prev = temp;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fog.c99 GLfloat d, temp; local in function:radeonComputeFogBlendFactor
108 temp = (end - z) * d;
109 return CLAMP(temp, 0.0F, 1.0F);
113 NEG_EXP( temp, d * z );
114 return temp;
118 NEG_EXP( temp, d * z * z );
119 return temp;
/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A DbezierPatchMesh.cc68 bezierPatchMesh* temp; local in function:bezierPatchMeshListDelDeg
69 for(temp=list; temp != NULL; temp = temp->next)
71 bezierPatchMeshDelDeg(temp);
88 bezierPatchMesh* temp; local in function:bezierPatchMeshListReverse
90 for(temp = list; temp != NULL; temp
262 int *temp = (int*) malloc(sizeof(int) * (bpm->size_length_array*2 + 1)); local in function:bezierPatchMeshEndStrip
296 float *temp = (float*) malloc(sizeof(float) * (bpm->size_UVarray * 2 + 2)); local in function:bezierPatchMeshInsertUV
356 bezierPatchMesh *temp; local in function:bezierPatchMeshListPrint
366 bezierPatchMesh *temp; local in function:bezierPatchMeshListTotalStrips
377 bezierPatchMesh *temp; local in function:bezierPatchMeshListTotalVert
388 bezierPatchMesh* temp; local in function:bezierPatchMeshListNumTriangles
517 bezierPatchMesh* temp; local in function:bezierPatchMeshListEval
544 bezierPatchMesh* temp; local in function:bezierPatchMeshListDraw
554 bezierPatchMesh *temp; local in function:bezierPatchMeshListCollect
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_output_reads.cpp97 ir_variable *temp = entry ? (ir_variable *) entry->data : NULL; local in function:output_read_remover::visit
100 if (temp == NULL) {
102 temp = new(var_ctx) ir_variable(ir->var->type, ir->var->name,
105 temp->data.invariant = ir->var->data.invariant;
106 temp->data.precise = ir->var->data.precise;
107 temp->data.precision = ir->var->data.precision;
108 _mesa_hash_table_insert(replacements, ir->var, temp);
109 ir->var->insert_after(temp);
113 ir->var = temp;
122 copy(void *ctx, ir_variable *output, ir_variable *temp) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_output_reads.cpp97 ir_variable *temp = entry ? (ir_variable *) entry->data : NULL; local in function:output_read_remover::visit
100 if (temp == NULL) {
102 temp = new(var_ctx) ir_variable(ir->var->type, ir->var->name,
105 temp->data.invariant = ir->var->data.invariant;
106 temp->data.precise = ir->var->data.precise;
107 temp->data.precision = ir->var->data.precision;
108 _mesa_hash_table_insert(replacements, ir->var, temp);
109 ir->var->insert_after(temp);
113 ir->var = temp;
122 copy(void *ctx, ir_variable *output, ir_variable *temp) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_decoder.c68 struct pipe_video_codec temp; local in function:vl_create_decoder
82 temp = *templat;
83 temp.width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
84 temp.height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
86 switch (u_reduce_video_profile(temp.profile)) {
88 return vl_create_mpeg12_decoder(pipe, &temp);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_decoder.c68 struct pipe_video_codec temp; local in function:vl_create_decoder
82 temp = *templat;
83 temp.width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
84 temp.height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
86 switch (u_reduce_video_profile(temp.profile)) {
88 return vl_create_mpeg12_decoder(pipe, &temp);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmir_squeeze.c39 unsigned temp = (uintptr_t) _mesa_hash_table_u64_search( local in function:find_or_allocate_temp
42 if (temp)
43 return temp - 1;
45 /* If no temp is find, allocate one */
46 temp = ctx->temp_count++;
50 hash + 1, (void *) ((uintptr_t) temp + 1));
52 return temp;
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A DdataTransform.cc113 directedLine *temp;
134 temp=copy_loop(jarchead, vertArray, index, dline_buf, sline_buf, index_dline);
135 ret = temp->insertPolygon(ret);
147 directedLine *temp; local in function:bin_to_DLineLoops
157 temp = arcLoopToDLineLoop(jarc);
158 ret = temp->insertPolygon(ret);
188 for(O_curve* temp = cur->next; temp != NULL; temp = temp local in function:o_curve_to_DLineLoop
198 O_trim* temp; local in function:o_trim_to_DLineLoops
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_ext.c112 unsigned temp; local in function:XGINew_Sense
124 temp = XGI_GetReg((XGIIOADDRESS) pVBInfo->Part4Port, 0x03);
125 temp = (temp ^ 0x0E) & ((tempcx & 0x7F00) >> 8);
127 return (temp > 0);
139 USHORT tempax = 0 , tempbx , tempcx , temp , local in function:XGI_GetSenseStatus
148 temp = tempax & 0x01 ;
150 temp = temp | ( tempax & 0x02 ) ;
151 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3d4 , 0x32 , 0xA0 , temp ) ;
306 unsigned temp = HwDeviceExtension->ulCRT2LCDType; local in function:XGINew_GetLCDDDCInfo
381 USHORT tempbx , tempcx , temp , i , tempch; local in function:XGINew_SenseHiTV
509 UCHAR temp ; local in function:XGISetDPMS
[all...]
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_dac.c48 unsigned long temp; local in function:ICS1562ClockSelect
61 temp = (pll_bits[i] >> (7-j)) & 1;
63 temp |= 2;
64 TGA_WRITE_REG(temp, TGA_CLOCK_REG);
594 write_av9110(ScrnInfoPtr pScrn, unsigned int *temp) argument
604 TGA2_WRITE_CLOCK_REG(temp[0], 0x0000);
605 TGA2_WRITE_CLOCK_REG(temp[1], 0x0000);
606 TGA2_WRITE_CLOCK_REG(temp[2], 0x0000);
607 TGA2_WRITE_CLOCK_REG(temp[3], 0x0000);
608 TGA2_WRITE_CLOCK_REG(temp[
647 unsigned int temp, temp1[6]; local in function:ICS9110ClockSelect
[all...]

Completed in 40 milliseconds

1234567891011>>