/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_pack_header.py | 433 # 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 D | qrcodegen.cpp | 310 // 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 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()
|
/base/security/device_auth/services/key_agree_sdk/src/ |
H A D | key_agree_sdk.c | 75 LOGE("Pack json to string failed!"); in BuildErrorMessage()
|
/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algo_deflate.cpp | 107 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 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()
|
/third_party/exfatprogs/ |
H A D | NEWS | 56 * mkfs.exfat: add the "--pack-bitmap" option to relocate the allocation
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_crossbar.c | 3 * Copyright (c) 2015 Roger Pack
|
/third_party/ffmpeg/libavutil/ |
H A D | timecode.h | 65 * See SMPTE ST 314M-2005 Sec 4.4.2.2.1 "Time code pack (TC)"
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_define.h | 106 char d_packname[16]; /* pack identifier */
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | PreferencesDialog.java | 207 pack(); in initComponents()
|
/third_party/mesa3d/docs/relnotes/ |
H A D | 20.3.4.rst | 90 - util/format: Fix pack/unpack of A1R5G5B5_UINT.
|
H A D | 11.0.8.rst | 144 - glsl: Allow binding of image variables with 420pack.
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | msm_proto.h | 232 * TODO we can pack the payload tighter (and enforce no-relocs) if we
|