Searched refs:ref (Results 1 - 25 of 1182) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-compat-libdns_sd/
H A Dtxt-test.c68 TXTRecordRef ref; local
73 TXTRecordCreate(&ref, 0, NULL);
75 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
77 TXTRecordSetValue(&ref, "foo", 7, "lennart");
78 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
80 TXTRecordSetValue(&ref, "waldo", 5, "rocks");
81 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-compat-libdns_sd/
H A Dtxt-test.c68 TXTRecordRef ref; local
73 TXTRecordCreate(&ref, 0, NULL);
75 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
77 TXTRecordSetValue(&ref, "foo", 7, "lennart");
78 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
80 TXTRecordSetValue(&ref, "waldo", 5, "rocks");
81 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-compat-libdns_sd/
H A Dtxt-test.c68 TXTRecordRef ref; local
73 TXTRecordCreate(&ref, 0, NULL);
75 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
77 TXTRecordSetValue(&ref, "foo", 7, "lennart");
78 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
80 TXTRecordSetValue(&ref, "waldo", 5, "rocks");
81 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/include/
H A Dcfe_fileops.h68 #define BDOPEN(ops,ref,fsctx,name) (ops)->open((ref),(fsctx),(name),FILE_MODE_READ)
69 #define BDOPEN2(ops,ref,fsctx,name,mode) (ops)->open((ref),(fsctx),(name),(mode))
70 #define BDOPEN_WR(ops,ref,fsctx,name) (ops)->open((ref),(fsctx),(name),FILE_MODE_WRITE)
71 #define BDREAD(ops,ref,buf,len) (ops)->read((ref),(buf),(len))
72 #define BDWRITE(ops,ref,buf,len) (ops)->write((ref),(bu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dtriop.h20 * The ref pointer is an opaque type and should remain as such.
90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref));
94 int trio_get_width TRIO_PROTO((trio_pointer_t ref));
95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width));
96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref));
97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision));
98 int trio_get_base TRIO_PROTO((trio_pointer_t ref));
99 void trio_set_base TRIO_PROTO((trio_pointer_t ref, int base));
100 int trio_get_padding TRIO_PROTO((trio_pointer_t ref));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dtriop.h20 * The ref pointer is an opaque type and should remain as such.
90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref));
94 int trio_get_width TRIO_PROTO((trio_pointer_t ref));
95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width));
96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref));
97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision));
98 int trio_get_base TRIO_PROTO((trio_pointer_t ref));
99 void trio_set_base TRIO_PROTO((trio_pointer_t ref, int base));
100 int trio_get_padding TRIO_PROTO((trio_pointer_t ref));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dtriop.h20 * The ref pointer is an opaque type and should remain as such.
90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref));
94 int trio_get_width TRIO_PROTO((trio_pointer_t ref));
95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width));
96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref));
97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision));
98 int trio_get_base TRIO_PROTO((trio_pointer_t ref));
99 void trio_set_base TRIO_PROTO((trio_pointer_t ref, int base));
100 int trio_get_padding TRIO_PROTO((trio_pointer_t ref));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dref.h2 * net/tipc/ref.h: Include file for TIPC object registry code
44 void tipc_ref_discard(u32 ref);
46 void *tipc_ref_lock(u32 ref);
47 void tipc_ref_unlock(u32 ref);
48 void *tipc_ref_deref(u32 ref);
H A Dref.c2 * net/tipc/ref.c: TIPC object registry code
38 #include "ref.h"
44 * @ref: reference value for object (combines instance & array index info)
50 u32 ref; member in struct:reference
142 u32 ref; local
161 next_plus_upper = entry->ref;
163 ref = (next_plus_upper & ~index_mask) + index;
169 ref = tipc_ref_table.start_mask + index;
172 ref = 0;
178 * While we assign its ref valu
201 tipc_ref_discard(u32 ref) argument
251 tipc_ref_lock(u32 ref) argument
272 tipc_ref_unlock(u32 ref) argument
290 tipc_ref_deref(u32 ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dref.h2 * net/tipc/ref.h: Include file for TIPC object registry code
44 void tipc_ref_discard(u32 ref);
46 void *tipc_ref_lock(u32 ref);
47 void tipc_ref_unlock(u32 ref);
48 void *tipc_ref_deref(u32 ref);
H A Dref.c2 * net/tipc/ref.c: TIPC object registry code
38 #include "ref.h"
44 * @ref: reference value for object (combines instance & array index info)
50 u32 ref; member in struct:reference
142 u32 ref; local
161 next_plus_upper = entry->ref;
163 ref = (next_plus_upper & ~index_mask) + index;
169 ref = tipc_ref_table.start_mask + index;
172 ref = 0;
178 * While we assign its ref valu
201 tipc_ref_discard(u32 ref) argument
251 tipc_ref_lock(u32 ref) argument
272 tipc_ref_unlock(u32 ref) argument
290 tipc_ref_deref(u32 ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dipa-ref-inline.h24 ipa_ref_node (struct ipa_ref *ref) argument
26 gcc_assert (ref->refered_type == IPA_REF_CGRAPH);
27 return ref->refered.cgraph_node;
33 ipa_ref_varpool_node (struct ipa_ref *ref) argument
35 gcc_assert (ref->refered_type == IPA_REF_VARPOOL);
36 return ref->refered.varpool_node;
42 ipa_ref_refering_node (struct ipa_ref *ref) argument
44 gcc_assert (ref->refering_type == IPA_REF_CGRAPH);
45 return ref->refering.cgraph_node;
51 ipa_ref_refering_varpool_node (struct ipa_ref *ref) argument
60 ipa_ref_refering_ref_list(struct ipa_ref *ref) argument
71 ipa_ref_refered_ref_list(struct ipa_ref *ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/drivers/
H A DApple80211.h49 WirelessError WirelessAttach(WirelessRef *ref, UInt32 res);
50 WirelessError WirelessDetach(WirelessRef ref);
51 WirelessError WirelessPrivate(WirelessRef ref, void *in_ptr, int in_bytes,
53 WirelessError WirelessSetEnabled(WirelessRef ref, UInt8 enabled);
54 WirelessError WirelessGetEnabled(WirelessRef ref, UInt8 *enabled);
55 WirelessError WirelessSetPower(WirelessRef ref, UInt8 power);
56 WirelessError WirelessGetPower(WirelessRef ref, UInt8 *power);
57 WirelessError WirelessGetInfo(WirelessRef ref, WirelessInfo *info);
58 WirelessError WirelessGetInfo2(WirelessRef ref, WirelessInfo2 *info);
59 WirelessError WirelessScan(WirelessRef ref, CFArrayRe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/drivers/
H A DApple80211.h49 WirelessError WirelessAttach(WirelessRef *ref, UInt32 res);
50 WirelessError WirelessDetach(WirelessRef ref);
51 WirelessError WirelessPrivate(WirelessRef ref, void *in_ptr, int in_bytes,
53 WirelessError WirelessSetEnabled(WirelessRef ref, UInt8 enabled);
54 WirelessError WirelessGetEnabled(WirelessRef ref, UInt8 *enabled);
55 WirelessError WirelessSetPower(WirelessRef ref, UInt8 power);
56 WirelessError WirelessGetPower(WirelessRef ref, UInt8 *power);
57 WirelessError WirelessGetInfo(WirelessRef ref, WirelessInfo *info);
58 WirelessError WirelessGetInfo2(WirelessRef ref, WirelessInfo2 *info);
59 WirelessError WirelessScan(WirelessRef ref, CFArrayRe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/drivers/
H A DApple80211.h49 WirelessError WirelessAttach(WirelessRef *ref, UInt32 res);
50 WirelessError WirelessDetach(WirelessRef ref);
51 WirelessError WirelessPrivate(WirelessRef ref, void *in_ptr, int in_bytes,
53 WirelessError WirelessSetEnabled(WirelessRef ref, UInt8 enabled);
54 WirelessError WirelessGetEnabled(WirelessRef ref, UInt8 *enabled);
55 WirelessError WirelessSetPower(WirelessRef ref, UInt8 power);
56 WirelessError WirelessGetPower(WirelessRef ref, UInt8 *power);
57 WirelessError WirelessGetInfo(WirelessRef ref, WirelessInfo *info);
58 WirelessError WirelessGetInfo2(WirelessRef ref, WirelessInfo2 *info);
59 WirelessError WirelessScan(WirelessRef ref, CFArrayRe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/drivers/
H A DApple80211.h49 WirelessError WirelessAttach(WirelessRef *ref, UInt32 res);
50 WirelessError WirelessDetach(WirelessRef ref);
51 WirelessError WirelessPrivate(WirelessRef ref, void *in_ptr, int in_bytes,
53 WirelessError WirelessSetEnabled(WirelessRef ref, UInt8 enabled);
54 WirelessError WirelessGetEnabled(WirelessRef ref, UInt8 *enabled);
55 WirelessError WirelessSetPower(WirelessRef ref, UInt8 power);
56 WirelessError WirelessGetPower(WirelessRef ref, UInt8 *power);
57 WirelessError WirelessGetInfo(WirelessRef ref, WirelessInfo *info);
58 WirelessError WirelessGetInfo2(WirelessRef ref, WirelessInfo2 *info);
59 WirelessError WirelessScan(WirelessRef ref, CFArrayRe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/drivers/
H A DApple80211.h49 WirelessError WirelessAttach(WirelessRef *ref, UInt32 res);
50 WirelessError WirelessDetach(WirelessRef ref);
51 WirelessError WirelessPrivate(WirelessRef ref, void *in_ptr, int in_bytes,
53 WirelessError WirelessSetEnabled(WirelessRef ref, UInt8 enabled);
54 WirelessError WirelessGetEnabled(WirelessRef ref, UInt8 *enabled);
55 WirelessError WirelessSetPower(WirelessRef ref, UInt8 power);
56 WirelessError WirelessGetPower(WirelessRef ref, UInt8 *power);
57 WirelessError WirelessGetInfo(WirelessRef ref, WirelessInfo *info);
58 WirelessError WirelessGetInfo2(WirelessRef ref, WirelessInfo2 *info);
59 WirelessError WirelessScan(WirelessRef ref, CFArrayRe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/drivers/
H A DApple80211.h49 WirelessError WirelessAttach(WirelessRef *ref, UInt32 res);
50 WirelessError WirelessDetach(WirelessRef ref);
51 WirelessError WirelessPrivate(WirelessRef ref, void *in_ptr, int in_bytes,
53 WirelessError WirelessSetEnabled(WirelessRef ref, UInt8 enabled);
54 WirelessError WirelessGetEnabled(WirelessRef ref, UInt8 *enabled);
55 WirelessError WirelessSetPower(WirelessRef ref, UInt8 power);
56 WirelessError WirelessGetPower(WirelessRef ref, UInt8 *power);
57 WirelessError WirelessGetInfo(WirelessRef ref, WirelessInfo *info);
58 WirelessError WirelessGetInfo2(WirelessRef ref, WirelessInfo2 *info);
59 WirelessError WirelessScan(WirelessRef ref, CFArrayRe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/security/secfrw/include/
H A Dl2b.h23 l2_unbind(void *, void *ref, void *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Drate.h32 struct rate_control_ref *rate_control_get(struct rate_control_ref *ref);
33 void rate_control_put(struct rate_control_ref *ref);
40 struct rate_control_ref *ref = local->rate_ctrl; local
44 if (!ref)
47 ref->ops->tx_status(ref->priv, sband, ista, priv_sta, skb);
54 struct rate_control_ref *ref = sta->rate_ctrl; local
59 if (!ref)
64 ref->ops->rate_init(ref
72 struct rate_control_ref *ref = local->rate_ctrl; local
81 rate_control_alloc_sta(struct rate_control_ref *ref, struct ieee80211_sta *sta, gfp_t gfp) argument
90 struct rate_control_ref *ref = sta->rate_ctrl; local
100 struct rate_control_ref *ref = sta->rate_ctrl; local
110 struct rate_control_ref *ref = sta->rate_ctrl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Drate.h32 struct rate_control_ref *rate_control_get(struct rate_control_ref *ref);
33 void rate_control_put(struct rate_control_ref *ref);
40 struct rate_control_ref *ref = local->rate_ctrl; local
44 if (!ref)
47 ref->ops->tx_status(ref->priv, sband, ista, priv_sta, skb);
54 struct rate_control_ref *ref = sta->rate_ctrl; local
59 if (!ref)
64 ref->ops->rate_init(ref
72 struct rate_control_ref *ref = local->rate_ctrl; local
81 rate_control_alloc_sta(struct rate_control_ref *ref, struct ieee80211_sta *sta, gfp_t gfp) argument
90 struct rate_control_ref *ref = sta->rate_ctrl; local
100 struct rate_control_ref *ref = sta->rate_ctrl; local
110 struct rate_control_ref *ref = sta->rate_ctrl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dipa-ref-inline.h23 ipa_ref_node (struct ipa_ref *ref) argument
25 return cgraph (ref->referred);
31 ipa_ref_varpool_node (struct ipa_ref *ref) argument
33 return varpool (ref->referred);
39 ipa_ref_referring_node (struct ipa_ref *ref) argument
41 return cgraph (ref->referring);
47 ipa_ref_referring_varpool_node (struct ipa_ref *ref) argument
49 return varpool (ref->referring);
55 ipa_ref_referring_ref_list (struct ipa_ref *ref) argument
57 return &ref
63 ipa_ref_referred_ref_list(struct ipa_ref *ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_memfs.c94 static int memory_fileop_open(void **ref, void *fsctx, char *filename, int mode);
95 static int memory_fileop_read(void *ref, uint8_t *buf, int len);
96 static int memory_fileop_write(void *ref, uint8_t *buf, int len);
97 static int memory_fileop_seek(void *ref, int offset, int how);
98 static void memory_fileop_close(void *ref);
136 static int memory_fileop_open(void **ref, void *fsctx_arg, char *filename, int mode) argument
158 *ref = file;
162 static int memory_fileop_read(void *ref, uint8_t *buf, int len) argument
164 memory_file_t *file = (memory_file_t *) ref;
173 static int memory_fileop_write(void *ref, uint8_ argument
178 memory_fileop_seek(void *ref, int offset, int how) argument
200 memory_fileop_close(void *ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/mlib/
H A Ddsputil_mlib.c65 static void put_pixels16_mlib (uint8_t * dest, const uint8_t * ref, argument
70 mlib_VideoCopyRef_U8_U8_16x8(dest, (uint8_t *)ref, stride);
74 mlib_VideoCopyRef_U8_U8_16x16(dest, (uint8_t *)ref, stride);
82 static void put_pixels16_x2_mlib (uint8_t * dest, const uint8_t * ref, argument
87 mlib_VideoInterpX_U8_U8_16x8(dest, (uint8_t *)ref, stride, stride);
91 mlib_VideoInterpX_U8_U8_16x16(dest, (uint8_t *)ref, stride, stride);
99 static void put_pixels16_y2_mlib (uint8_t * dest, const uint8_t * ref, argument
104 mlib_VideoInterpY_U8_U8_16x8(dest, (uint8_t *)ref, stride, stride);
108 mlib_VideoInterpY_U8_U8_16x16(dest, (uint8_t *)ref, stride, stride);
116 static void put_pixels16_xy2_mlib(uint8_t * dest, const uint8_t * ref, argument
135 put_pixels8_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
156 put_pixels8_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
177 put_pixels8_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
198 put_pixels8_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
221 avg_pixels16_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
238 avg_pixels16_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
255 avg_pixels16_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
272 avg_pixels16_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
291 avg_pixels8_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
312 avg_pixels8_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
333 avg_pixels8_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
354 avg_pixels8_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/mlib/
H A Ddsputil_mlib.c65 static void put_pixels16_mlib (uint8_t * dest, const uint8_t * ref, argument
70 mlib_VideoCopyRef_U8_U8_16x8(dest, (uint8_t *)ref, stride);
74 mlib_VideoCopyRef_U8_U8_16x16(dest, (uint8_t *)ref, stride);
82 static void put_pixels16_x2_mlib (uint8_t * dest, const uint8_t * ref, argument
87 mlib_VideoInterpX_U8_U8_16x8(dest, (uint8_t *)ref, stride, stride);
91 mlib_VideoInterpX_U8_U8_16x16(dest, (uint8_t *)ref, stride, stride);
99 static void put_pixels16_y2_mlib (uint8_t * dest, const uint8_t * ref, argument
104 mlib_VideoInterpY_U8_U8_16x8(dest, (uint8_t *)ref, stride, stride);
108 mlib_VideoInterpY_U8_U8_16x16(dest, (uint8_t *)ref, stride, stride);
116 static void put_pixels16_xy2_mlib(uint8_t * dest, const uint8_t * ref, argument
135 put_pixels8_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
156 put_pixels8_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
177 put_pixels8_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
198 put_pixels8_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
221 avg_pixels16_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
238 avg_pixels16_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
255 avg_pixels16_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
272 avg_pixels16_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
291 avg_pixels8_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
312 avg_pixels8_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
333 avg_pixels8_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
354 avg_pixels8_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
[all...]

Completed in 411 milliseconds

1234567891011>>