Searched refs:Block (Results 1 - 25 of 173) sorted by relevance

1234567

/macosx-10.10.1/libtelnet-13/
H A Dkey-proto.h62 void key_lookup(unsigned char *, Block);
63 void key_stream_init(Block, Block, int);
H A Dencrypt.h65 typedef unsigned char Block[8]; typedef
68 typedef struct { Block __; } Schedule[16];
76 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
H A Denc_des.c76 Block krbdes_key;
78 Block temp_feed;
85 Block str_output;
86 Block str_feed;
87 Block str_iv;
88 Block str_ikey;
124 void fb64_stream_iv(Block, struct stinfo *);
130 void fb64_stream_key(Block, struct stinfo *);
220 des_ecb_encrypt((Block *)fbp->temp_feed, (Block *)fb
[all...]
/macosx-10.10.1/libclosure-65/objectTests/
H A Dmacro.c11 #include <Block.h>
H A Dblockimport.c21 #include <Block.h>
33 // printf("Block dump %s\n", _Block_dump(vv));
H A Dbyrefcopyinner.c9 #include <Block.h>
H A Dbyrefcopy.c18 #include <Block.h>
H A Dbyrefcopystack.c20 #include <Block.h>
H A Dcopynull.c21 #import <Block.h>
H A Drdar6414583.c11 #include <Block.h>
H A Drecursiveassign.c22 #include <Block.h>
28 fail("got wrong Block");
H A Dnotcopied.m18 // Test that a __block Block variable with a reference to a stack based Block is not copied
19 // when a Block referencing the __block Block varible is copied.
23 #import <Block.h>
48 fail("__block Block was copied when it shouldn't have");
H A Drecursive-assign-int.m21 #include <Block.h>
H A Ddispatch_async.c13 #include <Block.h>
H A Ddispatch_call_Block_with_release.c8 #include <Block.h>
H A Dglobalexpression.c10 #import <Block.h>
H A Dstructmember.c17 #include <Block.h>
H A Dbyrefcopycopy.c14 #include <Block.h>
H A Dbyrefcopyint.c31 #include <Block.h>
H A Drecursive-block.c10 #include <Block.h>
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dhotspot.d61 @Block[args[1]->dev_statname, args[1]->dev_major, args[1]->dev_minor] =
70 printa("Disk: %s Major,Minor: %d,%d\n%@d\n", @Block);
/macosx-10.10.1/dtrace-147/DTTk/Disk/
H A Dhotspot.d61 @Block[args[1]->dev_statname, args[1]->dev_major, args[1]->dev_minor] =
70 printa("Disk: %s Major,Minor: %d,%d\n%@d\n", @Block);
/macosx-10.10.1/libclosure-65/escapeTests/
H A Dcommon.h8 #import <Block.h>
/macosx-10.10.1/llvmCore-3425.0.34/tools/lli/
H A DRecordingMemoryManager.cpp25 sys::MemoryBlock Block(Addr, Size);
26 AllocatedCodeMem.push_back(Allocation(Block, Alignment));
37 sys::MemoryBlock Block(Addr, Size);
38 AllocatedDataMem.push_back(Allocation(Block, Alignment));
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DStreamBuffer.h40 typedef Vector<T> Block; typedef in class:WTF::StreamBuffer
62 m_buffer.append(std::make_unique<Block>());
109 Deque<std::unique_ptr<Block>> m_buffer;

Completed in 107 milliseconds

1234567