HomeSort by relevance Sort by last modified time
    Searched full:pext (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
Makefile.inc 9 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-pext.asm
10 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-pext.hex
  /external/clang/test/CodeGen/
bmi2-builtins.c 20 // CHECK: @llvm.x86.bmi.pext.32
44 // CHECK: @llvm.x86.bmi.pext.64
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 43 pExt = pointer to the external interface structure. See the file
62 pExt: (more detail in the file pvmp3decoder_api.h)
157 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
173 pVars->inputStream.pBuffer = pExt->pInputBuffer;
176 pVars->inputStream.usedBits = pExt->inputBufferUsedLength << 3;
177 pVars->inputStream.inputBufferCurrentLength = pExt->inputBufferCurrentLength;
186 pExt->outputFrameSize = 0;
191 pExt->num_channels = pVars->num_channels;
203 if (pExt->outputFrameSize >= outputFrameSize)
205 pExt->outputFrameSize = outputFrameSize
    [all...]
pvmp3_seek_synch.cpp 45 pExt = pointer to the external interface structure. See the file
130 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
140 pVars->inputStream.pBuffer = pExt->pInputBuffer;
141 pVars->inputStream.usedBits = (pExt->inputBufferUsedLength << 3); // in bits
144 pVars->inputStream.inputBufferCurrentLength = (pExt->inputBufferCurrentLength); // in bits
196 pExt->CurrentFrameLength = numBytes + 3;
202 pExt->inputBufferUsedLength = pVars->inputStream.usedBits >> 3;
226 pExt->inputBufferUsedLength = pVars->inputStream.usedBits >> 3; /// !!!!!
231 pExt->inputBufferCurrentLength = 0;
237 pExt->inputBufferCurrentLength = 0
    [all...]
pvmp3_framedecoder.h 90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
97 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
pvmp3_seek_synch.h 91 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
  /bionic/libc/stdio/
findfp.c 79 struct __sfileext *pext; local
89 pext = (struct __sfileext *)
96 _FILEEXT_SETUP(p, pext);
98 pext++;
  /external/llvm/test/CodeGen/X86/
bmi.ll 251 %tmp = tail call i32 @llvm.x86.bmi.pext.32(i32 %x, i32 %y)
259 %tmp = tail call i32 @llvm.x86.bmi.pext.32(i32 %x, i32 %y1)
265 declare i32 @llvm.x86.bmi.pext.32(i32, i32) nounwind readnone
268 %tmp = tail call i64 @llvm.x86.bmi.pext.64(i64 %x, i64 %y)
274 declare i64 @llvm.x86.bmi.pext.64(i64, i64) nounwind readnone
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 241 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
  /external/llvm/lib/Target/X86/
X86InstrInfo.td     [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 498 pext, vex_gpr_reg_nds_rm_0F_insn, 2, SUF_Z, 0xF3, 0x38, 0xF5, ONLY_AVX, CPU_BMI2, 0, 0
    [all...]
x86insn_gas.gperf     [all...]
Makefile.in     [all...]

Completed in 893 milliseconds

1 2