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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h 43 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ member in struct:snd_sf_zone
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h 43 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ member in struct:snd_sf_zone
  /external/v8/src/arm/
assembler-arm-inl.h 205 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize); local
211 && ((next_instr & kBlxRegMask) == kBlxRegPattern);
217 && ((next_instr & kLdrPCMask) == kLdrPCPattern);
  /external/valgrind/tsan/
ts_dynamorio.cc 418 instr_t *instr, *next_instr; local
419 for (instr = instrlist_first(bb); instr != NULL; instr = next_instr) {
420 next_instr = instr_get_next(instr);

Completed in 105 milliseconds