HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1001 - 1025 of 1543) sorted by null

<<41424344454647484950>>

  /external/iproute2/ip/
ipxfrm.c 557 } base; local
559 memcpy(base.algo.alg_name, algo->alg_name, sizeof(base.algo.alg_name));
560 base.algo.alg_key_len = algo->alg_key_len;
561 memcpy(base.algo.alg_key, algo->alg_key, algo->alg_key_len / 8);
563 __xfrm_algo_print(&base.algo, XFRMA_ALG_AEAD, len, fp, prefix, 0);
  /external/javassist/src/main/javassist/
ClassPool.java 556 String base = classname.substring(0, classname.indexOf('[')); local
557 if ((!useCache || getCached(base) == null) && find(base) == null)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 175 Vector3f base = temp2.set(l1).subtractLocal(sCenter); local
178 float baseSquared = base.lengthSquared();
181 float EdotB = edge.dot(base);
184 float b = (edgeSquared * 2f * sVelocity.dot(base))
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultClient.java 33 package com.jme3.network.base;
  /external/libpcap/
pcap-int.h 83 u_char *base; member in struct:pcap_sf
112 void *dag_mem_base; /* DAG card memory base address */
  /external/libvpx/vp8/
vp8_cx_iface.c 80 vpx_codec_priv_t base; member in struct:vpx_codec_alg_priv
103 ctx->base.err_detail = error->has_detail
113 ctx->base.err_detail = str;\
500 ctx->priv = &priv->base;
668 ctx->base.err_detail = "Conflicting flags.";
733 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR)
    [all...]
  /external/libxml2/
SAX2.c 447 input->base = ctxt->input->cur;
497 const char *base = NULL; local
501 base = ctxt->input->filename;
502 if (base == NULL)
503 base = ctxt->directory;
505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
654 const char *base = NULL; local
657 base = ctxt->input->filename;
658 if (base == NULL)
659 base = ctxt->directory
673 const char *base = NULL; local
890 const char *base = NULL; local
910 const char *base = NULL; local
    [all...]
  /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:__anon12510
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/zlib/src/
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...]

Completed in 1485 milliseconds

<<41424344454647484950>>