Searched refs:constant (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DEasingCurves.cpp39 float easeInOutQuad(float time, const float base, const float constant, const unsigned duration) argument
45 return (constant / 2) * time * time + base;
48 return -1 * (constant / 2) * (time * (time - 2) - 1) + base;
H A DEasingCurves.h35 float easeInOutQuad(float time, const float base, const float constant, const unsigned duration);
/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DKQueue.pm60 use constant EV_ADD => (constant('EV_ADD'))[1];
61 use constant EV_DELETE => (constant('EV_DELETE'))[1];
62 use constant EV_ENABLE => (constant('EV_ENABLE'))[1];
63 use constant EV_DISABLE => (constant('EV_DISABLE'))[1];
64 use constant EV_ONESHOT => (constant('EV_ONESHO
[all...]
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/t/
H A D03pod-coverage.t7 all_pod_coverage_ok( { also_private => [ qr/^constant$/ ] } );
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DConstants.pm40 use constant STATUS_OK => 0; # ok
41 use constant STATUS_RETURN => 1; # ok, block ended by RETURN
42 use constant STATUS_STOP => 2; # ok, stopped by STOP
43 use constant STATUS_DONE => 3; # ok, iterator done
44 use constant STATUS_DECLINED => 4; # ok, declined to service request
45 use constant STATUS_ERROR => 255; # error condition
48 use constant ERROR_RETURN => 'return'; # return a status code
49 use constant ERROR_FILE => 'file'; # file error: I/O, parse, recursion
50 use constant ERROR_VIEW => 'view'; # view error
51 use constant ERROR_UNDE
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_exp.c106 exp->exp.constant.type = AST_int_const_k;
107 exp->exp.constant.val.integer = value;
108 exp->exp.constant.int_signed = int_signed;
119 exp->exp.constant.type = AST_nil_const_k;
120 exp->exp.constant.val.other = AST_char_constant(location, value);
131 exp->exp.constant.type = AST_nil_const_k;
132 exp->exp.constant.val.other = NULL;
133 exp->exp.constant.name = name;
144 exp->exp.constant.type = AST_nil_const_k;
145 exp->exp.constant
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLocation.h51 u.constant = 0;
57 u.constant = 1;
78 static Location forConstant(int64_t constant) argument
82 result.u.constant = constant;
87 // involve a wide constant.
117 int64_t constant() const function in class:JSC::FTL::Location
120 return u.constant;
130 && u.constant == other.u.constant;
181 int64_t constant; member in union:JSC::FTL::Location::__anon2585
[all...]
H A DFTLExitValue.h40 // exit: the live non-constant non-flushed values are passed as arguments
106 static ExitValue constant(JSValue value) function in class:JSC::FTL::ExitValue
110 result.u.constant = JSValue::encode(value);
190 JSValue constant() const function in class:JSC::FTL::ExitValue
193 return JSValue::decode(u.constant);
212 // that is compatible with exitArgument().format(). If it's a constant or it's dead, it
255 EncodedJSValue constant; member in union:JSC::FTL::ExitValue::__anon2583
H A DFTLExitValue.cpp48 out.print("Constant(", inContext(constant(), context), ")");
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A Dfallback.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
/macosx-10.10.1/less-25/less/
H A Dmkhelp.c31 printf("constant char helpdata[] = {\n");
67 printf("constant int size_helpdata = sizeof(helpdata) - 1;\n");
H A Dprompt.c44 static constant char s_proto[] =
46 static constant char m_proto[] =
48 static constant char M_proto[] =
50 static constant char e_proto[] =
52 static constant char h_proto[] =
54 static constant char w_proto[] =
56 static constant char more_proto[] =
60 public char constant *eqproto = e_proto;
61 public char constant *hproto = h_proto;
62 public char constant *wprot
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dconstants.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv, &pv);
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DConstants.pm15 use constant URI_1999_SCHEMA_XSD => "http://www.w3.org/1999/XMLSchema";
16 use constant URI_1999_SCHEMA_XSI => "http://www.w3.org/1999/XMLSchema-instance";
17 use constant URI_2000_SCHEMA_XSD => "http://www.w3.org/2000/10/XMLSchema";
18 use constant URI_2000_SCHEMA_XSI => "http://www.w3.org/2000/10/XMLSchema-instance";
19 use constant URI_2001_SCHEMA_XSD => "http://www.w3.org/2001/XMLSchema";
20 use constant URI_2001_SCHEMA_XSI => "http://www.w3.org/2001/XMLSchema-instance";
21 use constant URI_LITERAL_ENC => "";
22 use constant URI_SOAP11_ENC => "http://schemas.xmlsoap.org/soap/encoding/";
23 use constant URI_SOAP11_ENV => "http://schemas.xmlsoap.org/soap/envelope/";
24 use constant URI_SOAP11_NEXT_ACTO
[all...]
/macosx-10.10.1/CPANInternal-159.1/Readonly-1.03/
H A Dbenchmark.pl13 # use constant
15 use constant CONST_LINCOLN => 'Fourscore and seven years ago...';
22 # literal constant
30 # typeglob constant
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/stats/
H A Dverbose.rb26 def print_constant(constant) # :nodoc:
27 puts " #{constant.name}#{nodoc constant}"
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dcrx-dis.c168 /* Given a 'cinv' instruction constant operand, return its corresponding string.
314 /* Build a mask of the instruction's 'constant' opcode,
356 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
431 a->constant = p.val;
448 a->constant = p.val;
483 a->constant = p.val;
489 a->constant = p.val;
529 func (stream, "%s", gettrapstring (a->constant));
532 func (stream, "%s", getcinvstring (a->constant));
546 getregliststring (a->constant, strin
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DAssemblerBufferWithConstantPool.h40 On a constant pool 4 or 8 bytes data can be stored. The values can be
48 The AssemblerBuffer can contain multiple constant pools. Each pool is inserted
53 into the pool. Three values are used to determine when the constant pool itself
56 - maxPoolSize: size of the constant pool in bytes, this value cannot be
60 constant pool from execution
68 patch the 'load' instruction with the index of the constant in the
69 constant pool and return the patched instruction.
74 'constPoolAddr' (the address of the constant pool) and index of the
75 constant (which is stored previously in the load instruction itself).
78 return with a constant poo
198 putShortWithConstantInt(uint16_t insn, uint32_t constant, bool isReusable = false) argument
203 putIntWithConstantInt(uint32_t insn, uint32_t constant, bool isReusable = false) argument
279 putIntegralWithConstantInt(IntegralType insn, uint32_t constant, bool isReusable) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DLevel.pm13 use constant ALL_INT => 0;
14 use constant TRACE_INT => 5000;
15 use constant DEBUG_INT => 10000;
16 use constant INFO_INT => 20000;
17 use constant WARN_INT => 30000;
18 use constant ERROR_INT => 40000;
19 use constant FATAL_INT => 50000;
20 use constant OFF_INT => (2 ** 31) - 1;
119 # changes a priority numeric constant to a level name string
299 "DEBUG" and converts it into a constant lik
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Namespace/
H A DConstants.pm6 # Plugin compiler module for performing constant folding at compile time
57 print STDERR "constant ident [ @$ident ] " if $DEBUG;
60 # node name must be a constant
62 $self->DEBUG(" * deferred (non-constant item: ", $ident->[$e * 2], ")\n")
72 $self->DEBUG(" * deferred (non-constant args: $args)\n") if $DEBUG;
102 Template::Namespace::Constants - Compile time constant folding
132 performs compile time constant folding of variables in a particular namespace.
140 to store the constant variable definitions passed as arguments.
150 case, the method fetches the corresponding constant value from its internal
/macosx-10.10.1/swig-12/Lib/
H A Dcmalloc.i94 %constant int sizeof_##NAME = sizeof(TYPE);
96 %constant int sizeof_##TYPE = sizeof(TYPE);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DValueRecovery.cpp56 return constant();
119 out.print("[", inContext(constant(), context), "]");
H A DValueRecovery.h67 // It's a constant.
162 static ValueRecovery constant(JSValue value) function in class:JSC::ValueRecovery
166 result.m_source.constant = JSValue::encode(value);
253 JSValue constant() const function in class:JSC::ValueRecovery
256 return JSValue::decode(m_source.constant);
278 EncodedJSValue constant; member in union:JSC::ValueRecovery::__anon2560
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dstats.rb68 # Records the parsing of +constant+
70 def add_constant constant
71 @display.print_constant constant
320 cm.each_constant do |constant|
321 # TODO constant aliases are listed in the summary but not reported
323 next if constant.documented? || constant.is_alias_for
325 line = constant.line ? ":#{constant.line}" : line
326 report << " # in file #{constant
[all...]
/macosx-10.10.1/swig-12/Lib/pike/
H A Dpike.swg166 %typemap(constant)
175 %typemap(constant) char
178 %typemap(constant) long long, unsigned long long
181 %typemap(constant) float, double
184 %typemap(constant) char *

Completed in 502 milliseconds

1234567891011>>