代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/422060/2044136
c mbfl_memory_device.c
/*
* "streamable kanji code filter and converter"
* Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
*
* LICENSE NOTICES
*
* This file is part of "streamable kanji code filter and co
www.eeworm.com/read/420185/2070267
c cpu_syspage_memory.c
/*
* $QNXLicenseC:
* Copyright 2008, QNX Software Systems.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You
* may not reproduce, modify or distribute this software excep
www.eeworm.com/read/419495/2076785
bid aeegroupid_memory_stats.bid
#ifndef MEMORY_STATS_BID
#define MEMORY_STATS_BID
#define AEEGROUPID_MEMORY_STATS 0x0102c804
#endif //MEMORY_STATS_BID
www.eeworm.com/read/419387/2079004
exp mi-read-memory.exp
# Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
www.eeworm.com/read/419387/2079019
c mi-read-memory.c
static char bytes[256];
static short shorts[256];
static void
initialize (void)
{
int i;
for (i = 0; i < sizeof (bytes); i++)
{
bytes[i] = i;
shorts[i] = i * 2;
}
}
int
main
www.eeworm.com/read/418017/2094213
exp mi-read-memory.exp
# Copyright 1999, 2000 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/418017/2094222
c mi-read-memory.c
static char bytes[256];
static short shorts[256];
static void
initialize (void)
{
int i;
for (i = 0; i < sizeof (bytes); i++)
{
bytes[i] = i;
shorts[i] = i * 2;
}
}
int
main
www.eeworm.com/read/416796/2108060
c peripheral_test_memory.c
#include "peripheral_test.h"
#include "excalibur.h"
// Prototypes
int test(char *memLow, char *memHigh, int start);
// Meat
#define wrap 1025 // doesn't divide into power of 2, so a