Home
last modified time | relevance | path

Searched refs:newarray (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.h70 type * newarray; \
73 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \
74 memcpy(newarray, (array), (size) * sizeof(type)); \
75 (array) = newarray; \
/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java434 char[][] newarray = new char[i + 16][]; in append() local
436 System.arraycopy(m_array, 0, newarray, 0, i); in append()
438 m_array = newarray; in append()
514 char[][] newarray = new char[i + 16][]; in append() local
516 System.arraycopy(m_array, 0, newarray, 0, i); in append()
518 m_array = newarray; in append()
596 char[][] newarray = new char[i + 16][]; in append() local
598 System.arraycopy(m_array, 0, newarray, 0, i); in append()
600 m_array = newarray; in append()
679 char[][] newarray = new char[i + 16][]; in append() local
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
DcombineIncDecVector-crash.ll19 ; CHECK-NEXT: callq newarray
31 2882400000, i32 0, i8 * (i64, i32, i32, i32)* nonnull @newarray, i32 4,
48 declare i8 * @newarray(i64, i32, i32, i32)
/external/javassist/src/main/javassist/bytecode/
DClassFile.java575 int[] newarray = new int[n + 1]; in addInterface() local
576 System.arraycopy(interfaces, 0, newarray, 0, n); in addInterface()
577 newarray[n] = info; in addInterface()
578 interfaces = newarray; in addInterface()
/external/lua/src/
Dltable.c514 TValue *newarray; in luaH_resize() local
529 newarray = luaM_reallocvector(L, t->array, oldasize, newasize, TValue); in luaH_resize()
530 if (unlikely(newarray == NULL && newasize > 0)) { /* allocation failed? */ in luaH_resize()
536 t->array = newarray; /* set new array part */ in luaH_resize()
/external/libfuse/lib/
Dfuse.c581 void *newarray; in node_table_reduce() local
586 newarray = realloc(t->array, sizeof(struct node *) * newsize); in node_table_reduce()
587 if (newarray != NULL) in node_table_reduce()
588 t->array = newarray; in node_table_reduce()
638 void *newarray; in node_table_resize() local
640 newarray = realloc(t->array, sizeof(struct node *) * newsize); in node_table_resize()
641 if (newarray == NULL) in node_table_resize()
644 t->array = newarray; in node_table_resize()
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx2731 texttt{newarray}
4722 ?newarray