HomeSort by: relevance | last modified time | path
    Searched defs:wrap (Results 1 - 25 of 182) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/tests/lib/libc/ssp/
h_vsprintf.c 37 static void wrap(const char *, ...) __printflike(1, 2);
40 wrap(const char *fmt, ...) function
53 wrap("%s", argv[1]);
h_vsprintf.c 37 static void wrap(const char *, ...) __printflike(1, 2);
40 wrap(const char *fmt, ...) function
53 wrap("%s", argv[1]);
h_vsnprintf.c 38 static void wrap(size_t, const char *, ...) __printflike(2, 3);
41 wrap(size_t len, const char *fmt, ...) function
55 wrap(len, "%s", "012345678901234567890");
h_vsnprintf.c 38 static void wrap(size_t, const char *, ...) __printflike(2, 3);
41 wrap(size_t len, const char *fmt, ...) function
55 wrap(len, "%s", "012345678901234567890");
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CodeGenCWrappers.h 47 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
CodeGenCWrappers.h 47 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ring_types.h 50 u32 wrap; member in struct:intel_ring
intel_ring_types.h 50 u32 wrap; member in struct:intel_ring
  /src/usr.bin/tail/
read.c 57 * storing the data in a wrap-around buffer which is then displayed. If the
70 int wrap; local
76 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) {
79 wrap = 1;
94 if (wrap) {
113 if (wrap && (len = ep - p))
143 int blen, cnt, recno, wrap; local
153 blen = cnt = recno = wrap = 0;
176 wrap = 1;
190 wrap = 1
    [all...]
read.c 57 * storing the data in a wrap-around buffer which is then displayed. If the
70 int wrap; local
76 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) {
79 wrap = 1;
94 if (wrap) {
113 if (wrap && (len = ep - p))
143 int blen, cnt, recno, wrap; local
153 blen = cnt = recno = wrap = 0;
176 wrap = 1;
190 wrap = 1
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 329 inline LLVMContextRef *wrap(const LLVMContext **Tys) { function in namespace:llvm
LLVMContext.h 329 inline LLVMContextRef *wrap(const LLVMContext **Tys) { function in namespace:llvm
  /src/external/mpl/bind/dist/lib/isc/
thread.c 61 struct thread_wrap *wrap = malloc(sizeof(*wrap)); local
62 RUNTIME_CHECK(wrap != NULL);
63 *wrap = (struct thread_wrap){
67 return wrap;
71 thread_body(struct thread_wrap *wrap) {
72 isc_threadfunc_t func = wrap->func;
73 void *arg = wrap->arg;
85 free(wrap);
93 thread_run(void *wrap) {
    [all...]
thread.c 61 struct thread_wrap *wrap = malloc(sizeof(*wrap)); local
62 RUNTIME_CHECK(wrap != NULL);
63 *wrap = (struct thread_wrap){
67 return wrap;
71 thread_body(struct thread_wrap *wrap) {
72 isc_threadfunc_t func = wrap->func;
73 void *arg = wrap->arg;
85 free(wrap);
93 thread_run(void *wrap) {
    [all...]
  /src/usr.bin/base64/
base64.c 63 putoutput(FILE *fout, uint8_t out[4], size_t len, size_t wrap, size_t *pos)
72 if (++(*pos) == wrap) {
81 if (++(*pos) == wrap) {
101 b64_encode(FILE *fout, FILE *fin, size_t wrap)
111 if ((e = putoutput(fout, out, ilen, wrap, &pos)) != 0)
117 if ((e = putoutput(fout, out, ilen, wrap, &pos)) != 0)
121 if (pos != 0 && wrap != 0) {
216 fprintf(stderr, "Usage: %s [-di] [-w <wrap>] [<file>]...\n",
222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap)
229 e = b64_encode(fout, fin, wrap);
240 size_t wrap = 76; local
    [all...]
base64.c 63 putoutput(FILE *fout, uint8_t out[4], size_t len, size_t wrap, size_t *pos)
72 if (++(*pos) == wrap) {
81 if (++(*pos) == wrap) {
101 b64_encode(FILE *fout, FILE *fin, size_t wrap)
111 if ((e = putoutput(fout, out, ilen, wrap, &pos)) != 0)
117 if ((e = putoutput(fout, out, ilen, wrap, &pos)) != 0)
121 if (pos != 0 && wrap != 0) {
216 fprintf(stderr, "Usage: %s [-di] [-w <wrap>] [<file>]...\n",
222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap)
229 e = b64_encode(fout, fin, wrap);
240 size_t wrap = 76; local
    [all...]
  /src/usr.bin/shmif_pcapin/
shmif_pcapin.c 185 bool wrap; local
196 wrap = false;
199 sizeof(sp), &wrap);
200 dataoff = shmif_buswrite(bmem, dataoff, buf, pcaphdr.len, &wrap);
202 if (wrap)
shmif_pcapin.c 185 bool wrap; local
196 wrap = false;
199 sizeof(sp), &wrap);
200 dataoff = shmif_buswrite(bmem, dataoff, buf, pcaphdr.len, &wrap);
202 if (wrap)
  /src/usr.bin/shmif_dumpbus/
shmif_dumpbus.c 227 bool wrap; local
231 wrap = false;
238 &sp, oldoff, sizeof(sp), &wrap);
246 &sp2, oldoff, sizeof(sp2), &wrap);
251 if (wrap)
267 buf, curbus, curlen, &wrap);
268 if (wrap)
279 curbus = shmif_busread(bmem, buf, curbus, curlen, &wrap);
281 if (wrap)
shmif_dumpbus.c 227 bool wrap; local
231 wrap = false;
238 &sp, oldoff, sizeof(sp), &wrap);
246 &sp2, oldoff, sizeof(sp2), &wrap);
251 if (wrap)
267 buf, curbus, curlen, &wrap);
268 if (wrap)
279 curbus = shmif_busread(bmem, buf, curbus, curlen, &wrap);
281 if (wrap)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeFunctionSig.cpp 23 // It's only purpose is to wrap the real type record. I guess this is so that
56 return wrap(TypeEnumerator->getChildAtIndex(Index));
59 return wrap(TypeEnumerator->getNext());
65 std::unique_ptr<PDBSymbol> wrap(std::unique_ptr<PDBSymbol> S) const { function in class:__anon4347::NativeEnumFunctionArgs
NativeTypeFunctionSig.cpp 23 // It's only purpose is to wrap the real type record. I guess this is so that
56 return wrap(TypeEnumerator->getChildAtIndex(Index));
59 return wrap(TypeEnumerator->getNext());
65 std::unique_ptr<PDBSymbol> wrap(std::unique_ptr<PDBSymbol> S) const { function in class:__anon4347::NativeEnumFunctionArgs
  /src/external/apache2/llvm/dist/llvm/lib/Target/
Target.cpp 33 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfoImpl *P) { function
48 return wrap(&unwrap(M)->getDataLayout());
56 return wrap(new DataLayout(StringRep));
86 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext())));
90 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS));
94 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C)));
98 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS));
Target.cpp 33 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfoImpl *P) { function
48 return wrap(&unwrap(M)->getDataLayout());
56 return wrap(new DataLayout(StringRep));
86 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext())));
90 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS));
94 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C)));
98 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS));
  /src/common/dist/zlib/
inflate.c 110 if (state->wrap) /* to support ill-conceived Java test suite */
111 strm->adler = state->wrap & 1;
139 int wrap; local
146 /* extract wrap request from windowBits parameter */
150 wrap = 0;
154 wrap = (windowBits >> 4) + 5;
170 state->wrap = wrap;
516 if (state->wrap == 0) {
522 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header *
    [all...]

Completed in 136 milliseconds

1 2 3 4 5 6 7 8