Searched refs:VALUE (Results 26 - 50 of 433) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/preprocessor/
H A Derr.ifdefincomp.d39 #define VALUE 5
46 printf("The value is %d\n", VALUE);
H A Derr.ifdefnotendif.d38 #define VALUE 5
45 printf("The value is %d\n", VALUE);
H A Dtst.predicatedeclare.d43 #define VALUE 5
47 printf("The value is %d\n", VALUE);
H A Dtst.withinprobe.d45 #define VALUE 5
48 printf("The value is %d\n", VALUE);
H A Dtst.ifdef.d39 #define VALUE 5
41 #define VALUE 10
49 printf("The value is %d\n", VALUE);
H A Dtst.ifndef.d43 #define VALUE 5
45 #define VALUE 10
53 printf("The value is %d\n", VALUE);
H A Dtst.ifnotdef.d39 #define VALUE 5
41 #define VALUE 10
49 printf("The value is %d\n", VALUE);
H A Dtst.logicaland.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
H A Dtst.logicalandor.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
H A Dtst.logicalor.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
H A Dtst.muland.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
H A Dtst.mulor.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
/macosx-10.10/ruby-106/ruby/ext/-test-/bug-5832/
H A Dbug.c3 static VALUE
4 bug_funcall_callback(VALUE self, VALUE obj)
12 VALUE mBug = rb_define_module("Bug");
/macosx-10.10/ruby-106/ruby/ext/-test-/path_to_class/
H A Dpath_to_class.c3 static VALUE
4 path_to_class(VALUE klass, VALUE path)
12 VALUE klass = rb_path2class("Test_PathToClass");
/macosx-10.10/ruby-106/ruby/ext/-test-/string/
H A Dellipsize.c3 static VALUE
4 bug_str_ellipsize(VALUE str, VALUE len)
10 Init_ellipsize(VALUE klass)
H A Denc_associate.c4 VALUE
5 bug_str_enc_associate(VALUE str, VALUE enc)
11 Init_enc_associate(VALUE klass)
H A Denc_str_buf_cat.c4 static VALUE
5 enc_str_buf_cat(VALUE str, VALUE str2)
11 Init_enc_str_buf_cat(VALUE klass)
H A Dset_len.c3 static VALUE
4 bug_str_set_len(VALUE str, VALUE len)
11 Init_set_len(VALUE klass)
/macosx-10.10/ruby-106/ruby/ext/-test-/symbol/
H A Dintern.c3 static VALUE
4 bug_sym_interned_p(VALUE self, VALUE name)
11 Init_intern(VALUE klass)
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_bn.h14 extern VALUE cBN;
15 extern VALUE eBNError;
19 VALUE ossl_bn_new(const BIGNUM *);
20 BIGNUM *GetBNPtr(VALUE);
H A Dossl_config.h14 extern VALUE cConfig;
15 extern VALUE eConfigError;
17 CONF* GetConfigPtr(VALUE obj);
18 CONF* DupConfigPtr(VALUE obj);
/macosx-10.10/ruby-106/ruby/ext/-test-/marshal/compat/
H A Dusrcompat.c3 static VALUE
4 usr_dumper(VALUE self)
9 static VALUE
10 usr_loader(VALUE self, VALUE m)
12 VALUE val = rb_ivar_get(m, rb_intern("@value"));
17 static VALUE
18 compat_mload(VALUE self, VALUE data)
27 VALUE newclas
[all...]
/macosx-10.10/ruby-106/ruby/ext/-test-/bug-3571/
H A Dbug.c3 static VALUE
4 bug_i(VALUE i, VALUE arg)
10 static VALUE
11 bug_start(VALUE self, VALUE hash)
13 VALUE ary = rb_ary_new3(1, Qnil);
21 VALUE mBug = rb_define_module("Bug");
/macosx-10.10/ruby-106/ruby/ext/-test-/exception/
H A Densured.c3 static VALUE
4 begin(VALUE object)
9 static VALUE
10 ensure(VALUE object)
15 static VALUE
16 ensured(VALUE module, VALUE object)
22 Init_ensured(VALUE klass)
/macosx-10.10/ruby-106/ruby/ext/psych/
H A Dpsych_yaml_tree.c3 VALUE cPsychVisitorsYamlTree;
10 static VALUE private_iv_get(VALUE self, VALUE target, VALUE prop)
17 VALUE psych = rb_define_module("Psych");
18 VALUE visitors = rb_define_module_under(psych, "Visitors");
19 VALUE visitor = rb_define_class_under(visitors, "Visitor", rb_cObject);

Completed in 139 milliseconds

1234567891011>>