Home
last modified time | relevance | path

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

/third_party/elfutils/libasm/
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/
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/libxml2/
Dxmlschemastypes.c2083 xmlChar *val, *cur, *endval; in xmlSchemaValAtomicListNode() local
2117 endval = cur; in xmlSchemaValAtomicListNode()
2119 while ((*cur == 0) && (cur != endval)) cur++; in xmlSchemaValAtomicListNode()
2120 while (cur != endval) { in xmlSchemaValAtomicListNode()
2125 while ((*cur == 0) && (cur != endval)) cur++; in xmlSchemaValAtomicListNode()