HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/types/
tst.relenum.d 48 second
52 /zero >= one || second <= first || zero == second/
56 printf("null = %d; first = %d; second = %d", null, first, second);
61 /second < one || two > second || null == first/
65 printf("null = %d; first = %d; second = %d", null, first, second);
70 /first < two && second > one && one != two && zero != first
    [all...]
  /onnv/onnv-gate/usr/src/cmd/scadm/sparc/mpxu/common/
date.c 204 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD;
218 Date->second = ADM_twodigits(&String[5]);
224 if (((int)Date->second < 0) || (Date->second > 59))
234 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD;
252 Date->second = ADM_twodigits(&String[9]);
262 if (((int)Date->second < 0) || (Date->second > 59))
272 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD;
297 Date->second = ADM_twodigits(&String[11])
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/i386/unwind/
unwind_frame.s 45 movl (%edx), %ebp / pop second frame [ back to f2() ]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
cdioctl.h 40 unsigned char cdmsf_sec0; /* starting second */
43 unsigned char cdmsf_sec1; /* ending second */
67 unsigned char second; member in struct:cdrom_tocentry::__anon3155::__anon3156
85 unsigned char second; member in struct:cdrom_subchnl::__anon3157::__anon3158
93 unsigned char second; member in struct:cdrom_subchnl::__anon3159::__anon3160
  /onnv/onnv-gate/usr/src/uts/common/sys/
kiconv_cck_common.h 56 #define KICONV_IS_INVALID_UTF8_SECOND_BYTE(second, first) \
57 ((second) < u8_valid_min_2nd_byte[(first)] || \
58 (second) > u8_valid_max_2nd_byte[(first)])
  /onnv/onnv-gate/usr/src/cmd/lms/
