Searched refs:END_LEN (Results 1 – 1 of 1) sorted by relevance
380 unsigned END_LEN = MIN2(strlen(path), 1024 - strlen(path)); in agx_create_command_queue() local381 unsigned SKIP = strlen(path) - END_LEN; in agx_create_command_queue()382 unsigned OFFS = 1024 - END_LEN; in agx_create_command_queue()383 memcpy(buffer + OFFS, path + SKIP, END_LEN); in agx_create_command_queue()