id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
748,202 | i2sio.h | domino-team_openwrt-cc/package/gli-pub/iis/src/i2sio.h | /* $NetBSD: i2sio.h,v 1 2007/03/29 14:46:24 jacob Exp $ */
/* ioctl numbers for i2s driver */
//#define NUM_DESC 4
//#define I2S_BUF_SIZE 192
#define NUM_DESC 16
#define I2S_BUF_SIZE 1024
//ar7240_mbox_dma_desc中的size最大支持4095
#define I2S_VOLUME _IOW('N', 0x20, int)
#define I2S_FREQ _IOW('N', 0x21, int)
#de... | 643 | C++ | .h | 16 | 38.5625 | 58 | 0.623987 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,203 | ar7240.h | domino-team_openwrt-cc/package/gli-pub/iis/src/ar7240.h | /*
* vim: tabstop=8 : noexpandtab
*/
#ifndef _AR7240_H
#define _AR7240_H
#include <asm/addrspace.h>
#ifdef CONFIG_MACH_HORNET
#include "ar933x.h"
#endif
typedef unsigned int ar7240_reg_t;
#define ar7240_reg_rd(_phys) (*(volatile ar7240_reg_t *)KSEG1ADDR(_phys))
#define ar7240_reg_wr_nf(_phys, _val) \
((*(volati... | 40,772 | C++ | .h | 1,022 | 38.300391 | 118 | 0.736186 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,204 | glzt_i2s.h | domino-team_openwrt-cc/package/gli-pub/iis/src/glzt_i2s.h | #include "ar7240.h"
#include <linux/delay.h>
#define SPDIF
#undef SPDIFIOCTL
#define I2S
#define MIC
#define VIRIAN
#define GPIO_BASE 0xb8040000
#define GPIO_FUNCTION 0xb8040028
#define GPIO_FUNCTION_2 0xb8040030
#define AUDIO_PLL 0xb8090008
#define FRAC_FREQ ... | 3,316 | C++ | .h | 81 | 37.604938 | 92 | 0.577349 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,205 | template_lmo.h | domino-team_openwrt-cc/package/gli-pub/openwrt-dist-luci/tools/po2lmo/src/template_lmo.h | /*
* lmo - Lua Machine Objects - General header
*
* Copyright (C) 2009-2012 Jo-Philipp Wich <xm@subsignal.org>
*
* 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 the License at
*
* http://ww... | 2,243 | C++ | .h | 73 | 28.945205 | 76 | 0.711762 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,206 | IxNpeMicrocode.h | domino-team_openwrt-cc/package/firmware/ixp4xx-microcode/src/IxNpeMicrocode.h | /*
* IxNpeMicrocode.h - Headerfile for compiling the Intel microcode C file
*
* Copyright (C) 2006 Christian Hohnstaedt <chohnstaedt@innominate.com>
*
* This file is released under the GPLv2
*
*
* compile with
*
* gcc -Wall IxNpeMicrocode.c -o IxNpeMicrocode
*
* Executing the resulting binary on your build-... | 4,767 | C++ | .h | 133 | 33.676692 | 85 | 0.714657 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,207 | sdinitvals.h | domino-team_openwrt-cc/package/utils/nvram/src/sdinitvals.h | /*
* SDRAM init values
*
* Copyright 2007, Broadcom Corporation
* Copyright 2009, OpenWrt.org
* All Rights Reserved.
*
* THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
* KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
* SPECIFICALLY DISCLAIMS ANY IMPLIED W... | 990 | C++ | .h | 25 | 37.92 | 80 | 0.732292 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,208 | nvram.h | domino-team_openwrt-cc/package/utils/nvram/src/nvram.h | /*
* NVRAM variable manipulation
*
* Copyright 2007, Broadcom Corporation
* Copyright 2009, OpenWrt.org
* All Rights Reserved.
*
* THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
* KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
* SPECIFICALLY DISCLAIMS ANY... | 3,135 | C++ | .h | 92 | 32.456522 | 79 | 0.720452 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,209 | rsa.h | domino-team_openwrt-cc/package/utils/px5g-standalone/src/polarssl/rsa.h | /**
* \file rsa.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo... | 10,499 | C++ | .h | 281 | 33.622776 | 80 | 0.591266 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,210 | timing.h | domino-team_openwrt-cc/package/utils/px5g-standalone/src/polarssl/timing.h | /**
* \file timing.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the... | 2,571 | C++ | .h | 72 | 33.805556 | 80 | 0.728916 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,213 | x509.h | domino-team_openwrt-cc/package/utils/px5g-standalone/src/polarssl/x509.h | /**
* \file x509.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the f... | 17,875 | C++ | .h | 490 | 33.740816 | 81 | 0.625592 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,214 | bignum.h | domino-team_openwrt-cc/package/utils/px5g-standalone/src/polarssl/bignum.h | /**
* \file bignum.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the... | 12,442 | C++ | .h | 391 | 29.820972 | 80 | 0.588838 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,216 | havege.h | domino-team_openwrt-cc/package/utils/px5g-standalone/src/polarssl/havege.h | /**
* \file havege.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the... | 2,383 | C++ | .h | 68 | 33.044118 | 80 | 0.730503 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,217 | config.h | domino-team_openwrt-cc/package/utils/px5g-standalone/src/polarssl/config.h | /**
* \file config.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the... | 7,203 | C++ | .h | 291 | 22.872852 | 80 | 0.709194 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,218 | etc53xx.h | domino-team_openwrt-cc/package/utils/robocfg/src/etc53xx.h | /*
* Broadcom Home Gateway Reference Design
* BCM53xx Register definitions
*
* Copyright 2004, Broadcom Corporation
* All Rights Reserved.
*
* THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
* KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
* SPECIFICALLY ... | 30,828 | C++ | .h | 573 | 51.534031 | 86 | 0.662617 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,219 | fis.h | domino-team_openwrt-cc/package/system/mtd/src/fis.h | #ifndef __FIS_H
#define __FIS_H
struct fis_part {
unsigned char name[16];
uint32_t offset;
uint32_t loadaddr;
uint32_t size;
};
int fis_validate(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
int fis_remap(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
#endif
| 307 | C++ | .h | 11 | 26.272727 | 83 | 0.723549 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,220 | mtd.h | domino-team_openwrt-cc/package/system/mtd/src/mtd.h | #ifndef __mtd_h
#define __mtd_h
#include <stdbool.h>
#ifdef target_brcm47xx
#define target_brcm 1
#endif
#define JFFS2_EOF "\xde\xad\xc0\xde"
extern int quiet;
extern int mtdsize;
extern int erasesize;
extern int mtd_open(const char *mtd, bool block);
extern int mtd_check_open(const char *mtd);
extern int mtd_bloc... | 1,157 | C++ | .h | 25 | 45.04 | 95 | 0.734458 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,221 | jffs2.h | domino-team_openwrt-cc/package/system/mtd/src/jffs2.h | /*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright (C) 2001-2003 Red Hat, Inc.
*
* Created by David Woodhouse <dwmw2@infradead.org>
*
* For licensing information, see the file 'LICENCE' in the
* jffs2 directory.
*
*
*/
#ifndef __LINUX_JFFS2_H__
#define __LINUX_JFFS2_H__
#define JFFS2_SUP... | 6,828 | C++ | .h | 186 | 34.817204 | 93 | 0.717786 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,222 | crc32.h | domino-team_openwrt-cc/package/system/mtd/src/crc32.h | #ifndef CRC32_H
#define CRC32_H
#include <stdint.h>
extern const uint32_t crc32_table[256];
/* Return a 32-bit CRC of the contents of the buffer. */
static inline uint32_t
crc32(uint32_t val, const void *ss, int len)
{
const unsigned char *s = ss;
while (--len >= 0)
val = crc32_table[(val ^ *s++) & 0xff] ^ (val... | 454 | C++ | .h | 18 | 23.444444 | 58 | 0.700935 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,223 | ddr.h | domino-team_openwrt-cc/package/boot/uboot-oxnas/files/board/ox820/ddr.h | /*******************************************************************
*
* File: ddr_oxsemi.h
*
* Description: Declarations for DDR routines and data objects
*
* Author: Julien Margetts
*
* Copyright: Oxford Semiconductor Ltd, 2009
*/
void ddr_oxsemi_setup(int mhz);
/* define to refresh in bursts of 8 */
#define B... | 5,155 | C++ | .h | 123 | 40.707317 | 107 | 0.718394 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,224 | ox820.h | domino-team_openwrt-cc/package/boot/uboot-oxnas/files/include/configs/ox820.h | #ifndef __CONFIG_H
#define __CONFIG_H
/* High Level Configuration Options */
#define CONFIG_ARM1136
#define CONFIG_OX820
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_BOARD_EARLY_INIT_F
#include <asm/arch/cpu.h> /* get chip and board defs */
/* make cmd_ide.c quiet when compile */
#define __io
/*#define CONFIG_AR... | 12,385 | C++ | .h | 336 | 35.431548 | 92 | 0.760123 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,225 | clock.h | domino-team_openwrt-cc/package/boot/uboot-oxnas/files/arch/arm/include/asm/arch-nas782x/clock.h | #ifndef _NAS782X_CLOCK_H
#define _NAS782X_CLOCK_H
#include <asm/arch/sysctl.h>
#include <asm/arch/cpu.h>
/* bit numbers of clock control register */
#define SYS_CTRL_CLK_COPRO 0
#define SYS_CTRL_CLK_DMA 1
#define SYS_CTRL_CLK_CIPHER 2
#define SYS_CTRL_CLK_SD 3
#define SYS_CTRL_CLK_SATA 4
#define SYS_CTRL_CL... | 2,360 | C++ | .h | 75 | 30.213333 | 52 | 0.692004 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,226 | sysctl.h | domino-team_openwrt-cc/package/boot/uboot-oxnas/files/arch/arm/include/asm/arch-nas782x/sysctl.h | #ifndef _NAS782X_SYSCTL_H
#define _NAS782X_SYSCTL_H
#if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__))
#include <asm/types.h>
#endif /* !(__KERNEL_STRICT_NAMES || __ASSEMBLY__) */
#include <asm/arch/hardware.h>
/**
* System block reset and clock control
*/
#define SYS_CTRL_PCI_STAT (SYS_CONTROL_BASE +... | 4,510 | C++ | .h | 99 | 44.272727 | 64 | 0.7439 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,227 | hardware.h | domino-team_openwrt-cc/package/boot/uboot-oxnas/files/arch/arm/include/asm/arch-nas782x/hardware.h | #ifndef _NAS782X_HARDWARE_H
#define _NAS782X_HARDWARE_H
/* Core addresses */
#define USB_HOST_BASE 0x40200000
#define MACA_BASE 0x40400000
#define MACB_BASE 0x40800000
#define MAC_BASE MACA_BASE
#define STATIC_CS0_BASE 0x41000000
#define STATIC_CS1_BASE 0x41400000
#define STATIC_CONTROL_BASE 0x41C00000
#define S... | 937 | C++ | .h | 27 | 33.592593 | 82 | 0.811466 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,228 | pinmux.h | domino-team_openwrt-cc/package/boot/uboot-oxnas/files/arch/arm/include/asm/arch-nas782x/pinmux.h | #ifndef _NAS782X_PINMUX_H
#define _NAS782X_PINMUX_H
#include <asm/arch/cpu.h>
#define PINMUX_GPIO 0
#define PINMUX_2 1
#define PINMUX_3 2
#define PINMUX_4 3
#define PINMUX_DEBUG 4
#define PINMUX_ALT 5
#define PINMUX_BANK_MFA 0
#define PINMUX_BANK_MFB 1
/* System control multi-function pin function selection... | 1,253 | C++ | .h | 37 | 32.621622 | 58 | 0.792046 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,229 | cpu.h | domino-team_openwrt-cc/package/boot/uboot-oxnas/files/arch/arm/include/asm/arch-nas782x/cpu.h | #ifndef _NAS782X_CPU_H
#define _NAS782X_CPU_H
#if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__))
#include <asm/types.h>
#include <asm/io.h>
#endif /* !(__KERNEL_STRICT_NAMES || __ASSEMBLY__) */
#include <asm/arch/hardware.h>
#include <asm/arch/timer.h>
#ifndef __KERNEL_STRICT_NAMES
#ifndef __ASSEMBLY__
... | 649 | C++ | .h | 19 | 32.789474 | 62 | 0.669342 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,230 | spl.h | domino-team_openwrt-cc/package/boot/uboot-oxnas/files/arch/arm/include/asm/arch-nas782x/spl.h | #ifndef _NAS782X_SPL_H
#define _NAS782X_SPL_H
#include <asm/arch/cpu.h>
#endif /* _NAS782X_SPL_H */
| 102 | C++ | .h | 4 | 24 | 27 | 0.708333 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,231 | timer.h | domino-team_openwrt-cc/package/boot/uboot-oxnas/files/arch/arm/include/asm/arch-nas782x/timer.h | #ifndef _NAS782X_TIMER_H
#define _NAS782X_TIMER_H
#define TIMER1_BASE (RPSA_BASE + 0x200)
#define TIMER2_BASE (RPSA_BASE + 0x220)
#define TIMER_LOAD 0
#define TIMER_CURR 4
#define TIMER_CTRL 8
#define TIMER_INTR 0x0C
#define TIMER_PRESCALE_SHIFT 2
#define TIMER_PRESCALE_1 0
#define TIMER_PRESCALE_16 1
#defi... | 551 | C++ | .h | 19 | 27.789474 | 40 | 0.765152 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,232 | rbcfg.h | domino-team_openwrt-cc/package/boot/rbcfg/src/rbcfg.h | /*
* Mikrotik's RouterBOOT configuration defines
*
* Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
*/
#ifndef _... | 1,759 | C++ | .h | 64 | 26.109375 | 76 | 0.763658 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,233 | ag71xx.h | domino-team_openwrt-cc/package/boot/uboot-ar71xx/files/drivers/net/ag71xx.h | /*
* Atheros AR71xx built-in ethernet mac driver
*
* Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
*
* Based on Atheros' AG7100 driver
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Ge... | 10,463 | C++ | .h | 313 | 31.769968 | 76 | 0.712558 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,234 | rtl8366.h | domino-team_openwrt-cc/package/boot/uboot-ar71xx/files/drivers/net/phy/rtl8366.h | /*
* (C) Copyright 2010
* Michael Kurz <michi.kurz@googlemail.com>.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 the Free Software Foun... | 6,036 | C++ | .h | 162 | 35.969136 | 87 | 0.758208 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,235 | nbg460n.h | domino-team_openwrt-cc/package/boot/uboot-ar71xx/files/include/configs/nbg460n.h | /*
* (C) Copyright 2010
* Michael Kurz <michi.kurz@googlemail.com>.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 the Free Software Foun... | 4,386 | C++ | .h | 115 | 36.773913 | 100 | 0.776706 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,236 | ar71xx.h | domino-team_openwrt-cc/package/boot/uboot-ar71xx/files/include/asm-mips/ar71xx.h | /*
* Atheros AR71xx SoC specific definitions
*
* Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
*
* Parts of this file are based on Atheros' 2.6.15 BSP
*
* This program is free software; you can redistribute it and/or modify it
* under the ter... | 15,446 | C++ | .h | 429 | 34.69697 | 76 | 0.763981 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,237 | ar71xx_gpio.h | domino-team_openwrt-cc/package/boot/uboot-ar71xx/files/include/asm-mips/ar71xx_gpio.h | /*
* (C) Copyright 2010
* Michael Kurz <michi.kurz@googlemail.com>.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 the Free Software Foun... | 1,842 | C++ | .h | 54 | 31.407407 | 68 | 0.696117 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,238 | libintl.h | domino-team_openwrt-cc/package/libs/gettext/src/include/libintl.h | /*
* This code is lifted from http://permalink.gmane.org/gmane.linux.gentoo.embedded/3218
*/
#ifndef _LIBINTL_H
#define _LIBINTL_H 1
#include <locale.h>
/* Undef gettext macros, if any... */
#undef gettext
#undef dgettext
#undef dcgettext
#undef ngettext
#undef dngettext
#undef dcngettext
#undef textdomain
#u... | 1,365 | C++ | .h | 40 | 32.675 | 87 | 0.724085 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,239 | netlink-local.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink-local.h | /*
* netlink-local.h Local Netlink Interface
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch... | 3,672 | C++ | .h | 126 | 27.404762 | 76 | 0.666762 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,240 | netlink-generic.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink-generic.h | /*
* netlink-generic.h Local Generic Netlink Interface
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgra... | 514 | C++ | .h | 16 | 30.3125 | 67 | 0.761134 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,241 | netlink-types.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink-types.h | /*
* netlink-types.h Netlink Types (Private)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>... | 1,338 | C++ | .h | 64 | 19.140625 | 67 | 0.709626 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,242 | unl.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/unl.h | #ifndef __UNL_H
#define __UNL_H
#include <netlink/netlink.h>
#include <netlink/genl/genl.h>
#include <netlink/genl/family.h>
#include <stdbool.h>
struct unl {
struct nl_sock *sock;
struct nl_cache *cache;
struct genl_family *family;
char *family_name;
int hdrlen;
bool loop_done;
};
int unl_genl_init(struct unl... | 1,426 | C++ | .h | 37 | 37.054054 | 89 | 0.738216 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,243 | gen_stats.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/linux/gen_stats.h | #ifndef __LINUX_GEN_STATS_H
#define __LINUX_GEN_STATS_H
#include <linux/types.h>
enum {
TCA_STATS_UNSPEC,
TCA_STATS_BASIC,
TCA_STATS_RATE_EST,
TCA_STATS_QUEUE,
TCA_STATS_APP,
__TCA_STATS_MAX,
};
#define TCA_STATS_MAX (__TCA_STATS_MAX - 1)
/**
* struct gnet_stats_basic - byte/packet throughput statistics
* @b... | 1,213 | C++ | .h | 59 | 18.813559 | 62 | 0.720768 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,244 | netlink.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/linux/netlink.h | #ifndef __LINUX_NETLINK_H
#define __LINUX_NETLINK_H
#include <linux/socket.h> /* for sa_family_t */
#include <linux/types.h>
#define NETLINK_ROUTE 0 /* Routing/device hook */
#define NETLINK_UNUSED 1 /* Unused number */
#define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */
#define NETLINK_... | 4,779 | C++ | .h | 126 | 36.134921 | 73 | 0.638799 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,245 | if_addr.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/linux/if_addr.h | #ifndef __LINUX_IF_ADDR_H
#define __LINUX_IF_ADDR_H
#include <linux/netlink.h>
struct ifaddrmsg
{
__u8 ifa_family;
__u8 ifa_prefixlen; /* The prefix length */
__u8 ifa_flags; /* Flags */
__u8 ifa_scope; /* Address scope */
__u32 ifa_index; /* Link index */
};
/*
* Important comment:
* IFA_ADDRESS i... | 1,427 | C++ | .h | 53 | 25.301887 | 92 | 0.731136 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,246 | genetlink.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/linux/genetlink.h | #ifndef __LINUX_GENERIC_NETLINK_H
#define __LINUX_GENERIC_NETLINK_H
#include <linux/types.h>
#include <linux/netlink.h>
#define GENL_NAMSIZ 16 /* length of family name */
#define GENL_MIN_ID NLMSG_MIN_TYPE
#define GENL_MAX_ID 1023
struct genlmsghdr {
__u8 cmd;
__u8 version;
__u16 reserved;
};
#define GENL_HDRLE... | 1,682 | C++ | .h | 66 | 23.69697 | 76 | 0.67167 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,247 | if.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/linux/if.h | /*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* Global definitions for the INET interface module.
*
* Version: @(#)if.h 1.0.2 04/18/93
*
* Authors: Origin... | 4,914 | C++ | .h | 112 | 42.294643 | 76 | 0.714823 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,248 | version.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/version.h | /*
* netlink/version.h Compile Time Versioning Information
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2008 Thomas Graf <tgraf... | 455 | C++ | .h | 15 | 28.533333 | 67 | 0.76659 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,249 | list.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/list.h | /*
* netlink/list.h Netlink List Utilities
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
... | 2,389 | C++ | .h | 70 | 31.5 | 72 | 0.654063 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,250 | addr.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/addr.h | /*
* netlink/addr.h Abstract Address
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
*/
#... | 2,201 | C++ | .h | 56 | 37.607143 | 78 | 0.72045 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,251 | utils.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/utils.h | /*
* netlink/utils.h Utility Functions
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
*/
... | 1,882 | C++ | .h | 62 | 28.806452 | 69 | 0.730599 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,252 | object-api.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/object-api.h | /*
* netlink/object-api.c Object API
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2007 Thomas Graf <tgraf@suug.ch>
*/
#... | 9,483 | C++ | .h | 310 | 28.422581 | 76 | 0.681053 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,253 | data.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/data.h | /*
* netlink/data.h Abstract Data
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
*/
#ifnd... | 976 | C++ | .h | 32 | 28.9375 | 67 | 0.727273 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,254 | cache.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/cache.h | /*
* netlink/cache.h Caching Module
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
*/
#i... | 4,092 | C++ | .h | 109 | 33.917431 | 86 | 0.684914 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,255 | handlers.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/handlers.h | /*
* netlink/handlers.c default netlink message handlers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tg... | 5,293 | C++ | .h | 195 | 24.769231 | 75 | 0.684117 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,256 | netlink.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/netlink.h | /*
* netlink/netlink.h Netlink Interface
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
*... | 2,094 | C++ | .h | 69 | 28.333333 | 76 | 0.715706 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,257 | object.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/object.h | /*
* netlink/object.c Generic Cacheable Object
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.c... | 3,186 | C++ | .h | 132 | 21.901515 | 85 | 0.7045 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,258 | attr.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/attr.h | /*
* netlink/attr.h Netlink Attributes
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
*/
... | 17,786 | C++ | .h | 639 | 25.86072 | 92 | 0.6865 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,259 | netlink-compat.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/netlink-compat.h | /*
* netlink/netlink-compat.h Netlink Compatability
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@s... | 988 | C++ | .h | 40 | 23.15 | 67 | 0.752665 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,260 | types.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/types.h | /*
* netlink/netlink-types.h Netlink Types
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
... | 2,475 | C++ | .h | 101 | 22.128713 | 73 | 0.655905 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,261 | socket.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/socket.h | /*
* netlink/socket.h Netlink Socket
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
*/
#... | 4,997 | C++ | .h | 183 | 25.568306 | 79 | 0.720687 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,262 | errno.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/errno.h | /*
* netlink/errno.h Error Numbers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2008 Thomas Graf <tgraf@suug.ch>
*/
#ifndef ... | 1,442 | C++ | .h | 57 | 24.017544 | 67 | 0.770682 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,263 | msg.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/msg.h | /*
* netlink/msg.c Netlink Messages Interface
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.c... | 7,330 | C++ | .h | 258 | 26.449612 | 83 | 0.722159 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,264 | cache-api.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/cache-api.h | /*
* netlink/cache-api.h Caching API
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
*/
#... | 5,166 | C++ | .h | 176 | 27.306818 | 78 | 0.67942 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
748,265 | netlink-kernel.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/netlink-kernel.h | #ifndef __LINUX_NETLINK_H
#define __LINUX_NETLINK_H
/**
* Netlink socket address
* @ingroup nl
*/
struct sockaddr_nl
{
/** socket family (AF_NETLINK) */
sa_family_t nl_family;
/** Padding (unused) */
unsigned short nl_pad;
/** Unique process ID */
uint32_t nl_pid;
/** Multicast group subscrip... | 3,049 | C++ | .h | 158 | 17.373418 | 68 | 0.688749 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,266 | genl.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/genl/genl.h | /*
* netlink/genl/genl.h Generic Netlink
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
*... | 1,301 | C++ | .h | 37 | 32.837838 | 72 | 0.72807 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,267 | family.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/genl/family.h | /*
* netlink/genl/family.h Generic Netlink Family
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@suu... | 2,826 | C++ | .h | 106 | 24.792453 | 88 | 0.752967 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,268 | mngt.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/genl/mngt.h | /*
* netlink/genl/mngt.h Generic Netlink Management
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@... | 1,659 | C++ | .h | 71 | 21.169014 | 67 | 0.688931 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,269 | ctrl.h | domino-team_openwrt-cc/package/libs/libnl-tiny/src/include/netlink/genl/ctrl.h | /*
* netlink/genl/ctrl.h Generic Netlink Controller
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2008 Thomas Graf <tgraf@... | 897 | C++ | .h | 30 | 27.433333 | 71 | 0.72907 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,270 | iconv.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/iconv.h | #ifndef _ICONV_H
#define _ICONV_H 1
#define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif
extern int _libiconv_version; /* Likewise */
typedef long iconv_t;
extern iconv_t
iconv_open(const char *tocode, const char *fromcode);
exter... | 587 | C++ | .h | 21 | 25.571429 | 76 | 0.706306 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,271 | charmaps.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps.h | #include "charmaps/iso-8859-2.h"
#include "charmaps/iso-8859-10.h"
#include "charmaps/windows-874.h"
#include "charmaps/windows-1250.h"
#include "charmaps/koi8-r.h"
#ifdef ALL_CHARSETS
#include "charmaps/iso-8859-3.h"
#include "charmaps/iso-8859-4.h"
#include "charmaps/iso-8859-5.h"
#include "charmaps/iso-8859-6.h"
#i... | 2,268 | C++ | .h | 70 | 30.757143 | 38 | 0.639854 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,272 | iso-8859-7.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-7.h | static const unsigned char map_iso_8859_7[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x00... | 1,632 | C++ | .h | 24 | 66.083333 | 72 | 0.66791 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,273 | windows-1258.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-1258.h | static const unsigned char map_windows_1258[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0xff, 0xff, 0x20, 0x1a, 0x01, 0x92,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0x02, 0xc6, 0x20, 0x30,
0xff, 0xff, 0x20, 0x39, 0x01, 0x52, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | 1,634 | C++ | .h | 24 | 66.166667 | 72 | 0.668944 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,274 | iso-8859-10.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-10.h | static const unsigned char map_iso_8859_10[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x0... | 1,633 | C++ | .h | 24 | 66.125 | 72 | 0.668117 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,275 | windows-1257.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-1257.h | static const unsigned char map_windows_1257[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0xff, 0xff, 0x20, 0x1a, 0xff, 0xff,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0xff, 0xff, 0x20, 0x30,
0xff, 0xff, 0x20, 0x39, 0xff, 0xff, 0x00, 0xa8, 0x02, 0xc7, 0x00, 0xb8,
0xff, 0xff, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | 1,634 | C++ | .h | 24 | 66.166667 | 72 | 0.668944 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,276 | windows-1252.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-1252.h | static const unsigned char map_windows_1252[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0xff, 0xff, 0x20, 0x1a, 0x01, 0x92,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0x02, 0xc6, 0x20, 0x30,
0x01, 0x60, 0x20, 0x39, 0x01, 0x52, 0xff, 0xff, 0x01, 0x7d, 0xff, 0xff,
0xff, 0xff, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | 1,635 | C++ | .h | 24 | 66.166667 | 72 | 0.668944 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,277 | windows-1251.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-1251.h | static const unsigned char map_windows_1251[] = {
0x00, 0x00, 0x00, 0x00, 0x04, 0x02, 0x04, 0x03, 0x20, 0x1a, 0x04, 0x53,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0x20, 0xac, 0x20, 0x30,
0x04, 0x09, 0x20, 0x39, 0x04, 0x0a, 0x04, 0x0c, 0x04, 0x0b, 0x04, 0x0f,
0x04, 0x52, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | 1,634 | C++ | .h | 24 | 66.166667 | 72 | 0.668944 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,278 | iso-8859-6.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-6.h | static const unsigned char map_iso_8859_6[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x00... | 1,632 | C++ | .h | 24 | 66.083333 | 72 | 0.66791 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,279 | windows-874.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-874.h | static const unsigned char map_windows_874[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0x20, 0x26, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x2... | 1,633 | C++ | .h | 24 | 66.125 | 72 | 0.668738 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,280 | iso-8859-2.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-2.h | static const unsigned char map_iso_8859_2[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x00... | 1,632 | C++ | .h | 24 | 66.083333 | 72 | 0.66791 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,281 | windows-1254.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-1254.h | static const unsigned char map_windows_1254[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0xff, 0xff, 0x20, 0x1a, 0x01, 0x92,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0x02, 0xc6, 0x20, 0x30,
0x01, 0x60, 0x20, 0x39, 0x01, 0x52, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | 1,634 | C++ | .h | 24 | 66.166667 | 72 | 0.668944 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,282 | iso-8859-5.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-5.h | static const unsigned char map_iso_8859_5[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x00... | 1,632 | C++ | .h | 24 | 66.083333 | 72 | 0.66791 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,284 | iso-8859-3.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-3.h | static const unsigned char map_iso_8859_3[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x00... | 1,632 | C++ | .h | 24 | 66.083333 | 72 | 0.66791 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,285 | windows-1250.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-1250.h | static const unsigned char map_windows_1250[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0xff, 0xff, 0x20, 0x1a, 0xff, 0xff,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0xff, 0xff, 0x20, 0x30,
0x01, 0x60, 0x20, 0x39, 0x01, 0x5a, 0x01, 0x64, 0x01, 0x7d, 0x01, 0x79,
0xff, 0xff, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | 1,634 | C++ | .h | 24 | 66.166667 | 72 | 0.668944 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,286 | iso-8859-8.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-8.h | static const unsigned char map_iso_8859_8[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x00... | 1,632 | C++ | .h | 24 | 66.083333 | 72 | 0.66791 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,287 | windows-1253.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-1253.h | static const unsigned char map_windows_1253[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0xff, 0xff, 0x20, 0x1a, 0x01, 0x92,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0xff, 0xff, 0x20, 0x30,
0xff, 0xff, 0x20, 0x39, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | 1,634 | C++ | .h | 24 | 66.166667 | 72 | 0.668944 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,289 | iso-8859-14.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-14.h | static const unsigned char map_iso_8859_14[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x0... | 1,634 | C++ | .h | 24 | 66.125 | 72 | 0.668117 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,290 | windows-1255.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-1255.h | static const unsigned char map_windows_1255[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0xff, 0xff, 0x20, 0x1a, 0x01, 0x92,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0x02, 0xc6, 0x20, 0x30,
0xff, 0xff, 0x20, 0x39, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | 1,634 | C++ | .h | 24 | 66.166667 | 72 | 0.668944 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,291 | iso-8859-13.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-13.h | static const unsigned char map_iso_8859_13[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x0... | 1,633 | C++ | .h | 24 | 66.125 | 72 | 0.668117 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,292 | iso-8859-4.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/iso-8859-4.h | static const unsigned char map_iso_8859_4[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83,
0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, 0x88, 0x00, 0x89,
0x00, 0x8a, 0x00, 0x8b, 0x00, 0x8c, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8f,
0x00, 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x00... | 1,632 | C++ | .h | 24 | 66.083333 | 72 | 0.66791 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,293 | koi8-r.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/koi8-r.h | static const unsigned char map_koi8_r[] = {
0x00, 0x00, 0x00, 0x00, 0x25, 0x00, 0x25, 0x02, 0x25, 0x0c, 0x25, 0x10,
0x25, 0x14, 0x25, 0x18, 0x25, 0x1c, 0x25, 0x24, 0x25, 0x2c, 0x25, 0x34,
0x25, 0x3c, 0x25, 0x80, 0x25, 0x84, 0x25, 0x88, 0x25, 0x8c, 0x25, 0x90,
0x25, 0x91, 0x25, 0x92, 0x25, 0x93, 0x23, 0x20, 0x25, 0x... | 1,628 | C++ | .h | 24 | 65.916667 | 72 | 0.667706 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,294 | windows-1256.h | domino-team_openwrt-cc/package/libs/libiconv/src/include/charmaps/windows-1256.h | static const unsigned char map_windows_1256[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0xac, 0x06, 0x7e, 0x20, 0x1a, 0x01, 0x92,
0x20, 0x1e, 0x20, 0x26, 0x20, 0x20, 0x20, 0x21, 0x02, 0xc6, 0x20, 0x30,
0x06, 0x79, 0x20, 0x39, 0x01, 0x52, 0x06, 0x86, 0x06, 0x98, 0x06, 0x88,
0x06, 0xaf, 0x20, 0x18, 0x20, 0x19, 0x20, 0x1c, 0x... | 1,634 | C++ | .h | 24 | 66.166667 | 72 | 0.668944 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,295 | wl_glue.h | domino-team_openwrt-cc/package/kernel/broadcom-wl/src/glue/wl_glue.h | /*
* wl_glue.h: Broadcom WL support module providing a unified SSB/BCMA handling.
* Copyright (C) 2011 Jo-Philipp Wich <jow@openwrt.org>
*/
#include <linux/types.h>
typedef void * (*wl_glue_attach_cb_t)(u16, u16, ulong, void *, u32);
typedef void (*wl_glue_remove_cb_t)(void *);
enum wl_glue_bus_type {
WL_GLUE_BU... | 639 | C++ | .h | 17 | 35.941176 | 79 | 0.73906 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,296 | ifxmips_deu_danube.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h | /******************************************************************************
**
** FILE NAME : ifxmips_deu_danube.h
** PROJECT : IFX UEIP
** MODULES : DEU Module for Danube
**
** DATE : September 8, 2009
** AUTHOR : Mohammad Firdaus
** DESCRIPTION : Data Encryption Unit Driver
** COPYRIGH... | 5,279 | C++ | .h | 221 | 20.959276 | 80 | 0.589652 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,297 | internal.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-deu/src/internal.h | /*
* Cryptographic API.
*
* Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
* Copyright (c) 2005 Herbert Xu <herbert@gondor.apana.org.au>
*
* 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 the Free
* Software... | 3,950 | C++ | .h | 118 | 31.70339 | 80 | 0.765293 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,298 | ifxmips_deu.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-deu/src/ifxmips_deu.h | /******************************************************************************
**
** FILE NAME : ifxmips_deu.h
** DESCRIPTION : Data Encryption Unit Driver
** COPYRIGHT : Copyright (c) 2009
** Infineon Technologies AG
** Am Campeon 1-12, 85579 Neubiberg, Germany
*... | 6,866 | C++ | .h | 192 | 32.526042 | 94 | 0.578479 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,299 | ifxmips_deu_ar9.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-deu/src/ifxmips_deu_ar9.h | /******************************************************************************
**
** FILE NAME : ifxmips_deu_ar9.h
** PROJECT : IFX UEIP
** MODULES : DEU Module for AR9
**
** DATE : September 8, 2009
** AUTHOR : Mohammad Firdaus
** DESCRIPTION : Data Encryption Unit Driver
** COPYRIGHT :... | 6,145 | C++ | .h | 263 | 20.190114 | 80 | 0.585019 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,300 | ifxmips_tcrypt.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-deu/src/ifxmips_tcrypt.h | /*
* Quick & dirty crypto testing module.
*
* This will only exist until we have a better testing mechanism
* (e.g. a char device).
*
* Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
* Copyright (c) 2002 Jean-Francois Dive <jef@linuxbe.org>
* Copyright (c) 2007 Nokia Siemens Networks
*
* This prog... | 2,542 | C++ | .h | 83 | 28.554217 | 77 | 0.628163 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,301 | ifxmips_deu_dma.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-deu/src/ifxmips_deu_dma.h | /******************************************************************************
**
** FILE NAME : ifxmips_deu_dma.h
** DESCRIPTION : Data Encryption Unit Driver
** COPYRIGHT : Copyright (c) 2009
** Infineon Technologies AG
** Am Campeon 1-12, 85579 Neubiberg, Germa... | 2,118 | C++ | .h | 60 | 33.783333 | 84 | 0.652025 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
748,302 | ifxmips_deu_vr9.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-deu/src/ifxmips_deu_vr9.h | /******************************************************************************
**
** FILE NAME : ifxmips_deu_vr9.h
** PROJECT : IFX UEIP
** MODULES : DEU Module for VR9
**
** DATE : September 8, 2009
** AUTHOR : Mohammad Firdaus
** DESCRIPTION : Data Encryption Unit Driver
** COPYRIGHT :... | 6,719 | C++ | .h | 285 | 20.340351 | 80 | 0.587655 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,303 | ifxmips_testmgr.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-deu/src/ifxmips_testmgr.h | /*
* Algorithm testing framework and tests.
*
* Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
* Copyright (c) 2002 Jean-Francois Dive <jef@linuxbe.org>
* Copyright (c) 2007 Nokia Siemens Networks
* Copyright (c) 2008 Herbert Xu <herbert@gondor.apana.org.au>
*
* This program is free software; you ca... | 318,869 | C++ | .h | 9,409 | 29.841003 | 92 | 0.622629 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,304 | ifxusb_plat.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-hcd/src/ifxusb_plat.h | /*****************************************************************************
** FILE NAME : ifxusb_plat.h
** PROJECT : IFX USB sub-system V3
** MODULES : IFX USB sub-system Host and Device driver
** SRC VERSION : 3.2
** DATE : 1/Jan/2011
** AUTHOR : Chen... | 47,979 | C++ | .h | 1,028 | 43.363813 | 103 | 0.651764 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,305 | ifxhcd.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-hcd/src/ifxhcd.h | /*****************************************************************************
** FILE NAME : ifxhcd.h
** PROJECT : IFX USB sub-system V3
** MODULES : IFX USB sub-system Host and Device driver
** SRC VERSION : 3.2
** DATE : 1/Jan/2011
** AUTHOR : Chen, How... | 35,498 | C++ | .h | 660 | 43.454545 | 139 | 0.569315 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
748,306 | ifxusb_regs.h | domino-team_openwrt-cc/package/kernel/lantiq/ltq-hcd/src/ifxusb_regs.h | /*****************************************************************************
** FILE NAME : ifxusb_regs.h
** PROJECT : IFX USB sub-system V3
** MODULES : IFX USB sub-system Host and Device driver
** SRC VERSION : 3.2
** DATE : 1/Jan/2011
** AUTHOR : Chen... | 56,324 | C++ | .h | 1,367 | 36.431602 | 124 | 0.60509 | domino-team/openwrt-cc | 129 | 71 | 4 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.