Home
last modified time | relevance | path

Searched refs:ary (Results 1 – 25 of 74) sorted by relevance

123

/external/selinux/libselinux/src/
Dcompute_user.c16 char **ary; in security_compute_user_raw() local
54 ary = malloc((nel + 1) * sizeof(char *)); in security_compute_user_raw()
55 if (!ary) { in security_compute_user_raw()
62 ary[i] = strdup(ptr); in security_compute_user_raw()
63 if (!ary[i]) { in security_compute_user_raw()
64 freeconary(ary); in security_compute_user_raw()
70 ary[nel] = NULL; in security_compute_user_raw()
71 *con = ary; in security_compute_user_raw()
/external/fio/os/
Dos-dragonfly.h58 #define CPUMASK_TESTBIT(val, i) ((val).ary[((i) >> 6) & 3] & \
60 #define CPUMASK_ORBIT(mask, i) ((mask).ary[((i) >> 6) & 3] |= \
62 #define CPUMASK_NANDBIT(mask, i) ((mask).ary[((i) >> 6) & 3] &= \
65 (mask).ary[0] = 0; \
66 (mask).ary[1] = 0; \
67 (mask).ary[2] = 0; \
68 (mask).ary[3] = 0; \
/external/syslinux/gpxe/src/crypto/
Darc4.c26 #define SWAP( ary, i, j ) \ argument
27 ({ u8 temp = ary[i]; ary[i] = ary[j]; ary[j] = temp; })
/external/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c69 VALUE ary = rb_ary_new2(len); in RepeatedField_subarray() local
73 rb_ary_push(ary, elem); in RepeatedField_subarray()
75 return ary; in RepeatedField_subarray()
379 VALUE ary = rb_ary_new2(self->size); in RepeatedField_to_ary() local
383 rb_ary_push(ary, elem); in RepeatedField_to_ary()
385 return ary; in RepeatedField_to_ary()
542 VALUE ary = Qnil; in RepeatedField_init_args() local
555 ary = argv[2]; in RepeatedField_init_args()
563 ary = argv[1]; in RepeatedField_init_args()
567 if (ary != Qnil) { in RepeatedField_init_args()
[all …]
Dencode_decode.c118 VALUE ary = (VALUE)closure; \
119 RepeatedField_push_native(ary, &val); \
135 VALUE ary = (VALUE)closure; in DEFINE_APPEND_HANDLER() local
138 RepeatedField_push(ary, str); in DEFINE_APPEND_HANDLER()
146 VALUE ary = (VALUE)closure; in appendbytes_handler() local
149 RepeatedField_push(ary, str); in appendbytes_handler()
187 VALUE ary = (VALUE)closure; in appendsubmsg_handler() local
195 RepeatedField_push(ary, submsg_rb); in appendsubmsg_handler()
893 static void putary(VALUE ary, const upb_fielddef *f, upb_sink *sink, in putary() argument
900 if (ary == Qnil) return; in putary()
[all …]
Dmessage.c211 VALUE ary; in Message_initialize_kwarg() local
217 ary = layout_get(self->descriptor->layout, Message_data(self), f); in Message_initialize_kwarg()
219 RepeatedField_push(ary, rb_ary_entry(val, i)); in Message_initialize_kwarg()
Dstorage.c685 VALUE ary = Qnil; in layout_init() local
694 ary = rb_class_new_instance(2, args, cRepeatedField); in layout_init()
697 ary = rb_class_new_instance(1, args, cRepeatedField); in layout_init()
700 DEREF(memory, VALUE) = ary; in layout_init()
/external/clang/test/Parser/
Dtypeof.c13 …void ary[7] fff; // expected-error{{array has incomplete element type 'void'}} expected-error{{exp… in test() local
14 …typeof(void ary[7]) anIntError; // expected-error{{expected ')'}} expected-note {{to match this '(… in test()
Dbuiltin_classify_type.c11 static int ary[__builtin_classify_type(a)]; in main() local
/external/clang/test/Sema/
Dincomplete-decl.c15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}} variable
19 …int ary[]; // expected-error{{definition of variable with array type needs an explicit size or an … in func() local
Darray-init.c9 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time consta… variable
/external/vboot_reference/futility/
Dcmd_dump_fmap.c171 static void sort_nodes(int num, struct node_s *ary[]) in sort_nodes() argument
179 if (ary[j]->start > ary[i]->start) { in sort_nodes()
180 tmp = ary[i]; in sort_nodes()
181 ary[i] = ary[j]; in sort_nodes()
182 ary[j] = tmp; in sort_nodes()
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java75 IRubyObject ary = null; in initialize() local
86 ary = args[2]; in initialize()
92 ary = args[1]; in initialize()
94 if (ary != null) { in initialize()
95 RubyArray arr = ary.convertToArray(); in initialize()
DRubyMessage.java657 RubyArray ary = value.convertToArray(); in setField() local
658 … RubyRepeatedField repeatedField = rubyToRepeatedField(context, fieldDescriptor, ary); in setField()
/external/googletest/googletest/docs/
DV1_7_PumpManual.md56 // Foo$i does blah for $i-ary predicates.
75 // Foo0 does blah for 0-ary predicates.
81 // Foo1 does blah for 1-ary predicates.
87 // Foo2 does blah for 2-ary predicates.
93 // Foo3 does blah for 3-ary predicates.
DPumpManual.md56 // Foo$i does blah for $i-ary predicates.
75 // Foo0 does blah for 0-ary predicates.
81 // Foo1 does blah for 1-ary predicates.
87 // Foo2 does blah for 2-ary predicates.
93 // Foo3 does blah for 3-ary predicates.
DV1_5_PumpManual.md56 // Foo$i does blah for $i-ary predicates.
75 // Foo0 does blah for 0-ary predicates.
81 // Foo1 does blah for 1-ary predicates.
87 // Foo2 does blah for 2-ary predicates.
93 // Foo3 does blah for 3-ary predicates.
DV1_6_PumpManual.md56 // Foo$i does blah for $i-ary predicates.
75 // Foo0 does blah for 0-ary predicates.
81 // Foo1 does blah for 1-ary predicates.
87 // Foo2 does blah for 2-ary predicates.
93 // Foo3 does blah for 3-ary predicates.
/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp18 int ary[a]; // expected-error {{size of array has non-integer type 'const std_example::A'}} variable
/external/ltp/pan/
Dltp-pan.c82 struct coll_entry **ary; member
539 run_child(coll->ary[c], running + i, quiet_mode, in main()
1243 coll->ary = malloc(coll->cnt * sizeof(struct coll_entry *)); in get_collection()
1249 coll->ary[i] = n; in get_collection()
1418 fprintf(stderr, " name=%s cmdline=%s\n", coll->ary[i]->name, in dump_coll()
1419 coll->ary[i]->cmdline); in dump_coll()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump51 // InvokeHelper<F> knows how to unpack an N-tuple and invoke an N-ary
94 // to invoke an n-ary callable, where R is its return type. If an
123 $var arity = [[$if i==2 [[binary]] $elif i==3 [[ternary]] $else [[$i-ary]]]]
149 // type of an n-ary function whose i-th (1-based) argument type is the
757 // (0-based) argument, which must be a k-ary callable, of the mock
/external/hyphenation-patterns/en-US/
Dushyphex.tex58 anti-rev-o-lu-tion-ary
539 itin-er-ary
935 qua-si-sta-tion-ary
1304 Feb-ru-ary
1333 Jan-u-ary
Dhyph-en-us.hyp.txt59 anti-rev-o-lu-tion-ary
540 itin-er-ary
936 qua-si-sta-tion-ary
1305 feb-ru-ary
1334 jan-u-ary
/external/icu/icu4c/source/data/lang/
Dne.txt44 ary{"मोरोक्कोली अरबी"}
Dfa.txt53 ary{"عربی مراکشی"}

123