HomeSort by relevance Sort by last modified time
    Searched full:structsize (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bvinternal.h 22 unsigned int structsize; member in struct:bvbuffmap
bvbuffdesc.h 39 unsigned int structsize; member in struct:bvphysdesc
47 unsigned int structsize; member in struct:bvbuffdesc
bvcache.h 34 unsigned int structsize; member in struct:bvcopparams
bventry.h 31 unsigned int structsize; member in struct:bventry
bvsurfgeom.h 22 unsigned int structsize; member in struct:bvsurfgeom
bltsville.h 424 unsigned int structsize; member in struct:bvtileparams
466 unsigned int structsize; member in struct:bvcallbackerror
485 unsigned int structsize; member in struct:bvbltparams
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterStaticData.java 12 int structSize; /* +0: 4 Size of this structure */
41 structSize = structSize_;
UConverterSharedData.java 14 // uint32_t structSize; /* Size of this structure */
15 // int structSize; /* Size of this structure */
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 88 bool needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize);
150 unsigned structSize = 0;
151 if (needsUnimp(MI, structSize)) {
156 TII->get(SP::UNIMP)).addImm(structSize);
337 bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize)
354 StructSize = MO.getImm();
  /external/jpeg/
jcapimin.c 30 jpeg_CreateCompress (j_compress_ptr cinfo, int version, size_t structsize)
38 if (structsize != SIZEOF(struct jpeg_compress_struct))
40 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
jdapimin.c 30 jpeg_CreateDecompress (j_decompress_ptr cinfo, int version, size_t structsize)
38 if (structsize != SIZEOF(struct jpeg_decompress_struct))
40 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
jpeglib.h     [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcapimin.c 31 jpeg_CreateCompress (j_compress_ptr cinfo, int version, size_t structsize)
39 if (structsize != SIZEOF(struct jpeg_compress_struct))
41 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
fpdfapi_jdapimin.c 31 jpeg_CreateDecompress (j_decompress_ptr cinfo, int version, size_t structsize)
39 if (structsize != SIZEOF(struct jpeg_decompress_struct))
41 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
  /hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
omx_rpc_stub.c 321 OMX_U32 structSize = 0;
350 structSize = RPC_UTIL_GETSTRUCTSIZE(pCompParam);
351 RPC_SETFIELDCOPYGEN(pData, nPos, pCompParam, structSize);
395 OMX_U32 structSize = 0;
421 structSize = RPC_UTIL_GETSTRUCTSIZE(pCompParam);
422 RPC_SETFIELDCOPYGEN(pData, nPos, pCompParam, structSize);
434 structSize);
474 OMX_U32 structSize = 0;
499 structSize = RPC_UTIL_GETSTRUCTSIZE(pCompConfig);
500 RPC_SETFIELDCOPYGEN(pData, nPos, pCompConfig, structSize);
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_stub.c 315 OMX_U32 structSize = 0;
338 structSize = RPC_UTIL_GETSTRUCTSIZE(pCompParam);
339 RPC_SETFIELDCOPYGEN(pData, nPos, pCompParam, structSize);
383 OMX_U32 structSize = 0;
409 structSize = RPC_UTIL_GETSTRUCTSIZE(pCompParam);
410 RPC_SETFIELDCOPYGEN(pData, nPos, pCompParam, structSize);
422 structSize);
461 OMX_U32 structSize = 0;
486 structSize = RPC_UTIL_GETSTRUCTSIZE(pCompConfig);
487 RPC_SETFIELDCOPYGEN(pData, nPos, pCompConfig, structSize);
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 43 StructSize = 0;
52 if ((StructSize & (TyAlign-1)) != 0)
53 StructSize = RoundUpToAlignment(StructSize, TyAlign);
58 MemberOffsets[i] = StructSize;
59 StructSize += DL.getTypeAllocSize(Ty); // Consume space for this data item
67 if ((StructSize & (StructAlignment-1)) != 0)
68 StructSize = RoundUpToAlignment(StructSize, StructAlignment);
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 323 e->dstgeom.structsize = sizeof(struct bvsurfgeom);
345 srcdesc->structsize = sizeof(struct bvbuffdesc);
348 srcgeom->structsize = sizeof(struct bvsurfgeom);
395 e->src2desc.structsize = sizeof(struct bvbuffdesc);
421 e->bp.structsize = sizeof(struct bvbltparams);
456 e->bp.structsize = sizeof(struct bvbltparams);
496 e->bp.structsize = sizeof(struct bvbltparams);
504 e->src1desc.structsize = sizeof(struct bvbuffdesc);
511 e->src1geom.structsize = sizeof(struct bvsurfgeom);
    [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.h 66 uint32_t structSize; /* +0: 4 Size of this structure */
95 uint32_t structSize; /* Size of this structure */
ucnv_bld.cpp 296 source->structSize != sizeof(UConverterStaticData))
339 data->impl->load(data, pArgs, raw + source->structSize, status);
    [all...]
icuplug.cpp 46 uint32_t structSize; /**< initialized to the size of this structure */
337 plug->structSize = sizeof(UPlugData);
  /external/llvm/test/CodeGen/ARM/
struct_byval.ll 130 declare void @consumestruct(i8* nocapture %structp, i32 %structsize) nounwind
  /external/llvm/include/llvm/IR/
DataLayout.h 474 uint64_t StructSize;
479 uint64_t getSizeInBytes() const { return StructSize; }
481 uint64_t getSizeInBits() const { return 8 * StructSize; }
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 49 data->sharedData.structSize=sizeof(UConverterSharedData);
50 data->staticData.structSize=sizeof(UConverterStaticData);
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]

Completed in 423 milliseconds

1 2