Searched refs:SEGMENT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl87 .text\$ SEGMENT PAGE 'CODE'
89 .text\$ SEGMENT ALIGN(64) 'CODE'
135 .bss SEGMENT 'BSS'
181 .CRT\$XCU SEGMENT DWORD PUBLIC 'DATA'
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocationsegments.c60 SEGMENT
69 { REPORT, S_, "location-segment", SEGMENT,
91 SVN_ERR_ASSERT(leaving_state == SEGMENT);
58 SEGMENT enumerator in enum:__anon4601
/freebsd-10.2-release/lib/libc/db/hash/
H A Dhash.h59 typedef BUFHEAD **SEGMENT; typedef
115 SEGMENT *dir; /* Hash Bucket directory */
H A Dhash.c67 static void *hash_realloc(SEGMENT **, int, int);
213 "SEGMENT SIZE ", hashp->SGSIZE,
214 "SEGMENT SHIFT ", hashp->SSHIFT,
805 dirsize = hashp->DSIZE * sizeof(SEGMENT *);
811 (SEGMENT)calloc(hashp->SGSIZE, sizeof(SEGMENT))) == NULL)
841 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize)
875 SEGMENT store;
880 (SEGMENT *)calloc(hashp->DSIZE, sizeof(SEGMENT *)))
[all...]
H A Dhash_buf.c110 SEGMENT segp;
161 SEGMENT segp;

Completed in 263 milliseconds