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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
set.h 33 #define BytesPerWord sizeof(unsigned)
57 if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \
set.c 300 a->setword = (unsigned *) calloc(n, BytesPerWord);
313 a->setword = (unsigned *) realloc( (char *)a->setword, (n*BytesPerWord) );
787 q = (unsigned *) malloc((max_deg+1)*BytesPerWord);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
pcctscfg.h 276 #define BytesPerWord sizeof(unsigned)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
pcctscfg.h 276 #define BytesPerWord sizeof(unsigned)
  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp 34 constexpr SizeT BytesPerWord = sizeof(uint32_t);
310 for (SizeT Offset = 0; Iter != PoisonVals.end(); Offset += BytesPerWord) {
311 int32_t CurVals[BytesPerWord] = {0};
312 for (uint32_t i = 0; i < BytesPerWord; ++i) {

Completed in 484 milliseconds