Searched refs:syze (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/main/coregrind/ |
H A D | m_translate.c | 303 # define DO_NEW(syze, tmpp) \ 307 vanilla = NULL != VG_(tdict).track_new_mem_stack_##syze; \ 308 w_ecu = NULL != VG_(tdict).track_new_mem_stack_##syze##_w_ECU; \ 318 "track_new_mem_stack_" #syze "_w_ECU", \ 320 VG_(tdict).track_new_mem_stack_##syze##_w_ECU ), \ 327 "track_new_mem_stack_" #syze , \ 329 VG_(tdict).track_new_mem_stack_##syze ), \ 342 tl_assert(syze > 0); \ 343 update_SP_aliases(syze); \ 349 # define DO_DIE(syze, tmp [all...] |
/external/yaffs2/yaffs2/direct/ |
H A D | dtest.c | 164 void create_file_of_size(const char *fn,int syze) argument 171 int iterations = (syze + strlen(fn) -1)/ strlen(fn); 184 void verify_file_of_size(const char *fn,int syze) argument 193 int iterations = (syze + strlen(fn) -1)/ strlen(fn);
|
/external/yaffs2/yaffs2/ |
H A D | yaffs_guts.c | 6618 #define yaffs_CheckStruct(structure,syze, name) \ 6619 if(sizeof(structure) != syze) \ 6622 name,syze,sizeof(structure))); \
|
Completed in 119 milliseconds