| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_knobs.py | 48 rval = 0 68 rval = CopyFileIfDifferent(output_file, args.output) 71 rval = 1
|
| H A D | gen_common.py | 75 rval = 0 79 rval = 1 80 return rval 148 rval = CopyDirFilesIfDifferent(src_path, dst_path, recurse, verbose, orig_dst) 150 rval = CopyFileIfDifferent(src_path, dst_path, verbose) 152 if rval: 153 return rval
|
| H A D | gen_archrast.py | 168 rval = 0 199 rval = 1 201 return rval
|
| H A D | gen_backends.py | 113 rval = 0 155 rval = CopyDirFilesIfDifferent(tmp_output_dir, args.outdir) 158 rval = 1 163 return rval
|
| H A D | gen_llvm_ir_macros.py | 323 rval = 0 340 rval = CopyDirFilesIfDifferent(args.output, final_output_dir) 344 rval = 1 349 return rval
|
| H A D | gen_llvm_types.py | 345 rval = 0 349 rval = CopyFileIfDifferent(args.output, final_output_file) 352 rval = 1 357 return rval
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_knobs.py | 47 rval = 0 67 rval = CopyFileIfDifferent(output_file, args.output) 70 rval = 1
|
| H A D | gen_common.py | 74 rval = 0 78 rval = 1 79 return rval 147 rval = CopyDirFilesIfDifferent(src_path, dst_path, recurse, verbose, orig_dst) 149 rval = CopyFileIfDifferent(src_path, dst_path, verbose) 151 if rval: 152 return rval
|
| H A D | gen_backends.py | 111 rval = 0 153 rval = CopyDirFilesIfDifferent(tmp_output_dir, args.outdir) 156 rval = 1 161 return rval
|
| H A D | gen_llvm_ir_macros.py | 332 rval = 0 349 rval = CopyDirFilesIfDifferent(args.output, final_output_dir) 353 rval = 1 358 return rval
|
| H A D | gen_llvm_types.py | 344 rval = 0 348 rval = CopyFileIfDifferent(args.output, final_output_file) 351 rval = 1 356 return rval
|
| H A D | gen_archrast.py | 291 rval = 0 322 rval = 1 324 return rval
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 764 int rval; local in function:xf86NewInputDevice 774 rval = BadName; 784 rval = BadImplementation; 790 rval = drv->PreInit(drv, pInfo, 0); 792 if (rval != Success) { 793 xf86Msg(X_ERROR, "PreInit returned %d for \"%s\"\n", rval, pInfo->name); 799 rval = BadAlloc; 803 rval = ActivateDevice(dev, TRUE); 804 if (rval != Success) 811 rval 856 int rval = Success; local in function:NewInputDeviceRequest [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | prngc.c | 68 int fd, addr_len, rval, errors; local in function:get_prngd_bytes 113 rval = -1; 159 rval = 0; 164 return rval;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_vectorize.cpp | 153 ir_rvalue *rval = expr->operands[i]->as_rvalue(); local in function:rewrite_swizzle 154 if (rval && rval->type->is_scalar() && 155 !rval->as_expression() && !rval->as_swizzle()) { 156 expr->operands[i] = new(ir) ir_swizzle(rval, 0, 0, 0, 0,
|
| H A D | opt_minmax.cpp | 331 get_range(ir_rvalue *rval) argument 333 ir_expression *expr = rval->as_expression(); 341 ir_constant *c = rval->as_constant(); 491 swizzle_if_required(ir_expression *expr, ir_rvalue *rval) argument 493 if (expr->type->is_vector() && rval->type->is_scalar()) { 494 return swizzle(rval, SWIZZLE_XXXX, expr->type->vector_elements); 496 return rval;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_vectorize.cpp | 153 ir_rvalue *rval = expr->operands[i]->as_rvalue(); local in function:rewrite_swizzle 154 if (rval && rval->type->is_scalar() && 155 !rval->as_expression() && !rval->as_swizzle()) { 156 expr->operands[i] = new(ir) ir_swizzle(rval, 0, 0, 0, 0,
|
| H A D | opt_minmax.cpp | 286 get_range(ir_rvalue *rval) argument 288 ir_expression *expr = rval->as_expression(); 296 ir_constant *c = rval->as_constant(); 446 swizzle_if_required(ir_expression *expr, ir_rvalue *rval) argument 448 if (expr->type->is_vector() && rval->type->is_scalar()) { 449 return swizzle(rval, SWIZZLE_XXXX, expr->type->vector_elements); 451 return rval;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 906 int rval; local in function:xf86NewInputDevice 923 rval = BadName; 935 rval = BadImplementation; 968 rval = drv->PreInit(drv, pInfo, 0); 971 if (rval != Success) { 972 xf86Msg(X_ERROR, "PreInit returned %d for \"%s\"\n", rval, pInfo->name); 977 rval = BadAlloc; 981 rval = ActivateDevice(dev, TRUE); 982 if (rval != Success) { 988 rval 1030 int rval = Success; local in function:NewInputDeviceRequest [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | ddxList.c | 130 int rval; local in function:XkbDDXListComponent 273 else if ((rval=Pclose(in))!=0) { 275 ErrorF("[xkb] xkbcomp returned exit code %d\n",rval);
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttsbit.c | 860 FT_UShort rval; local in function:tt_sbit_decoder_load_bit_aligned 905 /* the higher byte of `rval' is used as a buffer */ 906 rval = 0; 922 rval = *p++; 928 rval |= *p++; 933 rval >>= 8; 937 *pwrite++ |= ( ( rval >> nbits ) & 0xFF ) & 939 rval <<= 8; 947 rval |= *p++; 948 *pwrite++ |= ( rval >> nbit [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | netbsd_pci.c | 100 uint32_t rval; local in function:pci_read 106 (unsigned int)dev, (unsigned int)func, reg, &rval) == -1) 109 *val = rval; 211 u_int reg, rval; local in function:pci_device_netbsd_read 221 (unsigned int)dev->func, reg, &rval)) == -1) 224 rval = htole32(rval); 225 rval >>= ((offset & 0x3) * 8); 227 memcpy(data, &rval, toread);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcdbg.c | 364 printf ("(%g, %g)", expr->u.rval->begin, expr->u.rval->end);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.h | 1285 inline void add(Value *rval, int& id) { allRValues.insert(rval, id); } argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.h | 1339 inline void add(Value *rval, int& id) { allRValues.insert(rval, id); } argument
|