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

/macosx-10.9.5/tcl-102/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.9.5/Libc-997.90.3/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
190 void *thunk
196 return CMP(thunk, a, b) < 0 ?
197 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
198 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
216 void *thunk,
218 #define thunk NULL
237 __heapsort_r(a, n, es, thunk, cm
214 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
372 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
190 void *thunk
196 return CMP(thunk, a, b) < 0 ?
197 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
198 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
216 void *thunk,
218 #define thunk NULL
237 __heapsort_r(a, n, es, thunk, cm
214 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
372 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
190 void *thunk
196 return CMP(thunk, a, b) < 0 ?
197 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
198 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
216 void *thunk,
218 #define thunk NULL
237 __heapsort_r(a, n, es, thunk, cm
214 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
372 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.9.5/Heimdal-323.92.1/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.9.5/WebCore-7537.78.1/platform/win/
H A Dmakesafeseh.asm29 ; Note also (confirmed by Raymond Chen) that we must use this assembly thunk
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dehelp.el114 (defun with-electric-help (thunk &optional buffer noerase minheight)
157 (unless (funcall thunk)
/macosx-10.9.5/vim-53/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.9.5/dyld-239.4/src/
H A DthreadLocalVariables.c95 void* (*thunk)(struct TLVDescriptor*); member in struct:TLVDescriptor
296 d->thunk = tlv_get_addr;
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1468 void* (*thunk)(struct tlv_descriptor*); member in struct:tlv_descriptor
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h1480 void* (*thunk)(struct tlv_descriptor*); member in struct:tlv_descriptor
/macosx-10.9.5/emacs-92/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.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter.asm1128 # and a PC to call, and that PC may be a dummy thunk that just

Completed in 329 milliseconds