Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_parameter.c200 const GLuint oldNum = paramList->NumParameters; in _mesa_reserve_parameter_storage() local
278 const int oldNum = paramList->NumParameters; in _mesa_add_parameter() local
/aosp_15_r20/external/sonic/
H A Dsonic.c127 static void *sonicRealloc(void *p, int oldNum, int newNum, int size) { in sonicRealloc()
167 static void *sonicRealloc(void *p, int oldNum, int newNum, int size) { in sonicRealloc()
/aosp_15_r20/external/libxml2/
H A Dxmlschemas.c23442 int i, j, k, ret = 0, nbFields, oldNum, oldDupls; in xmlSchemaBubbleIDCNodeTables() local