Home
last modified time | relevance | path

Searched refs:falign (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/mprotect/
DMakefile8 mprotect04: CFLAGS += -falign-functions=64
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp2178 unsigned falign = fields[i].type->std140_base_alignment(field_row_major); in get_explicit_std140_type() local
2193 offset = glsl_align(offset, falign); in get_explicit_std140_type()
2536 unsigned falign = fields[i].type->std430_base_alignment(field_row_major); in get_explicit_std430_type() local
2551 offset = glsl_align(offset, falign); in get_explicit_std430_type()
/third_party/ffmpeg/
Dconfigure6970 check_cflags -falign-stack=maintain-16-byte ||