/third_party/typescript/tests/baselines/reference/ |
H A D | unwitnessedTypeParameterVariance.js | 11 const unk: CalcObj<unknown> = { read: (origin: unknown) => unk } 12 const x: CalcObj<O> = unk; 32 var unk = { read: function (origin) { return unk; } };
33 var x = unk;
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | CodecExports.cpp | 109 IUnknown *unk;
in CreateCoderMain() local 110 unk = (IUnknown *)c;
in CreateCoderMain() 113 unk = (IUnknown *)(ICompressFilter *)c;
in CreateCoderMain() 115 unk = (IUnknown *)(ICompressCoder2 *)c;
in CreateCoderMain() 117 unk = (IUnknown *)(ICompressCoder *)c;
in CreateCoderMain() 119 unk->AddRef();
in CreateCoderMain()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | decode.c | 145 fprintf(agxdecode_dump_stream, " Unknown: 0x%X\n", hdr->unk); in agxdecode_decode_segment_list() 176 unsigned unk = group.resource_unk[j]; in agxdecode_decode_segment_list() local 187 fprintf(agxdecode_dump_stream, "%u (0x%X, 0x%X)\n", handle, unk, flags); in agxdecode_decode_segment_list()
|
H A D | io.h | 122 return (selector < AGX_NUM_SELECTORS) ? selector_table[selector] : "unk??"; in wrap_selector_name() 181 case AGX_MEMORY_TYPE_UNK: return "unk"; in agx_memory_type_name() 263 uint16_t unk; // 0x8000 member
|
/third_party/python/Lib/msilib/ |
H A D | __init__.py | 49 unk = type & ~knownbits 50 if unk: 51 print("%s.%s unknown bits %x" % (self.name, name, unk))
|
/third_party/lzma/CPP/Common/ |
H A D | MyCom.h | 71 #define Z7_DECL_CMyComPtr_QI_FROM(i, v, unk) \
72 CMyComPtr<i> v; (unk)->QueryInterface(IID_ ## i, (void **)&v);
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video_bsp.c | 95 uint32_t unk; // 08 seems to be 0? member 206 h->unk = 0; in nouveau_vp3_fill_picparm_h264_bsp()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | CoderMixer2.cpp | 344 IUnknown *unk = (cod.Coder ? (IUnknown *)cod.Coder : (IUnknown *)cod.Coder2);
in AddCoder() local 346 Z7_DECL_CMyComPtr_QI_FROM(ISequentialInStream, s, unk)
in AddCoder() 350 Z7_DECL_CMyComPtr_QI_FROM(ISequentialOutStream, s, unk)
in AddCoder()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 1332 uint32_t unk[] = { 0, ~0 }; in agx_build_store_pipeline() local 1337 cfg.buffer = agx_pool_upload_aligned(&ctx->batch->pool, unk, sizeof(unk), 16); in agx_build_store_pipeline() 1463 uint32_t unk[] = { in demo_unk12() local 1469 return agx_pool_upload(pool, unk, sizeof(unk)); in demo_unk12()
|
H A D | magic.c | 299 .unk = 0x8000, in demo_map_header()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1741 pub unk: u32, 1764 pub unk: u32, 1770 pub unk: u32, 2102 pub unk: [u8; 3usize], 2905 pub fn sceKernelVolatileMemLock(unk: i32, ptr: *mut *mut c_void, size: *mut i32) -> i32; in sceKernelVolatileMemLock() 2906 pub fn sceKernelVolatileMemTryLock(unk: i32, ptr: *mut *mut c_void, size: *mut i32) -> i32; in sceKernelVolatileMemTryLock() 2907 pub fn sceKernelVolatileMemUnlock(unk: i32) -> i32; in sceKernelVolatileMemUnlock() 3385 pub fn sceIoSync(device: *const u8, unk: u32) -> i32; in sceIoSync() 3399 pub fn sceJpegDecodeMJpeg(jpeg_buf: *mut u8, size: usize, rgba: *mut c_void, unk: u32) -> i32; in sceJpegDecodeMJpeg() 3434 pub fn sceMpegQueryMemSize(unk in sceMpegRingbufferPut() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state_validate.c | 99 int unk = mt->base.base.target == PIPE_TEXTURE_3D || sf->depth == 1; in nv50_validate_fb() local 112 PUSH_DATA (push, (unk << 16) | sf->depth); in nv50_validate_fb()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_build_ast.h | 221 void cil_destroy_handleunknown(struct cil_handleunknown *unk);
|
H A D | cil_internal.h | 1083 void cil_handleunknown_init(struct cil_handleunknown **unk);
|
H A D | cil.c | 2889 void cil_handleunknown_init(struct cil_handleunknown **unk) in cil_handleunknown_init() argument 2891 *unk = cil_malloc(sizeof(**unk)); in cil_handleunknown_init()
|
H A D | cil_build_ast.c | 6059 void cil_destroy_handleunknown(struct cil_handleunknown *unk) in cil_destroy_handleunknown() argument 6061 free(unk); in cil_destroy_handleunknown()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state_validate.c | 273 int unk = mt->base.base.target == PIPE_TEXTURE_2D; in nvc0_validate_fb() local 286 PUSH_DATA (push, (unk << 16) | in nvc0_validate_fb()
|
H A D | nvc0_surface.c | 634 int unk = mt->base.base.target == PIPE_TEXTURE_2D; in nvc0_clear_depth_stencil() local 671 PUSH_DATA (push, (unk << 16) | (dst->u.tex.first_layer + sf->depth)); in nvc0_clear_depth_stencil()
|