HomeSort by relevance Sort by last modified time
    Searched defs:Map (Results 126 - 150 of 249) sorted by null

1 2 3 4 56 7 8 910

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVUtil.h 56 #include <map>
80 // A bi-way map
86 // Initialize map entries
89 static Ty2 map(Ty1 Key) { function in struct:SPIRV::SPIRVMap
109 static const SPIRVMap Map(false);
110 return Map;
117 static const SPIRVMap Map(true);
118 return Map;
122 for (auto &I:getMap().Map)
126 // For each key/value in the map executes function \p F
205 VT map(KT Key) { function in namespace:SPIRV
216 map(const std::unordered_set<KT> &KSet) { function in namespace:SPIRV
227 map(const std::set<KT> &KSet) { function in namespace:SPIRV
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Timer.cpp 202 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map;
206 I = Map.begin(), E = Map.end(); I != E; ++I)
213 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 24 #include <map>
576 typedef std::map<MapKey, ConstantClass *> MapTy;
577 typedef std::map<ConstantClass *, typename MapTy::iterator> InverseMapTy;
579 /// Map - This is the main map from the element descriptor to the Constants.
582 MapTy Map;
585 /// from the constants to their element in Map. This is important for
587 /// through the map with very large keys.
591 typename MapTy::iterator map_begin() { return Map.begin(); }
592 typename MapTy::iterator map_end() { return Map.end();
    [all...]
  /packages/apps/Camera2/jni/
jpegutil.cpp 131 void jpegutil::Transform::Map(int x, int y, int* x_out, int* y_out) const {
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 364 // Map returns a copy of the byte slice s with all its characters modified
368 func Map(mapping func(r rune) rune, s []byte) []byte {
426 func ToUpper(s []byte) []byte { return Map(unicode.ToUpper, s) }
429 func ToLower(s []byte) []byte { return Map(unicode.ToLower, s) }
432 func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
437 return Map(func(r rune) rune { return c.ToUpper(r) }, s)
443 return Map(func(r rune) rune { return c.ToLower(r) }, s)
449 return Map(func(r rune) rune { return c.ToTitle(r) }, s)
483 // Hackish but effective. Depends on Map scanning in order and calling
486 return Map(
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings.go 379 // Map returns a copy of the string s with all its characters modified
382 func Map(mapping func(rune) rune, s string) string {
447 func ToUpper(s string) string { return Map(unicode.ToUpper, s) }
450 func ToLower(s string) string { return Map(unicode.ToLower, s) }
453 func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
458 return Map(func(r rune) rune { return c.ToUpper(r) }, s)
464 return Map(func(r rune) rune { return c.ToLower(r) }, s)
470 return Map(func(r rune) rune { return c.ToTitle(r) }, s)
504 // Hackish but effective. Depends on Map scanning in order and calling
507 return Map(
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 364 // Map returns a copy of the byte slice s with all its characters modified
368 func Map(mapping func(r rune) rune, s []byte) []byte {
426 func ToUpper(s []byte) []byte { return Map(unicode.ToUpper, s) }
429 func ToLower(s []byte) []byte { return Map(unicode.ToLower, s) }
432 func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
437 return Map(func(r rune) rune { return c.ToUpper(r) }, s)
443 return Map(func(r rune) rune { return c.ToLower(r) }, s)
449 return Map(func(r rune) rune { return c.ToTitle(r) }, s)
483 // Hackish but effective. Depends on Map scanning in order and calling
486 return Map(
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings.go 379 // Map returns a copy of the string s with all its characters modified
382 func Map(mapping func(rune) rune, s string) string {
447 func ToUpper(s string) string { return Map(unicode.ToUpper, s) }
450 func ToLower(s string) string { return Map(unicode.ToLower, s) }
453 func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
458 return Map(func(r rune) rune { return c.ToUpper(r) }, s)
464 return Map(func(r rune) rune { return c.ToLower(r) }, s)
470 return Map(func(r rune) rune { return c.ToTitle(r) }, s)
504 // Hackish but effective. Depends on Map scanning in order and calling
507 return Map(
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/
PciRootBridgeIo.h 207 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_MAP Map;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c 699 VOID *Map;
727 Status = PciIo->Map (
733 &Map
872 Map
926 VOID *Map;
937 Map = NULL;
976 Status = PciIo->Map (
982 &Map
990 Task->Map = Map;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciRootBridgeIo.h 222 @param HostAddress The system memory address to map to the PCI controller.
223 @param NumberOfBytes On input the number of bytes to map. On output the number of bytes
225 @param DeviceAddress The resulting map address for the bus master PCI controller to use to
233 @retval EFI_DEVICE_ERROR The system hardware could not map the requested address.
248 Completes the Map() operation and releases any corresponding resources.
251 @param Mapping The mapping value returned from Map().
254 @retval EFI_INVALID_PARAMETER Mapping is not a value that was returned by Map().
425 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_MAP Map;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 380 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, (UINT8 *)Request, &ReqMapLength, &ReqMapPhyAddr, &ReqMapping);
382 DEBUG ((EFI_D_INFO, "OhciControlTransfer: Fail to Map Request Buffer\r\n"));
414 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, Data, &DataMapLength, &DataMapPhyAddr, &DataMapping);
416 DEBUG ((EFI_D_INFO, "OhciControlTransfer: Fail To Map Data Buffer\r\n"));
725 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, (UINT8 *)Data, &MapLength, &MapPyhAddr, &Mapping);
727 DEBUG ((EFI_D_INFO, "OhciBulkTransfer: Fail to Map Data Buffer for Bulk\r\n"));
    [all...]
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 121 template<typename PlainObjectType, int MapOptions, typename StrideType> friend class Eigen::Map;
122 friend class Eigen::Map<Derived, Unaligned>;
123 typedef Eigen::Map<Derived, Unaligned> MapType;
124 friend class Eigen::Map<const Derived, Unaligned>;
125 typedef const Eigen::Map<const Derived, Unaligned> ConstMapType;
128 friend class Eigen::Map<Derived, AlignedMax>;
129 friend class Eigen::Map<const Derived, AlignedMax>;
131 typedef Eigen::Map<Derived, AlignedMax> AlignedMapType;
132 typedef const Eigen::Map<const Derived, AlignedMax> ConstAlignedMapType;
133 template<typename StrideType> struct StridedMapType { typedef Eigen::Map<Derived, Unaligned, StrideType> type; }
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
71 /// Returns a mutex that should be acquired around any changes to the map.
87 MapT Map;
102 : Map(NumInitBuckets), Data() {}
104 : Map(NumInitBuckets), Data(Data) {}
118 /// Get the mapped metadata, if it's in the map.
130 inline iterator begin() { return iterator(Map.begin()); }
131 inline iterator end() { return iterator(Map.end()); }
132 inline const_iterator begin() const { return const_iterator(Map.begin()); }
133 inline const_iterator end() const { return const_iterator(Map.end());
    [all...]
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 70 AlignedMap(const AlignedMap &Arg) : Map(Arg.Map) {}
71 GlobalInfoMapType Map;
74 /// Pointer traits for our aligned map.
149 auto I = P->Map.find(&GV);
150 if (I != P->Map.end())
165 for (const auto &G : P->Map)
175 auto &GlobalMRI = P->Map[&GV];
183 P->Map.erase(&GV);
190 /// the pointer, when non-null, points to a map from GlobalValue t
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 588 MapTy Map;
591 typename MapTy::iterator begin() { return Map.begin(); }
592 typename MapTy::iterator end() { return Map.end(); }
595 for (auto &I : Map)
603 Map.insert_as(Result, HashKey);
609 /// Return the specified constant from the map, creating it if necessary.
617 auto I = Map.find_as(Lookup);
618 if (I == Map.end())
627 /// Remove this constant from the map
629 typename MapTy::iterator I = Map.find(CP)
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 63 StringMap<int> Map;
65 /// \returns true if name is already present in the map.
67 return !Map.insert(std::make_pair(Name, (int)i)).second;
69 /// \returns true if name is not present in the map
71 StringMap<int>::const_iterator I = Map.find(Name);
72 if (I == Map.end())
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 609 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
610 Map map_;
624 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin();
746 // instance on memory. e.g., message Foo { map<int32, Foo> a = 1; }. When
747 // creating prototype for Foo, prototype of the map entry will also be
749 // map). To break the cyclic dependency, we have to assgin the address of
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ValueMap.h 1 //===- llvm/ADT/ValueMap.h - Safe map from Values to data -------*- C++ -*-===//
66 /// Returns a mutex that should be acquired around any changes to the map.
83 MapT Map;
93 : Map(NumInitBuckets), Data() {}
95 : Map(NumInitBuckets), Data(Data) {}
101 inline iterator begin() { return iterator(Map.begin()); }
102 inline iterator end() { return iterator(Map.end()); }
103 inline const_iterator begin() const { return const_iterator(Map.begin()); }
104 inline const_iterator end() const { return const_iterator(Map.end()); }
106 bool empty() const { return Map.empty();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 38 MMIAddrLabelMap *Map;
40 MMIAddrLabelMapCallbackPtr() : Map(0) {}
41 MMIAddrLabelMapCallbackPtr(Value *V) : CallbackVH(V), Map(0) {}
47 void setMap(MMIAddrLabelMap *map) { Map = map; }
203 // Get the entry for the RAUW'd block and remove it from our map.
244 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr()));
248 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2));
502 /// setCallSiteLandingPad - Map the landing pad's EH symbol to the call sit
    [all...]
  /external/syslinux/efi32/include/efi/
efipciio.h 206 EFI_PCI_IO_PROTOCOL_MAP Map;
  /external/syslinux/efi64/include/efi/
efipciio.h 206 EFI_PCI_IO_PROTOCOL_MAP Map;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipciio.h 206 EFI_PCI_IO_PROTOCOL_MAP Map;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciRootBridgeIo.h 173 @param HostAddress The system memory address to map to the PCI controller.
174 @param NumberOfBytes On input the number of bytes to map. On output the number of bytes
176 @param DeviceAddress The resulting map address for the bus master PCI controller to use to
184 @retval EFI_DEVICE_ERROR The system hardware could not map the requested address.
199 Completes the Map() operation and releases any corresponding resources.
202 @param Mapping The mapping value returned from Map().
205 @retval EFI_INVALID_PARAMETER Mapping is not a value that was returned by Map().
376 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_MAP Map;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciIo/
PciIo.h 68 #define EFI_PCI_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE 0x0080 // Map a memory range so write are combined
72 #define EFI_PCI_IO_ATTRIBUTE_MEMORY_CACHED 0x0800 // Map a memory range so all r/w accesses are cached
260 EFI_PCI_IO_PROTOCOL_MAP Map;

Completed in 1142 milliseconds

1 2 3 4 56 7 8 910