Home
last modified time | relevance | path

Searched refs:endval (Results 1 - 3 of 3) sorted by relevance

/third_party/elfutils/libasm/
H A Dasm_addsleb128.c59 int32_t endval = num >> 31; in asm_addsleb128() local
69 if (num == endval) in asm_addsleb128()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c286 uint32_t *end, endval; in nouveau_vp3_load_firmware() local
320 endval = *end; in nouveau_vp3_load_firmware()
321 while (endval == *end) in nouveau_vp3_load_firmware()
/third_party/backends/frontend/
H A Dsaned.c2725 char *endval; local
2756 val = strtol (optval, &endval, 10);
2757 if (optval == endval)
2768 optval = strchr (endval, '-');
2779 val = strtol (optval, &endval, 10);
2780 if (optval == endval)
2809 val = strtol (optval, &endval, 10);
2810 if (optval == endval)

Completed in 5 milliseconds