| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 314 .. 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 D | update_version_map_abi.py | 171 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 D | check-maintainers.sh | 105 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 D | exynos_dp.txt | 60 -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 D | cmd_line.rst | 105 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 D | hello_world.rst | 53 The value returned is the number of parsed arguments.
|
| H A D | ptpclient.rst | 96 function. The value returned is the number of parsed arguments: 183 the packet is parsed to determine which type:
|
| H A D | l2_forward_cat.rst | 174 function. The value returned is the number of parsed arguments: 184 function. The value returned is the number of parsed arguments:
|
| H A D | pipeline.rst | 102 During this stage, EAL layer is initialised and application specific arguments are parsed. Furtherm…
|
| H A D | fips_validation.rst | 26 * Only NIST CAVP request files are parsed by this application.
|
| H A D | l2_forward_event.rst | 130 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 D | l2_forward_real_virtual.rst | 146 EAL arguments are parsed first, then application-specific arguments. 171 Once the arguments are parsed, the mbuf pool is created.
|
| H A D | skeleton.rst | 52 function. The value returned is the number of parsed arguments:
|
| H A D | l3_forward_access_ctrl.rst | 328 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 D | l2_forward_job_stats.rst | 122 EAL arguments are parsed first, then application-specific arguments. 145 Once the arguments are parsed, the mbuf pool is created.
|
| H A D | ipsec_secgw.rst | 347 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 D | formatting.rst | 6 to be parsed and understood by a user. Humans are gifted at 16 simple, well understood, hierarchical, easily parsed, and often
|
| H A D | field-formatting.rst | 293 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 D | ti-cpufreq.txt | 9 when it is parsed by the OPP framework.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ufs/ |
| H A D | ufshcd-pltfrm.txt | 44 parsed and used to update the reference clock setting in device.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | nvidia,tegra124-xusb-padctl.txt | 42 subnodes should be parsed solely based on their content.
|
| H A D | renesas,pfc-pinctrl.txt | 75 are parsed through phandles and processed purely based on their content.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | chosen.txt | 18 offsets). It is parsed as a u64 value, e.g.
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | README.md | 184 * 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 D | test-runner.py.in | 669 parsed = config.read(options.runfiles) 670 failed = options.runfiles - set(parsed)
|