Searched refs:names (Results 1 - 25 of 1254) sorted by last modified time

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c3850 mach_zone_name_t *names; local
3879 names_size = round_page(max_zones * sizeof *names);
3884 names = (mach_zone_name_t *) names_addr;
3897 zn = &names[0];
3974 used = max_zones * sizeof *names;
4023 mach_zone_name_t *names; local
4056 names_size = round_page(max_zones * sizeof *names);
4061 names = (mach_zone_name_t *) names_addr;
4074 zn = &names[0];
4135 used = max_zones * sizeof *names;
4173 zone_name_t *names; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c1628 * contain object pointers instead of port names,
1763 assert(dest_entry != reply_entry); /* names are not equal */
1893 assert(dest_entry != reply_entry); /* names are not equal */
2377 mach_port_name_t *names = &((mach_port_name_t *)data)[count]; local
2379 mach_port_name_t *names = ((mach_port_name_t *)data); local
2382 if (copyinmap(map, addr, names, names_length) != KERN_SUCCESS) {
2396 mach_port_name_t name = names[i];
3049 * contain port names instead of object pointers,
3678 * Handle the port rights and copy out the names
3683 mach_port_name_t *names local
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp780 const char *names; local
790 names = (const char *) data->getBytesNoCopy();
791 lastName = names + data->getLength();
793 names = string->getCStringNoCopy();
794 lastName = names + string->getLength() + 1;
804 nlen = strnlen(names, lastName - names);
806 matched = ((nlen >= (keyLen - 1)) && (0 == strncmp(ckey, names, keyLen - 1)));
808 matched = (keyLen == nlen) && (0 == strncmp(ckey, names, keyLen));
811 result = names;
1244 char *names; local
[all...]
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c1446 mach_port_name_array_t names; local
1451 kr = mach_port_names(task, &names, &ncnt, &types, &tcnt);
1456 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)names, ncnt * sizeof(*names));
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-runtime-new.mm1158 * Demangled Swift names are recognized.
1203 * Warns about duplicate class names and keeps the old mapping.
1734 * Looks up a protocol by name. Demangled Swift names are recognized.
4582 const char **names;
4588 names = (const char **)malloc((count+1) * sizeof(const char *));
4594 names[i-shift] = cls->demangledName(true/*realize*/);
4600 names[count] = nil;
4605 return names;
H A Dobjc-runtime-old.mm233 * objc_dump_class_hash. Log names of all known classes.
415 * classIsEqual. Returns whether the class names match. If we ever
2132 * specified image, selectorize the method names and add to the protocol hash.
2135 static BOOL versionIsExt(uintptr_t version, const char *names, size_t size)
2147 if (version >= (uintptr_t)names && version < (uintptr_t)(names + size)) {
2155 BOOL isBundle, const char *names, size_t names_size)
2171 if (versionIsExt(version, names, names_size)) {
2202 const char *names;
2220 names
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-typed-test.cc14 // * Neither the name of Google Inc. nor the names of its
48 // Verifies that registered_tests match the test names in
62 for (const char* names = registered_tests; names != NULL;
63 names = SkipComma(names)) {
64 const String name = GetPrefixUntilComma(names);
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dltdl.m4400 [Define if dlsym() requires a leading underscore in symbol names.])
H A Dcheck_gnu_make.m47 dnl Search all the common names for GNU make
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/
H A Dconfigure806 # The variables have the same names as the options, with
905 # Reject names that are not valid shell variable names.
924 # Reject names that are not valid shell variable names.
1121 # Reject names that are not valid shell variable names.
1130 # Reject names that are not valid shell variable names.
1162 # Reject names tha
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dltmain.sh3905 # Get the real and link names of the library.
4617 /* The mapping between symbol names and symbols. */
5943 # See the names of the shared library.
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.cpp43 static const char *const names[] = { local
55 std::string Result(names[IntrID - Intrinsic::num_intrinsics]);
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml71 (* Set names for all arguments. *)
H A Dast.ml20 * its name, and its argument names (thus implicitly the number of arguments the
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml26 * its name, and its argument names (thus implicitly the number of arguments the
H A Dcodegen.ml193 (* Set names for all arguments. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml29 * its name, and its argument names (thus implicitly the number of arguments the
H A Dcodegen.ml211 (* Set names for all arguments. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml32 * its name, and its argument names (thus implicitly the number of arguments the
H A Dcodegen.ml309 (* Set names for all arguments. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml20 * its name, and its argument names (thus implicitly the number of arguments the
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml20 * its name, and its argument names (thus implicitly the number of arguments the
H A Dcodegen.ml71 (* Set names for all arguments. *)
/macosx-10.10.1/llvmCore-3425.0.34/
H A Dconfigure826 # The variables have the same names as the options, with
925 # Reject names that are not valid shell variable names.
944 # Reject names that are not valid shell variable names.
1141 # Reject names that are not valid shell variable names.
1150 # Reject names that are not valid shell variable names.
1182 # Reject names tha
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/
H A Dltmain.sh3905 # Get the real and link names of the library.
4617 /* The mapping between symbol names and symbols. */
5943 # See the names of the shared library.

Completed in 271 milliseconds

1234567891011>>