Searched refs:start_size (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitUtils.c | 206 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, s… in sljit_allocate_stack() argument 215 if (start_size > max_size || start_size < 1) in sljit_allocate_stack() 251 if (sljit_stack_resize(stack, stack->end - start_size) == NULL) { in sljit_allocate_stack() 273 stack->start = stack->end - start_size; in sljit_allocate_stack()
|
D | sljitLir.h | 1393 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, s…
|
/external/jemalloc/test/integration/ |
D | rallocx.c | 123 size_t start_size = start_sizes[i]; in TEST_BEGIN() local 124 p = mallocx(start_size, MALLOCX_ZERO); in TEST_BEGIN() 135 q = rallocx(p, start_size+j, MALLOCX_ZERO); in TEST_BEGIN()
|
/external/jemalloc_new/test/integration/ |
D | rallocx.c | 114 size_t start_size = start_sizes[i]; in TEST_BEGIN() local 115 p = mallocx(start_size, MALLOCX_ZERO); in TEST_BEGIN() 126 q = rallocx(p, start_size+j, MALLOCX_ZERO); in TEST_BEGIN()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | record_reader_writer_test.cc | 76 uint64 start_size = GetFileSize(fname); in VerifyFlush() local 85 EXPECT_GT(new_size, start_size); in VerifyFlush()
|
/external/python/cpython3/Modules/ |
D | readline.c | 1029 size_t start_size, end_size; in flex_complete() local 1041 s = Py_DecodeLocale(rl_line_buffer, &start_size); in flex_complete() 1055 start = (int)start_size; in flex_complete()
|
/external/webrtc/webrtc/video/ |
D | video_send_stream_tests.cc | 543 size_t start_size, in TestPacketFragmentationSize() argument 557 current_size_rtp_(start_size), in TestPacketFragmentationSize() 558 current_size_frame_(static_cast<int32_t>(start_size)) { in TestPacketFragmentationSize() 560 encoder_.SetFrameSize(start_size); in TestPacketFragmentationSize()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_malloc_mac.inc | 35 vm_size_t start_size, unsigned zone_flags) {
|