Home
last modified time | relevance | path

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

/external/antlr/runtime/C/src/
Dantlr3string.c808 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(str… in append8() local
809 if (newAlloc == NULL) in append8()
813 string->chars = newAlloc; in append8()
836 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)((si… in appendUTF16_8() local
837 if (newAlloc == NULL) in appendUTF16_8()
841 string->chars = newAlloc; in appendUTF16_8()
875 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)( si… in appendUTF16_UTF16() local
876 if (newAlloc == NULL) in appendUTF16_UTF16()
880 string->chars = newAlloc; in appendUTF16_UTF16()
900 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(len… in set8() local
[all …]
/external/libxkbcommon/src/
Ddarray.h161 #define darray_realloc(arr, newAlloc) do { \ argument
163 ((arr).alloc = (newAlloc)) * sizeof(*(arr).item)); \
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/transforms/
Dbufferize_tiled_loop.cc301 auto *newAlloc = rewriter.clone(*alloc.getOperation()); in matchAndRewrite() local
303 newAlloc->getResult(0); in matchAndRewrite()