Home
last modified time | relevance | path

Searched refs:unk (Results 1 - 18 of 18) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DunwitnessedTypeParameterVariance.js11 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 DCodecExports.cpp109 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 Ddecode.c145 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 Dio.h122 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__.py49 unk = type & ~knownbits
50 if unk:
51 print("%s.%s unknown bits %x" % (self.name, name, unk))
/third_party/lzma/CPP/Common/
H A DMyCom.h71 #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 Dnouveau_vp3_video_bsp.c95 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 DCoderMixer2.cpp344 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 Dagx_state.c1332 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 Dmagic.c299 .unk = 0x8000, in demo_map_header()
/third_party/rust/crates/libc/src/
H A Dpsp.rs1741 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 Dnv50_state_validate.c99 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 Dcil_build_ast.h221 void cil_destroy_handleunknown(struct cil_handleunknown *unk);
H A Dcil_internal.h1083 void cil_handleunknown_init(struct cil_handleunknown **unk);
H A Dcil.c2889 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 Dcil_build_ast.c6059 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 Dnvc0_state_validate.c273 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 Dnvc0_surface.c634 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()

Completed in 34 milliseconds