Searched refs:block (Results 126 - 150 of 1057) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgPPM.c141 int width, int height, /* Dimensions of block of photo image to be
149 Tk_PhotoImageBlock block;
183 block.pixelSize = 1;
184 block.offset[0] = 0;
185 block.offset[1] = 0;
186 block.offset[2] = 0;
188 block.pixelSize = 3;
189 block.offset[0] = 0;
190 block.offset[1] = 1;
191 block
147 Tk_PhotoImageBlock block; local
481 Tk_PhotoImageBlock block; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgPPM.c150 int width, height; /* Dimensions of block of photo image to
158 Tk_PhotoImageBlock block;
192 block.pixelSize = 1;
193 block.offset[0] = 0;
194 block.offset[1] = 0;
195 block.offset[2] = 0;
198 block.pixelSize = 3;
199 block.offset[0] = 0;
200 block.offset[1] = 1;
201 block
156 Tk_PhotoImageBlock block; local
483 Tk_PhotoImageBlock block; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DBlockAllocator.h131 DeadBlock* block = region->allocate(); local
138 return block;
147 DeadBlock* block; local
151 if ((block = tryAllocateFromRegion(set, set.m_partialRegions, set.m_numberOfPartialRegions)))
152 return block;
153 if ((block = tryAllocateFromRegion(set, m_emptyRegions, m_numberOfEmptyRegions)))
154 return block;
162 block = tryAllocateFromRegion(set, m_emptyRegions, m_numberOfEmptyRegions);
163 ASSERT(block);
164 return block;
171 DeadBlock* block = newRegion->allocate(); local
177 deallocate(T* block) argument
214 deallocateCustomSize(T* block) argument
[all...]
H A DHandleBlockInlines.h34 inline HandleBlock* HandleBlock::create(DeadBlock* block, HandleSet* handleSet) argument
36 Region* region = block->region();
37 return new (NotNull, block) HandleBlock(region, handleSet);
H A DHeapBlock.h42 static HeapBlock* destroy(HeapBlock* block) WARN_UNUSED_RETURN
44 static_cast<T*>(block)->~T();
45 return block;
H A DMarkedAllocator.h34 MarkedBlock* block = m_lastActiveBlock; local
36 return block;
136 for (MarkedBlock* block = m_blockList.head(); block; block = next) {
137 next = block->next();
138 functor(block);
141 for (MarkedBlock* block = m_retiredBlocks.head(); block; block
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drnd_keys.c57 DES_generate_random_block(DES_cblock *block) argument
59 RAND_bytes(block, sizeof(*block));
89 * Generate a random des key using a random block, fixup parity and
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSDestructibleObject.h34 MarkedBlock* block = MarkedBlock::blockFor(this); local
35 if (block->destructorType() == MarkedBlock::Normal)
37 return structure(*block->vm())->classInfo();
/macosx-10.10.1/OpenSSL098-52/src/crypto/engine/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/macosx-10.10.1/libdispatch-442.1.4/dispatch/
H A Donce.h44 * Execute a block once and only once.
47 * A pointer to a dispatch_once_t that is used to test whether the block has
50 * @param block
51 * The block to execute once.
55 * initialized by the block.
61 dispatch_once(dispatch_once_t *predicate, dispatch_block_t block);
65 _dispatch_once(dispatch_once_t *predicate, dispatch_block_t block) argument
68 dispatch_once(predicate, block);
/macosx-10.10.1/bzip2-36/bzip2/
H A Dblocksort.c9 lossless, block-sorting data compression.
195 ((UChar*)eclass) [0 .. nblock-1] holds block
199 ((UChar*)eclass) [0 .. nblock-1] holds block
253 /*-- set sentinel bits for block-end detection --*/
316 Reconstruct the original block in
321 VPrintf0 ( " reconstructing block ...\n" );
349 UChar* block,
360 c1 = block[i1]; c2 = block[i2];
364 c1 = block[i
347 mainGtU( UInt32 i1, UInt32 i2, UChar* block, UInt16* quadrant, UInt32 nblock, Int32* budget ) argument
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
621 mainQSort3( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 loSt, Int32 hiSt, Int32 dSt, Int32* budget ) argument
751 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument
1034 UChar* block = s->block; local
[all...]
/macosx-10.10.1/libauto-186/
H A DThreadLocalCollector.h59 void mark_push_block(void *block);
62 void scan_local_block(Subzone *subzone, usword_t q, void *block);
75 void append_block(void *block);
119 // removes block and all referenced stack local blocks
126 // searches the garbage list and returns true if block is in it
127 bool block_in_garbage_list(void *block);
138 // adds block as a thread local zombie
139 void add_zombie(void *block);
144 // test if a block is a thread local zombie
145 inline bool is_zombie(void *block);
[all...]
H A Dauto_weak.h43 Associated with the registration can be a callback block for the case when one of
55 auto_weak_callback_block_t *block; member in struct:weak_referrer_t
63 extern void weak_register(Auto::Zone *azone, const void *referent, void **referrer, auto_weak_callback_block_t *block);
68 // unregister all weak references from a block.
69 extern void weak_unregister_with_layout(Auto::Zone *azone, void *block[], const unsigned char *map);
71 // unregister weak references in a block range.
75 extern void weak_call_callbacks(auto_weak_callback_block_t *block);
87 // unregister weak references in a block range.
94 // dump just the weak references to this block.
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dutrie.cpp83 /* preallocate and reset the first data block (block index 0) */
87 /* preallocate and reset the first block (number 0) and Latin-1 (U+0000..U+00ff) after that */
93 /* do this at least for trie->index[0] even if that block is only partly used for Latin-1 */
190 * @return -1 if no new data block available (out of memory in data array)
203 /* allocate a new data block */
211 /* copy-on-write for a block from a setRange() */
221 int32_t block; local
228 block=utrie_getDataBlock(trie, c);
229 if(block<
239 int32_t block; local
261 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) argument
289 int32_t block, rest, repeatBlock; local
377 int32_t block, i; local
408 int32_t indexLength, block; local
562 int32_t block; local
937 uint16_t block; local
1064 int32_t l, i, j, block, prevBlock, nullBlock, offset; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/forms/
H A Dstyle.cgi17 echo { display: block; color: red; }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DMonitor.h35 BlockMonitor(dispatch_queue_t queue, SecMessageBlock block);
39 static CFTypeRef Make(dispatch_queue_t dispatch_queue, SecMessageBlock block);
H A DMonitor.cpp61 // the block passed to dispatch_async
71 BlockMonitor::BlockMonitor(dispatch_queue_t queue, SecMessageBlock block) : Monitor(CFSTR("BlockMonitor")), mDispatchQueue(queue), mSeenFinal(FALSE) argument
74 block(value, error, isFinal);
97 // inside the block we dispatch_async, sometimes inside of mBlock.
105 CFTypeRef BlockMonitor::Make(dispatch_queue_t queue, SecMessageBlock block) argument
107 return CoreFoundationHolder::MakeHolder(gInternalCFObjectName, new BlockMonitor(queue, block));
/macosx-10.10.1/ruby-106/ruby/bcc32/
H A Dmkexports.rb11 def each_line(objs, &block)
14 IO.foreach("|tdump -q #{opt} #{obj.tr('/', '\\')} < nul", &block)
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dattlistdecl.rb49 def each(&block)
50 @pairs.each(&block)
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dtkphoto.test76 set pbytes [ffidl-photo-get-block-bytes $pblock]
81 [ffidl-photo-block.width $pblock] \
82 [ffidl-photo-block.height $pblock] \
83 [ffidl-photo-block.pitch $pblock] \
84 [ffidl-photo-block.pixelSize $pblock] \
85 [ffidl-photo-block.red $pblock] \
86 [ffidl-photo-block.green $pblock] \
87 [ffidl-photo-block.blue $pblock] \
92 ffidl-photo-put-block $qhandle $qblock 0 0 $x $x
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DSphereTest.tcl17 s play -block 1
H A Dplay.tcl18 s play -block 1
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dblock_support.m4 * Most of the code in this file implements a single manually coded block that
14 * Definitions for block functions. These definitions are technically
15 * private, but are the only way to interact with the block machinary.
30 BLOCK_FIELD_IS_OBJECT = 3, // id, NSObject, __attribute__((NSObject)), block, ...
31 BLOCK_FIELD_IS_BLOCK = 7, // a block variable
91 struct block_literal* block = (struct block_literal*)_block;
92 struct block_descriptor_basic* descriptor = (struct block_descriptor_basic*)block->descriptor;
96 if (block->flags & BLOCK_HAS_COPY_DISPOSE) {
99 if (block->flags & BLOCK_HAS_SIGNATURE) {
160 * PyObjCBlock_Call is exposed to python code as objc._block_call(block, signatur
[all...]
/macosx-10.10.1/libauto-186/auto_tester/
H A DWhiteBoxTest.m114 static void auto_probe_set_pending(void *block)
116 PROBE_IMPL([script setPending:block]);
196 - (void)blockBecameGlobal:(void *)block withAge:(uint32_t)age
200 - (void)blockMatured:(void *)block newAge:(uint32_t)age
232 - (void)scanBlock:(void *)block endAddress:(void *)end
236 - (void)scanBlock:(void *)block endAddress:(void *)end withLayout:(const unsigned char *)map
240 - (void)didScanBlock:(void *)block endAddress:(void *)end withLayout:(const unsigned char *)map
244 - (void)setPending:(void *)block

Completed in 155 milliseconds

1234567891011>>