Home
last modified time | relevance | path

Searched refs:initFunction (Results 1 – 7 of 7) sorted by relevance

/external/lz4/tests/
Dfullbench.c539 void (*initFunction)(void) = NULL; in fullSpeedBench() local
578 …case 9 : compressionFunction = local_LZ4_compress_fast_continue0; initFunction = local_LZ4_createS… in fullSpeedBench()
582 …case 14: compressionFunction = local_LZ4_compress_HC_continue; initFunction = local_LZ4_resetStrea… in fullSpeedBench()
584 …case 20: compressionFunction = local_LZ4_compress_forceDict; initFunction = local_LZ4_resetDictT; … in fullSpeedBench()
613 if (initFunction!=NULL) initFunction(); in fullSpeedBench()
/external/lz4/programs/
Dbench.c162 void (*initFunction)( member
287 pParams->initFunction = LZ4_compressInitStream; in LZ4_buildCompressionParameters()
292 pParams->initFunction = LZ4_compressInitStreamHC; in LZ4_buildCompressionParameters()
298 pParams->initFunction = LZ4_compressInitNoStream; in LZ4_buildCompressionParameters()
381 compP.initFunction(&compP); in BMK_benchMem()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_table_autogen.mm643 this->initFunction =
657 this->initFunction = Initialize4ComponentData<GLfloat, 0x00000000, 0x00000000,
671 this->initFunction = Initialize4ComponentData<GLubyte, 0x00, 0x00, 0x00, 0xFF>;
678 this->initFunction =
686 this->initFunction = Initialize4ComponentData<GLshort, 0x0000, 0x0000, 0x0000, 0x0001>;
693 this->initFunction = Initialize4ComponentData<GLushort, 0x0000, 0x0000, 0x0000, 0x7FFF>;
700 this->initFunction = Initialize4ComponentData<GLushort, 0x0000, 0x0000, 0x0000, 0x0001>;
707 this->initFunction = Initialize4ComponentData<GLushort, 0x0000, 0x0000, 0x0000, 0xFFFF>;
714 this->initFunction = Initialize4ComponentData<GLfloat, 0x00000000, 0x00000000,
722 this->initFunction =
[all …]
Dmtl_format_utils.h95 InitializeTextureDataFunction initFunction = nullptr; member
Dmtl_utils.mm435 if (textureObjFormat.initFunction)
437 textureObjFormat.initFunction(size.width, 1, 1, conversionRow.data(), dstRowPitch, 0);
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h94757 int (*initFunction)(struct us_data *); member
Dvmlinux.h94757 int (*initFunction)(struct us_data *); member