Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Dutils.h26 #define ALIGN(value, alignment) (((value) + (alignment)-1) & ~((alignment)-1)) argument
/system/core/libcutils/tests/
DMemsetTest.cpp89 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) { in GetAlignedPtr()
/system/extras/micro_bench/
Dmicro_bench.cpp97 uint8_t *getAlignedMemory(uint8_t *orig_ptr, int alignment, int or_mask) { in getAlignedMemory()
113 uint8_t *allocateAlignedMemory(size_t size, int alignment, int or_mask) { in allocateAlignedMemory()
157 int getAlignmentIncrement(size_t size, int alignment) { in getAlignmentIncrement()
165 uint8_t *getColdBuffer(int num_buffers, size_t incr, int alignment, int or_mask) { in getColdBuffer()
/system/core/libcutils/
Dfs_config.c69 #define ALIGN(x, alignment) ( ((x) + ((alignment) - 1)) & ~((alignment) - 1) ) argument
/system/media/camera/src/
Dcamera_metadata.c32 #define ALIGN_TO(val, alignment) \ argument
314 size_t alignment; in validate_camera_metadata_structure() member
/system/core/toolbox/
Dnewfs_msdos.c264 u_int extra_res, alignment=0, set_res, set_spf, set_spc, tempx, attempts=0; in newfs_msdos_main() local