Home
last modified time | relevance | path

Searched full:pack (Results 1201 - 1225 of 1865) sorted by relevance

1...<<41424344454647484950>>...75

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringExtras.h382 /// Joins the strings in the parameter pack \p Items, adding \p Separator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h181 /// results in order to pack it into a single bit. Lattice goes from
/third_party/typescript/lib/
H A DtypesMap.json218 "jquery.fancybox.pack.js": "fancybox",
/third_party/typescript/src/server/
H A DtypesMap.json218 "jquery.fancybox.pack.js": "fancybox",
/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py72 return struct.unpack('<f', struct.pack('<f', original))[0]
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
H A Dutility.h154 // Converts a typename pack into an index sequence of the same length, and
/third_party/rust/crates/unicode-ident/
H A DREADME.md90 A potential improvement would be to pack the table entries more compactly.
/third_party/rust/crates/unicode-ident/src/
H A Dlib.rs96 //! A potential improvement would be to pack the table entries more compactly.
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A DREADME-Windows.txt92 make, openssl development package, etc. In addition, developer's pack
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A DREADME-Windows.txt92 make, openssl development package, etc. In addition, developer's pack
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.h357 const gl::PixelPackState &pack,
/third_party/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S90 ; Note : these value are good with a 8 bytes boundary pack structure
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp988 // Pack color attachments in InitializeRenderPassFromDesc()
1040 // Pack depth/stencil attachment, if any in InitializeRenderPassFromDesc()
1061 // Pack color resolve attachments in InitializeRenderPassFromDesc()
1096 // Pack depth/stencil resolve attachment, if any in InitializeRenderPassFromDesc()
1424 // Force the user to pack the depth/stencil attachment last. in packColorAttachment()
1442 // Force the user to pack the depth/stencil attachment last.
/third_party/mesa3d/docs/relnotes/
H A D19.3.0.rst372 - pan/midgard: Tightly pack 32-bit constants
649 - mesa: Pack gl_program_parameter struct
1099 - gallium: Skip generating the pack/unpack union if we don't use it.
1100 - gallium: Drop the useless union wrapper on pack/unpack.
1101 - gallium: Drop a bit of dead code from the pack/unpack python.
1103 - gallium: Don't emit identical endian-dependent pack/unpack code.
2441 - st/mesa: always allocate pack/unpack buffers as staging
3193 - intel/genxml: generate pack files for gen12 on android builds
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c541 newConn->pcb->fpcb.statistics.pack.packPktNum = confirm->cookieContent.remotePacketSeqNumber; in FillpInitNewPcbByConfirm()
555 FILLP_LOGDBG("Set pack interval:%u", sock->resConf.flowControl.packInterval); in FillpInitNewconnBySock()
1038 pcb->statistics.pack.packPktNum = pcb->recv.pktNum; in FillpSaveConfirmActToPcb()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c999 * to select encoding, lets us pack the entire bitfield in 5 bits. in encode_deref_modes()
1206 /* Pack all const indices into 8 bits. */ in write_intrinsic()
1318 /* Try to pack 1-component constants into the 19 free bits in the header. */ in write_load_const()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_query.c447 /* Pack values. */ in build_tfb_query_shader()
555 /* Pack the timestamp. */ in build_timestamp_query_shader()
681 /* Pack values. */ in build_pg_query_shader()
H A Dradv_nir_to_llvm.c693 /* Pack f16 or norm_i16/u16. */ in si_llvm_init_export_args()
705 /* Pack i16/u16. */ in si_llvm_init_export_args()
773 /* Pack the output. */ in radv_emit_stream_output()
/third_party/openGLES/extensions/AMD/
H A DAMD_gpu_shader_int16.txt53 * new built-in functions to pack and unpack 32-bit integer types into a
481 Modify Section 8.4, Floating-Point and Integer Pack and Unpack Functions
483 (add to the table of pack and unpack functions on p. 149
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_generator.cpp460 * them to WORDs, and then pack them into DWORD 2 of dst. in generate_gs_set_vertex_count()
464 * contents of WORDs 0 and 8 from src, and pack them into WORDs 4 and 5 in generate_gs_set_vertex_count()
2074 * where they pack the four bytes from the low and high four DW. in generate_code()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl495 srl %i4,%g0,%i4 ! pack last arguments
549 sllx %o4, 32, $pwr ! re-pack $pwr
574 sllx %o4, 32, $pwr ! re-pack $pwr
/third_party/qrcodegen/rust/src/
H A Dlib.rs267 // Pack bits into bytes in big endian in encode_segments_advanced()
413 // Calculate error correction code and pack bits in draw_format_bits()
455 // Calculate error correction code and pack bits in draw_version()
/third_party/qrcodegen/typescript-javascript/
H A Dqrcodegen.ts137 // Pack bits into bytes in big endian
275 // Calculate error correction code and pack bits
307 // Calculate error correction code and pack bits
/third_party/qrcodegen/python/
H A Dqrcodegen.py126 # Pack bits into bytes in big endian
263 # Calculate error correction code and pack bits
294 # Calculate error correction code and pack bits
/third_party/python/Lib/idlelib/
H A Deditor.py221 text_frame.pack(side=LEFT, fill=BOTH, expand=1)
437 self.status_bar.pack(side=BOTTOM, fill=X)
438 sep.pack(side=BOTTOM, fill=X)

Completed in 79 milliseconds

1...<<41424344454647484950>>...75