Searched refs:big (Results 1 - 25 of 240) sorted by relevance

12345678910

/macosx-10.10/ntp-92/util/
H A Dbyteorder.c21 int big; local
33 if (u.c[0] == 0x08) big = 1;
34 else big = 0;
36 if (u.c[0] == 0x04) big = 1;
37 else big = 0;
40 if (big == 1 && (u.c[i] == (sizeof(long) - i))) {
42 } else if (big == 0 && (u.c[i] == (i+1))) {
45 big = -1;
50 if (big == 1) {
52 } else if (big
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/libkern/
H A Dmemchr.c35 const char *big = (const char *)bigptr; local
38 if (big[n] == ch)
39 return (void *)&big[n];
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtbuf.c37 static char* big; variable
54 if (!(big = newof(big, char, bigsiz, 0)))
61 return big;
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dgetgroups.c56 int big[NGROUPS_MAX];
68 len = getgroups(len > NGROUPS_MAX ? NGROUPS_MAX : len, big);
70 set[i] = big[i];
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DEndian.h24 enum endianness {big, little}; enumerator in enum:llvm::support::endianness
109 class packed_endian_specific_integral<value_type, big, unaligned> {
135 class packed_endian_specific_integral<value_type, big, aligned> {
186 <uint8_t, big, unaligned> ubig8_t;
188 <uint16_t, big, unaligned> ubig16_t;
190 <uint32_t, big, unaligned> ubig32_t;
192 <uint64_t, big, unaligned> ubig64_t;
195 <int8_t, big, unaligned> big8_t;
197 <int16_t, big, unaligned> big16_t;
199 <int32_t, big, unaligne
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dplstr.h357 * big one. It returns null if either string is null.
361 PL_strstr(const char *big, const char *little);
366 * Returns a pointer to the last instance of the little string within the big one.
371 PL_strrstr(const char *big, const char *little);
377 * n characters of the big one. It returns null if either string is null. It
382 PL_strnstr(const char *big, const char *little, PRUint32 n);
388 * n characters of the big one. It returns null if either string is null. It
393 PL_strnrstr(const char *big, const char *little, PRUint32 max);
398 * Returns a pointer to the first instance of the little string within the big one,
403 PL_strcasestr(const char *big, cons
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dplstr.h357 * big one. It returns null if either string is null.
361 PL_strstr(const char *big, const char *little);
366 * Returns a pointer to the last instance of the little string within the big one.
371 PL_strrstr(const char *big, const char *little);
377 * n characters of the big one. It returns null if either string is null. It
382 PL_strnstr(const char *big, const char *little, PRUint32 n);
388 * n characters of the big one. It returns null if either string is null. It
393 PL_strnrstr(const char *big, const char *little, PRUint32 max);
398 * Returns a pointer to the first instance of the little string within the big one,
403 PL_strcasestr(const char *big, cons
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dplstr.h357 * big one. It returns null if either string is null.
361 PL_strstr(const char *big, const char *little);
366 * Returns a pointer to the last instance of the little string within the big one.
371 PL_strrstr(const char *big, const char *little);
377 * n characters of the big one. It returns null if either string is null. It
382 PL_strnstr(const char *big, const char *little, PRUint32 n);
388 * n characters of the big one. It returns null if either string is null. It
393 PL_strnrstr(const char *big, const char *little, PRUint32 max);
398 * Returns a pointer to the first instance of the little string within the big one,
403 PL_strcasestr(const char *big, cons
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dplstr.h357 * big one. It returns null if either string is null.
361 PL_strstr(const char *big, const char *little);
366 * Returns a pointer to the last instance of the little string within the big one.
371 PL_strrstr(const char *big, const char *little);
377 * n characters of the big one. It returns null if either string is null. It
382 PL_strnstr(const char *big, const char *little, PRUint32 n);
388 * n characters of the big one. It returns null if either string is null. It
393 PL_strnrstr(const char *big, const char *little, PRUint32 max);
398 * Returns a pointer to the first instance of the little string within the big one,
403 PL_strcasestr(const char *big, cons
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DEndianTest.cpp24 unsigned char big[] = {0x00, 0x01, 0x02, 0x03, 0x04}; local
27 EXPECT_EQ(BigAsHost, (endian::read_be<int32_t, unaligned>(big)));
31 EXPECT_EQ((endian::read_be<int32_t, unaligned>(big + 1)),
62 unsigned char big[] = {0x00, 0x01, 0x02, 0x03, 0x04}; local
65 reinterpret_cast<big32_t *>(big + 1);
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dacosh.c95 double t,big=1.E20; /* big+1==big */ local
102 if(x>big) {t=log1p(x)+ln2lo; return(t+ln2hi);}
H A Dasinh.c92 big =1.0E20, /* fl(1+big) == big */ local
99 if(t<big) {
101 else /* if |x| > big */
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DELFObjectFile.cpp28 return new ELFObjectFile<support::big, false>(Object, ec);
30 return new ELFObjectFile<support::big, true>(Object, ec);
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dhtml32.vim5 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
9 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea', 'p'],
13 \ ['param', 'tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
21 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
32 \ 'big': [
33 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
37 \ ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea', 'p', 'ul', 'ol', 'dir', 'menu', 'pre', 'xmp', 'listing', 'dl', 'div', 'center', 'blockquote', 'form', 'isindex', 'hr', 'table', 'address'],
41 \ ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea', 'p', 'ul', 'ol', 'dir', 'menu', 'pre', 'xmp', 'listing', 'dl', 'div', 'center', 'blockquote', 'form', 'isindex', 'hr', 'table', 'address'],
49 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
53 \ ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'tt', 'i', 'b', 'u', 'strike', 'big', 'smal
[all...]
/macosx-10.10/tcl-105/tcl/tcl/tests/
H A DwinPipe.test30 set big bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb\n
31 append big $big
32 append big $big
33 append big $big
34 append big $big
35 append big
[all...]
/macosx-10.10/bc-21/bc/lib/
H A Dtestmul.c126 bc_num ten, num, expo, big; local
147 bc_init_num (&big);
197 /* Small one times a big one. */
201 bc_raise (ten, expo, &big, 0);
202 bc_sub (num, _one_, &big, 0);
219 t1 = timeit (big, num, &n1);
223 t2 = timeit (big, num, &n2);
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dstyle.tcl38 $w.text tag configure big -font "$family 14 bold"
77 $w.text insert end "\n1. Font." big
82 $w.text insert end "\n2. Color." big
90 $w.text insert end "\n3. Stippling." big
98 $w.text insert end "\n4. Underlining." big
102 $w.text insert end "\n5. Overstrikes." big
106 $w.text insert end "\n6. 3-D effects." big
113 $w.text insert end "\n7. Justification." big
118 $w.text insert end "\n8. Superscripts and subscripts." big
125 $w.text insert end "\n9. Margins." big
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dstyle.tcl34 $w.text tag configure big -font {Courier 14 bold}
72 $w.text insert end "\n1. Font." big
77 $w.text insert end "\n2. Color." big
85 $w.text insert end "\n3. Stippling." big
93 $w.text insert end "\n4. Underlining." big
97 $w.text insert end "\n5. Overstrikes." big
101 $w.text insert end "\n6. 3-D effects." big
108 $w.text insert end "\n7. Justification." big
113 $w.text insert end "\n8. Superscripts and subscripts." big
120 $w.text insert end "\n9. Margins." big
[all...]
/macosx-10.10/objc4-646/test/
H A Dunload.m64 Class big = objc_getClass("BigClass");
66 testassert(big);
71 name = class_getImageName(big);
76 id o2 = [big new];
/macosx-10.10/tcl-105/tk/tk/library/
H A Dscale.tcl89 tk::ScaleIncrement %W up big noRepeat
92 tk::ScaleIncrement %W down big noRepeat
95 tk::ScaleIncrement %W up big noRepeat
98 tk::ScaleIncrement %W down big noRepeat
200 # way the value is incremented depends on the "dir" and "big"
207 # big - Size of increments: "big" or "little".
213 proc ::tk::ScaleIncrement {w dir big repeat} {
216 if {$big eq "big"} {
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dscale.tcl89 tk::ScaleIncrement %W up big noRepeat
92 tk::ScaleIncrement %W down big noRepeat
95 tk::ScaleIncrement %W up big noRepeat
98 tk::ScaleIncrement %W down big noRepeat
200 # way the value is incremented depends on the "dir" and "big"
207 # big - Size of increments: "big" or "little".
213 proc ::tk::ScaleIncrement {w dir big repeat} {
216 if {$big eq "big"} {
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtresize.cpp149 int big = sizeof(int) == sizeof(short) ? 1000 : 4000; local
158 n = r1.Ins(5000, 1000+big);
159 A(n == 6000+big);
161 A(n == 6010+big);
163 A(n == 6110+big);
165 A(n == 7111+big);
167 n = r1.Del(7111, big);
/macosx-10.10/shell_cmds-179/locate/code/
H A Dlocate.code.c112 #define BGINDEX(x) (big[(u_char)*x][(u_char)*(x + 1)])
114 bg_t big[UCHAR_MAX + 1][UCHAR_MAX + 1]; variable
159 big[i][j] = (bg_t)-1;
162 big[(u_char)*cp][(u_char)*(cp + 1)] = (bg_t)i;
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_fixnum.rb289 big = 1 << 66
290 assert_eql 1, 1 ** -big , bug5715
291 assert_eql 1, (-1) ** -big , bug5715
292 assert_eql -1, (-1) ** -(big+1) , bug5715
297 big = 1 << 66
298 assert_raise(ZeroDivisionError, bug5713) { 0 ** -big }
/macosx-10.10/shell_cmds-179/locate/locate/
H A Dfastfind.c49 register int lines, chars, size, big, zwerg; local
60 lines = chars = big = zwerg = umlaut = 0;
81 big++;
92 (size + big - (2 * NBG)) / (chars / (float)100));
93 (void)printf("Bigram: %2.2f%%, ", (size - big) / (size / (float)100));
99 (void)printf("Bigram characters: %d, ", big);
208 if (c == SWITCH) { /* big step, an integer */

Completed in 170 milliseconds

12345678910