Searched refs:size (Results 101 - 125 of 11939) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dstatline.cpp29 const wxSize &size,
33 if ( !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ) )
39 wxSize sizeReal = AdjustSize( size );
26 Create( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dstatline.cpp45 const wxSize &size,
49 if ( !CreateBase(parent, id, pos, size, style, wxDefaultValidator, name) )
55 wxSize sizeReal = AdjustSize(size);
42 Create( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dinet_ntop.h27 char *Curl_inet_ntop(int af, const void *addr, char *buf, size_t size);
33 #define Curl_inet_ntop(af,addr,buf,size) \
34 inet_ntop(af,addr,buf,(curl_socklen_t)size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Davstring.h50 * Copy the string src to dst, but no more than size - 1 bytes, and
57 * @param size size of destination buffer
60 size_t av_strlcpy(char *dst, const char *src, size_t size);
64 * no more than size - 1 bytes, and null-terminate dst.
67 * size <= strlen(dst).
71 * @param size size of destination buffer
74 size_t av_strlcat(char *dst, const char *src, size_t size);
82 * @param size tota
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Duaccess.c18 int __range_ok(unsigned long addr, unsigned long size) argument
21 return !((addr < limit && size <= limit - addr) ||
22 is_arch_mappable_range(addr, size));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Damd.c10 unsigned long *size, mtrr_type *type)
26 *size = 0;
30 * This needs a little explaining. The size is stored as an
34 * So to get a size we do invert the mask and add 1 to the lowest
35 * mask bit (4 as its 2 bits in). This gives us a size we then shift
45 *size = (low + 4) << (15 - PAGE_SHIFT);
53 * @size The size of the region. If this is 0 the region is disabled.
59 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) argument
70 if (size
9 amd_get_mtrr(unsigned int reg, unsigned long *base, unsigned long *size, mtrr_type *type) argument
95 amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsinewin.h33 #define SINETABLE(size) \
34 SINETABLE_CONST DECLARE_ALIGNED(16, float, ff_sine_##size)[size]
39 * @param n size of half window
H A Dsinewin_tablegen.c26 #define SINETABLE(size) \
27 float ff_sine_##size[size]
H A Ddv_tablegen.h40 uint32_t size; member in struct:dv_vlc_pair
60 if (dv_vlc_map[dv_vlc_run[i]][dv_vlc_level[i]].size != 0)
65 dv_vlc_map[dv_vlc_run[i]][dv_vlc_level[i]].size =
71 if (dv_vlc_map[i][j].size == 0) {
73 (dv_vlc_map[i-1][0].vlc << (dv_vlc_map[0][j].size));
74 dv_vlc_map[i][j].size = dv_vlc_map[i-1][0].size +
75 dv_vlc_map[0][j].size;
80 if (dv_vlc_map[i][j].size == 0) {
82 (dv_vlc_map[i-1][0].vlc << (dv_vlc_map[0][j].size));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsinewin.h33 #define SINETABLE(size) \
34 SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size]
39 * @param n size of half window
H A Dsinewin_tablegen.c26 #define SINETABLE(size) \
27 float ff_sine_##size[size]
H A Ddv_tablegen.h41 uint32_t size; member in struct:dv_vlc_pair
61 if (dv_vlc_map[ff_dv_vlc_run[i]][ff_dv_vlc_level[i]].size != 0)
66 dv_vlc_map[ff_dv_vlc_run[i]][ff_dv_vlc_level[i]].size =
72 if (dv_vlc_map[i][j].size == 0) {
74 (dv_vlc_map[i-1][0].vlc << (dv_vlc_map[0][j].size));
75 dv_vlc_map[i][j].size = dv_vlc_map[i-1][0].size +
76 dv_vlc_map[0][j].size;
81 if (dv_vlc_map[i][j].size == 0) {
83 (dv_vlc_map[i-1][0].vlc << (dv_vlc_map[0][j].size));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/include/mach/
H A Dmemory.h19 void ixp4xx_adjust_zones(unsigned long *size, unsigned long *holes);
21 #define arch_adjust_zones(size, holes) \
22 ixp4xx_adjust_zones(size, holes)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dmemory.h21 void cmx2xx_pci_adjust_zones(unsigned long *size, unsigned long *holes);
23 #define arch_adjust_zones(size, holes) \
24 cmx2xx_pci_adjust_zones(size, holes)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Dmemory.h20 void sa1111_adjust_zones(unsigned long *size, unsigned long *holes);
22 #define arch_adjust_zones(size, holes) \
23 sa1111_adjust_zones(size, holes)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-read.c56 static int do_read(int fd, void *buf, int size) argument
58 int rsize = size;
60 while (size) {
61 int ret = read(fd, buf, size);
73 size -= ret;
80 static int read_or_die(void *data, int size) argument
84 r = do_read(input_fd, data, size);
86 die("reading input file (size expected=%d received=%d)",
87 size, r);
96 static void skip(int size) argument
128 int size = 0; local
164 unsigned int size; local
182 unsigned int size; local
199 unsigned long long size; local
227 read_ftrace_file(unsigned long long size) argument
237 read_event_file(char *sys, unsigned long long size) argument
249 unsigned long long size; local
263 unsigned long long size; local
284 unsigned long long size; member in struct:cpu_data
488 ssize_t size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_echo.h43 uint32 size; member in struct:echo_q_echo_data
49 uint32 size; member in struct:echo_r_echo_data
55 uint32 size; member in struct:echo_q_source_data
60 uint32 size; member in struct:echo_r_source_data
66 uint32 size; member in struct:echo_q_sink_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dfsl-soc.c27 int size; local
30 size = getprop(soc, "#address-cells", prop_buf, MAX_PROP_LEN);
31 if (size == 4)
39 size = getprop(soc, "ranges", prop_buf, MAX_PROP_LEN);
41 if (size < 12)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/gen/
H A Dgs.c35 * Allocates memory of the specified size.
37 void *gs_alloc(u32 size) argument
41 p = kzalloc(size, GFP_KERNEL);
44 cumsize += size;
66 /* ack! no size info */
67 /* cumsize -= size; */
75 void gs_frees(void *ptr, u32 size) argument
78 cumsize -= size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dgetcwd.c17 getcwd(buf, size)
19 size_t size;
39 (void)strncpy(buf, "fs:/", size - 1);
45 outlen = size;
59 COMPQUIET(size, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dfind_last_bit.c18 unsigned long find_last_bit(const unsigned long *addr, unsigned long size) argument
24 words = size / BITS_PER_LONG;
27 if (size & (BITS_PER_LONG-1)) {
29 - (size & (BITS_PER_LONG-1)))));
43 return size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc_vp8.c26 void ff_rtp_send_vp8(AVFormatContext *s1, const uint8_t *buf, int size) argument
36 while (size > 0) {
37 len = FFMIN(size, max_packet_size);
40 ff_rtp_send_data(s1, s->buf, len+1, size == len); // marker bit is last packet in frame
42 size -= len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dstr.c19 snprintf(char *str, size_t size, const char *format, ...) argument
32 * size of the buffer
35 strlcpy(char *dst, const char *src, size_t size) argument
37 strncpy(dst, src, size);
46 * size of the buffer
49 strlcat(char *dst, const char *src, size_t size) argument
51 /* strncpy(dst, src, size - strlen(dst)); */
55 if (strlen (dst) + strlen (src) >= size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dgauge.cpp56 const wxSize& size,
61 if ( !wxGaugeBase::Create(parent, id, range, pos, size, style,
67 SetInitialSize(size);
96 wxSize size = GetRenderer()->GetProgressBarStep(); local
102 size.x = (3*size.y) / 2 + 2;
103 size.y = wxDefaultCoord;
107 size.y = (3*size.x) / 2 + 2;
108 size
52 Create(wxWindow *parent, wxWindowID id, int range, const wxPoint& pos, const wxSize& size, long style, const wxValidator& validator, const wxString& name) argument
[all...]

Completed in 138 milliseconds

1234567891011>>