Searched refs:low (Results 1 – 21 of 21) sorted by relevance
/system/extras/libpagemap/ |
D | pm_process.c | 108 uint64_t low, uint64_t high, in pm_process_pagemap_range() argument 116 if (!proc || (low > high) || !range_out || !len) in pm_process_pagemap_range() 119 if (low == high) { in pm_process_pagemap_range() 125 firstpage = low / proc->ker->pagesize; in pm_process_pagemap_range() 126 numpages = (high - low) / proc->ker->pagesize; in pm_process_pagemap_range()
|
/system/vold/ |
D | MoveTask.cpp | 30 #define CONSTRAIN(amount, low, high) (amount < low ? low : (amount > high ? high : amount)) argument
|
/system/core/libcutils/ |
D | fs_config.c | 62 uint32_t low, high; in get8LE() local 64 low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); in get8LE() 66 return ((uint64_t) high << 32) | (uint64_t) low; in get8LE()
|
/system/sepolicy/ |
D | sgdisk.te | 5 # Allowed to read/write low-level partition tables
|
D | mls_macros | 51 # Basic level names for system low and high
|
D | lmkd.te | 1 # lmkd low memory killer daemon
|
D | domain.te | 186 # No process can map low memory (< CONFIG_LSM_MMAP_MIN_ADDR).
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 244 inline int low(int c) const { return format.c[c].l; } in low() function 245 inline int mask(int c) const { return ((1<<size(c))-1) << low(c); } in mask() 248 inline int component_size(int c) const { return hi(c) - low(c); } in component_size()
|
/system/extras/libpagemap/include/pagemap/ |
D | pagemap.h | 186 uint64_t low, uint64_t hi,
|
/system/core/metricsd/ |
D | README.md | 105 strongly recommended to keep this number low (e.g., 50 is normal, while 100 113 the low end of the range and lower resolution at the high end. Regular
|
/system/bt/btif/src/ |
D | btif_gatt_multi_adv_util.c | 290 p_multi_adv_data_cb->inst_cb[cbindex].data.int_range.low = in btif_gattc_copy_datacb() 303 p_multi_adv_data_cb->inst_cb[cbindex].data.int_range.low = in btif_gattc_copy_datacb()
|
/system/core/liblog/ |
D | log_event_list.c | 349 uint32_t low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); in get8LE() local 351 return ((uint64_t) high << 32) | (uint64_t) low; in get8LE()
|
D | logprint.c | 555 uint32_t low, high; in get8LE() local 557 low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); in get8LE() 559 return ((uint64_t) high << 32) | (uint64_t) low; in get8LE()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 390 UINT16 low; member
|
/system/bt/doc/ |
D | power_management.md | 180 previous low power mode in the peer device's `prev_low` field.
|
/system/connectivity/shill/doc/ |
D | device-api.txt | 226 The low-level (physical) address of the device.
|
/system/bt/stack/btm/ |
D | btm_ble_gap.c | 1586 UINT16_TO_STREAM(p, p_data->int_range.low); in btm_ble_build_adv_data()
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 1965 The numbers will be in high:low order. 4319 of the response code to 0 00 0016 and the low-order 12 bits (11:00) will contain the response code. 6853 the low-order 32 bits of the command audit counter 15971 If the handle type for savedHandle is TPM_HT_TRANSIENT, then the low order bits are used to
|
D | raw_structures_fixed.txt | 1965 The numbers will be in high:low order. 4313 of the response code to 0 00 0016 and the low-order 12 bits (11:00) will contain the response code. 6878 the low-order 32 bits of the command audit counter 15962 If the handle type for savedHandle is TPM_HT_TRANSIENT, then the low order bits are used to
|
D | raw_commands.txt | 8215 The commands in this clause provide low-level primitives for access to the asymmetric algorithms 9952 The commands in this clause provide low-level primitives for access to the symmetric algorithms
|
D | raw_commands_fixed.txt | 8226 The commands in this clause provide low-level primitives for access to the asymmetric algorithms 9963 The commands in this clause provide low-level primitives for access to the symmetric algorithms
|