Searched refs:current (Results 1 - 25 of 1176) sorted by relevance

1234567891011>>

/xsrc/external/mit/ctwm/dist/
H A Dclicktofocus.h4 void set_last_window(WorkSpace *current);
H A Dclicktofocus.c6 static TwmWindow *get_last_window(WorkSpace *current) argument
11 if(! current) {
16 if(!first && !t->isiconmgr && OCCUPY(t, current) && t->mapped) {
19 if(t->hasfocusvisible && OCCUPY(t, current)) {
27 void set_last_window(WorkSpace *current) argument
31 t = get_last_window(current);
/xsrc/external/mit/mkfontscale/dist/
H A Dconstlist.c30 ConstListPtr current; local in function:appendConstList
38 for (current = first; current->next; current = current->next)
41 current->next = second;
48 ConstListPtr first, current; local in function:makeConstList
61 current = first;
71 current->next = next;
72 current
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.c69 p->current->header.predicate_control = BRW_PREDICATE_NONE;
77 p->current->header.predicate_control = BRW_PREDICATE_NORMAL;
95 p->current->header.compression_control = GEN6_COMPRESSION_1Q;
99 p->current->header.compression_control = GEN6_COMPRESSION_2Q;
105 p->current->header.compression_control = GEN6_COMPRESSION_1H;
109 p->current->header.compression_control = GEN6_COMPRESSION_1H;
113 p->current->header.compression_control = compression_control;
119 assert(p->current != &p->stack[BRW_EU_MAX_INSN_STACK-1]);
120 memcpy(p->current+1, p->current, sizeo
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.c69 p->current->header.predicate_control = BRW_PREDICATE_NONE;
77 p->current->header.predicate_control = BRW_PREDICATE_NORMAL;
95 p->current->header.compression_control = GEN6_COMPRESSION_1Q;
99 p->current->header.compression_control = GEN6_COMPRESSION_2Q;
105 p->current->header.compression_control = GEN6_COMPRESSION_1H;
109 p->current->header.compression_control = GEN6_COMPRESSION_1H;
113 p->current->header.compression_control = compression_control;
119 assert(p->current != &p->stack[BRW_EU_MAX_INSN_STACK-1]);
120 memcpy(p->current+1, p->current, sizeo
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_barriers.c41 nir_intrinsic_instr *current = nir_instr_as_intrinsic(instr); local in function:nir_opt_combine_memory_barriers_impl
42 if (current->intrinsic != nir_intrinsic_scoped_barrier ||
43 nir_intrinsic_execution_scope(current) != NIR_SCOPE_NONE) {
48 if (prev && combine_cb(prev, current, data)) {
49 nir_instr_remove(&current->instr);
52 prev = current;
/xsrc/external/mit/freetype/dist/src/base/
H A Dftgloadr.c51 * loader.current Describes the top of the stack, on which a new
55 * Prepare Set up `loader.current' for addition of a new glyph
57 * Add Add the `current' glyph image to the `base' one,
90 FT_GlyphLoad current = &loader->current; local in function:FT_GlyphLoader_Rewind
98 *current = *base;
141 /* re-adjust the `current' outline fields */
146 FT_Outline* current = &loader->current.outline; local in function:FT_GlyphLoader_Adjust_Points
149 current
193 FT_GlyphLoad current = &loader->current; local in function:FT_GlyphLoader_Adjust_Subglyphs
212 FT_Outline* current = &loader->current.outline; local in function:FT_GlyphLoader_CheckPoints
301 FT_GlyphLoad current = &loader->current; local in function:FT_GlyphLoader_CheckSubGlyphs
326 FT_GlyphLoad current = &loader->current; local in function:FT_GlyphLoader_Prepare
343 FT_GlyphLoad current; local in function:FT_GlyphLoader_Add
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dtimestamp.hpp57 /// Get the current timestamp value.
59 class current { class in namespace:clover::timestamp
61 current(command_queue &q);
H A Dtimestamp.cpp57 timestamp::current::current(command_queue &q) : function in class:timestamp::current
62 timestamp::current::operator()() const {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dtimestamp.hpp57 /// Get the current timestamp value.
59 class current { class in namespace:clover::timestamp
61 current(command_queue &q);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_cs.h49 assert(size <= (cs_copy->current.max_dw - cs_copy->current.cdw)); \
75 cs_copy->current.buf[cs_copy->current.cdw++] = (value); \
99 memcpy(cs_copy->current.buf + cs_copy->current.cdw, (values), (count) * 4); \
100 cs_copy->current.cdw += (count); \
123 memcpy(cs_copy->current.buf + cs_copy->current.cdw, (values), (count) * 4); \
124 cs_copy->current
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_cs.h49 assert(size <= (cs_copy->current.max_dw - cs_copy->current.cdw)); \
75 cs_copy->current.buf[cs_copy->current.cdw++] = (value); \
99 memcpy(cs_copy->current.buf + cs_copy->current.cdw, (values), (count) * 4); \
100 cs_copy->current.cdw += (count); \
123 memcpy(cs_copy->current.buf + cs_copy->current.cdw, (values), (count) * 4); \
124 cs_copy->current
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dxfree86.c82 char *current = NULL; local in function:xfree86_add_comment
87 current = xf86addComment(current, comment);
91 assert(!strcmp(current, compare));
94 strcpy(current, "\n");
96 current = xf86addComment(current, comment);
99 assert(!strcmp(current, compare));
101 free(current);
/xsrc/external/mit/bitmap/dist/
H A DReqMach.c106 * Engages the request designated by the current parameter.
110 Engage(BitmapWidget BW, Cardinal current) argument
112 BW->bitmap.current = current;
116 BW->bitmap.request_stack[current].request->name);
118 if (BW->bitmap.request_stack[current].request->engage) {
119 (*BW->bitmap.request_stack[current].request->engage)
121 BW->bitmap.request_stack[current].status,
122 BW->bitmap.request_stack[current].request->engage_client_data,
123 BW->bitmap.request_stack[current]
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dbin.h47 Arc_ptr current; /* current arc on list */ member in class:Bin
92 * BinIter::nextarc - return current arc in bin and advance pointer to next arc
99 Arc_ptr jarc = current;
105 if( jarc ) current = jarc->link;
110 * BinIter::firstarc - set current arc to first arc of bin advance to next arc
117 current = head;
/xsrc/external/mit/xsm/dist/
H A Dchoose.c365 XawListReturnStruct *current;
370 current = XawListShowCurrent (chooseSessionListWidget);
371 if (current->list_index > 0)
372 SessionSelected (current->list_index - 1, True);
373 XtFree ((char *) current); local in function:ChooseSessionDown
380 XawListReturnStruct *current;
385 current = XawListShowCurrent (chooseSessionListWidget);
386 if (current->list_index < sessionNameCount - 1)
387 SessionSelected (current->list_index + 1, True);
388 XtFree ((char *) current);
358 XawListReturnStruct *current; local in function:ChooseSessionUp
390 XawListReturnStruct *current; local in function:ChooseSessionBtn1Down
405 XawListReturnStruct *current; local in function:ChooseSessionLoadXtProc
454 XawListReturnStruct *current; local in function:ChooseSessionDeleteXtProc
549 XawListReturnStruct *current; local in function:ChooseSessionBreakLockXtProc
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_emit.c162 i915->current.immediate[I915_IMMEDIATE_S0]);
170 emit_immediate_s5(i915, i915->current.immediate[i]);
172 OUT_BATCH(i915->current.immediate[i]);
190 OUT_BATCH(i915->current.dynamic[i]);
199 if (i915->current.cbuf_bo && (i915->static_dirty & I915_DST_BUF_COLOR)) {
201 i915->current.cbuf_bo;
205 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) {
207 i915->current.depth_bo;
221 if (i915->current.cbuf_bo && (i915->static_dirty & I915_DST_BUF_COLOR)) {
223 OUT_BATCH(i915->current
[all...]
H A Di915_state_static.c92 i915->current.cbuf_bo = tex->buffer;
93 i915->current.cbuf_flags = surf->buf_info;
100 i915->current.cbuf_bo = NULL;
116 i915->current.depth_bo = tex->buffer;
117 i915->current.depth_flags = surf->buf_info;
119 i915->current.depth_bo = NULL;
126 if (i915->current.draw_offset != draw_offset) {
127 i915->current.draw_offset = draw_offset;
131 if (i915->current.draw_size != draw_size) {
132 i915->current
[all...]
H A Di915_fpc_optimize.c313 union i915_full_token *current; local in function:liveness_analysis
324 current = &tokens->Tokens[i];
326 if (current->Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION)
329 opcode = current->FullInstruction.Instruction.Opcode;
334 dst_reg = &current->FullInstruction.Dst[0];
345 current = &tokens->Tokens[i];
347 if (current->Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION)
350 opcode = current->FullInstruction.Instruction.Opcode;
355 src_reg = &current->FullInstruction.Src[2];
359 src_reg = &current
426 union i915_full_token *current = &tokens->Tokens[index - 1]; local in function:i915_fpc_optimize_mov_before_tex
453 i915_fpc_optimize_mov_after_mov(union i915_full_token * current,union i915_full_token * next) argument
514 i915_fpc_optimize_mov_after_alu(union i915_full_token * current,union i915_full_token * next) argument
591 union i915_full_token current; local in function:i915_fpc_useless_mov
620 union i915_full_token *current = &tokens->Tokens[index - 1]; local in function:i915_fpc_optimize_useless_mov_after_inst
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxisb.c83 b->current = 1; /* force it to be past the end to trigger initial read */
101 if (b->current >= b->end)
127 b->current = 0;
132 ErrorF ("read 0x%02x (%c)\n", b->buf[b->current],
133 isprint(b->buf[b->current])?b->buf[b->current]:'.');
135 return b->buf[b->current++];
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxisb.c81 b->current = 1; /* force it to be past the end to trigger initial read */
99 if (b->current >= b->end) {
121 b->current = 0;
126 ErrorF("read 0x%02x (%c)\n", b->buf[b->current],
127 isprint(b->buf[b->current]) ? b->buf[b->current] : '.');
129 return b->buf[b->current++];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c294 union i915_full_token *current; local in function:liveness_analysis
307 current = &tokens->Tokens[i];
309 if (current->Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION)
312 opcode = current->FullInstruction.Instruction.Opcode;
318 dst_reg = &current->FullInstruction.Dst[0];
330 current = &tokens->Tokens[i];
332 if (current->Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION)
335 opcode = current->FullInstruction.Instruction.Opcode;
341 src_reg = &current->FullInstruction.Src[2];
344 src_reg = &current
405 union i915_full_token *current = &tokens->Tokens[index - 1]; local in function:i915_fpc_optimize_mov_before_tex
430 i915_fpc_optimize_mov_after_mov(union i915_full_token * current,union i915_full_token * next) argument
486 i915_fpc_optimize_mov_after_alu(union i915_full_token * current,union i915_full_token * next) argument
545 union i915_full_token current; local in function:i915_fpc_useless_mov
572 union i915_full_token *current = &tokens->Tokens[index - 1]; local in function:i915_fpc_optimize_useless_mov_after_inst
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dblob.c105 blob->current = blob->data + ALIGN(blob->current - blob->data, alignment);
245 blob->current = data;
259 if (blob->current <= blob->end && blob->end - blob->current >= size)
275 ret = blob->current;
277 blob->current += size;
298 blob->current += size;
316 ret = *((uint32_t*) blob->current);
318 blob->current
[all...]
/xsrc/external/mit/xcb-util/dist/renderutil/
H A Dglyph.c48 uint32_t *current; member in struct:xcb_render_util_composite_text_stream_t
51 #define CURRENT_LEN(s) (((char *)s->current - (char *)s->stream))
76 stream->current = stream->stream;
90 stream->current = stream->stream + (current_len>>2);
114 memcpy(stream->current, &header, sizeof(header));
115 stream->current += 2;
117 memcpy(stream->current, glyphs, header.count);
118 stream->current += ((int)header.count+3)>>2;
140 memcpy(stream->current, &header, sizeof(header));
141 stream->current
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinitextx.c195 DisplayModePtr new = NULL, current = NULL, first = NULL; local in function:SiSBuildBuiltInModeList
248 if(current) {
249 current->next = new;
250 new->prev = current;
253 current = new;
255 sprintf(current->name, "%hu%hu", pSiS->SiS_Pr->SiS_RefIndex[i].XRes,
258 current->status = MODE_OK;
260 current->type = M_T_DEFAULT;
284 current->Clock = (int)(14318 * (divider / postscalar) * (num / denum));
289 pSiS->SiS_Pr->SiS_RefIndex[i].YRes, current);
[all...]

Completed in 17 milliseconds

1234567891011>>