Searched refs:tlb (Results 1 - 6 of 6) sorted by relevance
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | win_tool.py | 273 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags): 283 "/tlb", 284 tlb,
|
H A D | msvs_emulation.py | 995 tlb = midl("TypeLibraryName", default="${root}.tlb") 1000 # Note that .tlb is not included in the outputs as it is not always 1005 ("tlb", tlb),
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | win_tool.py | 272 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags): 282 "/tlb", 283 tlb,
|
H A D | msvs_emulation.py | 986 tlb = midl("TypeLibraryName", default="${root}.tlb") 991 # Note that .tlb is not included in the outputs as it is not always 996 ("tlb", tlb),
|
/third_party/ffmpeg/libavcodec/ |
H A D | snowenc.c | 1027 BlockNode *tlb= mb_x && mb_y ? &s->block[index-b_stride-1] : NULL; in iterative_me() local 1168 if(tlb) tlb->type &= ~BLOCK_OPT; in iterative_me()
|
/third_party/lz4/tests/ |
H A D | Makefile | 371 test-lz4-basic: FPREFIX = tmp-tlb
|
Completed in 9 milliseconds