Searched refs:arr (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_helper.h851 IN const uint8_t * arr, IN size_t len);
861 * arr
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4708 char arr[30]; local
4722 strcpy(arr, "PORT_TYPE_OFFLINE_PARSING");
4726 strcpy(arr, "PORT_TYPE_HOST_COMMAND");
4730 strcpy(arr, "PORT_TYPE_RX");
4734 strcpy(arr, "PORT_TYPE_RX_10G");
4738 strcpy(arr, "PORT_TYPE_TX");
4742 strcpy(arr, "PORT_TYPE_TX_10G");
4749 DUMP_TITLE(UINT_TO_PTR(p_FmPort->hardwarePortId), ("PortId for %s %d", arr, p_FmPort->portId ));
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c1321 const u32 **arr, u32 *size)
1327 *arr = ext ? mlx5e_ext_link_speed : mlx5e_link_speed;
1320 mlx5e_port_get_speed_arr(struct mlx5_core_dev *mdev, const u32 **arr, u32 *size) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp124 // template<int ...N> int arr[] = {N...};
4110 if (const ArrayType *arr = getAsArrayTypeUnsafe()) {
4111 if (isa<VariableArrayType>(arr) &&
4112 cast<VariableArrayType>(arr)->getSizeExpr())
4115 return arr->getElementType()->hasSizedVLAType();
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c378 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) ecore_wr(dev, ptt, addr, (arr)[i])
380 #define ARR_REG_RD(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) (arr)[i] = ecore_rd(dev, ptt, addr)
382 #define CHECK_ARR_SIZE(arr, size) OSAL_BUILD_BUG_ON(!(OSAL_ARRAY_SIZE(arr) == size))
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_helper.c469 const uint8_t * arr, size_t len)
475 arr[i]);
468 sprint_uint8_arr(char *buf, size_t size, const uint8_t * arr, size_t len) argument
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c895 #define O_IFC(opt, str, num, arr) if(strcmp(opt, str)==0) \
896 {int i; for(i=0; i<cfg->num; i++) func(cfg->arr[i], arg);}
/freebsd-11-stable/sys/sys/
H A Dsoundcard.h337 u_char arr[8]; member in struct:seq_event_rec
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h7055 if (const auto *arr = dyn_cast<ArrayType>(this))
7056 return arr;
7078 if (const auto *arr = dyn_cast<ArrayType>(this)) return arr;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c2063 metaslab_t **arr = (activation_weight == METASLAB_WEIGHT_PRIMARY ?
2068 if (arr[allocator] != NULL) {
2073 arr[allocator] = msp;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2045 MapVector<InputFile *, std::vector<SymbolTableEntry>> arr; local
2047 arr[s.sym->file].push_back(s);
2050 for (std::pair<InputFile *, std::vector<SymbolTableEntry>> &p : arr)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c1858 double *arr,
1873 rc = snprintf(cp, (size_t)(ep - cp), " %.2f", arr[i] * 1e3);
1856 ctl_putarray( const char *tag, double *arr, int start ) argument
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c4273 uint32_t *reg, uint8_t *arr, unsigned int num_bytes)
4283 AL_REG_FIELD_SET(*reg, mask, (sizeof(uint8_t) * i), arr[i]);
4272 al_eth_byte_arr_to_reg( uint32_t *reg, uint8_t *arr, unsigned int num_bytes) argument

Completed in 415 milliseconds

123