代码搜索结果

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

new2.c

// Origin: asharji@uwaterloo.ca // { dg-do compile } class bar { public : bar() { } void * operator new ( __SIZE_TYPE__ , void * storage ) { return (void *)1;} }; class foo { publ

prepost1.c

// { dg-do assemble } // GROUPS passed prefix-postfix class foo { public: operator ++ (); // { dg-error "" } no type or storage class }; int main() { foo x; // This should fall back to ca

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

chio.h

/* * ioctl interface for the scsi media changer driver */ /* changer element types */ #define CHET_MT 0 /* media transport element (robot) */ #define CHET_ST 1 /* storage element (media slots)

pngset.c

/* pngset.c - storage of image information into info struct * * libpng 1.2.5 - October 3, 2002 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-20

16k1.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 Base=0 UseAuto=0 TypeViolation=1 UnspecRange=1 ActionState=1 [TraceHelper] Enabled=0 ShowSource=1 [State Storage] Control Register=0 [Sequenc

is_columns_memory.test

# suite/funcs_1/t/is_columns_memory.test # # Check the content of information_schema.columns about tables within # the databases created by the user. # Variant for storage engine MEMORY # # Author: #

is_tables_myisam_embedded.test

# suite/funcs_1/t/is_tables_myisam_embedded.test # # Check the content of information_schema.tables about tables within # the databases created by the user. # Variant for storage engine MyISAM and the

is_columns_innodb.test

# suite/funcs_1/t/is_columns_innodb.test # # Check the content of information_schema.columns about tables within # the databases created by the user. # Variant for storage engine InnoDB # # Author: #

vlongvalue.h

class flex_unit // Provides storage allocation and index checking { unsigned *a; // array of units unsigned z; // units allocated public: unsigned n; // used units (read-only) flex_u