Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/dpdk/doc/guides/tools/
H A Dtestbbdev.rst314 .. parsed-literal::
323 .. parsed-literal::
344 .. parsed-literal::
353 .. parsed-literal::
361 .. parsed-literal::
369 .. parsed-literal::
377 .. parsed-literal::
384 .. parsed-literal::
391 .. parsed-literal::
398 .. parsed-literal::
[all …]
/f-stack/dpdk/devtools/
H A Dupdate_version_map_abi.py171 parsed = arg_parser.parse_args()
173 if not parsed.map_file.endswith('version.map'):
174 print("Invalid input file: {}".format(parsed.map_file),
179 if not re.match(r"\d{1,2}\.\d{1,2}", parsed.abi_version):
180 print("Invalid ABI version: {}".format(parsed.abi_version),
184 abi_major = parsed.abi_version.split('.')[0]
186 with open(parsed.map_file) as f_in:
189 with open(parsed.map_file, 'w') as f_out:
H A Dcheck-maintainers.sh105 parsed=$(parse_fx MAINTAINERS)
106 echo "$parsed" | grep -c '^#'
108 echo "$parsed" | grep -c '^#.*@'
116 echo "$parsed" | sed -rn 's,^#([^@]*)$,\1,p' | uniq
123 listed=$(echo "$parsed" | sed '/^#/d' | sort -u)
/f-stack/freebsd/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dp.txt60 -interlaced: deprecated prop that can parsed from drm_display_mode.
61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode.
62 -hsync-active-high: deprecated prop that can parsed from drm_display_mode.
63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode.
64 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode.
65 -samsung,color-space: deprecated prop that can parsed from drm_display_info.
66 -samsung,color-depth: deprecated prop that can parsed from drm_display_info.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dcmd_line.rst105 It contains a pointer to a callback function that is executed when the command is parsed,
157 Once the command is parsed, the rte_cmdline application fills a cmd_obj_del_show_result structure.
H A Dhello_world.rst53 The value returned is the number of parsed arguments.
H A Dptpclient.rst96 function. The value returned is the number of parsed arguments:
183 the packet is parsed to determine which type:
H A Dl2_forward_cat.rst174 function. The value returned is the number of parsed arguments:
184 function. The value returned is the number of parsed arguments:
H A Dpipeline.rst102 During this stage, EAL layer is initialised and application specific arguments are parsed. Furtherm…
H A Dfips_validation.rst26 * Only NIST CAVP request files are parsed by this application.
H A Dl2_forward_event.rst130 EAL arguments are parsed first, then application-specific arguments.
132 are parsed in eventdev_resource_setup() function during eventdev setup:
167 Once the arguments are parsed, the mbuf pool is created.
H A Dl2_forward_real_virtual.rst146 EAL arguments are parsed first, then application-specific arguments.
171 Once the arguments are parsed, the mbuf pool is created.
H A Dskeleton.rst52 function. The value returned is the number of parsed arguments:
H A Dl3_forward_access_ctrl.rst328 from the ACL library for each CPU socket on the board and adds parsed rules into that context.
340 adds rules parsed from the file into the database and build an ACL trie.
H A Dl2_forward_job_stats.rst122 EAL arguments are parsed first, then application-specific arguments.
145 Once the arguments are parsed, the mbuf pool is created.
H A Dipsec_secgw.rst347 the application. The file is then parsed by the application. The successful
372 line is treated as comment and will not be parsed.
495 The successfully parsed SA rules will be stored in an array table.
/f-stack/tools/libxo/doc/
H A Dformatting.rst6 to be parsed and understood by a user. Humans are gifted at
16 simple, well understood, hierarchical, easily parsed, and often
H A Dfield-formatting.rst293 libxo can retain the parsed internal information related to the given
303 To retain parsed format information, use the XOEF_RETAIN flag to the
/f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/
H A Dti-cpufreq.txt9 when it is parsed by the OPP framework.
/f-stack/freebsd/contrib/device-tree/Bindings/ufs/
H A Dufshcd-pltfrm.txt44 parsed and used to update the reference clock setting in device.
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra124-xusb-padctl.txt42 subnodes should be parsed solely based on their content.
H A Drenesas,pfc-pinctrl.txt75 are parsed through phandles and processed purely based on their content.
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dchosen.txt18 offsets). It is parsed as a u64 value, e.g.
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DREADME.md184 * If no reply could be parsed, continue at *2*
187 * Read from the socket until a single reply could be parsed
361 copy of the buffer pointed to by `buf` for `len` bytes. This data is parsed
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in669 parsed = config.read(options.runfiles)
670 failed = options.runfiles - set(parsed)

12