/external/mesa3d/src/glsl/ |
ir.cpp | 859 /* The only other base types are structures, arrays, and samplers. 896 /* The only other base types are structures, arrays, and samplers. 932 /* The only other base types are structures, arrays, samplers, and 1143 /* Based on the number of elements in the swizzle and the base type 1199 * table encodes the base index encoded in the previous table plus the actual 1226 /* Validate the first character in the swizzle string and look up the base 1232 const unsigned base = base_idx[str[0] - 'a']; local 1242 swiz_idx[i] = idx_map[str[i] - 'a'] - base; [all...] |
/external/openssl/crypto/ec/ |
ec_asn1.c | 175 ASN1_OCTET_STRING *base; member in struct:ec_parameters_st 246 ASN1_SIMPLE(ECPARAMETERS, base, ASN1_OCTET_STRING), 370 /* set base type OID */ 616 /* set the base point */ 641 if (ret->base == NULL && (ret->base = ASN1_OCTET_STRING_new()) == NULL) 646 if (!ASN1_OCTET_STRING_set(ret->base, buffer, len)) 810 /* get the base type */ 938 if (!params->order || !params->base || !params->base->data [all...] |
/external/qemu/android/ |
main-common.c | 213 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height); 490 char* base; local 499 base = malloc( layout_size+1 ); 500 memcpy( base, layout_base, layout_size ); 501 base[layout_size] = 0; 504 aconfig_load(root, base); 950 // Base console port [all...] |
/external/qemu/android/skin/ |
image.c | 40 sdl_surface_from_argb32( void* base, int w, int h ) 43 base, w, h, 32, w*4, 273 extern void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height); 284 const unsigned char* base; local 289 base = android_resource_find( path+1, &size ); 290 if (base == NULL) { 295 data = readpng(base, size, &w, &h);
|
/external/qemu/distrib/zlib-1.2.3/ |
trees.c | 124 int extra_base; /* base index for extra_bits */ 498 int base = desc->stat_desc->extra_base; local 525 if (n >= base) xbits = extra[n-base]; [all...] |
/external/qemu/hw/ |
goldfish_fb.c | 454 uint32_t base; local 460 base = s->fb_base; 461 if(base == 0) 480 src_line = qemu_get_ram_ptr( base ); 527 base = 0; 529 if (compute_fb_update_rect_linear(&fbs, base, &rect) == 0) {
|
goldfish_nand.c | 124 uint32_t base; member in struct:__anon11180 653 void nand_dev_init(uint32_t base) 661 cpu_register_physical_memory(base, 0x00000fff, iomemtype); 662 s->base = base;
|
/external/qemu/telephony/ |
gsm.c | 1091 int len = 0, base = 0; local 1096 base = alpha[2] << 7; 1103 base = (alpha[2] << 8) | alpha[3]; 1114 result += utf8_write(dst, result, base + (c & 0x7f));
|
/external/quake/quake/src/QW/client/ |
r_alias.c | 110 // construct the base bounding box for this frame 613 byte *base;
local 617 base = Skin_Cache (currententity->scoreboard->skin);
618 if (base)
620 r_affinetridesc.pskin = base;
|
/external/skia/src/gpu/ |
GrTesselatedPathRenderer.cpp | 387 GrPoint* base = baseMem; local 388 GrPoint* vert = base; 389 GrPoint* subpathBase = base; 437 for (int i = 0; i < vert - base; i++) { 438 base[i].offset(translate->fX, translate->fY); 460 GrAssert((vert - base) <= maxPts); 462 size_t count = vert - base; 474 count = computeEdgesAndIntersect(matrix, inverse, base, count, &edges, 0.0f); 481 target->setVertexSourceToArray(layout, base, count); 489 base[i] = base[0] [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fst.h | 17 // Finite-State Transducer (FST) - abstract base class definition, 18 // state and arc iterator interface, and suggested base implementation. 233 StateIteratorBase<A> *base; // Specialized iterator if non-zero member in struct:fst::StateIteratorData 257 ~StateIterator() { if (data_.base) delete data_.base; } 260 return data_.base ? data_.base->Done() : s_ >= data_.nstates; 263 StateId Value() const { return data_.base ? data_.base->Value() : s_; } 266 if (data_.base) 305 ArcIteratorBase<A> *base; \/\/ Specialized iterator if non-zero member in struct:fst::ArcIteratorData [all...] |
/external/stlport/test/unit/ |
type_traits_test.cpp | 130 struct base struct 132 struct derived : public base 260 base b; 263 base *pb = &b;
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
CodeBlock.cpp | 667 int base = (++it)->u.operand; local 668 printf("[%4d] check_has_instance\t\t %s\n", location, registerName(exec, base).data()); 1154 int base = it[2].u.operand; local [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITPropertyAccess.cpp | 87 unsigned base = currentInstruction[2].u.operand; local 90 emitGetVirtualRegisters(base, regT0, property, regT1); 101 emitJumpSlowCaseIfNotJSCell(regT0, base); 116 unsigned base = currentInstruction[2].u.operand; local 120 linkSlowCaseIfNotJSCell(iter, base); // base cell check 122 linkSlowCase(iter); // base array check 136 stubCall.addArgument(base, regT2); 141 void JIT::compileGetDirectOffset(RegisterID base, RegisterID result, RegisterID offset, RegisterID scratch) 143 loadPtr(Address(base, OBJECT_OFFSETOF(JSObject, m_propertyStorage)), scratch) 150 unsigned base = currentInstruction[2].u.operand; local 175 unsigned base = currentInstruction[2].u.operand; local 191 unsigned base = currentInstruction[1].u.operand; local 535 loadPtr(Address(base, OBJECT_OFFSETOF(JSObject, m_propertyStorage)), base); local [all...] |
JITPropertyAccess32_64.cpp | 54 unsigned base = currentInstruction[1].u.operand; local 59 stubCall.addArgument(base); 67 unsigned base = currentInstruction[1].u.operand; local 72 stubCall.addArgument(base); 80 unsigned base = currentInstruction[1].u.operand; local 85 stubCall.addArgument(base); 94 unsigned base = currentInstruction[2].u.operand; local 98 stubCall.addArgument(base); 118 unsigned base = currentInstruction[2].u.operand; local 122 stubCall.addArgument(base); 134 unsigned base = currentInstruction[1].u.operand; local 153 int base = currentInstruction[2].u.operand; local 172 int base = currentInstruction[1].u.operand; local 209 int base = currentInstruction[2].u.operand; local 253 int base = currentInstruction[2].u.operand; local 305 unsigned base = currentInstruction[2].u.operand; local 328 unsigned base = currentInstruction[2].u.operand; local 356 unsigned base = currentInstruction[1].u.operand; local 390 unsigned base = currentInstruction[1].u.operand; local 409 int base = currentInstruction[2].u.operand; local 452 int base = currentInstruction[2].u.operand; local 493 int base = currentInstruction[1].u.operand; local 523 int base = currentInstruction[1].u.operand; local 548 loadPtr(Address(base, OBJECT_OFFSETOF(JSObject, m_propertyStorage)), base); local 1084 loadPtr(Address(base, OBJECT_OFFSETOF(JSObject, m_propertyStorage)), base); local 1092 unsigned base = currentInstruction[2].u.operand; local 1120 unsigned base = currentInstruction[2].u.operand; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
TextureMapperNode.h | 156 TransformationMatrix base, target, replica, forDescendants, perspective, local; member in struct:WebCore::TextureMapperNode::TransformData
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.h | 151 * @param smart_class_init initializer to use for the "base" field 173 * Evas_Smart_Class (base field) to latest EVAS_SMART_CLASS_VERSION 186 * Evas_Smart_Class (base field) to latest EVAS_SMART_CLASS_VERSION and name 270 Evas_Object_Smart_Clipped_Data base; member in struct:_Ewk_View_Smart_Data
|
/external/webp/src/dec/ |
idec.c | 100 const uint8_t* const base = mem->buf_ + mem->start_; local 104 memcpy(new_buf, base, MemDataSize(mem)); 109 REMAP(dec->parts_[p].buf_, base, new_buf); 110 REMAP(dec->parts_[p].buf_end_, base, new_buf); 141 const uint8_t* base = mem->buf_; local 150 REMAP(dec->parts_[p].buf_, base, data); 151 REMAP(dec->parts_[p].buf_end_, base, data); 158 REMAP(dec->br_.buf_, base, data); 159 REMAP(dec->br_.buf_end_, base, data);
|
io.c | 464 const int32_t base = src[x_in++]; local 465 const int32_t frac = base * (-accum); 466 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac; [all...] |
/external/webp/src/enc/ |
picture.c | 242 const int32_t base = src[x_in++]; local 243 const int32_t frac = base * (-x_accum); 244 frow[x_out] = (sum + base) * dst_width - frac;
|
/external/zlib/ |
trees.c | 120 int extra_base; /* base index for extra_bits */ 496 int base = desc->stat_desc->extra_base; local 523 if (n >= base) xbits = extra[n-base]; [all...] |
/frameworks/base/core/java/android/text/format/ |
Time.java | 717 String base = format(Y_M_D_T_H_M_S_000); local 723 return String.format("%s%s%02d:%02d", base, sign, hours, minutes);
|
/frameworks/base/core/java/com/android/internal/util/ |
XmlUtils.java | 95 int base = 10; local 111 base = 16; 114 base = 8; 120 base = 16; 123 return Integer.parseInt(nm.substring(index), base) * sign; 143 int base = 10; local 154 base = 16; 157 base = 8; 161 base = 16; 164 return (int) Long.parseLong(value.substring(index), base); [all...] |
/frameworks/base/core/jni/ |
com_google_android_gles_jni_EGLImpl.cpp | 131 jint* base = (jint *)_env->GetPrimitiveArrayCritical(major_minor, (jboolean *)0); local 132 if (len >= 1) base[0] = 1; 133 if (len >= 2) base[1] = 0; 134 _env->ReleasePrimitiveArrayCritical(major_minor, base, JNI_ABORT); 152 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local 153 success = eglQueryContext(dpy, ctx, attribute, base); 154 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT); 172 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local 173 success = eglQuerySurface(dpy, sur, attribute, base); 174 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT) 234 jint* base = beginNativeAttribList(_env, attrib_list); local 249 jint* base = beginNativeAttribList(_env, attrib_list); local 277 jint* base = 0; local [all...] |
/frameworks/base/tools/aidl/ |
aidl.cpp | 342 // for interfaces, also add the service base type, we don't 349 Type* base = new Type(c->package ? c->package : "", local 352 NAMES.Add(base); [all...] |