Home
last modified time | relevance | path

Searched full:pack (Results 951 - 975 of 2839) sorted by relevance

1...<<31323334353637383940>>...114

/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dmemory.c302 * free_phys_pg_pack() - free physical page pack.
304 * @phys_pg_pack: physical page pack to free.
308 * - iterate over the pack, free each physical block structure by
824 * init_phys_pg_pack_from_userptr() - initialize physical page pack from host
836 * - Create a physical page pack from the physical pages related to the given
933 * map_phys_pg_pack() - maps the physical page pack..
936 * @phys_pg_pack: the pack of physical pages to map to.
1001 * unmap_phys_pg_pack() - unmaps the physical page pack.
1004 * @phys_pg_pack: the pack of physical pages to unmap.
1086 "unable to init page pack fo in map_device_va()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1081 const struct gf100_gr_pack *pack; in gf100_gr_mmio() local
1084 pack_for_each_init(init, pack, p) { in gf100_gr_mmio()
1098 const struct gf100_gr_pack *pack; in gf100_gr_icmd() local
1104 pack_for_each_init(init, pack, p) { in gf100_gr_icmd()
1108 if ((pack == p && init == p->init) || data != init->data) { in gf100_gr_icmd()
1110 if (pack->type == 64) in gf100_gr_icmd()
1138 const struct gf100_gr_pack *pack; in gf100_gr_mthd() local
1142 pack_for_each_init(init, pack, p) { in gf100_gr_mthd()
1143 u32 ctrl = 0x80000000 | pack->type; in gf100_gr_mthd()
1147 if ((pack in gf100_gr_mthd()
1707 gf100_gr_init_csdata(struct gf100_gr *gr, const struct gf100_gr_pack *pack, u32 falcon, u32 starstar, u32 base) gf100_gr_init_csdata() argument
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm43 my $pack = shift;
45 my $old = $GLOBAL_PREPEND{$pack};
47 $GLOBAL_PREPEND{$pack} = shift;
60 my ($pack, %a) = @_;
72 Carp::croak("Usage: $ {pack}::new(TYPE => ..., SOURCE => ...)");
95 bless $self => $pack;
150 my $pack = ref $self;
151 die "Can only acquire data for $pack objects of subtype STRING, but this is $type; aborting";
183 my $pack = ref $self;
187 die "Can only compile $pack object
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm43 my $pack = shift;
45 my $old = $GLOBAL_PREPEND{$pack};
47 $GLOBAL_PREPEND{$pack} = shift;
60 my ($pack, %a) = @_;
72 Carp::croak("Usage: $ {pack}::new(TYPE => ..., SOURCE => ...)");
95 bless $self => $pack;
150 my $pack = ref $self;
151 die "Can only acquire data for $pack objects of subtype STRING, but this is $type; aborting";
183 my $pack = ref $self;
187 die "Can only compile $pack object
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp760 int componentCount, float (*pack)(Type), std::vector<FloatPixel>& result) const;
764 void (*pack)(rawIntPixel*, Type), std::vector<FloatPixel>& result) const;
768 void (*pack)(rawUintPixel*, Type), std::vector<FloatPixel>& result) const;
772 void (*pack)(rawFloatPixel*, Type), std::vector<FloatPixel>& result) const;
2208 // a pack operation, any extra memory allocated for skipping should be
2766 int elementCount, int componentCount, float (*pack)(Type),
2783 values[j] = pack(sourceData[componentCount * i + j]);
2864 void (*pack)(rawIntPixel*, Type), std::vector<FloatPixel>& result) const
2871 pack(&values, sourceData[i]);
2878 void (*pack)(rawUintPixe
[all...]
/third_party/python/Lib/test/
H A Dtest_zipfile.py889 file_size = struct.pack("<L", file_size)
897 compress_size = struct.pack("<L", compress_size)
904 header_offset = struct.pack("<L", header_offset)
906 local_extra = struct.pack(
913 central_extra = struct.pack(
920 central_dir_size = struct.pack('<Q', 58 + 8 * len(central_zip64_fields))
921 offset_to_central_dir = struct.pack('<Q', 50 + 8 * len(local_zip64_fields))
923 local_extra_length = struct.pack("<H", 4 + 8 * len(local_zip64_fields))
924 central_extra_length = struct.pack("<H", 4 + 8 * len(central_zip64_fields))
928 filename_length = struct.pack("<
[all...]
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjecting_executor.cpp116 // 3. pack all other pointers into items in InjectOnePonterEvent()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_errors.h82 AVCS_ERR_NOT_ENOUGH_DATA, // avcodec output buffer not full of a pack
/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor.cpp68 // shift 48, 40, 32 bits to get rgb value and pack the name into it in PackValue()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/ets/pages/
H A Dglobal.ts68 console.log(TAG, 'Failed to pack the image. And the error is: ' + error);
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_packer.h82 * Hint to pack image with properties.
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_message_test.cpp56 * @tc.desc: TransAuthChannelMsgUnpack, Transmission auth message pack and unpack with invalid parameters.
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dinit.c147 pr_err("Failed to pack FDT\n"); in apply_mips_fdt_fixups()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A Dsimpad.h144 #define SIMPAD_BATT_NOT_INSTALLED 0x20 /* For expansion pack batteries */
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A DMakefile20 syscall.o proton-pack.o
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dlibfdt-wrapper.c151 fatal("Couldn't pack flat tree: %s\n\r", in fdt_wrapper_finalize()
/kernel/linux/linux-5.10/arch/x86/include/asm/e820/
H A Dtypes.h53 * (We pack it because there can be thousands of them on large systems.)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcompat.h66 * so we need to pack this structure.
/kernel/linux/linux-5.10/Documentation/w1/slaves/
H A Dw1_ds2438.rst19 a battery pack. It also has a 40 bytes of nonvolatile EEPROM.
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
H A Dddc_service_types.h96 indicates 'Frame Sequential-to-lllFrame Pack' conversion capability.*/
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dinit.c147 pr_err("Failed to pack FDT\n"); in apply_mips_fdt_fixups()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dlibfdt-wrapper.c151 fatal("Couldn't pack flat tree: %s\n\r", in fdt_wrapper_finalize()
/kernel/linux/linux-6.6/Documentation/w1/slaves/
H A Dw1_ds2438.rst19 a battery pack. It also has a 40 bytes of nonvolatile EEPROM.
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Dwlan_bssdef.h173 /* temporally add #pragma pack for structure alignment issue of
/kernel/linux/linux-5.10/include/uapi/rdma/
H A Dmlx4-abi.h50 * that they pack the same way on 32-bit and 64-bit architectures (to

Completed in 25 milliseconds

1...<<31323334353637383940>>...114