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

  /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_;
  /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();
  /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 403 size_t structAlign, structSize;
404 getAlignmentAndSize(&structAlign, &structSize);
409 << structSize
637 size_t structAlign, structSize;
638 getAlignmentAndSize(&structAlign, &structSize);
645 out << structSize << "/* size */);\n";
720 << structSize
  /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 */
icuplug.cpp 53 uint32_t structSize; /**< initialized to the size of this structure */
347 plug->structSize = sizeof(UPlugData);
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 580 size_t structSize;
582 structSize = sizeof(struct sound_trigger_phrase_sound_model);
584 structSize = sizeof(struct sound_trigger_sound_model);
587 if (sound_model->data_offset < structSize ||
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Intermediate.cpp 1061 size_t structSize = fields.size();
1064 for (size_t j = 0; j < structSize; j++) {
    [all...]
  /prebuilts/ndk/r13/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/sonivox/arm-wt-22k/lib_src/
eas_mdls.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 840 uint32 structSize; // sizeof(SVGAScreenObject)
    [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 1953 milliseconds