Searched refs:a_offset (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-input.h97 gulong a_offset, guchar *a_byte) ;
100 cr_input_peek_byte2 (CRInput *a_this, gulong a_offset,
108 gulong a_offset) ;
111 cr_input_get_cur_byte_addr (CRInput *a_this, guchar ** a_offset) ;
H A Dcr-tknzr.h74 enum CRStatus cr_tknzr_peek_byte (CRTknzr *a_this, gulong a_offset,
77 guchar cr_tknzr_peek_byte2 (CRTknzr *a_this, gulong a_offset,
H A Dcr-input.c780 *@a_offset: the offset of the byte to peek, starting from
797 gulong a_offset, guchar * a_byte)
807 abs_offset = PRIVATE (a_this)->next_byte_index - 1 + a_offset;
811 abs_offset = a_offset;
815 abs_offset = PRIVATE (a_this)->in_buf_size - 1 - a_offset;
836 *@a_offset: the offset of the byte to peek, starting
848 cr_input_peek_byte2 (CRInput * a_this, gulong a_offset, gboolean * a_eof) argument
858 status = cr_input_peek_byte (a_this, CR_SEEK_CUR, a_offset, &result);
870 *@a_offset: the offset of the byte in the input stream starting
879 cr_input_get_byte_addr (CRInput * a_this, gulong a_offset) argument
796 cr_input_peek_byte(CRInput * a_this, enum CRSeekPos a_origin, gulong a_offset, guchar * a_byte) argument
900 cr_input_get_cur_byte_addr(CRInput * a_this, guchar ** a_offset) argument
[all...]
H A Dcr-tknzr.c151 *@param a_offset the offset of the byte to peek, the
156 #define PEEK_BYTE(a_tknzr, a_offset, a_byte_ptr) \
158 a_offset, \
1776 *@param a_offset the offset of the peeked byte starting from the current
1783 cr_tknzr_peek_byte (CRTknzr * a_this, gulong a_offset, guchar * a_byte) argument
1797 CR_SEEK_CUR, a_offset, a_byte);
1803 *@param a_offset the offset of the peeked byte starting from the current
1811 cr_tknzr_peek_byte2 (CRTknzr * a_this, gulong a_offset, gboolean * a_eof) argument
1816 return cr_input_peek_byte2 (PRIVATE (a_this)->input, a_offset, a_eof);
H A Dcr-parser.c251 *@param a_offset the offset of the byte to peek, the
256 #define PEEK_BYTE(a_parser, a_offset, a_byte_ptr) \
258 a_offset, \
262 #define BYTE(a_parser, a_offset, a_eof) \
263 cr_tknzr_peek_byte2 (PRIVATE (a_this)->tknzr, a_offset, a_eof)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-input.h97 gulong a_offset, guchar *a_byte) ;
100 cr_input_peek_byte2 (CRInput *a_this, gulong a_offset,
108 gulong a_offset) ;
111 cr_input_get_cur_byte_addr (CRInput *a_this, guchar ** a_offset) ;
H A Dcr-tknzr.h74 enum CRStatus cr_tknzr_peek_byte (CRTknzr *a_this, gulong a_offset,
77 guchar cr_tknzr_peek_byte2 (CRTknzr *a_this, gulong a_offset,
H A Dcr-input.c780 *@a_offset: the offset of the byte to peek, starting from
797 gulong a_offset, guchar * a_byte)
807 abs_offset = PRIVATE (a_this)->next_byte_index - 1 + a_offset;
811 abs_offset = a_offset;
815 abs_offset = PRIVATE (a_this)->in_buf_size - 1 - a_offset;
836 *@a_offset: the offset of the byte to peek, starting
848 cr_input_peek_byte2 (CRInput * a_this, gulong a_offset, gboolean * a_eof) argument
858 status = cr_input_peek_byte (a_this, CR_SEEK_CUR, a_offset, &result);
870 *@a_offset: the offset of the byte in the input stream starting
879 cr_input_get_byte_addr (CRInput * a_this, gulong a_offset) argument
796 cr_input_peek_byte(CRInput * a_this, enum CRSeekPos a_origin, gulong a_offset, guchar * a_byte) argument
900 cr_input_get_cur_byte_addr(CRInput * a_this, guchar ** a_offset) argument
[all...]
H A Dcr-tknzr.c151 *@param a_offset the offset of the byte to peek, the
156 #define PEEK_BYTE(a_tknzr, a_offset, a_byte_ptr) \
158 a_offset, \
1776 *@param a_offset the offset of the peeked byte starting from the current
1783 cr_tknzr_peek_byte (CRTknzr * a_this, gulong a_offset, guchar * a_byte) argument
1797 CR_SEEK_CUR, a_offset, a_byte);
1803 *@param a_offset the offset of the peeked byte starting from the current
1811 cr_tknzr_peek_byte2 (CRTknzr * a_this, gulong a_offset, gboolean * a_eof) argument
1816 return cr_input_peek_byte2 (PRIVATE (a_this)->input, a_offset, a_eof);
H A Dcr-parser.c251 *@param a_offset the offset of the byte to peek, the
256 #define PEEK_BYTE(a_parser, a_offset, a_byte_ptr) \
258 a_offset, \
262 #define BYTE(a_parser, a_offset, a_eof) \
263 cr_tknzr_peek_byte2 (PRIVATE (a_this)->tknzr, a_offset, a_eof)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Dtwofish-x86_64-asm.S25 #define a_offset 0 define
234 input_whitening(R1,%r11,a_offset)
261 output_whitening(%r10,%r11,a_offset)
287 output_whitening(R1,%r11,a_offset)
313 input_whitening(%r10,%r11,a_offset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Dtwofish-i586-asm.S31 #define a_offset 0 define
240 input_whitening(%eax,%ebp,a_offset)
266 output_whitening(%ecx,%ebp,a_offset)
296 output_whitening(%eax,%ebp,a_offset)
322 input_whitening(%ecx,%ebp,a_offset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-qt.c367 unsigned int a_offset = peek_u32 (a + 4); local
370 if (a_offset != b_offset)
371 return (a_offset >= b_offset ? 1 : -1);

Completed in 227 milliseconds