Home
last modified time | relevance | path

Searched full:pack (Results 926 - 950 of 1992) sorted by relevance

1...<<31323334353637383940>>...80

/third_party/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py433 # dict it occupies. Now that we're emitting the pack function,
440 # of the dword. In this case we pack directly into the
452 # Pack any fields of struct type first so we have integer values
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp310 // Pack bits into bytes in big endian in encodeSegments()
417 // Calculate error correction code and pack bits in drawFormatBits()
447 // Calculate error correction code and pack bits in drawVersion()
/third_party/python/Lib/multiprocessing/
H A Dconnection.py392 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 DSGIX_mpeg1.txt138 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 DvktTestCase.cpp182 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 DGrStrokeTessellationShader_HardwareImpl.cpp176 // 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 DSGIX_mpeg1.txt138 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 Dcfield.c50 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 Dgraphicsfuzz.txt111 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.c60 /* 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 DvktTestCase.cpp169 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 Dhevc_lpf_sao_msa.c187 /* 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 Dclc_compiler_test.cpp2026 #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()
/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_sdk.c75 LOGE("Pack json to string failed!"); in BuildErrorMessage()
/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_deflate.cpp107 int32_t PkgAlgoDeflate::Pack(const PkgStreamPtr inStream, const PkgStreamPtr outStream, in Pack() function in Hpackage::PkgAlgoDeflate
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c224 "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 Dpcb.c273 pcb->fpcb.statistics.pack.packInterval = interval; in SpungePcbSetPackInterval()
/third_party/exfatprogs/
H A DNEWS56 * mkfs.exfat: add the "--pack-bitmap" option to relocate the allocation
/third_party/ffmpeg/libavdevice/
H A Ddshow_crossbar.c3 * Copyright (c) 2015 Roger Pack
/third_party/ffmpeg/libavutil/
H A Dtimecode.h65 * See SMPTE ST 314M-2005 Sec 4.4.2.2.1 "Time code pack (TC)"
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_define.h106 char d_packname[16]; /* pack identifier */
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DPreferencesDialog.java207 pack(); in initComponents()
/third_party/mesa3d/docs/relnotes/
H A D20.3.4.rst90 - util/format: Fix pack/unpack of A1R5G5B5_UINT.
H A D11.0.8.rst144 - glsl: Allow binding of image variables with 420pack.
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dmsm_proto.h232 * TODO we can pack the payload tighter (and enforce no-relocs) if we

Completed in 31 milliseconds

1...<<31323334353637383940>>...80