Searched refs:contiguous (Results 1 - 17 of 17) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_segment_report_module.c | 484 GElf_Off contiguous = 0; /* Visible as contiguous file from START. */ in dwfl_segment_report_module() local 676 contiguous = file_end; in dwfl_segment_report_module() 960 const GElf_Off cost = (contiguous < file_trimmed_end ? total_filesz in dwfl_segment_report_module() 961 : buffer_available >= contiguous ? 0 in dwfl_segment_report_module() 962 : contiguous - buffer_available); in dwfl_segment_report_module() 969 cost, worthwhile, whole, contiguous, in dwfl_segment_report_module() 983 if (contiguous < file_trimmed_end) in dwfl_segment_report_module() 1013 /* The whole file sits contiguous in memory, in dwfl_segment_report_module()
|
H A D | core-file.c | 178 GElf_Off contiguous __attribute__ ((unused)), in core_file_read_eagerly() 252 /* Use following contiguous segments to get towards SIZE. */
|
H A D | libdwflP.h | 399 /* This describes a contiguous address range that lies in a single CU. 678 GElf_Off whole, GElf_Off contiguous,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hw_features.c | 830 int i, contiguous = 0; in hostapd_is_usable_edmg() local 859 contiguous++; in hostapd_is_usable_edmg() 862 contiguous = 0; in hostapd_is_usable_edmg() 875 if (contiguous > max_contiguous) in hostapd_is_usable_edmg() 876 max_contiguous = contiguous; in hostapd_is_usable_edmg() 882 /* check bw_config against contiguous EDMG channels */ in hostapd_is_usable_edmg()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info_by_ip.tex | 43 procedure is assumed to occupy a single, contiguous range of
|
H A D | unw_get_proc_info.tex | 77 procedure is assumed to occupy a single, contiguous range of
|
H A D | libunwind-dynamic.tex | 31 be an arbitrary piece of \emph{contiguous} code. Normally, each 98 contiguous pieces of code, so a single code-range is sufficient).
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 542 ; First, we shuffle the bytes to make the bytes semi-contiguous.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 3641 * i.e., the implementation supports up to 2 contiguous channels. 3642 * For supporting non-contiguous (aggregated) channels and for supporting 3651 int i, contiguous = 0; local 3669 /* Find max contiguous channels */ 3672 contiguous++; 3674 contiguous = 0; 3676 if (contiguous > max_contiguous) 3677 max_contiguous = contiguous; 3680 /* Assuming AP and STA supports ONLY contiguous channels, 3691 "EDMG not possible: not enough contiguous channel [all...] |
/third_party/python/Lib/test/ |
H A D | test_buffer.py | 265 """Calculate strides of a contiguous array. Layout is 'C' or 649 constraint for contiguous arrays prod(shape) * itemsize = bytelen 861 # Rules for 'A': if the array is already contiguous, return 862 # the array unaltered. Otherwise, return a contiguous 'C' 983 (match(req, PyBUF_ANY_CONTIGUOUS) and not ex.contiguous) or 986 # buffer without strides must be C-contiguous 2018 self.assertFalse(ex.contiguous) 2098 # C-contiguous 2105 # Fortran contiguous 2181 # one-dimensional, non-contiguous inpu [all...] |
H A D | pickletester.py | 306 if not self.array.contiguous: 307 raise NotImplementedError("Reconstructing a non-contiguous " 2913 # 1-D, contiguous 2916 # 2-D, C-contiguous 2919 # 2-D, Fortran-contiguous 2952 # XXX Unfortunately cannot test non-contiguous array 3075 # 1-D, non-contiguous 3077 # 2-D, C-contiguous 3080 # 2-D, F-contiguous 3082 # 2-D, non-contiguous [all...] |
/third_party/python/Lib/ |
H A D | pickle.py | 830 if not m.contiguous: 832 "pointing to a non-contiguous buffer")
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 5525 // NOTE: ES module kinds should be contiguous to more easily check whether a module kind is *any* ES module kind. [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 5553 // NOTE: ES module kinds should be contiguous to more easily check whether a module kind is *any* ES module kind. [all...] |
H A D | typescript.js | 5544 // NOTE: ES module kinds should be contiguous to more easily check whether a module kind is *any* ES module kind. [all...] |
H A D | typescriptServices.js | 5544 // NOTE: ES module kinds should be contiguous to more easily check whether a module kind is *any* ES module kind. [all...] |
H A D | tsserver.js | 5554 // NOTE: ES module kinds should be contiguous to more easily check whether a module kind is *any* ES module kind. [all...] |
Completed in 149 milliseconds