Searched refs:masks (Results 26 - 35 of 35) sorted by relevance

12

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_config.c72 struct masks { struct
77 static struct masks logcfg_class[] = {
85 static struct masks logcfg_item[] = {
305 static unsigned long get_pfxmatch(char **s,struct masks *m);
306 static unsigned long get_match(char *s,struct masks *m);
4001 struct masks *m
4021 struct masks *m
/macosx-10.10.1/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm367 my $masks = ref($client->{'mask'}) ?
377 foreach my $mask (@$masks) {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c1615 unsigned long masks[] = { 0x0000, 0x0001, 0x0003, 0x0007, 0x000F,
1625 statePtr->cur_accum &= masks[statePtr->cur_bits];
1608 unsigned long masks[] = { 0x0000, 0x0001, 0x0003, 0x0007, 0x000F, variable
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/
H A DREADME1180 Log::Log4perl::Config->allowed_code_ops() takes a list of opcode masks
1181 that are allowed to run in the compartment. The opcode masks must be
1203 method to a map of convenience names to opcode masks. At present, the
H A DChanges13 * (ms) Cygwin masks MSWin32-ishness by setting $^O to "cygwin" and not
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c6708 exception_mask_t masks[EXC_TYPES_COUNT]; local
6721 masks, &nmasks, ports, behaviors, flavors);
6724 masks, &nmasks, ports, behaviors, flavors);
6727 masks, &nmasks, ports, behaviors, flavors);
/macosx-10.10.1/dtrace-147/disassembler/
H A Ddis_tables.c3509 static uint64_t masks[] = local
3538 * About masks: for immediates that represent
3548 mask = masks[dis->d86_addr_size];
3553 mask = masks[log2(op->d86_value_size)];
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/i386/
H A Ddis_tables.c3527 static uint64_t masks[] =
3556 * About masks: for immediates that represent
3566 mask = masks[dis->d86_addr_size];
3571 mask = masks[log2(op->d86_value_size)];
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c4807 CFArrayRef masks; local
4813 masks = isA_CFArray(CFDictionaryGetValue(dict,
4831 if (masks != NULL) {
4832 if (count != CFArrayGetCount(masks)) {
4839 mask_cf = CFArrayGetValueAtIndex(masks, 0);
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm23 #this is a mapping of convenience names to opcode masks used in
1871 Log::Log4perl::Config-E<gt>allowed_code_ops() takes a list of opcode masks
1872 that are allowed to run in the compartment. The opcode masks must be
1895 method to a map of convenience names to opcode masks. At present, the

Completed in 313 milliseconds

12