Searched refs:val (Results 1 - 25 of 3447) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Dtst.quantmany.d31 int64_t val, shift;
34 /val == 0/
36 val = -(1 << shift);
47 /val == -1/
49 val = (1 << shift);
54 @[shift] = quantize(val, val);
55 val >>= 1;
H A Dtst.negquant.d36 val = 123;
41 @["k-ingleside"] = quantize(1, -val);
46 @["l-taraval"] = quantize(0, -val);
47 @["l-taraval"] = quantize(-1, -val);
48 @["l-taraval"] = quantize(1, val);
49 @["l-taraval"] = quantize(1, val);
62 @["n-judah"] = quantize(1, val);
63 @["n-judah"] = quantize(2, val);
64 @["n-judah"] = quantize(2, val);
71 this->val
[all...]
H A Dtst.neglquant.d36 val = 123;
41 @["k-ingleside"] = lquantize(1, 0, 10, 1, -val);
46 @["l-taraval"] = lquantize(0, 0, 10, 1, -val);
47 @["l-taraval"] = lquantize(-1, 0, 10, 1, -val);
48 @["l-taraval"] = lquantize(1, 0, 10, 1, val);
49 @["l-taraval"] = lquantize(1, 0, 10, 1, val);
62 @["n-judah"] = lquantize(1, 0, 10, 1, val);
63 @["n-judah"] = lquantize(2, 0, 10, 1, val);
64 @["n-judah"] = lquantize(2, 0, 10, 1, val);
71 this->val
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dbswap.c40 bswap32 (unsigned int val) argument
42 return (val & 0xff) << 24 |
43 (val & 0xff00) << 8 |
44 (val & 0xff0000) >> 8 |
45 (val & 0xff000000) >> 24;
52 bswap16 (unsigned short val) argument
54 return (val & 0xff) << 8 |
55 (val & 0xff00) >> 8;
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DProtect.h30 inline void gcProtect(JSCell* val) argument
32 Heap::heap(val)->protect(val);
35 inline void gcUnprotect(JSCell* val) argument
37 Heap::heap(val)->unprotect(val);
40 inline void gcProtectNullTolerant(JSCell* val) argument
42 if (val)
43 gcProtect(val);
46 inline void gcUnprotectNullTolerant(JSCell* val) argument
[all...]
/macosx-10.10/libclosure-65/objectTests/
H A Dgoto.c24 __block int val = 0; local
26 ^{ val = 1; }();
28 if (val == 0) {
29 goto out_bad; // error: local byref variable val is in the scope of this goto
35 fail("val not updated!");
/macosx-10.10/ntp-92/scripts/
H A Dhpadjtime.sh2 val=1
7 *.10.*) val=1 ;;
9 9000/3*) val=1 ;;
10 *) val=0 ;;
12 *) val=0 ;;
18 exit $val
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dunicode.cpp34 int val = 0; local
41 val = val*0x10 + (*p-'0');
43 val = val*0x10 + (*p-'A'+10);
47 if (val > 0x10FFFF)
54 if ((val >= 0xD800 && val <= 0xDBFF) || (val >= 0xDC00 && val <
[all...]
/macosx-10.10/shell_cmds-179/date/
H A Dvary.c37 int val; member in struct:trans
74 for (f = 0; t[f].val != -1; f++)
77 return t[f].val;
128 adjyear(struct tm *t, char type, int val, int mk) argument
132 t->tm_year += val;
135 t->tm_year -= val;
138 t->tm_year = val;
149 adjmon(struct tm *t, char type, int val, int istext, int mk) argument
153 if (val < 0)
159 if (val <
209 adjday(struct tm *t, char type, int val, int mk) argument
253 adjwday(struct tm *t, char type, int val, int istext, int mk) argument
289 adjhour(struct tm *t, char type, int val, int mk) argument
334 adjmin(struct tm *t, char type, int val, int mk) argument
375 adjsec(struct tm *t, char type, int val, int mk) argument
422 int val; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DTupleOutput.java115 * @param val is the string containing the values to be written.
119 * @throws NullPointerException if the val parameter is null.
121 public final TupleOutput writeBytes(String val) { argument
123 writeBytes(val.toCharArray());
132 * @param val is the string containing the characters to be written.
136 * @throws NullPointerException if the val parameter is null.
138 public final TupleOutput writeChars(String val) { argument
140 writeChars(val.toCharArray());
151 * @param val is the string containing the characters to be written.
155 public final TupleOutput writeString(String val) { argument
174 writeChar(int val) argument
190 writeBoolean(boolean val) argument
204 writeByte(int val) argument
218 writeShort(int val) argument
232 writeInt(int val) argument
246 writeLong(long val) argument
268 writeFloat(float val) argument
290 writeDouble(double val) argument
313 writeSortedFloat(float val) argument
338 writeSortedDouble(double val) argument
424 writeUnsignedByte(int val) argument
439 writeUnsignedShort(int val) argument
455 writeUnsignedInt(long val) argument
468 writeUnsignedLong(long val) argument
487 writePackedInt(int val) argument
503 writePackedLong(long val) argument
538 writeBigInteger(BigInteger val) argument
556 getBigIntegerByteLength(BigInteger val) argument
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCDebug.h51 static void SetLogMouse(bool val) { SetDebugFlags(2, val); } argument
54 static void SetDumpLanguageModels(bool val) { SetDebugFlags(8, val); } argument
58 static void SetDebugFlags(int flag, bool val);
/macosx-10.10/CrackLib-37765/cracklib27/util/
H A Dtestlib.c21 char *val; local
25 val = FascistCheck(buffer, CRACKLIB_DICTPATH);
27 if (!val)
29 val = "ok";
31 printf ("%s: %s\n", buffer, val);
/macosx-10.10/libpcap-48/libpcap/Win32/Src/
H A Dinet_net.c49 register u_long val, base, n; local
60 val = 0; base = 10;
73 val = (val * base) + (c - '0');
78 val = (val << 4) + (c + 10 - (islower(c) ? 'a' : 'A'));
87 *pp++ = val, cp++;
92 *pp++ = val;
96 for (val = 0, i = 0; i < (int)n; i++) {
97 val <<
[all...]
/macosx-10.10/ntp-92/libntp/
H A Dinttoa.c12 long val
18 snprintf(buf, sizeof(buf), "%ld", val);
/macosx-10.10/ruby-106/ruby/
H A Druby_atomic.h7 # define ATOMIC_SET(var, val) (void)__atomic_exchange_n(&(var), (val), __ATOMIC_SEQ_CST)
10 # define ATOMIC_OR(var, val) __atomic_or_fetch(&(var), (val), __ATOMIC_SEQ_CST)
11 # define ATOMIC_EXCHANGE(var, val) __atomic_exchange_n(&(var), (val), __ATOMIC_SEQ_CST)
17 # define ATOMIC_SIZE_ADD(var, val) __atomic_fetch_add(&(var), (val), __ATOMIC_SEQ_CST)
18 # define ATOMIC_SIZE_SUB(var, val) __atomic_fetch_sub(&(var), (val), __ATOMIC_SEQ_CS
54 rb_w32_atomic_or(volatile rb_atomic_t *var, rb_atomic_t val) argument
58 __asm mov ecx, val; local
138 atomic_size_exchange(size_t *ptr, size_t val) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dvalidator.c119 #define NEEDNODATA(val) ((val->attributes & VALATTR_NEEDNODATA) != 0)
120 #define NEEDNOQNAME(val) ((val->attributes & VALATTR_NEEDNOQNAME) != 0)
121 #define NEEDNOWILDCARD(val) ((val->attributes & VALATTR_NEEDNOWILDCARD) != 0)
122 #define DLVTRIED(val) ((val->attributes & VALATTR_DLVTRIED) != 0)
123 #define FOUNDNODATA(val) ((val
184 markanswer(dns_validator_t *val, const char *where) argument
201 validator_done(dns_validator_t *val, isc_result_t result) argument
221 exit_check(dns_validator_t *val) argument
240 dlv_algorithm_supported(dns_validator_t *val) argument
400 dns_validator_t *val; local
479 dns_validator_t *val; local
557 dns_validator_t *val; local
647 dns_validator_t *val; local
718 dns_validator_t *val; local
795 dns_validator_t *val; local
849 nsecnoexistnodata(dns_validator_t *val, dns_name_t *name, dns_name_t *nsecname, dns_rdataset_t *nsecset, isc_boolean_t *exists, isc_boolean_t *data, dns_name_t *wild) argument
1003 nsec3noexistnodata(dns_validator_t *val, dns_name_t* name, dns_name_t *nsec3name, dns_rdataset_t *nsec3set, dns_name_t *zonename, isc_boolean_t *exists, isc_boolean_t *data, isc_boolean_t *optout, isc_boolean_t *unknown, isc_boolean_t *setclosest, isc_boolean_t *setnearest, dns_name_t *closest, dns_name_t *nearest) argument
1297 dns_validator_t *val; local
1397 view_find(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type) argument
1534 check_deadlock(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
1567 create_fetch(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type, isc_taskaction_t callback, const char *caller) argument
1595 create_validator(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, isc_taskaction_t action, const char *caller) argument
1627 get_dst_key(dns_validator_t *val, dns_rdata_rrsig_t *siginfo, dns_rdataset_t *rdataset) argument
1691 get_key(dns_validator_t *val, dns_rdata_rrsig_t *siginfo) argument
1843 isselfsigned(dns_validator_t *val) argument
1919 verify(dns_validator_t *val, dst_key_t *key, dns_rdata_t *rdata, isc_uint16_t keyid) argument
1982 validate(dns_validator_t *val, isc_boolean_t resume) argument
2139 checkkey(dns_validator_t *val, dns_rdata_t *keyrdata, isc_uint16_t keyid, dns_secalg_t algorithm) argument
2181 keyfromds(dns_validator_t *val, dns_rdataset_t *rdataset, dns_rdata_t *dsrdata, isc_uint8_t digest, isc_uint16_t keyid, dns_secalg_t algorithm, dns_rdata_t *keyrdata) argument
2223 dlv_validatezonekey(dns_validator_t *val) argument
2351 validatezonekey(dns_validator_t *val) argument
2703 start_positive_validation(dns_validator_t *val) argument
2719 val_rdataset_first(dns_validator_t *val, dns_name_t **namep, dns_rdataset_t **rdatasetp) argument
2752 val_rdataset_next(dns_validator_t *val, dns_name_t **namep, dns_rdataset_t **rdatasetp) argument
2796 checkwildcard(dns_validator_t *val, dns_rdatatype_t type, dns_name_t *zonename) argument
2890 findnsec3proofs(dns_validator_t *val) argument
3038 validate_authority(dns_validator_t *val, isc_boolean_t resume) argument
3123 validate_ncache(dns_validator_t *val, isc_boolean_t resume) argument
3209 nsecvalidate(dns_validator_t *val, isc_boolean_t resume) argument
3289 check_ds(dns_validator_t *val, dns_name_t *name, dns_rdataset_t *rdataset) argument
3316 dns_validator_t *val; local
3375 dns_validator_t *val; local
3466 startfinddlvsep(dns_validator_t *val, dns_name_t *unsecure) argument
3521 finddlvsep(dns_validator_t *val, isc_boolean_t resume) argument
3662 proveunsecure(dns_validator_t *val, isc_boolean_t have_ds, isc_boolean_t resume) argument
3976 dlv_validator_start(dns_validator_t *val) argument
4005 dns_validator_t *val; local
4126 dns_validator_t *val; local
4259 destroy(dns_validator_t *val) argument
4291 dns_validator_t *val; local
4314 validator_logv(dns_validator_t *val, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, va_list ap) argument
4344 validator_log(dns_validator_t *val, int level, const char *fmt, ...) argument
4358 validator_logcreate(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type, const char *caller, const char *operation) argument
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dinet_aton.c72 struct in_addr val;
74 if (inet_aton(cp, &val))
75 return (val.s_addr);
90 u_int32_t val; local
105 val = 0; base = 10;
115 val = (val * base) + (c - '0');
118 val = (val << 4) |
133 *pp++ = val;
[all...]
/macosx-10.10/ntp-92/include/
H A Dntp_calendar.h59 #define TIMES60(val) ((((val)<<4) - (val))<<2) /* *(16 - 1) * 4 */
60 #define TIMES24(val) (((val)<<4) + ((val)<<3)) /* *16 + *8 */
61 #define TIMES7(val) (((val)<<3) - (val)) /* *8 - *1 */
62 #define TIMESDPERC(val) (((va
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dregister.el102 (let ((val (get-register register)))
104 ((and (consp val) (frame-configuration-p (car val)))
105 (set-frame-configuration (car val) (not delete))
106 (goto-char (cadr val)))
107 ((and (consp val) (window-configuration-p (car val)))
108 (set-window-configuration (car val))
109 (goto-char (cadr val)))
110 ((markerp val)
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/vu/
H A Ddial.rb33 def coords(val = nil)
34 if val
35 tk_send_without_enc('coords', val)
42 def constrain(val = None)
43 num_or_str(tk_call(@path, 'constrain', val))
54 def get_label(val=nil)
55 if val
56 tk_call(@path, 'label', val)
66 def set_label(val, str, *args)
67 tk_call(@path, 'label', val, st
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLValue.cpp34 SQLValue::SQLValue(const SQLValue& val) argument
35 : m_type(val.m_type)
36 , m_number(val.m_number)
37 , m_string(val.m_string.isolatedCopy())
/macosx-10.10/procmail-14/procmail/src/
H A Dacommon.h6 *ultoan P((unsigned long val,char*dest)),
7 *ultstr P((int minwidth,unsigned long val,char*dest));
/macosx-10.10/swig-12/Lib/python/
H A Dfile.i16 SWIG_AsValFilePtr(PyObject *obj, FILE **val) {
21 if (val) *val = (FILE *)vptr;
26 if (val) *val = PyFile_AsFile(obj);
38 FILE *val = 0;
39 SWIG_AsValFilePtr(obj, &val);
40 return val;
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_fsid_t.h30 typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ member in struct:fsid
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEntityOutput.java64 TupleOutput writeString(String val); argument
65 TupleOutput writeChar(int val); argument
66 TupleOutput writeBoolean(boolean val); argument
67 TupleOutput writeByte(int val); argument
68 TupleOutput writeShort(int val); argument
69 TupleOutput writeInt(int val); argument
70 TupleOutput writeLong(long val); argument
71 TupleOutput writeSortedFloat(float val); argument
72 TupleOutput writeSortedDouble(double val); argument
73 TupleOutput writeBigInteger(BigInteger val); argument
[all...]

Completed in 305 milliseconds

1234567891011>>