代码搜索结果

找到约 10,000 项符合 Storage 的代码

new2.c

// Origin: asharji@uwaterloo.ca // { dg-do compile } // { dg-options "-fvolatile" } class bar { public : bar() { } void * operator new ( __SIZE_TYPE__ , void * storage ) { return (vo

builtin-prefetch-3.c

/* Test that __builtin_prefetch does no harm. Prefetch data using a variety of storage classes and address expressions with volatile variables and pointers. */ int glob_int_arr[100]; int glob

new2.c

// Origin: asharji@uwaterloo.ca // { dg-do compile } // { dg-options "-fvolatile" } class bar { public : bar() { } void * operator new ( __SIZE_TYPE__ , void * storage ) { return (vo

builtin-prefetch-3.c

/* Test that __builtin_prefetch does no harm. Prefetch data using a variety of storage classes and address expressions with volatile variables and pointers. */ int glob_int_arr[100]; int glob

material.java

package com.qrsx.storage.model; public class Material { private Integer id; private String name; private String client; private String unit; private Float price; private Float total;

token.java

/* Generated By:JavaCC: Do not edit this line. Token.java Version 3.0 */ package edu.stanford.smi.protege.storage.clips; /** * Describes the input token stream. */ public class Token {

pngset.c

/* pngset.c - storage of image information into info struct * * libpng 1.0.7 - July 1, 2000 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998, 1999, 200

pngset.c

/* pngset.c - storage of image information into info struct * * libpng 1.0.7 - July 1, 2000 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998, 1999, 200

makelog.m

function wellog=makelog(name,data,flag,metric,logtype) % wellog=makelog(name,data,flag,metric) % % Make a random Earth Object containing a well log. % The storage conventions used here are docum