Searched refs:slots (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhash.c56 int slots,
63 if(!slots || !hfunc || !comparator ||!dtor) {
71 h->slots = slots;
73 h->table = malloc(slots * sizeof(struct curl_llist *));
75 for(i = 0; i < slots; ++i) {
84 h->slots = 0;
91 h->slots = 0;
97 Curl_hash_alloc(int slots, argument
104 if(!slots || !hfun
55 Curl_hash_init(struct curl_hash *h, int slots, hash_function hfunc, comp_function comparator, curl_hash_dtor dtor) argument
[all...]
H A Dhash.h55 int slots; member in struct:curl_hash
72 int slots,
77 struct curl_hash *Curl_hash_alloc(int slots,
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py68 slots = {}
70 slots.update(obj.__dict__)
72 slots["__class__"] = 1
81 slots[name] = 1
82 if "__dict__" in slots:
83 del slots["__dict__"]
84 slots = slots.keys()
85 slots.sort()
86 return slots
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py68 slots = {}
70 slots.update(obj.__dict__)
72 slots["__class__"] = 1
81 slots[name] = 1
82 if "__dict__" in slots:
83 del slots["__dict__"]
84 slots = slots.keys()
85 slots.sort()
86 return slots
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py68 slots = {}
70 slots.update(obj.__dict__)
72 slots["__class__"] = 1
81 slots[name] = 1
82 if "__dict__" in slots:
83 del slots["__dict__"]
84 slots = slots.keys()
85 slots.sort()
86 return slots
[all...]
/macosx-10.10.1/libauto-186/
H A DReferenceIterator.h294 void **slots = (void **)range.address(); local
295 void **last = (void **)displace(slots, range.size() - sizeof(void*));
296 AUTO_PROBE(auto_probe_scan_range(slots, last));
297 while (slots <= last)
298 scan_reference(info, slots++);
302 void **slots = (void **)range.address(); local
303 void **last = (void **)displace(slots, range.size() - sizeof(void*));
304 AUTO_PROBE(auto_probe_scan_range(slots, last));
305 while (slots <= last)
306 scan_reference_indirect(info, indirectInfo, slots
310 void **slots = (void **)range.address(); local
726 void **slots = (void **)object; local
789 void **slots = (void **)object; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomalloc.c73 int slots; member in struct:domAllocBlock
183 int i, j, slots, bitmaps, blockSize; local
232 slots = bitmaps * 32;
233 blockSize = sizeof(domAllocBlock) + bitmaps*4 + slots*size;
238 block->slots = slots;
239 block->freeSlots = slots;
252 bin->nrSlots += slots;
253 bin->freeSlots += slots;
267 mem += (slots
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dbib-mode.el125 (defun bib-find-key (slots)
127 ((null slots)
131 ((looking-at (car (car slots)))
132 (cdr (car slots)))
133 (t (bib-find-key (cdr slots)))
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/IrComm/
H A DIrComm.h33 void TryConnect(int slots); // try to connect
/macosx-10.10.1/ksh-23/ksh/src/lib/libcoshell/
H A Dcolib.h66 int slots; /* number of job slots */ \
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DHardLinkCheck.c555 int slotsUsed = 0, slots = 0; local
593 for (slots = 1; slots <= entries; slots <<= 1)
595 if (slots < (entries + (entries/3)))
596 slots <<= 1;
597 linkInfo = calloc(slots, sizeof(struct IndirectLinkInfo));
600 plog("RepairHardLinkChains: calloc(%d, %zu) failed\n", slots, sizeof(struct IndirectLinkInfo));
713 li = hash_search(inodeID, slots, slotsUsed, linkInfo);
719 hash_insert(inodeID, slots, slotsUse
[all...]
/macosx-10.10.1/msdosfs-209.1.1/
H A Dtest_fsck.py424 slots = len(bytes)/32
425 slot = parent.find_slots(slots, grow=True)
598 slots = len(bytes) / 32
599 slot = root.find_slots(slots)
607 slots = len(bytes) / 32
608 slot = subdir.find_slots(slots)
614 slots = len(bytes) / 32
615 slot = subdir.find_slots(slots)
621 slots = len(bytes) / 32
622 slot = subdir.find_slots(slots)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dxotcl-logger.tcl20 ::xotcl::Class create Logger -slots {
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dtxn.h38 #define TXN_NSLOTS 4 /* Initial slots to hold DB refs */
55 u_int32_t nlog_slots; /* Number of allocated slots. */
89 roff_t slots[TXN_NSLOTS]; /* Initial DB slot allocation. */ member in struct:__txn_detail
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dparse-time.el177 "(slots predicate extractor...)")
192 (slots (pop rule))
195 (when (and (not (nth (car slots) time)) ;not already set
208 (while slots
216 (rplaca (nthcdr (pop slots) time)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Davl.c594 static int slots; local
598 slots = AVL_GRABSIZE;
600 } else if ( avl_maxlist == slots ) {
601 slots += AVL_GRABSIZE;
603 (unsigned) slots * sizeof(void*));
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dxtensa-isa-internal.h183 xtensa_slot_internal *slots; member in struct:xtensa_isa_internal_struct
/macosx-10.10.1/system_cmds-643.1.1/hostinfo.tproj/
H A Dhostinfo.c49 int slots[1024]; variable
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dvoucher_internal.h580 unsigned int slots);
622 unsigned int slots)
625 slots, relaxed);
627 return (_voucher_activity_tracepoint_t)vab + (idx - slots);
635 unsigned int slots)
638 return vab ? _voucher_activity_buffer_tracepoint_get(vab, slots) : NULL;
643 _voucher_activity_tracepoint_get(unsigned int slots) argument
648 return _voucher_activity_tracepoint_get_from_activity(va, slots);
621 _voucher_activity_buffer_tracepoint_get(_voucher_activity_buffer_header_t vab, unsigned int slots) argument
634 _voucher_activity_tracepoint_get_from_activity(_voucher_activity_t va, unsigned int slots) argument
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drdcoff.c64 /* This structure is used to hold slots. */
68 /* Next set of slots. */
72 debug_type slots[COFF_SLOTS]; member in struct:coff_slots
80 struct coff_slots *slots; member in struct:coff_types
111 pps = &types->slots;
130 return (*pps)->slots + indx;
673 types.slots = NULL;
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A DgenStubs.tcl236 # Generate the stub table slots for the given interface. If there
237 # are no generic slots, then one table is generated for each
600 set slots [array names stubs $name,*,$i]
603 if {[llength $slots] > 1} {
608 } elseif {[llength $slots] > 0} {
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tools/
H A DgenStubs.tcl236 # Generate the stub table slots for the given interface. If there
237 # are no generic slots, then one table is generated for each
600 set slots [array names stubs $name,*,$i]
603 if {[llength $slots] > 1} {
608 } elseif {[llength $slots] > 0} {
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/tools/
H A DgenStubs.tcl236 # Generate the stub table slots for the given interface. If there
237 # are no generic slots, then one table is generated for each
600 set slots [array names stubs $name,*,$i]
603 if {[llength $slots] > 1} {
608 } elseif {[llength $slots] > 0} {
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/tools/
H A DgenStubs.tcl236 # Generate the stub table slots for the given interface. If there
237 # are no generic slots, then one table is generated for each
600 set slots [array names stubs $name,*,$i]
603 if {[llength $slots] > 1} {
608 } elseif {[llength $slots] > 0} {
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A DgenStubs.tcl236 # Generate the stub table slots for the given interface. If there
237 # are no generic slots, then one table is generated for each
600 set slots [array names stubs $name,*,$i]
603 if {[llength $slots] > 1} {
608 } elseif {[llength $slots] > 0} {

Completed in 223 milliseconds

123