Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2007-04-05-PadBeforeZeroLengthField.c6 union A objects[]; member
8 void foo(union A * objects, struct B *array, unsigned long k) in foo() argument
9 { array->objects[k] = objects[k]; } in foo()
/minix3/crypto/external/bsd/openssl/lib/libcrypto/
H A Dobjects.inc1 # $NetBSD: objects.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
5 # SRCS extracted from src/crypto/dist/openssl/crypto/objects/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/objects
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/objects
/minix3/crypto/external/bsd/openssl/dist/crypto/objects/
H A DMakefile5 DIR= objects
26 EXHEADER= objects.h obj_mac.h
45 obj_mac.h: objects.pl objects.txt obj_mac.num
46 $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h
95 o_names.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
105 obj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
112 obj_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
121 obj_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
128 obj_xref.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m.result20 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
24 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
39 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
42 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
44 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
47 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
H A Dobjcmt-instancetype.m31 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
35 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
47 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; }
54 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; }
73 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
76 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
78 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
81 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
H A Dobjcmt-instancetype.m.result31 + (instancetype)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
35 - (instancetype)initWithObjects:(const id [])objects count:(unsigned long)cnt;
47 + (instancetype)arrayWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; }
54 - (instancetype)initWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; }
73 + (instancetype)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigne…
76 + (instancetype)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
78 - (instancetype)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long…
81 - (instancetype)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
H A Dobjcmt-subscripting-unavailable.m20 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
24 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
39 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
42 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
44 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
47 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
H A Dobjcmt-subscripting-literals-in-arc.m.result34 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
38 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
62 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
67 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
H A Dobjcmt-subscripting-literals-in-arc.m34 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
38 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
62 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
67 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dannotate-literals.m25 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
29 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
33 id objects = @[ o1, o2 ];
43 // CHECK-LITERALS: Identifier: "objects" [33:6 - 33:13] VarDecl=objects:33:6 (Definition)
44 // CHECK-LITERALS: Punctuation: "=" [33:14 - 33:15] VarDecl=objects:33:6 (Definition)
/minix3/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_SESSION_free.pod21 SSL_SESSION objects are allocated, when a TLS/SSL handshake operation
24 the SSL_SESSION objects are internally referenced by the SSL_CTX and
25 linked into its session cache. SSL objects may be using the SSL_SESSION object;
26 as a session may be reused, several SSL objects may be using one SSL_SESSION
36 SSL_SESSION_free() must only be called for SSL_SESSION objects, for
41 It must not be called on other SSL_SESSION objects, as this would cause
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-decls.m6 id x; // expected-error {{ARC forbids Objective-C objects in struct}}
10 id u; // expected-error {{ARC forbids Objective-C objects in union}}
16 id y[10][20]; // expected-error {{ARC forbids Objective-C objects in struct}}
57 …ewFoo; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}}
58 …yBar; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}}
59 …ocBaz; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}}
61 …wDFoo; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}}
62 …yDBar; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}}
63 …cDBaz; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}}
H A Dcocoa-api-usage.m.fixed27 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
31 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
55 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
H A Dcocoa-api-usage.m27 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
31 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
55 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
H A Dproperty-ns-returns-not-retained-attr.m11 …-warning {{property declared as returning non-retained objects; getter returning retained objects}}
/minix3/minix/lib/libddekit/src/
H A Dmem.c24 void *objects; member
222 s->objects = p1; in ddekit_slab_grow()
225 sc->size, s->mem, s->objects); in ddekit_slab_grow()
258 ret = s->objects; in ddekit_slab_getobj()
262 s->objects = *(void **)((char *) ret + sc->size); in ddekit_slab_getobj()
265 DDEBUG_MSG_VERBOSE("old: %p new: %p", ret, s->objects); in ddekit_slab_getobj()
334 *p= s->objects; in ddekit_slab_free()
335 s->objects=obj; in ddekit_slab_free()
337 DDEBUG_MSG_VERBOSE("old: %p, new: %p",*p,s->objects ); in ddekit_slab_free()
/minix3/sys/arch/i386/stand/lib/
H A DMakefile.inc46 @echo cleaning the i386 library objects
52 @echo cleandiring the i386 library objects
58 @echo depending the i386 library objects
/minix3/external/bsd/llvm/dist/llvm/utils/
H A Dfindsym.pl20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
23 foreach $lib (@objects) {
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dobjc-init.m15 id objects[] = {[NSNumber METH]};
19 id objects[] = {[x METH]};
23 id objects[] = {[x METH]};
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dobjc2-strong-cast-block-import.m6 Test ** __strong objects; field
16 Test **children = objects;
H A Doptimize-ivar-offset-load.m22 // Create set of objects in loop
40 // Create set of objects in loop
55 // Create set of objects in loop
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
H A DRSA_sign.pod30 see L<objects(3)|objects(3)> for details. If B<type> is B<NID_md5_sha1>,
57 L<ERR_get_error(3)|ERR_get_error(3)>, L<objects(3)|objects(3)>,
/minix3/sys/lib/libz/
H A DMakefile.inc68 @echo cleaning the z library objects
74 @echo cleandiring the z library objects
80 @echo depending the z library objects
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/Inputs/
H A Dliteral-support.h28 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
32 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/Inputs/
H A Dliteral-support.h28 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
32 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;

12345678910>>...18