HomeSort by relevance Sort by last modified time
    Searched refs:structSize (Results 1 - 19 of 19) sorted by null

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_size_helper.c 33 size_t structSize = 0;
35 structSize = sizeof(VkAllocationCallbacks);
37 return structSize;
42 size_t structSize = 0;
44 structSize = sizeof(VkAndroidSurfaceCreateInfoKHR);
45 structSize += sizeof(ANativeWindow);
47 return structSize;
52 size_t structSize = 0;
54 structSize = sizeof(VkApplicationInfo);
55 structSize += (pStruct->pApplicationName != NULL) ? sizeof(char)*(1+strlen(pStruct->pApplicationName)) : 0
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterStaticData.java 14 int structSize; /* +0: 4 Size of this structure */
43 structSize = structSize_;
UConverterDataReader.java 447 sd.structSize = byteBuffer.getInt();
CharsetMBCS.java 234 || staticData.structSize != UConverterStaticData.SIZE_OF_UCONVERTER_STATIC_DATA) {
    [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.h 68 uint32_t structSize; /* +0: 4 Size of this structure */
97 uint32_t structSize; /* Size of this structure */
ucnv_bld.cpp 299 source->structSize != sizeof(UConverterStaticData))
322 data->impl->load(data, pArgs, raw + source->structSize, status);
    [all...]
icuplug.cpp 53 uint32_t structSize; /**< initialized to the size of this structure */
347 plug->structSize = sizeof(UPlugData);
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 82 bool needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize);
117 unsigned structSize = 0;
118 if (needsUnimp(I, structSize)) {
122 TII->get(SP::UNIMP)).addImm(structSize);
305 bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize)
321 StructSize = MO.getImm();
  /system/tools/hidl/
CompoundType.cpp 441 size_t structAlign, structSize;
442 getAlignmentAndSize(&structAlign, &structSize);
447 << structSize
652 size_t structAlign, structSize;
653 getAlignmentAndSize(&structAlign, &structSize);
666 out << structSize << "/* size */);\n";
740 out << "android.os.HwBlob _hidl_blob = new android.os.HwBlob(" << structSize
    [all...]
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 89 bool needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize);
153 unsigned structSize = 0;
154 if (needsUnimp(MI, structSize)) {
159 TII->get(SP::UNIMP)).addImm(structSize);
356 bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize)
373 StructSize = MO.getImm();
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 572 size_t structSize;
574 structSize = sizeof(struct sound_trigger_phrase_sound_model);
576 structSize = sizeof(struct sound_trigger_sound_model);
579 if (sound_model->data_offset < structSize ||
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
makeconv.cpp 52 data->sharedData.structSize=sizeof(UConverterSharedData);
53 data->staticData.structSize=sizeof(UConverterStaticData);
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h     [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 471 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
  /hardware/google/av/codec2/vndk/util/
C2InterfaceUtils.cpp     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c     [all...]
  /external/swiftshader/src/OpenGL/compiler/
Intermediate.cpp 1203 size_t structSize = fields.size();
1206 for (size_t j = 0; j < structSize; j++) {
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 413 milliseconds