代码搜索:Mapping
找到约 10,000 项符合「Mapping」的源代码
代码结果 10,000
www.eeworm.com/read/326747/3467652
po component_mapping.po
#, fuzzy
msgid ""
msgstr ""
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Content-Type: text/plain; charset=utf-8\n"
#: index.docbook:5
msgid "Component
www.eeworm.com/read/326747/3467655
po collection_mapping.po
#, fuzzy
msgid ""
msgstr ""
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Content-Type: text/plain; charset=utf-8\n"
#: index.docbook:5
msgid "Collection
www.eeworm.com/read/326747/3467657
po basic_mapping.po
#, fuzzy
msgid ""
msgstr ""
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Content-Type: text/plain; charset=utf-8\n"
#: index.docbook:5
msgid "Basic O/R
www.eeworm.com/read/326201/3473350
sql road_mapping.sql
USE PRRM;
## ----------------- road mapping ------------------------------------------------
CREATE TABLE IF NOT EXISTS `prrm`.`ROAD_MAPPING` (
`ID` int(10) unsigned NOT NULL auto_increment,
www.eeworm.com/read/324920/3492210
c dma-mapping.c
/*
* PowerPC version derived from arch/arm/mm/consistent.c
* Copyright (C) 2001 Dan Malek (dmalek@jlc.net)
*
* Copyright (C) 2000 Russell King
*
* Consistent memory allocators. Used for DM
www.eeworm.com/read/316872/3589508
c dma-mapping.c
/*
* File: arch/blackfin/kernel/dma-mapping.c
* Based on:
* Author:
*
* Created:
* Description: Dynamic DMA mapping support.
*
* Modified:
* Copyright 2004-2006 Analog
www.eeworm.com/read/316872/3592164
c dma-mapping.c
/*
* drivers/base/dma-mapping.c - arch-independent dma-mapping routines
*
* Copyright (c) 2006 SUSE Linux Products GmbH
* Copyright (c) 2006 Tejun Heo
*
* This file is released
www.eeworm.com/read/316872/3596759
h dma-mapping.h
#ifndef _ASM_SPARC_DMA_MAPPING_H
#define _ASM_SPARC_DMA_MAPPING_H
#ifdef CONFIG_PCI
#include
#else
#include
#endif /* PCI */
#endif /*
www.eeworm.com/read/316872/3597023
h dma-mapping.h
#ifdef CONFIG_X86_32
# include "dma-mapping_32.h"
#else
# include "dma-mapping_64.h"
#endif
www.eeworm.com/read/316872/3597445
h dma-mapping.h
#ifndef _ASM_DMA_MAPPING_H
#define _ASM_DMA_MAPPING_H
#include
#include
void *dma_alloc_noncoherent(struct device *dev, size_t size,
dma_addr_t *dma_handle, g