Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc-build-scripts/scripts/
H A Dformat-code.sh429 ftype="$(get_file_type "$file")"
430 FILES+=([$ftype]="$(echo -ne "$file;${FILES[$ftype]:-}")")
436 for ftype in ${LINTER_TYPES[$op]//;/ }; do
437 if [[ -v FILES["$ftype"] ]]; then
466 done < <(for ftype in ${LINTER_TYPES[$op]//;/ }; do
468 echo "${FILES["$ftype"]:-}" | sed "s/;/\\n/g"
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c355 #define CONV_ITOF(name, ftype, fsz, sign) \ in DO_VFP_cmp() argument
356 ftype HELPER(name)(uint32_t x, float_status *fpst) \ in DO_VFP_cmp()
361 #define CONV_FTOI(name, ftype, fsz, sign, round) \ argument
362 sign##int32_t HELPER(name)(ftype x, float_status *fpst) \
371 #define FLOAT_CONVS(name, p, ftype, fsz, sign) \ argument
372 CONV_ITOF(vfp_##name##to##p, ftype, fsz, sign) \
373 CONV_FTOI(vfp_to##name##p, ftype, fsz, sign, ) \
374 CONV_FTOI(vfp_to##name##z##p, ftype, fsz, sign, _round_to_zero)
417 #define VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ argument
418 ftype HELPER(vfp_##name##to##p)(uint##isz##_t x, uint32_t shift, \
[all …]
/openbmc/qemu/hw/xen/
H A Dxen_devconfig.c9 static int xen_config_dev_dirs(const char *ftype, const char *btype, int vdev, in xen_config_dev_dirs() argument
15 snprintf(fe, len, "%s/device/%s/%d", dom, ftype, vdev); in xen_config_dev_dirs()
/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py87 def get_value(ftype, value): argument
99 if ftype == fdt.TYPE_INT:
101 elif ftype == fdt.TYPE_BYTE:
103 elif ftype == fdt.TYPE_STRING:
105 elif ftype == fdt.TYPE_BOOL:
107 elif ftype == fdt.TYPE_INT64:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py224 def _ftype_str(self, ftype): argument
225 if ftype == '-':
227 elif ftype == 'd':
229 elif ftype == 'l':
231 elif ftype == 'c':
233 elif ftype == 'b':
235 elif ftype == 'p':
237 elif ftype == 's':
240 return 'unknown (%s)' % ftype
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp236 std::string ftype = endpoint.at("types").at("fType"); in load() local
238 throwIfZero(ftype.size()); in load()
240 Types types{std::move(ftype), std::move(rtype)}; in load()
/openbmc/u-boot/fs/ext4/
H A Dext4_common.h57 struct ext2fs_node **fnode, int *ftype);
H A Dext4_common.c2007 struct ext2fs_node **fnode, int *ftype) in ext4fs_iterate_dir() argument
2098 && (ftype != NULL)) { in ext4fs_iterate_dir()
2100 *ftype = type; in ext4fs_iterate_dir()