ProtocolCompat.cpp 124 _closeMChannel(it->second);
139 PRINT("[Compat]sending %d bytes from HECI connection %d to socket %d\n", ntohs(msg->DataLength), msg->ConnectionId, it->second->GetSocket());
140 if (-1 == _send(it->second->GetSocket(), (char *)msg->Data, ntohs(msg->DataLength), error)) {
142 _closeMChannel(it->second);
Protocol.cpp 170 if (it->second->GetSocket() == s) {
171 return it->second;
177 return it->second;
213 ATNetworkTool::CloseSocket(it->second->GetSocket());
214 delete it->second;
225 if (it->second.size() > 0) {
226 ATNetworkTool::CloseSocket(it->second[0]->GetListeningSocket());
228 PortForwardRequestList::iterator it2 = it->second.begin();
229 for (; it2 != it->second.end(); it2++) {
281 if (it->second.size() > 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/misc/
demangle.c 83 second(c) function
161 c = second(c+i);
188 * automatically calls second, since
195 c = second(c);
216 c = second(c);
242 c = second(c2);
  /onnv/onnv-gate/usr/src/lib/libc/amd64/unwind/
eh_frame.c 219 unsigned char *second = data; local
229 second += 4;
231 fde = (void *)(uint64_t)(*((uint32_t *)second));
240 second += 8;
242 fde = (void *)(uint64_t)(*((uint64_t *)second));
251 second += 4;
253 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second));
262 second += 8;
264 fde = (void *)(uint64_t)(*((int64_t *)second));
277 fde = (void *)(((uint64_t)fde) + (uint64_t)second + reloc)
    [all...]
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
HBA.cc 42 #define BUSY_SLEEP NSECS_PER_SEC/10 /* 1/10 second */
149 if (port->second->getPortWWN() == wwn) {
153 if (port->second->getNodeWWN() == wwn) {
240 port->second->setRNID(info);
266 port->second->validatePresent();
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/
DateTimeDialog.java 62 private DCCircularTextField second; field in class:DateTimeDialog
153 topPanel.add(new Label(getString("Second")), gbc);
158 * minute and second.
180 second = new DCCircularTextField("00", 2);
181 second.setBackground(background);
182 second.setForeground(foreground);
216 topPanel.add(second, gbc);
250 secondDCPanel.setListener(second);
330 second.addFocusListener(fl);
355 checkErrorAndSet(second));
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
strcpy.s 86 andcc %o1, 0xff, %g0 ! second byte zero ?
88 stb %o1, [%o2 + 1] ! store second byte
116 srl %o1, 16, %o3 ! %o3<7:0> = second byte
117 andcc %o1, %o5, %g0 ! second byte zero?
119 stb %o3, [%o2 - 3] ! store second byte
158 srl %o1, 16, %g1 ! get first and second byte
159 sth %g1, [%o2 - 4] ! store first and second byte
strchr.s 112 andcc %g1, %o5, %g0 ! second byte zero (= found search char) ?
137 andcc %g1, %o4, %g0 ! second byte == findchar ?
139 andcc %o2, %o4, %g0 ! second byte == 0 ?
180 andcc %o1, 0xff, %g0 ! second byte zero ?
205 andcc %o1, %o5, %g0 ! second byte zero?
  /onnv/onnv-gate/usr/src/cmd/sgs/size/common/
process.c 83 * size of first, second, third number and total size
87 second, local
104 * not of type NOBITS; the second number shall be the size of all sections
130 first = second = third = totsize = 0;
160 second += shdr.sh_size;
183 totsize = first + second + third;
185 first, second, third, totsize);
202 * of type PT_LOAD; the second number is the file size of all writable
221 Second,
233 First = Second = Third = Totsize = 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/
dd.c 366 uint32_t second = GET_SECOND(m_id); local
442 if (TEST_MEMBERSHIP(bmp, primary, second) == 0) {
443 SET_MEMBERSHIP(bmp, primary, second);
449 CLEAR_MEMBERSHIP(bmp, primary, second);
455 if (TEST_MEMBERSHIP(bmp, primary, second) != 0) {
456 CLEAR_MEMBERSHIP(bmp, primary, second);
465 primary, second) != 0) {
474 SET_MEMBERSHIP(bmp, primary, second);
531 uint32_t second; local
571 second = GET_SECOND(i)
705 uint32_t second; local
751 uint32_t second; local
971 uint32_t second; local
1034 uint32_t second = GET_SECOND(m_id); local
1666 uint32_t second = GET_SECOND(m_id); local
    [all...]
  /onnv/onnv-gate/usr/src/lib/passwdutil/
README.SunOS-aging 67 If the first and second characters are set to '..' the user will be
74 aging will then occur as defined by the first and second characters.
76 If the first character (MAX) is less than the second character (MIN),
  /onnv/onnv-gate/usr/src/cmd/touch/
touch.c 276 char *second; local
313 second = strsep(&p, ".,");
322 second == NULL || strlen(second) != 2 || !isnumber(second) ||
333 tm.tm_sec = atoi(second);
  /onnv/onnv-gate/usr/src/cmd/sa/
README 45 counters n times at every t-second interval on data file.
  /onnv/onnv-gate/usr/src/common/openssl/crypto/
o_time.c 170 short year, month, day, hour, minute, second, member in struct:vms_vectime
193 result->tm_sec = time_values.second;
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/ia32/libstand/
setjmp.s 102 movl 8(%esp),%eax / second parameter
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
strcpy.s 88 andcc %o5, 0xff, %g0 ! extract second byte
89 stb %o5, [%o2 + 1] ! store second byte
102 srl %o5, 16, %o4 ! extract second byte
103 andcc %o4, 0xff, %g0 ! is second byte zero ?
105 stb %o4, [%o2 + 1] ! store second byte
149 srlx %o1, 48, %o3 ! %o3<7:0> = second byte
150 andcc %o1, %o4, %g0 ! second byte zero?
152 stb %o3, [%o2 - 7] ! store second byte
229 srlx %o1, 48, %g1 ! get first and second byte
230 sth %g1, [%o2 - 8] ! store first and second byte; word aligned no
    [all...]
strchr.s 112 andcc %g1, %o5, %g0 ! second byte zero (= found search char) ?
137 andcc %g1, %o4, %g0 ! second byte == findchar ?
139 andcc %o2, %o4, %g0 ! second byte == 0 ?
180 andcc %o1, 0xff, %g0 ! second byte zero ?
205 andcc %o1, %o5, %g0 ! second byte zero?
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
Packlist.t 45 # get the first and second key
46 my ($first, $second) = keys %{ $pl->{data} };
58 is( ExtUtils::Packlist::NEXTKEY($pl), $second,
138 like( $file, qr/hash.+foo=bar/, 'second embedded hash value should appear');
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
memchr.s 69 cmpb %ch, %al / if the second byte is %al
113 / found at the second byte
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
memchr.s 72 cmpb %dh, %cl / if the second byte is %cl
117 / found at the second byte

Completed in 1919 milliseconds

1 2 3 4 5 6 7