Home
last modified time | relevance | path

Searched full:pack (Results 401 - 425 of 1788) sorted by relevance

1...<<11121314151617181920>>...72

/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h135 SI U16 pack(U32 v) { return (U16)v; } in pack() function
136 SI U8 pack(U16 v) { return (U8)v; } in pack() function
208 SI U16 pack(U32 v) { return __builtin_convertvector(v, U16); }
209 SI U8 pack(U16 v) { return __builtin_convertvector(v, U8); }
381 SI U16 pack(U32 v) {
385 SI U8 pack(U16 v) {
713 SI U16 pack(U32 v) {
717 // Sign extend so that _mm_packs_epi32() does the pack we want.
723 SI U8 pack(U16 v) {
1036 return pack(if_then_els in to_half()
[all...]
/applications/standard/app_samples/code/BasicFeature/Connectivity/VPN/lib/
H A DVPNFoundation-1.0.0.hap ... modules.abc ets/sourceMaps.map module.json pack.info resources.index resources/base/media/app_icon. ...
/applications/standard/app_samples/code/BasicFeature/Media/AVRecorder/lib/
H A DVideoRecorder-1.0.0.hap ... modules.abc ets/sourceMaps.map module.json pack.info resources.index resources/base/media/app_icon. ...
/applications/standard/app_samples/code/Solutions/Media/MultiMedia/lib/
H A DCameraPage-1.0.0.hap ... modules.abc ets/sourceMaps.map module.json pack.info resources.index resources/base/media/app_icon. ...
/base/security/code_signature/test/unittest/resources/demo_with_multi_lib/
H A Ddemo_with_multi_lib.happack.info ets/modules.abc libs/arm64-v8a ...
H A Dentry-default-signed-release.hap ... modules.abc ets/sourceMaps.map module.json pack.info resources.index resources/base/media/app_icon. ...
H A Dentry-default-signed-debug.hap ... modules.abc ets/sourceMaps.map module.json pack.info resources.index resources/base/media/app_icon. ...
H A Ddemo_with_code_sign_block.hap ... modules.abc ets/sourceMaps.map module.json pack.info resources.index resources/base/media/app_icon. ...
/third_party/glslang/Test/
H A Dhlsl.clipdistance-8.vert3 float3 clip0 : SV_ClipDistance0; // multiple semantic IDs, vec3+float (pack)
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Ddivide-by-zero-in-struct-layout.h18 #pragma pack(1)
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py62 self.widget.pack()
283 f.pack()
287 b.pack()
342 self.entry.pack()
460 self.combo.pack()
475 self.combo.pack()
669 self.paned.pack(expand=True, fill='both')
764 self.scale.pack()
935 self.nb.pack()
1038 self.nb.pack()
[all...]
/applications/standard/app_samples/code/SystemFeature/Security/DLP/screenshots/haps/
H A DDlpManager.hap ... modules.abc ets/sourceMaps.map module.json pack.info resources.index resources/base/media/app_icon. ...
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vert/
H A Dubo.alignment.vert8 float opacity; // Single float following vec3 should cause MSL float3 to pack
/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c320 /* If we can pack this varying then don't mark the components as in get_unmoveable_components_masks()
517 /* We can only pack varyings with matching interpolation types so group in cmp_varying_component()
778 /* Don't pack per-primitive and per-vertex varyings together. */ in assign_remap_locations()
784 /* We can only pack varyings with matching precision. */ in assign_remap_locations()
790 /* We can only pack varyings with matching interpolation type in assign_remap_locations()
800 /* We can only pack varyings with matching interpolation location in assign_remap_locations()
810 /* We can only pack varyings with matching types, and the current in assign_remap_locations()
/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H A Dhiview_event.h40 #pragma pack(1)
53 #pragma pack()
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_manager.h58 * Load the skin dir resource in theme pack.
68 * Load the icons dir resource int theme pack.
/base/startup/appspawn/interfaces/innerkits/include/
H A Dappspawn.h54 #pragma pack(4)
72 #pragma pack()
/base/tee/tee_client/services/teecd/src/
H A Dsecfile_load_agent.c196 tloge("pack fname err\n"); in LoadLib()
229 tloge("pack fname err\n"); in LoadTa()
/third_party/ffmpeg/libavfilter/x86/
H A Dyadif-16.asm47 %macro PACK 1
243 PACK m1
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_cl.h183 * Reference to a BO with its associated offset, used in the pack process.
278 * Helper function called by the XML-generated pack functions for filling in
/third_party/node/deps/v8/tools/
H A Dadb-d8.py51 self.request.sendall(struct.pack("!i", len(contents)))
58 self.request.sendall(struct.pack("!i", -1))
/third_party/openGLES/extensions/EXT/
H A DEXT_422_pixels.txt31 The pixel pack storage operation converts RGB to a 422 pixel defined as
37 assignments for pack and unpack operations.
/third_party/node/deps/npm/man/man1/
H A Dnpm-prune.187 Default: \fBfalse\fR unless when using \fBnpm pack\fR or \fBnpm publish\fR where it defaults to \fBtrue\fR
/third_party/node/deps/npm/docs/content/commands/
H A Dnpm-install-ci-test.md118 * Default: `false` unless when using `npm pack` or `npm publish` where it
190 `dedupe`, `uninstall`, as well as `pack` and `publish`.
/third_party/node/deps/npm/lib/commands/
H A Dpublish.js3 const pack = require('libnpmpack')
81 const tarballData = await pack(spec, {

Completed in 14 milliseconds

1...<<11121314151617181920>>...72