Searched refs:mapping (Results 1 - 25 of 234) sorted by relevance

12345678910

/macosx-10.9.5/Libc-997.90.3/gen/
H A Dstrtofflags.c77 } mapping[] = { variable in typeref:struct:__anon2848
97 #define nmappings (sizeof(mapping) / sizeof(mapping[0]))
119 if (setflags & mapping[i].flag) {
122 for (sp = mapping[i].invert ? mapping[i].name :
123 mapping[i].name + 2; *sp; *dp++ = *sp++) ;
124 setflags &= ~mapping[i].flag;
155 if (strcmp(p, mapping[i].name + 2) == 0) {
156 if (mapping[
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Drwmconf.c47 struct ldapmapping *mapping; local
76 if ( rwm_map_init( map, &mapping ) != LDAP_SUCCESS ) {
107 mapping = (struct ldapmapping *)ch_calloc( 2,
109 if ( mapping == NULL ) {
115 ber_str2bv( src, 0, 1, &mapping[0].m_src );
116 ber_str2bv( dst, 0, 1, &mapping[0].m_dst );
117 mapping[1].m_src = mapping[0].m_dst;
118 mapping[1].m_dst = mapping[
[all...]
H A Drwmmap.c1 /* rwmmap.c - rewrite/mapping routines */
70 struct ldapmapping *mapping; local
78 mapping = (struct ldapmapping *)ch_calloc( 2,
80 if ( mapping == NULL ) {
87 rc = slap_str2ad( "objectClass", &mapping[0].m_src_ad, &text );
89 ch_free( mapping );
93 mapping[0].m_dst_ad = mapping[0].m_src_ad;
94 ber_dupbv( &mapping[0].m_src, &mapping[
154 struct ldapmapping *mapping; local
425 struct ldapmapping *mapping = NULL; local
1294 struct ldapmapping *mapping = v_mapping; local
1304 struct ldapmapping *mapping = v_mapping; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/psych/visitors/
H A Dtest_to_ruby.rb13 mapping = Nodes::Mapping.new nil, "!ruby/object"
14 mapping.children << Nodes::Scalar.new('foo')
15 mapping.children << Nodes::Scalar.new('bar')
17 o = mapping.to_ruby
59 mapping = Nodes::Mapping.new nil, "!ruby/struct:#{s.class}"
60 mapping.children << Nodes::Scalar.new('foo')
61 mapping.children << Nodes::Scalar.new('bar')
63 ruby = mapping.to_ruby
73 mapping = Nodes::Mapping.new nil, '!ruby/struct:'
74 mapping
[all...]
H A Dtest_emitter.rb18 mapping = Nodes::Mapping.new
23 mapping.children << Nodes::Scalar.new('key')
24 mapping.children << m2
25 doc.children << mapping
55 mapping = Nodes::Mapping.new
56 mapping.children << Nodes::Scalar.new('key')
57 mapping.children << Nodes::Scalar.new('value')
58 doc.children << mapping
116 mapping = Nodes::Mapping.new
117 mapping
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dsprpdata.c37 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
50 uint32_t mapping[40]; local
79 /* parse the mapping string */
80 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
82 /* compare the mapping */
83 compareMapping(data, code,mapping, length,USPREP_MAP);
116 * Initial value stored in the mapping table
147 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
192 if(mapping[
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A DEVSTests.c39 NXKeyMapping mapping; local
118 mapping.mapping = map;
119 mapping.size = mapSize;
120 assert( &mapping == NXGetKeyMapping(hdl, &mapping));
134 assert( &mapping == NXSetKeyMapping(hdl, &mapping));
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m416 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m416 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.9.5/ICU-511.35/icuSources/tools/gensprep/
H A Dgensprep.h49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
H A Dgensprep.c279 uint32_t mapping[40]; local
289 fprintf(stderr, "gensprep: error parsing NormalizationCorrections.txt mapping at %s\n", fields[0][0]);
295 /* parse the mapping string */
296 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode);
311 /* store the mapping */
315 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
330 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */
342 uint32_t mapping[40]; local
407 /* parse the mapping strin
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSourceMap.js130 var mapping = this._mappings[middle];
131 if (lineNumber < mapping[0] || (lineNumber === mapping[0] && columnNumber < mapping[1]))
153 var mapping = mappings[lineNumber];
154 if (mapping)
155 return mapping;
220 var mapping = this._mappings[i];
221 var url = mapping[2];
227 var sourceLine = mapping[
[all...]
H A DScriptFormatter.js116 var mapping = event.data["mapping"];
117 var sourceMapping = new WebInspector.FormatterSourceMappingImpl(originalContent.lineEndings(), formattedContent.lineEndings(), mapping);
222 * @param {WebInspector.FormatterMappingPayload} mapping
224 WebInspector.FormatterSourceMappingImpl = function(originalLineEndings, formattedLineEndings, mapping)
228 this._mapping = mapping;
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dtransform.rb107 # node.substitute(mapping)
111 # nodes in the mapping.
122 def substitute(mapping)
125 child.substitute(mapping)
129 def substituteLabels(mapping)
132 child.substituteLabels(mapping)
138 def substitute(mapping)
140 mapping.each_pair {
154 def substitute(mapping)
155 if mapping[sel
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtestidn.cpp53 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
145 uint32_t mapping[40]; local
186 /* parse the mapping string */
187 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
189 /* store the mapping */
190 compareMapping(code,mapping, length,USPREP_MAP);
225 * Initial value stored in the mapping table
326 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
367 if(mapping[
[all...]
H A Dnptrans.cpp50 mapping = NULL;
63 // create the mapping transliterator
71 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule,
113 (mapping == NULL)
116 delete mapping;
118 mapping = NULL;
130 delete mapping;
131 mapping = NULL;
157 mapping->transliterate(rsource);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py30 mapping = {}
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
35 rewriteFramework(fn, mapping)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py30 mapping = {}
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
35 rewriteFramework(fn, mapping)
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dnat_port_mapping.c139 clearOnePortMapping (mdns_nat_mapping_t *mapping) argument
141 if (mapping) {
142 // what about mapping->mDNSRef_fd?
143 if (mapping->mDNSRef != NULL) {
144 DNSServiceRefDeallocate(mapping->mDNSRef);
146 bzero(mapping, sizeof(*mapping));
175 SCLog(TRUE, LOG_INFO, CFSTR("%s port-mapping update for %s ignored: related to VPN interface. Public Address: %x, Protocol: %s, Private Port: %d, Public Port: %d."),
194 SCLog(TRUE, LOG_ERR, CFSTR("%s port-mapping update for %s ignored: failed to get interface list."),
208 SCLog(TRUE, LOG_NOTICE, CFSTR("%s port-mapping updat
529 setPortMapping(struct service *serv, mdns_nat_mapping_t *mapping, uint32_t interfaceIndex, DNSServiceProtocol protocol, uint16_t privatePort, int probeOnly) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/DBI/Relationship/
H A DHasMany.pm40 $args->{mapping} = \@f_method;
96 my @mapping = @{ $self->args->{mapping} } or return $run_search;
98 return $run_search->(@_)->set_mapping_method(@mapping)
101 foreach my $meth (@mapping) { @ret = map $_->$meth(), @ret }
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DHasMany.pm46 $args->{mapping} = \@f_method;
119 my @mapping = @{ $self->args->{mapping} } or return $run_search;
121 return $run_search->(@_)->set_mapping_method(@mapping)
124 foreach my $meth (@mapping) { @ret = map $_->$meth(), @ret }
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp171 IOMemoryMap * mapping = 0; local
180 mapping = (IOMemoryMap *) _parent->makeMapping(
186 return( mapping );
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/JavaMap/
H A DTestBuffer.pm27 Just for testing the Java mapping.
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dcanfr-win.vim3 " This mapping is limited in scope, as it assumes that the AltGr
7 " The mapping was tested with Win2k and WinXP.
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Ddiff3.c239 int mapping[3];
373 mapping[0] = 0;
374 mapping[1] = 3 - common;
375 mapping[2] = common;
378 rev_mapping[mapping[i]] = i;
400 = output_diff3_edscript (stdout, diff3, mapping, rev_mapping,
407 = output_diff3_merge (stdin, stdout, diff3, mapping, rev_mapping,
414 output_diff3 (stdout, diff3, mapping, rev_mapping);
1341 int const mapping[3], int const rev_mapping[3])
1382 int realfile = mapping[
237 int mapping[3]; local
1336 output_diff3(FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3]) argument
1489 output_diff3_edscript(FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3], char const *file0, char const *file1, char const *file2) argument
1605 output_diff3_merge(FILE *infile, FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3], char const *file0, char const *file1, char const *file2) argument
[all...]

Completed in 333 milliseconds

12345678910