Searched refs:_reent (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | 2008-11-10-xint_to_fp.ll | 5 …*)*, %struct.__sbuf, i8*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i32, %struct._reent*, i32 } 10 …%struct._reent = type { i32, %struct.__FILE*, %struct.__FILE*, %struct.__FILE*, i32, [25 x i8], i3… 11 @_impure_ptr = external global %struct._reent* ; <%struct._reent**> [#uses=1] 13 define double @_erand48_r(%struct._reent* %r, i16* %xseed) nounwind { 15 tail call void @__dorand48( %struct._reent* %r, i16* %xseed ) nounwind 32 declare void @__dorand48(%struct._reent*, i16*) 38 load %struct._reent*, %struct._reent** @_impure_ptr, align 4 ; <%struct._reent*>:0 [#uses=1] 39 tail call void @__dorand48( %struct._reent* %0, i16* %xseed ) nounwind
|
/external/llvm/test/CodeGen/Mips/ |
D | 2008-11-10-xint_to_fp.ll | 5 …*)*, %struct.__sbuf, i8*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i32, %struct._reent*, i32 } 10 …%struct._reent = type { i32, %struct.__FILE*, %struct.__FILE*, %struct.__FILE*, i32, [25 x i8], i3… 11 @_impure_ptr = external global %struct._reent* ; <%struct._reent**> [#uses=1] 13 define double @_erand48_r(%struct._reent* %r, i16* %xseed) nounwind { 15 tail call void @__dorand48( %struct._reent* %r, i16* %xseed ) nounwind 32 declare void @__dorand48(%struct._reent*, i16*) 38 load %struct._reent*, %struct._reent** @_impure_ptr, align 4 ; <%struct._reent*>:0 [#uses=1] 39 tail call void @__dorand48( %struct._reent* %0, i16* %xseed ) nounwind
|
/external/pigweed/pw_malloc_freelist/ |
D | freelist_malloc.cc | 61 void* __wrap__malloc_r(struct _reent*, size_t size) { in __wrap__malloc_r() argument 65 void __wrap__free_r(struct _reent*, void* ptr) { pw_freelist_heap->Free(ptr); } in __wrap__free_r() argument 67 void* __wrap__realloc_r(struct _reent*, void* ptr, size_t size) { in __wrap__realloc_r() argument 71 void* __wrap__calloc_r(struct _reent*, size_t num, size_t size) { in __wrap__calloc_r() argument
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 2179 struct _reent; 2308 struct _reent *_data; 2563 struct _reent struct 2613 } _reent; member 2685 extern struct _reent *_impure_ptr; 2686 extern struct _reent * _global_impure_ptr;
|