| /xsrc/external/mit/xkeyboard-config/dist/tests/ruby/ |
| H A D | find_fragments.rb | 42 numDupSymbols = symbols.keys.inject(0) do | rv, keycode | 45 (c > 0) ? rv : rv + 1
|
| H A D | utils.rb | 34 values.inject(0) do | rv, hash | 35 rv + hash.length
|
| H A D | xkbparser.rb | 67 @includedSyms.inject(keys_original) do | rv, symsName | 69 rv | syms.keys
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_vec_index_to_swizzle.cpp | 57 ir_vec_index_to_swizzle_visitor::handle_rvalue(ir_rvalue **rv) argument 59 if (*rv == NULL) 62 ir_expression *const expr = (*rv)->as_expression(); 91 *rv = new(mem_ctx) ir_swizzle(expr->operands[0], i, 0, 0, 0, 1);
|
| H A D | lower_offset_array.cpp | 49 void handle_rvalue(ir_rvalue **rv); 55 lower_offset_array_visitor::handle_rvalue(ir_rvalue **rv) argument 57 if (*rv == NULL || (*rv)->ir_type != ir_type_texture) 60 ir_texture *ir = (ir_texture *) *rv; 78 *rv = new (mem_ctx) ir_dereference_variable(var);
|
| H A D | lower_vector_insert.cpp | 46 virtual void handle_rvalue(ir_rvalue **rv); 59 vector_insert_visitor::handle_rvalue(ir_rvalue **rv) argument 61 if (*rv == NULL || (*rv)->ir_type != ir_type_expression) 64 ir_expression *const expr = (ir_expression *) *rv; 106 *rv = new(factory.mem_ctx) ir_dereference_variable(temp); 151 *rv = new(factory.mem_ctx) ir_dereference_variable(temp);
|
| H A D | lower_vector_derefs.cpp | 45 virtual void handle_rvalue(ir_rvalue **rv); 170 vector_deref_visitor::handle_rvalue(ir_rvalue **rv) argument 172 if (*rv == NULL || (*rv)->ir_type != ir_type_dereference_array) 175 ir_dereference_array *const deref = (ir_dereference_array *) *rv; 191 *rv = new(mem_ctx) ir_expression(ir_binop_vector_extract,
|
| H A D | ir_array_refcount.cpp | 137 ir_rvalue *rv = ir; local in function:ir_array_refcount_visitor::visit_enter 138 while (rv->ir_type == ir_type_dereference_array) { 139 ir_dereference_array *const deref = rv->as_dereference_array(); 162 rv = array; 165 ir_dereference_variable *const var_deref = rv->as_dereference_variable();
|
| H A D | lower_tess_level.cpp | 221 lower_tess_level_visitor::handle_rvalue(ir_rvalue **rv) argument 223 if (*rv == NULL) 226 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); 245 *rv = expr;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_vec_index_to_swizzle.cpp | 57 ir_vec_index_to_swizzle_visitor::handle_rvalue(ir_rvalue **rv) argument 59 if (*rv == NULL) 62 ir_expression *const expr = (*rv)->as_expression(); 91 *rv = new(mem_ctx) ir_swizzle(expr->operands[0], i, 0, 0, 0, 1);
|
| H A D | lower_offset_array.cpp | 49 void handle_rvalue(ir_rvalue **rv); 55 lower_offset_array_visitor::handle_rvalue(ir_rvalue **rv) argument 57 if (*rv == NULL || (*rv)->ir_type != ir_type_texture) 60 ir_texture *ir = (ir_texture *) *rv; 78 *rv = new (mem_ctx) ir_dereference_variable(var);
|
| H A D | lower_vector_insert.cpp | 45 virtual void handle_rvalue(ir_rvalue **rv); 56 vector_insert_visitor::handle_rvalue(ir_rvalue **rv) argument 58 if (*rv == NULL || (*rv)->ir_type != ir_type_expression) 61 ir_expression *const expr = (ir_expression *) *rv; 88 *rv = new(factory.mem_ctx) ir_dereference_variable(temp); 133 *rv = new(factory.mem_ctx) ir_dereference_variable(temp);
|
| H A D | lower_vector_derefs.cpp | 45 virtual void handle_rvalue(ir_rvalue **rv); 154 vector_deref_visitor::handle_rvalue(ir_rvalue **rv) argument 156 if (*rv == NULL || (*rv)->ir_type != ir_type_dereference_array) 159 ir_dereference_array *const deref = (ir_dereference_array *) *rv; 175 *rv = new(mem_ctx) ir_expression(ir_binop_vector_extract,
|
| H A D | ir_array_refcount.cpp | 185 ir_rvalue *rv = ir; local in function:ir_array_refcount_visitor::visit_enter 186 while (rv->ir_type == ir_type_dereference_array) { 187 ir_dereference_array *const deref = rv->as_dereference_array(); 210 rv = array; 213 ir_dereference_variable *const var_deref = rv->as_dereference_variable();
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | querymatrix.c | 52 GLbitfield rv; local in function:_mesa_QueryMatrixxOES 93 rv = 0; 126 rv |= bit; 140 rv |= bit; 149 rv |= bit; 156 return rv;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | querymatrix.c | 52 GLbitfield rv; local in function:_mesa_QueryMatrixxOES 93 rv = 0; 126 rv |= bit; 140 rv |= bit; 149 rv |= bit; 156 return rv;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/new/ |
| H A D | genCommon.py | 129 rv = str(self.type) 130 if not rv.endswith("*"): 131 rv += " " 132 rv += self.name 133 return rv 218 rv = typeName.strip() 221 rv = re.sub(r"\bGLvoid\b", "void", rv) 224 rv = re.sub(r"\b(GLhalf|GLintptr|GLsizeiptr|GLint64|GLuint64)(?:ARB|EXT|NV|ATI)\b", r"\1", rv) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mapi/new/ |
| H A D | genCommon.py | 129 rv = str(self.type) 130 if not rv.endswith("*"): 131 rv += " " 132 rv += self.name 133 return rv 218 rv = typeName.strip() 221 rv = re.sub(r"\bGLvoid\b", "void", rv) 224 rv = re.sub(r"\b(GLhalf|GLintptr|GLsizeiptr|GLint64|GLuint64)(?:ARB|EXT|NV|ATI)\b", r"\1", rv) [all...] |
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | xfont.c | 112 int rv; /* return value */ local in function:MakeBitmapsFromFont 133 rv = __glXMakeBitmapFromGlyph(pFont, pci); 134 if (rv) { 135 return rv;
|
| H A D | vndservermapping.c | 46 int rv; local in function:LookupXIDMapResource 48 rv = dixLookupResourceByType(&ptr, id, idResource, NULL, DixReadAccess); 49 if (rv == Success) { 65 int rv = dixLookupResourceByClass(&ptr, id, RC_DRAWABLE, NULL, local in function:GlxGetXIDMap 67 if (rv == Success && ptr != NULL) {
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | tri.c | 144 GLbitfield rv; local in function:test_query_matrix 150 rv = (*procQueryMatrixx)(mantissa, exponent); 152 if (rv & (1<<i)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | ppc_video.c | 106 int rv; local in function:xf86ReadBIOS 124 rv = read(kmem, Buf, Len); 126 return rv;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | xfont.c | 115 int rv; /* return value */ local in function:MakeBitmapsFromFont 136 rv = __glXMakeBitmapFromGlyph(pFont, pci); 137 if (rv) { 138 return rv;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_if_conversion.cpp | 42 regions_vec &rv = sh.get_regions(); local in function:r600_sb::if_conversion::run 45 for (regions_vec::reverse_iterator I = rv.rbegin(); I != rv.rend(); ) { 48 I = regions_vec::reverse_iterator(rv.erase((++I).base()));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_if_conversion.cpp | 42 regions_vec &rv = sh.get_regions(); local in function:r600_sb::if_conversion::run 45 for (regions_vec::reverse_iterator I = rv.rbegin(); I != rv.rend(); ) { 48 I = regions_vec::reverse_iterator(rv.erase((++I).base()));
|