Home
last modified time | relevance | path

Searched defs:VBR (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h117 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitCodes.h102 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator
/third_party/lame/libmp3lame/
Dlame_global_flags.h103 vbr_mode VBR; member
Dset_get.c1102 lame_set_VBR(lame_global_flags * gfp, vbr_mode VBR) in lame_set_VBR()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c939 #define VBR(x) { DXIL_OP_VBR, { (x) } } macro