OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Current
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
iconmgr.c
53
static WList *
Current
= NULL;
413
if(!
Current
) {
417
cur_row =
Current
->row;
418
cur_col =
Current
->col;
419
ip =
Current
->iconmgr;
427
if((tmp =
Current
->next) == NULL) {
434
if((tmp =
Current
->prev) == NULL) {
544
if(!
Current
) {
545
Current
= Active;
547
if(!
Current
) {
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c
134
struct schedule_instruction *
Current
;
135
/** Array of the previous writers of
Current
's destination register
844
*
current
index, then it is OK to read from more than one component.
1155
if (*v && (*v)->Writer == s->
Current
) {
1161
* register. In this case, the
current
instruction (s->
Current
)
1168
/* We need to make sure we are adding s->
Current
to the
1172
add_tex_reader(s, s->PrevWriter[chan], s->
Current
);
1177
DBG("%i: read %i[%i] chan %i\n", s->
Current
->Instruction->IP, file, index, chan);
1180
reader->Reader = s->
Current
;
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c
134
struct schedule_instruction *
Current
;
135
/** Array of the previous writers of
Current
's destination register
844
*
current
index, then it is OK to read from more than one component.
1155
if (*v && (*v)->Writer == s->
Current
) {
1161
* register. In this case, the
current
instruction (s->
Current
)
1168
/* We need to make sure we are adding s->
Current
to the
1172
add_tex_reader(s, s->PrevWriter[chan], s->
Current
);
1177
DBG("%i: read %i[%i] chan %i\n", s->
Current
->Instruction->IP, file, index, chan);
1180
reader->Reader = s->
Current
;
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-param-util.h
108
// Dereferences the
current
iterator and provides (read-only) access
110
//
Current
() on an iterator equal to BaseGenerator()->End().
112
virtual const T*
Current
() const = 0;
137
const T& operator*() const { return *impl_->
Current
(); }
138
const T* operator->() const { return impl_->
Current
(); }
239
virtual const T*
Current
() const { return &value_; }
332
// responsible for not calling
Current
() on an out-of-range iterator.
333
virtual const T*
Current
() const {
360
// value_ needs to be mutable to be accessed in
Current
().
gtest-param-util-generated.h
3211
virtual const ParamType*
Current
() const { return ¤t_value_; }
3258
//
current
[i]_ is the actual traversing iterator.
3334
virtual const ParamType*
Current
() const { return ¤t_value_; }
3386
//
current
[i]_ is the actual traversing iterator.
3475
virtual const ParamType*
Current
() const { return ¤t_value_; }
3533
//
current
[i]_ is the actual traversing iterator.
3633
virtual const ParamType*
Current
() const { return ¤t_value_; }
3696
//
current
[i]_ is the actual traversing iterator.
3810
virtual const ParamType*
Current
() const { return ¤t_value_; }
3878
//
current
[i]_ is the actual traversing iterator
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_internal.h
74
struct ImGuiPopupRef; // Storage for
current
popup stack
116
extern IMGUI_API ImGuiContext* GImGui; //
Current
implicit ImGui context pointer
247
static inline float ImLinearSweep(float
current
, float target, float speed) { if (
current
< target) return ImMin(
current
+ speed, target); if (
current
> target) return ImMax(
current
- speed, target); return
current
; }
344
ImGuiSeparatorFlags_Horizontal = 1 << 0, // Axis default to
current
layout type, so generally Horizontal unless e.g. in a menu bar
357
ImGuiItemFlags_SelectableDontClosePopup = 1 << 5, // false // MenuItem/Selectable() automatically closes
current
Popup windo
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_internal.h
74
struct ImGuiPopupRef; // Storage for
current
popup stack
116
extern IMGUI_API ImGuiContext* GImGui; //
Current
implicit ImGui context pointer
247
static inline float ImLinearSweep(float
current
, float target, float speed) { if (
current
< target) return ImMin(
current
+ speed, target); if (
current
> target) return ImMax(
current
- speed, target); return
current
; }
344
ImGuiSeparatorFlags_Horizontal = 1 << 0, // Axis default to
current
layout type, so generally Horizontal unless e.g. in a menu bar
357
ImGuiItemFlags_SelectableDontClosePopup = 1 << 5, // false // MenuItem/Selectable() automatically closes
current
Popup windo
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h
425
*
Current
attribute group (GL_CURRENT_BIT).
430
* \name
Current
vertex attributes (color, texcoords, etc).
432
* \note Index and Edgeflag
current
values are stored as floats in the
439
* \name
Current
raster position attributes (always up to date after a
813
GLubyte _BackFace; /**<
Current
back stencil state (1 or 2) */
1181
* Sampler-related subset of a texture unit, like
current
texture objects.
1191
/**
Current
sampler object (GL_ARB_sampler_objects) */
1194
/**
Current
texture object pointers */
1243
/**
Current
compressed TexEnv & Combine state */
1699
* The VERT_BIT_* bits effectively enabled from the
current
_DrawVAO
5019
struct gl_array_attributes
current
[VBO_ATTRIB_MAX];
member in struct:vbo_context
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h
475
*
Current
attribute group (GL_CURRENT_BIT).
480
* \name
Current
vertex attributes (color, texcoords, etc).
482
* \note Index and Edgeflag
current
values are stored as floats in the
489
* \name
Current
raster position attributes (always up to date after a
836
GLubyte _BackFace; /**<
Current
back stencil state (1 or 2) */
1183
* Sampler-related subset of a texture unit, like
current
texture objects.
1192
/**
Current
sampler object (GL_ARB_sampler_objects) */
1195
/**
Current
texture object pointers */
1233
/**
Current
compressed TexEnv & Combine state */
1621
* The VERT_BIT_* bits effectively enabled from the
current
_DrawVAO
[
all
...]
Completed in 37 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026