代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/476893/6753970
h misc.h
/******************************************************************************
Copyright(C) 2005,2006 Frank ZHANG
All Rights Reserved.
This program is free software; you can redistri
www.eeworm.com/read/476893/6753975
c misc.c
/******************************************************************************
Copyright(C) 2005,2006 Frank ZHANG
All Rights Reserved.
This program is free software; you can redistri
www.eeworm.com/read/476893/6753988
h misc.h
/******************************************************************************
Copyright(C) 2005,2006 Frank ZHANG
All Rights Reserved.
This program is free software; you can redistri
www.eeworm.com/read/476893/6753996
c misc.c
/******************************************************************************
Copyright(C) 2005,2006 Frank ZHANG
All Rights Reserved.
This program is free software; you can redistri
www.eeworm.com/read/476573/6756166
jar misc.jar
www.eeworm.com/read/410826/11267616
h misc.h
/*
* misc useful #defines ...
*/
#define container_of(ptr, type, member) ({ \
const typeof( ((type *)0)->member ) *__mptr = (ptr); \
(type *)( (char *)__mptr - offsetof(type,membe
www.eeworm.com/read/410595/11275867
h misc.h
#ifndef MISC_H
#define MISC_H
#include "config.h"
#include
#include
#ifdef SECALLOC_DEFAULT
#define SecAlloc(type, number) (new type[(number)])
#define SecFree(ptr, nu
www.eeworm.com/read/410595/11276008
cpp misc.cpp
#include
#include "misc.h"
void xorbuf(byte *buf, const byte *mask, unsigned int count)
{
while (count--)
*buf++ ^= *mask++;
}
void byteReverse(word16 *out, const wor
www.eeworm.com/read/410380/11288496
h misc.h
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/410380/11288505
c misc.c
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm