Searched refs:PRIV (Results 1 - 25 of 120) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_ucd.c21 const ucd_record PRIV(ucd_records)[] = {{0,0,0 }};
22 const pcre_uint8 PRIV(ucd_stage1)[] = {0};
23 const pcre_uint16 PRIV(ucd_stage2)[] = {0};
35 const ucd_record PRIV(ucd_records)[] = { /* 4536 bytes, record size 8 */
605 const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */
1152 const pcre_uint16 PRIV(ucd_stage2)[] = { /* 49664 bytes, block = 128 */
H A Dpcre_ord2utf8.c66 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
77 for (i = 0; i < PRIV(utf8_table1_size); i++)
78 if ((int)cvalue <= PRIV(utf8_table1)[i]) break;
85 *buffer = PRIV(utf8_table2)[i] | cvalue;
H A Dpcre_string_utils.c68 PRIV(strcmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2)
85 PRIV(strcmp_uc_c8)(const pcre_uchar *str1, const char *str2)
114 PRIV(strncmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2, unsigned int num)
131 PRIV(strncmp_uc_c8)(const pcre_uchar *str1, const char *str2, unsigned int num)
158 PRIV(strlen_uc)(const pcre_uchar *str)
H A Dpcre_xclass.c67 PRIV(xclass)(int c, const pcre_uchar *data, BOOL utf)
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
170 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
177 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
178 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)
H A Dpcre16_ord2utf16.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_ucd.c21 const ucd_record PRIV(ucd_records)[] = {{0,0,0 }};
22 const pcre_uint8 PRIV(ucd_stage1)[] = {0};
23 const pcre_uint16 PRIV(ucd_stage2)[] = {0};
35 const ucd_record PRIV(ucd_records)[] = { /* 4536 bytes, record size 8 */
605 const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */
1152 const pcre_uint16 PRIV(ucd_stage2)[] = { /* 49664 bytes, block = 128 */
H A Dpcre_ord2utf8.c66 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
77 for (i = 0; i < PRIV(utf8_table1_size); i++)
78 if ((int)cvalue <= PRIV(utf8_table1)[i]) break;
85 *buffer = PRIV(utf8_table2)[i] | cvalue;
H A Dpcre_string_utils.c68 PRIV(strcmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2)
85 PRIV(strcmp_uc_c8)(const pcre_uchar *str1, const char *str2)
114 PRIV(strncmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2, unsigned int num)
131 PRIV(strncmp_uc_c8)(const pcre_uchar *str1, const char *str2, unsigned int num)
158 PRIV(strlen_uc)(const pcre_uchar *str)
H A Dpcre_xclass.c67 PRIV(xclass)(int c, const pcre_uchar *data, BOOL utf)
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
170 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
177 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
178 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)
H A Dpcre16_ord2utf16.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_ucd.c21 const ucd_record PRIV(ucd_records)[] = {{0,0,0 }};
22 const pcre_uint8 PRIV(ucd_stage1)[] = {0};
23 const pcre_uint16 PRIV(ucd_stage2)[] = {0};
35 const ucd_record PRIV(ucd_records)[] = { /* 4536 bytes, record size 8 */
605 const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */
1152 const pcre_uint16 PRIV(ucd_stage2)[] = { /* 49664 bytes, block = 128 */
H A Dpcre_ord2utf8.c66 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
77 for (i = 0; i < PRIV(utf8_table1_size); i++)
78 if ((int)cvalue <= PRIV(utf8_table1)[i]) break;
85 *buffer = PRIV(utf8_table2)[i] | cvalue;
H A Dpcre_string_utils.c68 PRIV(strcmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2)
85 PRIV(strcmp_uc_c8)(const pcre_uchar *str1, const char *str2)
114 PRIV(strncmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2, unsigned int num)
131 PRIV(strncmp_uc_c8)(const pcre_uchar *str1, const char *str2, unsigned int num)
158 PRIV(strlen_uc)(const pcre_uchar *str)
H A Dpcre_xclass.c67 PRIV(xclass)(int c, const pcre_uchar *data, BOOL utf)
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
170 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
177 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
178 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)
H A Dpcre16_ord2utf16.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dvms-misc.c193 Set PRIV(buf_size) and return it
242 if (PRIV (buf_size) == 0)
246 if (PRIV (is_vax))
249 PRIV (file_format) = FF_VAX;
253 PRIV (vms_buf) = bfd_malloc (amt);
254 PRIV (buf_size) = amt;
257 vms_buf = PRIV (vms_buf);
262 switch (PRIV (file_format))
286 if (bfd_bread (PRIV (vms_buf), (bfd_size_type) 1, abfd) != 1)
295 && (bfd_bread (PRIV (vms_bu
[all...]
H A Dvms-hdr.c52 vms_rec = PRIV(vms_rec);
78 PRIV (hdr_data).hdr_b_strlvl = vms_rec[2];
79 PRIV (hdr_data).hdr_l_recsiz = bfd_getl16 (vms_rec + 3);
80 PRIV (hdr_data).hdr_t_name = _bfd_vms_save_counted_string (vms_rec + 5);
82 PRIV (hdr_data).hdr_t_version = _bfd_vms_save_counted_string (ptr);
84 PRIV (hdr_data).hdr_t_date = _bfd_vms_save_sized_string (ptr, 17);
88 PRIV (hdr_data).hdr_c_lnm = _bfd_vms_save_sized_string (vms_rec, PRIV (rec_length - 2));
92 PRIV (hdr_data).hdr_c_src = _bfd_vms_save_sized_string (vms_rec, PRIV (rec_lengt
[all...]
H A Dvms.c60 PRIV (is_vax) = FALSE;
62 PRIV (is_vax) = TRUE;
64 PRIV (vms_buf) = NULL;
65 PRIV (buf_size) = 0;
66 PRIV (rec_length) = 0;
67 PRIV (file_format) = FF_UNKNOWN;
68 PRIV (fixup_done) = FALSE;
69 PRIV (sections) = NULL;
72 PRIV (stack) = bfd_alloc (abfd, amt);
73 if (PRIV (stac
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dvms-misc.c193 Set PRIV(buf_size) and return it
242 if (PRIV (buf_size) == 0)
246 if (PRIV (is_vax))
249 PRIV (file_format) = FF_VAX;
253 PRIV (vms_buf) = bfd_malloc (amt);
254 PRIV (buf_size) = amt;
257 vms_buf = PRIV (vms_buf);
262 switch (PRIV (file_format))
286 if (bfd_bread (PRIV (vms_buf), (bfd_size_type) 1, abfd) != 1)
295 && (bfd_bread (PRIV (vms_bu
[all...]
H A Dvms-hdr.c52 vms_rec = PRIV(vms_rec);
78 PRIV (hdr_data).hdr_b_strlvl = vms_rec[2];
79 PRIV (hdr_data).hdr_l_recsiz = bfd_getl16 (vms_rec + 3);
80 PRIV (hdr_data).hdr_t_name = _bfd_vms_save_counted_string (vms_rec + 5);
82 PRIV (hdr_data).hdr_t_version = _bfd_vms_save_counted_string (ptr);
84 PRIV (hdr_data).hdr_t_date = _bfd_vms_save_sized_string (ptr, 17);
88 PRIV (hdr_data).hdr_c_lnm = _bfd_vms_save_sized_string (vms_rec, PRIV (rec_length - 2));
92 PRIV (hdr_data).hdr_c_src = _bfd_vms_save_sized_string (vms_rec, PRIV (rec_lengt
[all...]
H A Dvms.c60 PRIV (is_vax) = FALSE;
62 PRIV (is_vax) = TRUE;
64 PRIV (vms_buf) = NULL;
65 PRIV (buf_size) = 0;
66 PRIV (rec_length) = 0;
67 PRIV (file_format) = FF_UNKNOWN;
68 PRIV (fixup_done) = FALSE;
69 PRIV (sections) = NULL;
72 PRIV (stack) = bfd_alloc (abfd, amt);
73 if (PRIV (stac
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dvms-misc.c193 Set PRIV(buf_size) and return it
242 if (PRIV (buf_size) == 0)
246 if (PRIV (is_vax))
249 PRIV (file_format) = FF_VAX;
253 PRIV (vms_buf) = bfd_malloc (amt);
254 PRIV (buf_size) = amt;
257 vms_buf = PRIV (vms_buf);
262 switch (PRIV (file_format))
286 if (bfd_bread (PRIV (vms_buf), (bfd_size_type) 1, abfd) != 1)
295 && (bfd_bread (PRIV (vms_bu
[all...]
H A Dvms-hdr.c52 vms_rec = PRIV(vms_rec);
78 PRIV (hdr_data).hdr_b_strlvl = vms_rec[2];
79 PRIV (hdr_data).hdr_l_recsiz = bfd_getl16 (vms_rec + 3);
80 PRIV (hdr_data).hdr_t_name = _bfd_vms_save_counted_string (vms_rec + 5);
82 PRIV (hdr_data).hdr_t_version = _bfd_vms_save_counted_string (ptr);
84 PRIV (hdr_data).hdr_t_date = _bfd_vms_save_sized_string (ptr, 17);
88 PRIV (hdr_data).hdr_c_lnm = _bfd_vms_save_sized_string (vms_rec, PRIV (rec_length - 2));
92 PRIV (hdr_data).hdr_c_src = _bfd_vms_save_sized_string (vms_rec, PRIV (rec_lengt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/atm/
H A DuPD98402.c30 #define PRIV(dev) ((struct uPD98402_priv *) dev->phy_data) macro
41 atomic_add(GET(HECCT),&PRIV(dev)->sonet_stats.uncorr_hcs);
42 sonet_copy_stats(&PRIV(dev)->sonet_stats,&tmp);
48 sonet_subtract_stats(&PRIV(dev)->sonet_stats,&tmp);
71 spin_lock_irqsave(&PRIV(dev)->lock, flags);
77 spin_unlock_irqrestore(&PRIV(dev)->lock, flags);
87 spin_lock_irqsave(&PRIV(dev)->lock, flags);
91 spin_unlock_irqrestore(&PRIV(dev)->lock, flags);
126 PRIV(dev)->loop_mode = mode;
141 return put_user(PRIV(de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/atm/
H A DuPD98402.c30 #define PRIV(dev) ((struct uPD98402_priv *) dev->phy_data) macro
41 atomic_add(GET(HECCT),&PRIV(dev)->sonet_stats.uncorr_hcs);
42 sonet_copy_stats(&PRIV(dev)->sonet_stats,&tmp);
48 sonet_subtract_stats(&PRIV(dev)->sonet_stats,&tmp);
71 spin_lock_irqsave(&PRIV(dev)->lock, flags);
77 spin_unlock_irqrestore(&PRIV(dev)->lock, flags);
87 spin_lock_irqsave(&PRIV(dev)->lock, flags);
91 spin_unlock_irqrestore(&PRIV(dev)->lock, flags);
126 PRIV(dev)->loop_mode = mode;
141 return put_user(PRIV(de
[all...]

Completed in 200 milliseconds

12345