Home
last modified time | relevance | path

Searched defs:bpw (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_write_buffer.c196 int bpw = 0; in main() local
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp923 Value *bpw = VBROADCAST_16(pw); in CompileVS() local
928 Value *bpw = VBROADCAST(pw); in CompileVS() local
/external/openssh/
Dumac.c549 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert()