/external/libpcap/ |
optimize.c | 149 struct block **levels; member in struct:_opt_state 258 b->link = opt_state->levels[level]; 259 opt_state->levels[level] = b; 263 * Level graph. The levels go from 0 at the leaves to 264 * N_LEVELS at the root. The opt_state->levels[] array points to the 271 memset((char *)opt_state->levels, 0, opt_state->n_blocks * sizeof(*opt_state->levels)); 300 for (b = opt_state->levels[i]; b; b = b->link) { 339 for (b = opt_state->levels[i]; b != 0; b = b->link) { 367 for (b = opt_state->levels[i]; b; b = b->link) [all...] |
/bionic/libc/kernel/uapi/linux/ |
vfio.h | 209 __u32 levels; member in struct:vfio_iommu_spapr_tce_ddw_info 264 __u32 levels; member in struct:vfio_iommu_spapr_tce_create
|
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/ |
VisibilityMetadataFragment.java | 156 * Enum indicating possible visibility levels for notifications and related data(String 157 * representation of visibility levels, an icon ID to create a notification) to
|
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/ |
VisibilityMetadataFragment.java | 156 * Enum indicating possible visibility levels for notifications and related data(String 157 * representation of visibility levels, an icon ID to create a notification) to
|
/development/samples/CubeLiveWallpaper/ |
_index.html | 64 higher. For more information, see the <a href="../../../guide/appendix/api-levels.html">API Levels</a>
|
/development/samples/WiFiDirectDemo/ |
_index.html | 30 href="../../../guide/appendix/api-levels.html">API Levels</a> and the
|
/development/samples/WiFiDirectServiceDiscovery/ |
_index.html | 34 href="../../../guide/appendix/api-levels.html">API Levels</a> and the
|
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
VisibilityMetadataFragment.java | 156 * Enum indicating possible visibility levels for notifications and related data(String 157 * representation of visibility levels, an icon ID to create a notification) to
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch32/ |
cpu_macros.S | 113 * down at subsequent power levels. If there aren't exactly 115 * used to handle power down at subsequent levels
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch64/ |
cpu_macros.S | 117 * down at subsequent power levels. If there aren't exactly 119 * used to handle power down at subsequent levels
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/ |
xlat_tables_defs.h | 31 #define BLOCK_DESC U(0x1) /* Table levels 0-2 */ 33 #define TABLE_DESC U(0x3) /* Table levels 0-2 */
|
/device/linaro/bootloader/arm-trusted-firmware/lib/psci/ |
psci_off.c | 18 * Construct the psci_power_state to request power OFF at all power levels. 31 * domains at higher levels will be turned off as far as possible. It finds
|
/device/linaro/bootloader/arm-trusted-firmware/plat/compat/ |
plat_pm_compat.c | 58 * levels. This allows the generic PSCI layer to invoke 160 * Hence we hard-code the state as PSCI_STATE_OFF for all the levels.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
UserDict.py | 95 # second level definitions support higher levels
115 # fourth level uses definitions from lower levels
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
UserDict.py | 95 # second level definitions support higher levels
115 # fourth level uses definitions from lower levels
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
result.py | 155 # Skip test runner traceback levels
160 # Skip assert*() traceback levels
|
/device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/ |
AArch64Mmu.h | 33 // The first offset starts at 12bit. There are 4 levels of 9-bit address range from level 3 to level 0
43 // The first offset starts at 12bit. There are 4 levels of 9-bit address range from level 3 to level 0
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
SmmCpuSaveState.h | 38 /// breaks on many compilers with high warning levels. Instead, the UINT8 Reserved[0x200]
151 /// breaks on many compilers with high warning levels. Instead, the UINT8 Reserved[0x200]
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
errno.h | 98 __ELOOP, /* 62 Too many levels of symbolic links */
112 __EREMOTE, /* 71 Too many levels of remote in path */
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
ErrorList.c | 96 "Too many levels of symbolic links", /* 62 ELOOP */
109 "Too many levels of remote in path", /* 71 EREMOTE */
|
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
JreDeflateParameters.java | 19 * correspond to 9 levels, 3 strategies and 2 wrapping choices (i.e., 9 x 3 x 2). In practice only 103 throw new IllegalArgumentException("Only levels 1-9 and strategies 0-2 are valid.");
|
/external/brotli/c/enc/ |
quality.h | 8 quality levels. */ 53 /* Returns hash-table size for quality levels 0 and 1. */
|
/external/deqp/external/openglcts/docs/specs/ |
CTS_ARB_sparse_texture.txt | 113 2^(<levels>-1), 115 2^(<levels>-1).
|
CTS_ARB_sparse_texture2.txt | 80 * Test if for levels of a sparse texture where each dimension is greater than or 82 regions may be controlled by TexPageCommitmentARB and such levels may be
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
esextcTessellationShaderQuads.hpp | 58 * is generated, if both clamped inner tessellation levels and all four 59 * clamped outer tessellation levels are exactly one.
|