Searched refs:one (Results 1 - 25 of 1188) sorted by relevance

1234567891011>>

/macosx-10.9.5/cctools-845/as/
H A Dm68k-opcode.h76 extracted from the 'd' field of word one, which means that an extended
211 The place to store is word two if bit six of word one is zero,
212 and words two and three if bit six of word one is one.
224 b source, at low bit of first word, and immediate uses one byte
245 #define one(x) ((x) << 16) macro
256 {"abcd", one(0140400), one(0170770), "DsDd"},
257 {"abcd", one(0140410), one(017077
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dm68k-opc.c26 #define one(x) ((unsigned int) (x) << 16) macro
35 {"abcd", 2, one(0140400), one(0170770), "DsDd", m68000up },
36 {"abcd", 2, one(0140410), one(0170770), "-s-d", m68000up },
38 {"addaw", 2, one(0150300), one(0170700), "*wAd", m68000up },
39 {"addal", 2, one(0150700), one(0170700), "*lAd", m68000up | mcfisa_a },
41 {"addib", 4, one(000300
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/multiaggs/
H A Dtst.tuplecompat.d33 @one["foo", 789, "bar", curthread] = sum(123);
35 printa("%10s %10d %10s %@10d %@10d\n", @one, @two);
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dprocarg1.tcl15 proc a { {x one two} } {
/macosx-10.9.5/dtrace-118.1/test/tst/common/types/
H A Dtst.relenum.d41 one,
52 /zero >= one || second <= first || zero == second/
55 printf("zero = %d; one = %d; two = %d", zero, one, two);
61 /second < one || two > second || null == first/
64 printf("zero = %d; one = %d; two = %d", zero, one, two);
70 /first < two && second > one && one != two && zero != first/
H A Dtst.enum.d40 one = 1,
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dlistformattertest.cpp22 one("Alice", -1, US_INV), two("Bob", -1, US_INV),
37 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, argument
45 UnicodeString input1[] = {one};
48 UnicodeString input2[] = {one, two};
51 UnicodeString input3[] = {one, two, three};
54 UnicodeString input4[] = {one, two, three, four};
58 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, argument
66 UnicodeString input1[] = {one};
68 UnicodeString input2[] = {one, two};
70 UnicodeString input3[] = {one, tw
[all...]
H A Dlistformattertest.h43 UnicodeString one,
50 UnicodeString one,
59 const UnicodeString one; member in class:ListFormatterTest
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_serialize_subclasses.rb6 def initialize one, two
7 @one = one
12 @one == other.instance_eval { @one } &&
/macosx-10.9.5/dtrace-118.1/test/tst/common/sched/
H A Dtst.enqueue.d35 self->one = 1;
39 /self->one && args[2]->cpu_id >= 0 && args[2]->cpu_id <= `max_cpuid/
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Dasinh.c93 one =1.0 ; local
98 if((t=copysign(x,one))>small)
100 s=one/t; return(copysign(log1p(t+t/(s+sqrt(one+s*s))),x)); }
H A Dexpm1.c115 const static double one=1.0, half=1.0/2.0; local
147 { x=one-scalb(one,-k); z += __exp__E(z,c);}
149 { x = __exp__E(z,c)-scalb(one,-k); x+=z; z=one;}
151 { x = __exp__E(z,c)+z; z=one;}
161 { ln2hi+ln2lo; return(-one);}
164 else return(-one);
170 return( finite(x) ? scalb(one,5000) : x);
/macosx-10.9.5/libclosure-63/objectTests/
H A Dsort.m22 NSArray *array __unused = [[NSArray array] sortedArrayUsingComparator:^(id one, id two __unused) { if ([one self]) return (NSComparisonResult)NSOrderedSame; return (NSComparisonResult)NSOrderedAscending; }];
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dchashtst.c98 static const char one[4] = {0x6F, 0x6E, 0x65, 0}; /* "one" */ local
118 _put(hash, one, 1, 0);
122 _put(hash, one, -1, 1);
125 _put(hash, one, 100, -1);
129 _get(hash, one, 100);
134 if(_compareChars((void*)one, (void*)three) == TRUE ||
135 _compareChars((void*)one, (void*)one2) != TRUE ||
136 _compareChars((void*)one, (void*)one) !
157 static const UChar one[4] = {0x006F, 0x006E, 0x0065, 0}; /* L"one" */ local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/os2/
H A Dsockopt.c1 /* Licensed to the Apache Software Foundation (ASF) under one or more
43 int one; local
47 one = 1;
49 one = 0;
52 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_KEEPALIVE, (void *)&one, sizeof(int)) == -1) {
57 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_DEBUG, (void *)&one, sizeof(int)) == -1) {
62 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_REUSEADDR, (void *)&one, sizeof(int)) == -1) {
72 if (ioctl(sock->socketdes, FIONBIO, (caddr_t)&one, sizeof(one)) == -1) {
75 sock->nonblock = one;
[all...]
/macosx-10.9.5/apr-30/apr/apr/network_io/os2/
H A Dsockopt.c1 /* Licensed to the Apache Software Foundation (ASF) under one or more
43 int one; local
47 one = 1;
49 one = 0;
52 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_KEEPALIVE, (void *)&one, sizeof(int)) == -1) {
57 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_DEBUG, (void *)&one, sizeof(int)) == -1) {
62 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_REUSEADDR, (void *)&one, sizeof(int)) == -1) {
72 if (ioctl(sock->socketdes, FIONBIO, (caddr_t)&one, sizeof(one)) == -1) {
75 sock->nonblock = one;
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/lib/bigdecimal/
H A Dmath.rb51 one = BigDecimal("1")
66 i = one
67 z = one
73 z *= (i-one) * i
87 one = BigDecimal("1")
97 x1 = one
100 y = one
103 z = one
109 z *= (i-one) * i
152 one
[all...]
H A Dnewton.rb20 # f.one:: returns 1.0
48 one = f.one
50 p5 = one/two
53 minfact = one/minfact
60 dx = lusolve(dfdx,f0,ludecomp(dfdx,n,zero,one),zero)
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_invocation_chain.rb12 @one = @empty.append(@first_member)
13 @two = @one.append(@second_member)
24 @one.append(@first_member)
38 assert @one.member?(@first_member)
48 assert_equal "TOP => A", @one.to_s
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/sample/
H A Dnlsolve.rb15 @one = BigDecimal::new("1.0")
21 def one ;@one ;end method in class:Function.zero
/macosx-10.9.5/dtrace-118.1/test/tst/common/speculation/
H A Dtst.zerosize.d39 this->one = 1;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dtreemove.sh58 node.one="hello"
72 node.one="hello"
80 [[ "${tree1.subtree["a_node"].one}" == "hello" ]] || err_exit "expected tree1.subtree[\"a_node\"].one == 'hello', got ${tree1.subtree["a_node"].one}"
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/backward/
H A Dbackward_warning.h32 #warning This file includes at least one deprecated or antiquated header. \
33 Please consider using one of the 32 headers found in section 17.4.1.2 of the \
/macosx-10.9.5/ruby-104/ruby/missing/
H A Disinf.c52 static double one (void) { return 1.0; } function
53 static double inf (void) { return one() / zero(); }
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep003.tcl105 # Put item one.
106 rep003_put $masterenv A1 a-one
124 rep003_check $clientenv A1 a-one
132 rep003_put $masterenv B1 b-one
145 rep003_check $clientenv A1 a-one
160 rep003_check $clientenv A1 a-one
168 rep003_check $clientenv B1 b-one
177 rep003_put $masterenv C1 c-one
189 rep003_check $clientenv A1 a-one
191 rep003_check $clientenv B1 b-one
[all...]

Completed in 386 milliseconds

1234567891011>>