代码搜索:util
找到约 10,000 项符合「util」的源代码
代码结果 10,000
www.eeworm.com/read/187367/8829991
js util.js
/*
* Copyright 2005 Joe Walker
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of th
www.eeworm.com/read/285058/8871936
c util.c
/* Copyright 1996-1997, ESS Technology, Inc. */
/* SCCSID @(#)util.c 4.33.1.6 02/18/05 */
#include "vcxi.h"
#include "vp.h"
#include "memmap.h"
#include "buffer.h"
#include "debug.h"
#include
www.eeworm.com/read/384400/8872172
c util.c
/* util.c -- utility functions for gzip support
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General
www.eeworm.com/read/285058/8872280
h util.h
/* Copyright 1996-2003, ESS Technology, Inc. */
/* SCCSID @(#)util.h 4.16 12/14/04 */
/*
* $Log$
*/
#ifndef __UTIL_H__
#define __UTIL_H__
#include "mvd.h"
#include "common.h"
register volatil
www.eeworm.com/read/428340/8875869
h util.h
#ifdef __GNUC__
typedef long long long_long;
#else
typedef __int64 long_long;
#endif
extern char def_device[];
struct HDD_INFO
{
unsigned block_size;
long_long n_blocks;
};
int hdd_p
www.eeworm.com/read/428244/8881647
h util.h
#ifndef _UTIL_H_
#define _UTIL_H_
/* procedure printToken prints a token
* and its lexeme to the listing file
*/
void printType(Type type);
void printToken(TokenType, const char *);
/* f
www.eeworm.com/read/428244/8881677
obj util.obj
www.eeworm.com/read/428244/8881691
c util.c
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the C_Minus compiler
www.eeworm.com/read/383943/8909673
h util.h
www.eeworm.com/read/383713/8925454
c util.c
/*
* linux/ipc/util.c
* Copyright (C) 1992 Krishna Balasubramanian
*/
#include
#include
#include
#include
#include