/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 392 pre_header = struct.pack("!i", -1) 393 header = struct.pack("!Q", n) 399 header = struct.pack("!i", n)
|
/third_party/openGLES/extensions/SGIX/ |
H A D | SGIX_mpeg1.txt | 138 they update the pack and unpack state. Using and 538 termination of processing), except that the appropriate PACK 546 except that the appropriate PACK values are used in place of the
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 182 deUint32 version = pack(ApiVersion(0, 1, 0, 0)); in getTargetInstanceVersion() 188 version = pack(ApiVersion(1, 1, 0, 0)); in getTargetInstanceVersion() 813 { return isApiVersionSupported(m_device->getUsedApiVersion(), pack(version)); } in contextSupports()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrStrokeTessellationShader_HardwareImpl.cpp | 176 // Pack join args for the tessellation control stage. in onEmitCode() 289 // Pack curve args for the tessellation control stage. in onEmitCode() 487 // Pack the args for the evaluation stage. in getTessControlShaderGLSL()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
H A D | SGIX_mpeg1.txt | 138 they update the pack and unpack state. Using and 538 termination of processing), except that the appropriate PACK 546 except that the appropriate PACK values are used in place of the
|
/third_party/python/Modules/_ctypes/ |
H A D | cfield.c | 50 int pack, int big_endian) in PyCField_FromDesc() 152 if (pack) in PyCField_FromDesc() 153 align = min(pack, dict->align); in PyCField_FromDesc() 47 PyCField_FromDesc(PyObject *desc, Py_ssize_t index, Py_ssize_t *pfield_size, int bitsize, int *pbitofs, Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign, int pack, int big_endian) PyCField_FromDesc() argument
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2021-03-01/ |
H A D | graphicsfuzz.txt | 111 dEQP-VK.graphicsfuzz.cov-inst-combine-and-or-xor-pack-unpack 121 dEQP-VK.graphicsfuzz.cov-inst-combine-pack-unpack 125 dEQP-VK.graphicsfuzz.cov-inst-combine-simplify-demanded-pack-unpack
|
/third_party/python/Modules/ |
H A D | _tracemalloc.c | 60 /* Pack the frame_t structure to reduce the memory footprint on 64-bit 66 #pragma pack(push, 4) 75 #pragma pack(pop)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestCase.cpp | 169 deUint32 version = pack(ApiVersion(0, 1, 0, 0)); in getTargetInstanceVersion() 175 version = pack(ApiVersion(1, 1, 0, 0)); in getTargetInstanceVersion() 750 { return isApiVersionSupported(m_device->getUsedApiVersion(), pack(version)); } in contextSupports()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_lpf_sao_msa.c | 187 /* pack results to 8 bit */ in hevc_loopfilter_luma_hor_msa() 191 /* pack src to 8 bit */ in hevc_loopfilter_luma_hor_msa() 279 /* pack results to 8 bit */ in hevc_loopfilter_luma_hor_msa() 282 /* pack src to 8 bit */ in hevc_loopfilter_luma_hor_msa() 345 /* pack strong results to 8 bit */ in hevc_loopfilter_luma_hor_msa() 423 /* pack weak results to 8 bit */ in hevc_loopfilter_luma_hor_msa() 432 /* pack src to 8 bit */ in hevc_loopfilter_luma_hor_msa() 859 /* pack results to 8 bit */ in hevc_loopfilter_luma_ver_msa()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler_test.cpp | 2026 #pragma pack(push, 1) in TEST_F() 2028 #pragma pack(pop) in TEST_F() 2057 #pragma pack(push, 1) in TEST_F() 2059 #pragma pack(pop) in TEST_F() 2086 #pragma pack(push, 1) in TEST_F() 2088 #pragma pack(pop) in TEST_F() 2117 #pragma pack(push, 1) in TEST_F() 2119 #pragma pack(pop) in TEST_F()
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_pending_packet.c | 224 "pack msg failed: connId=%{public}u, localWindow=%{public}d, peeWindow=%{public}d, " in ConnBrOnAckRequest()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | pcb.c | 273 pcb->fpcb.statistics.pack.packInterval = interval; in SpungePcbSetPackInterval()
|
/kernel/linux/linux-5.10/drivers/dma/ioat/ |
H A D | dca.c | 51 /* pack PCI B/D/F into a u16 */
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
H A D | magic-number.rst | 77 SIXPACK_MAGIC 0x5304 sixpack ``drivers/net/hamradio/6pack.h``
|
/kernel/linux/linux-5.10/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 330 panic("Unable to pack FDT: %d\n", err); in malta_dt_shim()
|
/kernel/linux/linux-6.6/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 330 panic("Unable to pack FDT: %d\n", err); in malta_dt_shim()
|
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/ |
H A D | saa7164-types.h | 31 * but this could break if GCC decies to pack in a different way.
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | usbip_common.h | 309 int pack);
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | proc.py | 224 return unpack(output_fmt, pack(fdt_header_be,
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | io_uring.h | 50 /* pack this to avoid bogus arm OABI complaints */
|
/kernel/linux/linux-5.10/fs/freevxfs/ |
H A D | vxfs.h | 139 __u8 vs_fpack[6]; /* FS pack name */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxgf117.c | 205 /* Pack tile map into register format. */ in gf117_grctx_generate_rop_mapping()
|
H A D | ctxgv100.c | 119 /* Pack tile map into register format. */ in gv100_grctx_generate_rop_mapping()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ipack.h | 3 * Industry-pack bus.
|