Searched refs:size (Results 126 - 150 of 5716) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dsymtab.c15 unsigned int size; local
20 size = strlen(keyp);
21 for (p = keyp; (p - keyp) < size; p++)
23 return val & (h->size - 1);
36 int symtab_init(struct symtab *s, unsigned int size) argument
38 s->table = hashtab_create(symhash, symcmp, size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dmem.h44 * Allocates a block of \p size bytes with alignment suitable for all
46 * @param size Size in bytes for the memory block to be allocated.
51 void *av_malloc(unsigned int size) av_malloc_attrib av_alloc_size(1);
55 * If \p ptr is NULL and \p size > 0, allocates a new block. If \p
56 * size is zero, frees the memory block pointed to by \p ptr.
57 * @param size Size in bytes for the memory block to be allocated or
65 void *av_realloc(void *ptr, unsigned int size) av_alloc_size(2);
78 * Allocates a block of \p size bytes with alignment suitable for all
81 * @param size Size in bytes for the memory block to be allocated.
85 void *av_mallocz(unsigned int size) av_malloc_attri
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavutil/
H A Dmem.h44 * Allocates a block of \p size bytes with alignment suitable for all
46 * @param size Size in bytes for the memory block to be allocated.
51 void *av_malloc(unsigned int size) av_malloc_attrib av_alloc_size(1);
55 * If \p ptr is NULL and \p size > 0, allocates a new block. If \p
56 * size is zero, frees the memory block pointed to by \p ptr.
57 * @param size Size in bytes for the memory block to be allocated or
65 void *av_realloc(void *ptr, unsigned int size) av_alloc_size(2);
78 * Allocates a block of \p size bytes with alignment suitable for all
81 * @param size Size in bytes for the memory block to be allocated.
85 void *av_mallocz(unsigned int size) av_malloc_attri
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dgetprop.c24 int size; member in struct:prom_args
34 args.size = -1;
36 return args.size;
H A Dmap.c17 map(unsigned int phys, unsigned int virt, unsigned int size) argument
26 unsigned int size; member in struct:prom_args
44 args.size = size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Djedec.h25 unsigned long size; member in struct:JEDECTable
34 unsigned long size; member in struct:jedec_flash_chip
38 // Address size = size << addrshift
53 unsigned long size; // Total size of all the devices member in struct:jedec_private
55 /* Bank handling. If sum(bank_fill) == size then this is linear flash.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A Dmemory.h20 void sa1111_adjust_zones(int node, unsigned long *size, unsigned long *holes);
22 #define arch_adjust_zones(node, size, holes) \
23 sa1111_adjust_zones(node, size, holes)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dmac_chinese_simp.c46 static size_t mac_chinese_simp_char_push(u_int8_t* out, const ucs2_t* in, size_t* size) argument
51 *size = 1;
55 *size = 1;
57 } else if (*size >= 2 && (in[1] & ~15) == 0xf870) {
62 *size = 2;
64 *size = 1;
67 *size = 1;
80 static size_t mac_chinese_simp_char_pull(ucs2_t* out, const u_int8_t* in, size_t* size) argument
85 *size = 1;
89 if (*size >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dmac_chinese_simp.c46 static size_t mac_chinese_simp_char_push(u_int8_t* out, const ucs2_t* in, size_t* size) argument
51 *size = 1;
55 *size = 1;
57 } else if (*size >= 2 && (in[1] & ~15) == 0xf870) {
62 *size = 2;
64 *size = 1;
67 *size = 1;
80 static size_t mac_chinese_simp_char_pull(ucs2_t* out, const u_int8_t* in, size_t* size) argument
85 *size = 1;
89 if (*size >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dxalloc.h33 extern void *xmalloc (size_t size);
36 extern void *xcalloc (size_t nmemb, size_t size);
38 /* Change the size of an allocated block of memory PTR to SIZE bytes,
40 extern void *xrealloc (void *ptr, size_t size);
59 /* Return 1 if an array of N objects, each of size S, cannot exist due
60 to size arithmetic overflow. S must be positive and N must be
64 By gnulib convention, SIZE_MAX represents overflow in size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_dbg.h31 unsigned char *data, size_t size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx25840/
H A Dcx25840-firmware.c30 * size of the firmware chunks sent down the I2C bus to the chip.
66 static int check_fw_load(struct i2c_client *client, int size) argument
72 if (size != s) {
77 v4l_info(client, "loaded %s firmware (%d bytes)\n", firmware, size);
81 static int fw_write(struct i2c_client *client, u8 * data, int size) argument
85 if ((sent = i2c_master_send(client, data, size)) < size) {
97 int size, send, retval; local
117 size = fw->size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/saturn/
H A Dio.c18 void *saturn_ioremap(unsigned long offset, unsigned long size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dbitext.c8 * by align size, should provide fast enough search while maintaining low
46 if (align < 0 || align >= t->size)
48 if (len <= 0 || len > t->size)
59 off_new = find_next_zero_bit(t->map, t->size, offset);
63 if (offset >= t->size)
65 if (count + len > t->size) {
68 "bitmap out: size %d used %d off %d len %d align %d count %d\n",
69 t->size, t->used, offset, len, align, count);
73 if (offset + len > t->size) {
74 count += t->size
121 bit_map_init(struct bit_map *t, unsigned long *map, int size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/520x/
H A Dconfig.c49 void config_BSP(char *commandp, int size) argument
52 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
53 commandp[size-1] = 0;
55 memset(commandp, 0, size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dcheck.h14 sector_t size; member in struct:parsed_partitions::__anon7668
22 put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size) argument
26 p->parts[n].size = size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bit.c171 * start_bit. Size is the size of the bitmap in words.
179 xfs_count_bits(uint *map, uint size, uint start_bit) argument
187 end_map = (char*)(map + size);
224 * start_bit. Size is the size of the bitmap in words.
227 xfs_contig_bits(uint *map, uint size, uint start_bit) argument
233 size <<= BIT_TO_WORD_SHIFT;
235 ASSERT(start_bit < size);
236 size -= start_bit & ~(NBWORD - 1);
245 size -= NBWORD;
247 while (size) {
266 xfs_next_bit(uint *map, uint size, uint start_bit) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-generic/
H A Dioremap.h18 static inline phys_t fixup_bigphys_addr(phys_t phys_addr, phys_t size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dncpsign_kernel.h14 void __sign_packet(struct ncp_server *server, const char *data, size_t size, __u32 totalsize, void *sign_buff);
15 int sign_verify_reply(struct ncp_server *server, const char *data, size_t size, __u32 totalsize, const void *sign_buff);
18 static inline size_t sign_packet(struct ncp_server *server, const char *data, size_t size, __u32 totalsize, void *sign_buff) { argument
21 __sign_packet(server, data, size, totalsize, sign_buff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsort.h6 void sort(void *base, size_t num, size_t size,
H A Dcramfs_fs_sb.h9 unsigned long size; member in struct:cramfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-generic/
H A Dioremap.h18 static inline phys_t fixup_bigphys_addr(phys_t phys_addr, phys_t size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dintmem.h4 void* crisv32_intmem_alloc(unsigned size, unsigned align);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Ddma.h22 void dma_mark_clean(void *addr, size_t size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dmmu.h16 int size; member in struct:__anon9610

Completed in 234 milliseconds

1234567891011>>