Searched refs:thunk (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl315 proc S3::nextdo {routine thunk direction args} {
317 S3::debug "nextdo" $routine $thunk $direction $args
318 if {[dict get $thunk blocking]} {
319 return [S3::$routine $thunk]
326 fileevent [dict get $thunk S3chan] $direction \
327 [list S3::$routine $thunk]
329 fileevent [dict get $thunk S3chan] readable {}
331 fileevent [dict get $thunk S3chan] writable {}
344 set thunk [dict create orig $orig]
346 # Now add to thunk'
[all...]
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dqsort.c104 void *thunk
110 return CMP(thunk, a, b) < 0 ?
111 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
112 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
128 void *thunk,
130 #define thunk NULL
149 __heapsort_r(a, n, es, thunk, cmp);
160 pl > (char *)a && CMP(thunk, p
126 _qsort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit) argument
242 qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) argument
[all...]
H A Dpsort.c87 void *thunk; member in struct:shared
188 void *thunk
194 return CMP(thunk, a, b) < 0 ?
195 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
196 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
214 void *thunk,
216 #define thunk NULL
235 __heapsort_r(a, n, es, thunk, cm
212 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
365 psort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) argument
[all...]
H A Dpsort_b.c87 void *thunk; member in struct:shared
188 void *thunk
194 return CMP(thunk, a, b) < 0 ?
195 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
196 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
214 void *thunk,
216 #define thunk NULL
235 __heapsort_r(a, n, es, thunk, cm
212 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
365 psort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) argument
[all...]
H A Dpsort_r.c87 void *thunk; member in struct:shared
188 void *thunk
194 return CMP(thunk, a, b) < 0 ?
195 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
196 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
214 void *thunk,
216 #define thunk NULL
235 __heapsort_r(a, n, es, thunk, cm
212 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
365 psort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) argument
[all...]
H A Dheapsort_r.c80 if (child_i < nmemb && compar(thunk, child, child + size) < 0) { \
85 if (compar(thunk, child, par) <= 0) \
111 if (child_i < nmemb && compar(thunk, child, child + size) < 0) { \
123 if (child_i == 1 || compar(thunk, k, par) < 0) { \
139 __heapsort_r(vbase, nmemb, size, thunk, compar)
142 void *thunk;
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dqsort.c99 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk
105 return CMP(thunk, a, b) < 0 ?
106 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
107 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
112 rk_qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) argument
114 #define thunk NULL
129 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
140 pl = med3(pl, pl + d, pl + 2 * d, cmp, thunk);
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A Dmakesafeseh.asm29 ; Note also (confirmed by Raymond Chen) that we must use this assembly thunk
/macosx-10.10/emacs-93/emacs/lisp/
H A Dehelp.el114 (defun with-electric-help (thunk &optional buffer noerase minheight)
157 (unless (funcall thunk)
/macosx-10.10/vim-55/src/
H A Dif_mzsch.c555 Thunk_Info *thunk = NULL; local
576 for (thunk = mzsch_imports; thunk->name; thunk++)
578 if ((*thunk->ptr =
579 (void *)GetProcAddress(hMzSch, thunk->name)) == NULL)
586 EMSG2(_(e_loadfunc), thunk->name);
590 for (thunk = mzgc_imports; thunk->name; thunk
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A DthreadLocalVariables.c95 void* (*thunk)(struct TLVDescriptor*); member in struct:TLVDescriptor
296 d->thunk = tlv_get_addr;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/exceptionFuzz/
H A Dearley-boyer.js1707 function sc_dynamicWind(before, thunk, after) {
1710 var res = thunk();
2599 function sc_withInputFromFile(s, thunk) {
2604 function sc_withOutputToFile(s, thunk) {
2642 function sc_withInputFromPort(p, thunk) {
2646 return thunk();
2653 function sc_withInputFromString(s, thunk) {
2654 return sc_withInputFromPort(new sc_StringInputPort(sc_string2jsstring(s)), thunk);
2658 function sc_withOutputToPort(p, thunk) {
2662 return thunk();
[all...]
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1468 void* (*thunk)(struct tlv_descriptor*); member in struct:tlv_descriptor
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dantlr-mode.el1052 (defunx antlr-with-displaying-help-buffer (thunk &optional name)
1054 "Make a help buffer and call `thunk' there."
1056 (save-excursion (funcall thunk))))
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm1132 # and a PC to call, and that PC may be a dummy thunk that just

Completed in 244 milliseconds