Home
last modified time | relevance | path

Searched refs:data (Results 47526 - 47550 of 47809) sorted by relevance

1...<<1901190219031904190519061907190819091910>>...1913

/third_party/json/tests/src/
H A Dunit-bjdata.cpp212 std::vector<std::uint8_t> data; variable
213 auto ia = nlohmann::detail::input_adapter(data);
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c562 return -EINVAL; /* n/a for named data streams. */
583 return -EINVAL; /* n/a for named data streams. */
604 return -EINVAL; /* n/a for named data streams. */
829 * return data size rounded to next 512 byte boundary for in ntfs_fuse_getstat()
3195 unsigned flags, const void *data, in ntfs_fuse_ioctl()
3218 memcpy(buf, data, in_bufsz); in ntfs_fuse_ioctl()
3310 * Check whether access to internal data as an extended
3566 * hijack internal data and ACL retrieval, whatever
3748 * hijack internal data and ACL setting, whatever
3816 * so we must invalidate cached data whe
3191 ntfs_fuse_ioctl(fuse_req_t req __attribute__((unused)), fuse_ino_t ino __attribute__((unused)), int cmd, void *arg, struct fuse_file_info *fi __attribute__((unused)), unsigned flags, const void *data, size_t in_bufsz, size_t out_bufsz) ntfs_fuse_ioctl() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c2666 invalidate_rb(void *data, void *userData) in invalidate_rb() argument
2668 struct gl_framebuffer *fb = (struct gl_framebuffer *) data; in invalidate_rb()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc2980 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchInstruction()
2981 cases.data() + cases.size()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc737 // Pushes of non-register data types are not supported. in AssembleTailCallBeforeGap()
3973 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch()
3974 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc612 // Pushes of non-register data types are not supported. in AssembleTailCallBeforeGap()
3641 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchInstruction()
3642 cases.data() + cases.size()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc642 // Pushes of non-scalar data types is not supported. in AssembleTailCallBeforeGap()
3858 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch()
3859 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1097 // Pushes of non-register data types are not supported. in AssembleTailCallBeforeGap()
3341 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch()
3342 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch()
/third_party/skia/tests/
H A DSkVMTest.cpp686 // One rescheduling of the program based only on data flow of Op arguments is
808 program.eval(K, uniforms.buf.data(), buf0, buf1, buf2);
820 program.eval(K, uniforms.buf.data(), buf0, buf1, buf2);
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DSynthTest.cs16 private byte[] Decompress(byte[] data) in Decompress() argument
19 System.IO.MemoryStream input = new System.IO.MemoryStream(data); in Decompress()
156 // now comes the data
208 // now comes the data
557 // now comes the data
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1026 // Don't generate unaligned loads. If either source is constant data,
1055 int Cmp = memcmp(LHSStr.data(), RHSStr.data(), Len);
1217 // Replace the malloc with a calloc. We need the data layout to know what the
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c353 /* extract sense key, asc, and ascq from sense data. -1 means invalid. */
403 "%s: report LUN data changed\n", h->devname); in check_for_unit_attention()
1374 * raid map data first. If previously offload_enabled and in hpsa_scsi_update_entry()
1375 * offload_config were set, raid map data had better be in hpsa_scsi_update_entry()
1376 * the same as it was before. If raid map data has changed in hpsa_scsi_update_entry()
1616 "C%d:B%d:T%d:L%d Volume status is not available through vital product data pages.\n", in hpsa_show_volume_status()
1700 struct raid_map_disk_data *dd = &map->data[0]; in hpsa_figure_phys_disk_ptrs()
1742 * map data will refer to a physical disk which isn't actually in hpsa_figure_phys_disk_ptrs()
1918 * data. This function takes what's in sd to be the current in adjust_hpsa_scsi_table()
2362 /* copy the sense data */ in handle_ioaccel_mode2_error()
[all...]
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Dmlx5_ifc.h5732 u8 data[0x20]; member
5740 u8 data[0x20]; member
9743 union mlx5_ifc_mcqi_reg_data_bits data[]; member
9782 u8 data[][0x20]; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c43 #include "ordered-data.h"
246 btrfs_warn_rl(fs_info, "has data reloc tree but no running relocation"); in print_data_reloc_error()
325 /* For data reloc tree, it's better to do a backref lookup instead. */ in btrfs_print_data_csum_error()
609 * does the checks required to make sure the data is small enough
629 * compressed) data fits in a leaf and the configured maximum inline in cow_file_range_inline()
686 * it won't count as data extent, free them directly here. in cow_file_range_inline()
1248 * allocate extents on disk for the range, and create ordered data structs
1307 * writeback for the dirty sectors of page, that means data writeback in cow_file_range()
1359 * size as the original extents. Normally writeback for relocation data in cow_file_range()
1535 * extent's size from the data space_inf in cow_file_range()
7798 struct btrfs_dio_data data = { 0 }; btrfs_dio_read() local
7807 struct btrfs_dio_data data = { 0 }; btrfs_dio_write() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c352 /* extract sense key, asc, and ascq from sense data. -1 means invalid. */
402 "%s: report LUN data changed\n", h->devname); in check_for_unit_attention()
1380 * raid map data first. If previously offload_enabled and in hpsa_scsi_update_entry()
1381 * offload_config were set, raid map data had better be in hpsa_scsi_update_entry()
1382 * the same as it was before. If raid map data has changed in hpsa_scsi_update_entry()
1622 "C%d:B%d:T%d:L%d Volume status is not available through vital product data pages.\n", in hpsa_show_volume_status()
1706 struct raid_map_disk_data *dd = &map->data[0]; in hpsa_figure_phys_disk_ptrs()
1748 * map data will refer to a physical disk which isn't actually in hpsa_figure_phys_disk_ptrs()
1924 * data. This function takes what's in sd to be the current in adjust_hpsa_scsi_table()
2368 /* copy the sense data */ in handle_ioaccel_mode2_error()
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dalternate_format.cc23 static const unsigned char data[] = { member
1600 return sizeof(data) / sizeof(data[0]); in alternate_format_size()
1604 return data; in alternate_format_get()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm85 --datadir=DIR install data files in DIR [PREFIX/share/ffmpeg]
467 --enable-memory-poisoning fill heap uninitialized allocated space with arbitrary data
1063 __global__ void hello(unsigned char *data) {}
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h3719 * Local Port. Supported for data packets from CPU port.
3805 * Local Port. Supported for data packets from CPU port.
3840 * Local Port. Supported for data packets from CPU port.
5320 * Once the amount of data in the buffer goes above this value, device
5332 * When the amount of data in the buffer goes below this value, device
6786 * A count of L3 data and padding octets not including L2 headers
6793 * A count of L3 data and padding octets not including L2 headers
6800 * A count of L3 data and padding octets not including L2 headers
6819 * A count of L3 data and padding octets not including L2 headers
6826 * A count of L3 data an
9485 mlxsw_reg_mcda_pack(char *payload, u32 update_handle, u32 offset, u16 size, u8 *data) mlxsw_reg_mcda_pack() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/sirf/
H A Dpinctrl-atlas7.c4772 /* Simple map data structure */
4775 u8 data; member
5173 regv = pull_info->s2v[sel].data & pull_info->mask; in altas7_pinctrl_set_pull_sel()
5517 status->pull = pull_info->v2s[regv].data; in atlas7_pinmux_suspend_noirq()
6006 /* retrieve gpio descriptor data */ in atlas7_gpio_probe()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_svc.c3282 ret = (union bfa_fcport_stats_u *)cb->data; in __bfa_cb_fcport_stats_get()
3525 * Initialize port attributes from IOC hardware data. in bfa_fcport_init()
5782 req->data[i] = QTEST_PAT_DEFAULT; in bfa_fcdiag_queuetest_send()
5809 if (rsp->data[i] != ~(QTEST_PAT_DEFAULT)) { in bfa_fcdiag_queuetest_comp()
5929 * @param[in] *bfa - bfa data struct
5934 * @param[in] *result - pt to bfa_diag_loopback_result_t data struct
6043 * @param[in] *bfa - bfa data struct
6046 * @param[in] *result - pt to bfa_diag_qtest_result_t data struct
6107 * @param[in] *bfa - bfa data struct
6634 * @param[in] *bfa - bfa data struc
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_svc.c3276 ret = (union bfa_fcport_stats_u *)cb->data; in __bfa_cb_fcport_stats_get()
3519 * Initialize port attributes from IOC hardware data. in bfa_fcport_init()
5776 req->data[i] = QTEST_PAT_DEFAULT; in bfa_fcdiag_queuetest_send()
5803 if (rsp->data[i] != ~(QTEST_PAT_DEFAULT)) { in bfa_fcdiag_queuetest_comp()
5923 * @param[in] *bfa - bfa data struct
5928 * @param[in] *result - pt to bfa_diag_loopback_result_t data struct
6037 * @param[in] *bfa - bfa data struct
6040 * @param[in] *result - pt to bfa_diag_qtest_result_t data struct
6101 * @param[in] *bfa - bfa data struct
6628 * @param[in] *bfa - bfa data struc
[all...]
/third_party/ffmpeg/
H A Dconfigure85 --datadir=DIR install data files in DIR [PREFIX/share/ffmpeg]
474 --enable-memory-poisoning fill heap uninitialized allocated space with arbitrary data
1072 __global__ void hello(unsigned char *data) {}
/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c1553 out_data = (int32_t*)out->data[0]; in filter_frame()
1563 in_data = (int16_t*)in->data[0]; in filter_frame()
1576 in_data32 = (int32_t*)in->data[0]; in filter_frame()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp188 * a double this means we are only loading 2 elements worth of data. in VARYING_PULL_CONSTANT_LOAD()
189 * We also want to use a 32-bit data type for the dst of the load operation in VARYING_PULL_CONSTANT_LOAD()
753 if (i == 1) { /* data to write */ in components_read()
1583 /* With COMPUTE_WALKER, we can push up to one register worth of data via
1584 * the inline data parameter in the COMPUTE_WALKER command itself.
1586 * TODO: Support inline data and push at the same time.
1594 /* The base address for our push data is passed in as R0.0[31:6]. We
2461 /* If this access is in our (reduced) range, use the push data. */
3956 * (acc1) for non-float data types was removed, preventing a simple
3966 * acc1 regardless of whether the data typ
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2647 &fillcmd->data, in handle_fill_buffer()
2667 memcpy(dst, updcmd->data, updcmd->data_size); in handle_update_buffer()
3483 const uint8_t *pSrc = cmd->u.push_descriptor_set_with_template_khr.data; in handle_push_descriptor_set_with_template()

Completed in 193 milliseconds

1...<<1901190219031904190519061907190819091910>>...1913