Searched refs:overhead (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclAlloc.c47 * The overhead on a block is at least 8 bytes. When free, this space contains
57 union overhead { union
58 union overhead *next; /* when free */
88 #define OVERHEAD (sizeof(union overhead) + RSLOP)
99 * smallest allocatable block is MINBLOCK bytes. The overhead information
103 #define MINBLOCK ((sizeof(union overhead) + (TCL_ALLOCALIGN-1)) & ~(TCL_ALLOCALIGN-1))
106 static union overhead *nextf[NBUCKETS];
268 register union overhead *overPtr;
301 overPtr = (union overhead *) (bigBlockPtr + 1);
403 register union overhead *overPt
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.alloc.c94 * The overhead on a block is at least 4 bytes. When free, this space
106 union overhead { union
107 union overhead *ov_next; /* when free */
135 * smallest allocatable block is 8 bytes. The overhead information
139 static union overhead *nextf[NBUCKETS] IZERO_STRUCT;
148 static int findbucket (union overhead *, int);
173 union overhead *p;
194 nbytes = MEMALIGN(MEMALIGN(sizeof(union overhead)) + nbytes + RSLOP);
231 return ((memalign_t) (((caddr_t) p) + MEMALIGN(sizeof(union overhead))));
247 union overhead *o
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_sec.h32 int (*overhead)(void *, int, int); member in struct:Curl_sec_client_mech
H A Dsecurity.c338 len -= conn->mech->overhead(conn->app_data, conn->data_prot,
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclAlloc.c58 * The overhead on a block is at least 8 bytes. When free, this space
68 union overhead { union
69 union overhead *ov_next; /* when free */
99 #define OVERHEAD (sizeof(union overhead) + RSLOP)
103 * smallest allocatable block is MINBLOCK bytes. The overhead information
107 #define MINBLOCK ((sizeof(union overhead) + (ALLOCALIGN-1)) & ~(ALLOCALIGN-1))
110 static union overhead *nextf[NBUCKETS];
275 register union overhead *op;
306 op = (union overhead *) (bigBlockPtr + 1);
399 register union overhead *o
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dsecurity.h54 int (*overhead)(void *, int, int); member in struct:sec_client_mech
65 int (*overhead)(void *, int, int); member in struct:sec_server_mech
H A Dsecurity.c287 len -= (*mech->overhead)(app_data, data_prot, len);
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgxq.c443 int overhead; local
456 overhead = auth_epv->overhead;
461 iov[1].iov_len += overhead;
465 iov[iovlen-1].iov_len += overhead;
467 sendcc += overhead;
768 assert(RPC_C_DG_RAW_PKT_HDR_SIZE + frag_length + auth_epv->overhead <= xq->snd_frag_size);
770 if (last_xqe->body_len + auth_epv->overhead
H A Ddg.c291 frag_length += (auth_epv->overhead);
322 frag_length += (auth_epv->overhead);
592 if (((RPC_C_DG_RAW_PKT_HDR_SIZE + raw_bodysize + auth_epv->overhead)
613 if (pkt_bodysize + auth_epv->overhead >
636 if (auth_epv->overhead <= 24)
644 auth_epv->overhead + 7,
656 auth_epv->overhead - len);
1061 if (((RPC_C_DG_RAW_PKT_HDR_SIZE + raw_bodysize + auth_epv->overhead)
1082 if (pkt_bodysize + auth_epv->overhead >
1105 if (auth_epv->overhead <
[all...]
H A Ddgexec.c795 auth_epv->overhead) > rqe->frag_len) ||
H A Ddg.h2380 unsigned32 overhead; member in struct:rpc_dg_auth_epv_t
/macosx-10.10.1/libauto-186/tests/
H A Dalloc_test.c155 auto_date_t overhead = auto_date_now(); local
162 printf("overhead %lld\n", begin-overhead);
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_cbc.c115 const unsigned overhead = 1 /* padding length byte */ + mac_size; local
119 if (overhead > rec->length)
123 good = constant_time_ge(rec->length, padding_length+overhead);
149 const unsigned overhead = 1 /* padding length byte */ + mac_size; local
156 if (overhead + block_size > rec->length)
163 else if (overhead > rec->length)
188 good = constant_time_ge(rec->length, overhead+padding_length);
764 * HMAC adds a constant overhead.
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml55 overhead on top of the two stubs that are already invoked for each
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_bw_mem.c110 double overhead; member in struct:_state
126 double overhead; member in struct:__anon15377
615 ts->overhead = 0;
H A Dlmbench_lat_ctx.c93 double overhead; member in struct:__anon15381
/macosx-10.10.1/xnu-2782.1.97/osfmk/profiling/i386/
H A Dprofile-md.h325 prof_uptrint_t overhead [(int)ACONTEXT_MAX]; /* overhead bytes */ member in struct:profile_stats
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/lib/
H A DHeap.pm51 heap has less overhead than keeping the collection fully
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/collationperf/
H A DCollPerf.pl202 comparison, and the overhead of memory usage and retrieval time for sort
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Stash/
H A DContext.pm9 # should be called in scalar or list context. It adds a little overhead
692 should be called in scalar or list context. It adds a little overhead
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dlib_mvcur.c70 ** cost swamps the computation overhead (and as machines get faster, this
83 * The average overhead of a full optimization computation in character
90 * Yes, I (esr) thought about computing expected overhead dynamically, say
100 * adjusted for average computation overhead. The magic number is the length
737 * will probably not be worth its overhead. Also, don't try to
1141 * The `overhead' field of the report will help you pick a
1204 * Per-character optimization overhead in character transmits
1208 float overhead = speeds[i] * perchar / 1e6; local
1211 printf("%6d bps: %3.2f char-xmits overhead; total estimated time %15.2f\n",
1212 speeds[i], overhead, totales
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/regressions/inc/IPC/
H A DRun3.pm124 =item + Smaller, lower overhead, simpler, more portable
167 ## keep from having to incur the (largish) overhead of File::Temp
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/t/IPC/
H A DRun3.pm124 =item + Smaller, lower overhead, simpler, more portable
167 ## keep from having to incur the (largish) overhead of File::Temp
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_control.c998 int overhead; local
1000 overhead = 0;
1003 overhead = 3;
1022 if (dlen + overhead + datapt > dataend) {
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl86 to account for buffer pool overhead; cache sizes larger than 500MB are

Completed in 463 milliseconds

12