代码搜索:utils

找到约 10,000 项符合「utils」的源代码

代码结果 10,000
www.eeworm.com/read/185593/9026831

c utils.c

#include "utils.h" #if !defined(WIN16) #include "windrvr.h" #if defined(WIN32) && !defined(WINCE) #include #endif #if !defined(VXWORKS) #include #if defi
www.eeworm.com/read/185593/9026885

h utils.h

#ifndef _WD_UTILS_H_ #define _WD_UTILS_H_ #if !defined(WIN16) #include "windrvr.h" #endif #if defined(__cplusplus) extern "C" { #endif typedef enum { OS_NOT_SET = 0, OS_C
www.eeworm.com/read/283201/9035817

h utils.h

#ifndef __UTILS_H #define __UTILS_H void memcpy(void *s1, const void *s2, int n); void memset(void *s, const char ch, int n); unsigned short ntohs(unsigned short s); unsigned long ntohl(unsigne
www.eeworm.com/read/282768/9065086

c utils.c

#include "tdestr.h" #include "common.h" #include "define.h" #include "tdefunc.h" /* * Name: myiswhitespc * Purpose: To determine whether or not a character is *NOT* part of a "word"
www.eeworm.com/read/282739/9070588

c utils.c

/* General utility routines for the remote server for GDB. Copyright (C) 1986, 1989, 1993 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistrib
www.eeworm.com/read/381683/9078147

c utils.c

/* File: utils.c */ /* Copyright 2003, Cypress Semiconductor Corporation * * This software is owned by Cypress Semiconductor Corporation (Cypress) and * is protected by United States copyrigh
www.eeworm.com/read/381683/9078291

h utils.h

/* File: utils.h */ /* Copyright 2003, Cypress Semiconductor Corporation * * This software is owned by Cypress Semiconductor Corporation (Cypress) and * is protected by United States copyrigh
www.eeworm.com/read/282541/9084394

c utils.c

void delay(register unsigned long ms) { volatile register unsigned long i; for(; ms; ms--) { i = 1000; /*XXX*/ for(; i; i--) ; } } void sio_puts(char *s) { while(*s != 0)
www.eeworm.com/read/282541/9084533

c utils.c

/* static inline void delay (unsigned long loops) { __asm__ volatile ("1:\n" "subs %0, %1, #1\n" "bne 1b":"=r" (loops):"0" (loops)); } */ void delay(register unsigned long ms) {
www.eeworm.com/read/282541/9084683

c utils.c

/* static inline void delay (unsigned long loops) { __asm__ volatile ("1:\n" "subs %0, %1, #1\n" "bne 1b":"=r" (loops):"0" (loops)); } */ void delay(register unsigned long ms) {