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

  /external/flac/libFLAC/include/private/
cpu.h 149 FLAC__bool use_asm; member in struct:__anon19177
  /external/flac/libFLAC/
cpu.c 155 info->use_asm = true; /* we assume a minimum of 80386 with FLAC__CPU_IA32 */
338 info->use_asm = false;
350 info->use_asm = true;
396 info->use_asm = false;
404 info->use_asm = false;
stream_encoder.c     [all...]
stream_decoder.c 394 if(decoder->private_->cpuinfo.use_asm) {
    [all...]
  /external/v8/src/ast/
ast-value-factory.h 319 F(use_asm, "use asm") \
  /external/v8/src/asmjs/
asm-typer.cc 445 ExpressionStatement* use_asm = first_statement->AsExpressionStatement(); local
446 if (use_asm == nullptr) {
450 Literal* use_asm_literal = use_asm->expression()->AsLiteral();
    [all...]

Completed in 525 milliseconds