Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_addsleb128.c59 int32_t endval = num >> 31; in asm_addsleb128() local
69 if (num == endval) in asm_addsleb128()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c287 uint32_t *end, endval; in nouveau_vp3_load_firmware() local
321 endval = *end; in nouveau_vp3_load_firmware()
322 while (endval == *end) in nouveau_vp3_load_firmware()
/external/libxml2/
Dxmlschemastypes.c2020 xmlChar *val, *cur, *endval; in xmlSchemaValAtomicListNode() local
2054 endval = cur; in xmlSchemaValAtomicListNode()
2056 while ((*cur == 0) && (cur != endval)) cur++; in xmlSchemaValAtomicListNode()
2057 while (cur != endval) { in xmlSchemaValAtomicListNode()
2062 while ((*cur == 0) && (cur != endval)) cur++; in xmlSchemaValAtomicListNode()