Searched refs:at (Results 1 - 25 of 1633) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dcoder-category.m15 [self encodeValueOfObjCType:"i" at:&value];
20 [self encodeValueOfObjCType:"i" at:&value];
25 [self encodeValueOfObjCType:"q" at:&value];
30 [self encodeValueOfObjCType:"b" at:&value];
36 [self decodeValueOfObjCType:"i" at:&value];
43 [self decodeValueOfObjCType:"i" at:&value];
50 [self decodeValueOfObjCType:"q" at:&value];
57 [self decodeValueOfObjCType:"b" at:&value];
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dcoder-category.m15 [self encodeValueOfObjCType:"i" at:&value];
20 [self encodeValueOfObjCType:"i" at:&value];
25 [self encodeValueOfObjCType:"q" at:&value];
30 [self encodeValueOfObjCType:"b" at:&value];
36 [self decodeValueOfObjCType:"i" at:&value];
43 [self decodeValueOfObjCType:"i" at:&value];
50 [self decodeValueOfObjCType:"q" at:&value];
57 [self decodeValueOfObjCType:"b" at:&value];
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_wattron.c48 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
50 T((T_CALLED("wattr_on(%p,%s)"), win, _traceattr(at)));
57 if (at & A_COLOR)
58 win->_color = PAIR_NUMBER(at);
60 toggle_attr_on(WINDOW_ATTRS(win), at); local
H A Dlib_wattroff.c48 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
50 T((T_CALLED("wattr_off(%p,%s)"), win, _traceattr(at)));
57 if (at & A_COLOR)
60 toggle_attr_off(WINDOW_ATTRS(win), at); local
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dmemchan.tcl51 set at 0
60 variable content at
68 set last [expr {min($at + $n,[string length $content])-1}]
75 set res [string range $content $at $last]
76 set at $last
77 incr at
91 # (1) Append at/after the end.
96 if {$at >= $max} {
99 set at [string length $content]
101 set last [expr {$at
[all...]
H A Dvariable.tcl48 set at 0
57 variable varname at
69 set last [expr {min($at + $n,[string length $content])-1}]
76 set res [string range $content $at $last]
77 set at $last
78 incr at
96 # (1) Append at/after the end.
101 if {$at >= $max} {
104 set at [string length $content]
106 set last [expr {$at
[all...]
H A Dstring.tcl45 set at 0
53 variable content at
62 set last [expr {min($at + $n,[string length $content])-1}]
69 set res [string range $content $at $last]
70 set at $last
71 incr at
83 return $at
91 current { set newloc [expr {$at + $offset }] }
105 set at $newloc
108 return $at
[all...]
H A Dfifo.tcl45 set last [expr {$at + $n - 1}]
49 # <=> at+n <= max
50 # <=> n <= max-at
52 if {$n <= ($max - $at)} {
56 append result [string range $read $at $last]
57 incr at $n
64 append result [string range $read $at end]
67 set at 0
73 # at == 0
80 set at
[all...]
H A Dhalfpipe.tcl52 set last [expr {$at + $n - 1}]
56 # <=> at+n <= max
57 # <=> n <= max-at
59 if {$n <= ($max - $at)} {
63 append result [string range $read $at $last]
64 incr at $n
71 append result [string range $read $at end]
74 set at 0
80 # at == 0
87 set at
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Dspacer.tcl53 # partial group found at the end of the buffer in the last
67 # the groups coming after at the proper location.
80 set at $woffset
81 set stop [expr {$at + $delta - 1}]
83 append result [string range $data $at $stop]
85 incr at $delta
89 # Process partial group at the end of the buffer and remember
93 if {($at < $len) && ($stop >= $len)} {
94 append result [string range $data $at end]
96 set woffset [expr {$len - $at}]
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Dder_date.h9 * compliance with the License. Please obtain a copy of the License at
30 const uint8_t* der_decode_generalizedtime_body(CFAbsoluteTime *at, CFErrorRef *error,
32 const uint8_t* der_decode_universaltime_body(CFAbsoluteTime *at, CFErrorRef *error,
35 size_t der_sizeof_generalizedtime(CFAbsoluteTime at, CFErrorRef *error);
36 uint8_t* der_encode_generalizedtime(CFAbsoluteTime at, CFErrorRef *error,
39 size_t der_sizeof_generalizedtime_body(CFAbsoluteTime at, CFErrorRef *error);
40 uint8_t* der_encode_generalizedtime_body(CFAbsoluteTime at, CFErrorRef *error,
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dder_date.h9 * compliance with the License. Please obtain a copy of the License at
30 const uint8_t* der_decode_generalizedtime_body(CFAbsoluteTime *at, CFErrorRef *error,
32 const uint8_t* der_decode_universaltime_body(CFAbsoluteTime *at, CFErrorRef *error,
35 size_t der_sizeof_generalizedtime(CFAbsoluteTime at, CFErrorRef *error);
36 uint8_t* der_encode_generalizedtime(CFAbsoluteTime at, CFErrorRef *error,
39 size_t der_sizeof_generalizedtime_body(CFAbsoluteTime at, CFErrorRef *error);
40 uint8_t* der_encode_generalizedtime_body(CFAbsoluteTime at, CFErrorRef *error,
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-weak/
H A Dbundle.cxx9 * compliance with the License. Please obtain a copy of the License at
31 std::vector<int>().at(1);
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dphony.rb13 Time.at 0
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/bootstrap/
H A DMakefile.am.inc85 bootstrap/testsuite.at \
88 testsuite_incs= $(srcdir)/bootstrap/t_application_help.at \
89 $(srcdir)/bootstrap/t_application_opts_args.at \
90 $(srcdir)/bootstrap/t_atf_config.at \
91 $(srcdir)/bootstrap/t_atf_run.at \
92 $(srcdir)/bootstrap/t_subr_atf_check.at \
93 $(srcdir)/bootstrap/t_test_program_compare.at \
94 $(srcdir)/bootstrap/t_test_program_filter.at \
95 $(srcdir)/bootstrap/t_test_program_list.at \
96 $(srcdir)/bootstrap/t_test_program_run.at
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/doc/
H A Dchew.c12 (at your option) any later version.
116 static char at (string_type *, unsigned int);
183 at (buffer, pos) function
255 while ((c = at (src, idx)),
260 && at (src, idx +1) != '/'
261 && at (src, idx -1) != '\n'))
386 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
387 || at (tos, tos->write_idx - 1) == '\n')
426 while (at (src, idx))
428 /* Now see if we have a comment at th
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dipager.tcl88 upvar 1 options(-height) height empty empty at at
116 set at 0
121 variable at 0
126 upvar 1 header header text text footer footer at at
131 set to [expr {$at + $height -1}]
134 $header\n[join [lrange $text $at $to] \n]\n$footer]
150 if {$at == 0} return
151 incr at
[all...]
H A Dimenu.tcl62 method done {} {set done $at ; return}
81 upvar 1 empty empty at at map map top top
93 set at 0
95 set map($at) $code
97 incr at
109 set at 0
115 variable at 0
119 upvar 1 header header labels labels footer footer at at
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/base32/
H A Dbase32_c.tcl30 unsigned char* at;
49 for (at = out; nbuf >= 5; nbuf -= 5, buf += 5) {
50 *(at++) = map [ (buf[0]>>3) ];
51 *(at++) = map [ 0x1f & ((buf[0]<<2) | (buf[1]>>6)) ];
52 *(at++) = map [ 0x1f & (buf[1]>>1) ];
53 *(at++) = map [ 0x1f & ((buf[1]<<4) | (buf[2]>>4)) ];
54 *(at++) = map [ 0x1f & ((buf[2]<<1) | (buf[3]>>7)) ];
55 *(at++) = map [ 0x1f & (buf[3]>>2) ];
56 *(at++) = map [ 0x1f & ((buf[3]<<3) | (buf[4]>>5)) ];
57 *(at
[all...]
H A Dbase32hex_c.tcl30 unsigned char* at;
49 for (at = out; nbuf >= 5; nbuf -= 5, buf += 5) {
50 *(at++) = map [ (buf[0]>>3) ];
51 *(at++) = map [ 0x1f & ((buf[0]<<2) | (buf[1]>>6)) ];
52 *(at++) = map [ 0x1f & (buf[1]>>1) ];
53 *(at++) = map [ 0x1f & ((buf[1]<<4) | (buf[2]>>4)) ];
54 *(at++) = map [ 0x1f & ((buf[2]<<1) | (buf[3]>>7)) ];
55 *(at++) = map [ 0x1f & (buf[3]>>2) ];
56 *(at++) = map [ 0x1f & ((buf[3]<<3) | (buf[4]>>5)) ];
57 *(at
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DCursorList.h11 * version 2 of the License, or (at your option) any later version.
43 const CursorData& at(size_t i) const { return m_vector.at(i); } function in class:WebCore::CursorList
44 CursorData& at(size_t i) { return m_vector.at(i); } function in class:WebCore::CursorList
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dtouch.c9 * A copy of the License is available at *
46 touch(const char* path, time_t at, time_t mt, int flags) argument
53 if (at == (time_t)(-1) && !(flags & PATH_TOUCH_VERBATIM))
55 else if (!at && !(flags & PATH_TOUCH_VERBATIM))
59 av.tv_sec = at;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/queue/
H A Dds.h24 int at; /* Index of next element to return from the main queue */ member in struct:Q
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredIdentifiers.h50 StringImpl* at(unsigned index) const;
52 StringImpl* operator[](unsigned index) const { return at(index); }
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dat.c0 /* at.c - routines for dealing with attribute types */
13 * top-level directory of the distribution or, alternatively, at
32 AttributeType *at )
34 for ( ; at != NULL; at = at->sat_sup ) {
35 if ( at->sat_syntax_oid ) {
36 return at->sat_syntax_oid;
47 AttributeType *at,
50 const char *syn_oid = at_syntax( at );
46 is_at_syntax( AttributeType *at, const char *oid ) argument
583 at_add( LDAPAttributeType *at, int user, AttributeType **rsat, AttributeType *prev, const char **err ) argument
978 AttributeType *at; local
1039 AttributeType *at; local
1064 LDAPAttributeType *at; local
[all...]

Completed in 192 milliseconds

1234567891011>>