HomeSort by relevance Sort by last modified time
    Searched defs:structSize (Results 1 - 11 of 11) 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();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 87 bool needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize);
151 unsigned structSize = 0;
152 if (needsUnimp(MI, structSize)) {
157 TII->get(SP::UNIMP)).addImm(structSize);
354 bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize)
371 StructSize = MO.getImm();
  /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 563 size_t structSize;
565 structSize = sizeof(struct sound_trigger_phrase_sound_model);
567 structSize = sizeof(struct sound_trigger_sound_model);
570 if (sound_model->data_offset < structSize ||
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Intermediate.cpp 1203 size_t structSize = fields.size();
1206 for (size_t j = 0; j < structSize; j++) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsm16bitStorageTests.cpp     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h     [all...]

Completed in 934 milliseconds